List view
## Editor Launch Sprint ### March 11: SWC → OXC Migration (43 files, 3,821 insertions) - 7 new OXC modules: Compiler.rs (332), Transformer.rs (224), Compile.rs (166), Parser.rs (154), Codegen.rs (142), Watch.rs (62), mod.rs - Critical fix: OXC allocator lifetime scoping (use-after-free prevention) - Removed: all SWC dependencies ### March 13-14: Test Suite (~3,800 lines) - codegen_tests.rs (1,224), parser_tests.rs (1,057), transformer_tests.rs (891), vscode_compatibility.rs (427), oxc_compiler.rs (293) See [CHANGELOG.md](https://github.com/CodeEditorLand/Rest/blob/Current/CHANGELOG.md)
Due by March 31, 2026## Dependency Maintenance Stabilization quarter focused on keeping all dependencies current. ### Changed - Effect-TS updated to 3.19.x series - Astro updated to 5.15-5.16 - Cloudflare Workers types kept current (4.2025xxxx) - Node.js @types/node updated to 24.x - Automated Dependabot updates across all components - Build infrastructure refinement
Due by December 31, 2025## Full Stack Integration Bundler maintenance. OXC pipeline refined. 435 lines in June.
Due by September 30, 2025## Architecture Buildout OXC bundler maintenance. Documentation updates.
Due by June 30, 2025## Integration Phase Framework upgrade quarter. ### Changed - Astro 4 → Astro 5 migration (5.2-5.4) - TypeScript 5.7 → 5.8 upgrade - Vite 6.x integration - Turborepo + pnpm workspace stabilized - Dependencies maintained across all components
Due by March 31, 2025## Architecture Solidification VS Code source integration quarter. ### Added - Output element: 32K+ JS files bundled from VS Code source - Source maps, CSS, SVG assets for workbench consumption - VS Code module tree fully imported into monorepo ### Changed - Submodule architecture with Element/ and Dependency/ nested repos - Cargo workspace stabilized with edition 2024 defaults - Build tooling consolidated
Due by December 31, 2024## Rapid Development **Created September 14, 2024** (33 files, 1,596 insertions). ### Added - SWC compiler integration (swc_common, swc_ecma_*) - Binary/Command.rs (CLI orchestration), Entry.rs, Parallel.rs (Rayon), Sequential.rs - Build.rs (87 lines), Bundle/ (ESBuild wrapper), NLS/ (i18n), Worker/ (pool management) - CompilerConfig.rs (166 lines) - Edition 2024 (nightly), outputs: staticlib + cdylib + rlib See [CHANGELOG.md](https://github.com/CodeEditorLand/Rest/blob/Current/CHANGELOG.md)
Due by September 30, 2024