Files
Clintchiz 7658c5d499
Quality / quality (windows-latest) (push) Waiting to run
Quality / quality (ubuntu-latest) (push) Failing after 9m52s
fix(editor): type nested attribute expressions
2026-08-25 15:16:38 +05:30

16 lines
373 B
JSON

{
"name": "@wrnexus/syntax",
"version": "0.8.18",
"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"
}
}