You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- README: fix stale [tests] link pointing at the never-existing
`src/__tests__/index.js` — should be `test/index.js`.
- .gitignore: add `.DS_Store` (macOS noise).
- scripts/benchmark-jison.ts: dynamic imports → static imports, as
the maintainer asked. Reviewer noted dynamic imports aren't
needed once Node 20 compat is dropped.
- tsconfig: extract a shared tsconfig.base.json; tsconfig.json (lint
/ IDE, noEmit) and tsconfig.build.json (emit dist/) now `extends`
it, removing ~10 lines of duplicated compiler options across the
two children.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments