Six fixes, all found by driving a real application rather than by the suite: - syntax: a quote or brace inside a regex literal unbalanced the brace scanner - syntax: block comments between members failed to parse, while the same comment inside a braced body was fine - compiler: pages never emitted `data-wrn-loop-locals`, so a loop variable in a handler threw ReferenceError at click time with a green build - csr: client-rendered `data-for` items never carried the marker either, so a component's output binding silently dropped every call while a plain DOM handler in the same position worked - db: the query generator baked the checkout's line endings into generated SQL literals, so every build dirtied the working tree Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
16 lines
373 B
JSON
16 lines
373 B
JSON
{
|
|
"name": "@wrnexus/syntax",
|
|
"version": "0.8.12",
|
|
"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"
|
|
}
|
|
}
|