Strips TypeScript from client function bodies when emitting browser modules, so `wrnexus build` no longer fails on an annotated local. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
16 lines
325 B
JSON
16 lines
325 B
JSON
{
|
|
"name": "@wrnexus/compiler",
|
|
"version": "0.8.13",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@wrnexus/csr": "workspace:*",
|
|
"@wrnexus/store": "workspace:*",
|
|
"@wrnexus/syntax": "workspace:*",
|
|
"@wrnexus/validation": "workspace:*"
|
|
}
|
|
}
|