release: WRNexusJS 0.6.0

This commit is contained in:
2026-08-01 01:09:58 +05:30
parent 3e565e8d03
commit 687d345882
502 changed files with 33038 additions and 11358 deletions
+11
View File
@@ -0,0 +1,11 @@
# WRNexusJS 0.6.0 VS Code compiler bundle fix
The standalone VS Code compiler bundle must resolve the public syntax package through:
```text
@wrnexus/syntax -> packages/syntax/src/index.ts
```
The v0.6 syntax helpers are re-exported by `packages/syntax/src/index.ts`. No public or bundled import uses a version-specific `@wrnexus/syntax/v060` path.
This makes the editor compiler self-contained while keeping the package API stable.