Skip to content

chore: remove legacy app and its tooling - #213

Merged
tzebrowski merged 1 commit into
mainfrom
chore/remove-legacy-app
Aug 27, 2026
Merged

chore: remove legacy app and its tooling#213
tzebrowski merged 1 commit into
mainfrom
chore/remove-legacy-app

Conversation

@tzebrowski

Copy link
Copy Markdown
Owner

The Angular rewrite is complete, so the plain-ES-modules app under legacy/ is no longer needed as a behavioral reference — it stays available in git history.

  • Delete legacy/ (58 files: src, tests, Vite/Jest/Babel/PostCSS/ stylelint configs, standalone HTML pages)
  • Drop the legacy:dev / legacy:test / legacy:test:coverage npm scripts
  • Drop the four legacy/**/*.js blocks from eslint.config.mjs, plus the now-unused @eslint/js import
  • Drop legacy-only devDependencies: vite, jest, jest-environment-jsdom, babel-jest, @babel/core, @babel/preset-env, babel-plugin-transform-import-meta, babel-plugin-transform-vite-meta-env, stylelint, stylelint-config-standard, @fullhuman/postcss-purgecss, postcss-csso, postcss-preset-env, @eslint/js (vitest and jsdom stay — the Angular unit-test builder needs them)
  • Update CLAUDE.md: legacy/ is gone; the "Port of legacy/src/*.js" JSDoc comments across src/ are now historical breadcrumbs only

ESLint, Prettier, ng test (369 tests) and ng build all pass.

The Angular rewrite is complete, so the plain-ES-modules app under
legacy/ is no longer needed as a behavioral reference — it stays
available in git history.

- Delete legacy/ (58 files: src, tests, Vite/Jest/Babel/PostCSS/
  stylelint configs, standalone HTML pages)
- Drop the legacy:dev / legacy:test / legacy:test:coverage npm scripts
- Drop the four legacy/**/*.js blocks from eslint.config.mjs, plus the
  now-unused @eslint/js import
- Drop legacy-only devDependencies: vite, jest, jest-environment-jsdom,
  babel-jest, @babel/core, @babel/preset-env,
  babel-plugin-transform-import-meta, babel-plugin-transform-vite-meta-env,
  stylelint, stylelint-config-standard, @fullhuman/postcss-purgecss,
  postcss-csso, postcss-preset-env, @eslint/js (vitest and jsdom stay —
  the Angular unit-test builder needs them)
- Update CLAUDE.md: legacy/ is gone; the "Port of legacy/src/*.js"
  JSDoc comments across src/ are now historical breadcrumbs only

ESLint, Prettier, ng test (369 tests) and ng build all pass.
@tzebrowski
tzebrowski merged commit f2d6a8a into main Aug 27, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant