release: WRNexusJS 0.6.0
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user