Files
WRNexusJS/packages/syntax/package.json
T
ClintchizandClaude Opus 5 a970d04248
Quality / quality (ubuntu-latest) (push) Failing after 11m0s
Quality / quality (windows-latest) (push) Canceled after 0s
release: patch auth, cli, compiler, core, csr, dev-server, language-server, store, styles, syntax, typecheck, ui
Ships the apis { } block, the legacy/config cleanup, the wrnexus update
migrations, and the editor tooling that understands all of it.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-20 19:15:08 +05:30

16 lines
373 B
JSON

{
"name": "@wrnexus/syntax",
"version": "0.8.11",
"type": "module",
"main": "src/index.ts",
"exports": {
".": "./src/index.ts",
"./parser": "./src/parser.ts",
"./tokenizer": "./src/tokenizer.ts",
"./types": "./src/types.ts",
"./diagnostics": "./src/diagnostics.ts",
"./spec": "./src/spec.ts",
"./formatter": "./src/formatter.ts"
}
}