- Remove --include-libs flag, always include external type definitions (86f4eb8)
- Remove --isolate-workspaces from docs (fc5211a)
- Add TS namespaces support +
namespaceMembersissue type (resolve #1603) (750236c) - Deduplicate module resolution in staticImports/staticExports loops (8d06e90)
- Restore memory marks post --isolate-workspaces removal (c936657)
- Housekeeps (092d721)
- Update docs (4c4fe6b)
- Merge main into v6 (c4e449b)
- Remove unused export (a92a958)
- Auto-format (0a344cc)
- Fix type-in-type refs in nested generic types (96e7f7b)
- Update typescript patch (9a03960)
- Fix
collectIdentifiersin nuxt plugin (.vue → .vue.ts) (157450f) - Housekeeps, reuse
parseFile(77ae0c7) - Update oxc-parser (0c8b106)