12 lines
437 B
Markdown
12 lines
437 B
Markdown
# 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.
|