|
249 | 249 | "main": "./bazel-bin/client/src/extension", |
250 | 250 | "scripts": { |
251 | 251 | "ng-dev": "cross-env TS_NODE_PROJECT=$PWD/.ng-dev/tsconfig.json TS_NODE_TRANSPILE_ONLY=1 node --no-warnings --loader ts-node/esm node_modules/@angular/dev-infra-private/ng-dev/bundles/cli.mjs", |
252 | | - "compile": "tsc -b && bazel build :npm", |
253 | | - "compile:client-server": "bazel build //client:index.js //server:index.js", |
254 | | - "compile:test": "tsc -b test.tsconfig.json", |
255 | | - "compile:integration": "tsc -b integration && pnpm -C integration/project build", |
256 | | - "compile:syntaxes-test": "tsc -b syntaxes/test", |
257 | | - "build:syntaxes": "tsc -b syntaxes && node dist/syntaxes/build.js", |
| 252 | + "build:syntaxes": "bazel run //syntaxes:syntaxes", |
258 | 253 | "format": "scripts/format.sh", |
259 | 254 | "watch": "ibazel build //client:index.js //server:index.js", |
260 | 255 | "package": "scripts/build.sh package.json", |
|
265 | 260 | "test:inspect-client": "bazel run --config=debug //client/src/tests:test", |
266 | 261 | "test:inspect-common": "bazel run --config=debug //common/tests:test", |
267 | 262 | "test:inspect-server": "bazel run --config=debug //server/src/tests:test", |
268 | | - "test:inspect-syntaxes": "bazel run --config=debug //syntaxes/test:test", |
269 | | - "test:legacy-inspect": "compile:test && node --inspect-brk node_modules/jasmine/bin/jasmine.js --config=jasmine.json", |
270 | | - "test:legacy": "compile:test && jasmine --config=jasmine.json", |
271 | | - "test:legacy-lsp": "compile:integration && jasmine --config=integration/lsp/jasmine.json", |
272 | | - "test:legacy-e2e": "compile:integration && node dist/integration/e2e", |
273 | | - "test:legacy-syntaxes": "compile:syntaxes-test && build:syntaxes && jasmine dist/syntaxes/test/driver.js" |
| 263 | + "test:inspect-syntaxes": "bazel run --config=debug //syntaxes/test:test" |
274 | 264 | }, |
275 | 265 | "dependencies": { |
276 | 266 | "@angular/language-service": "20.2.0-rc.1", |
|
0 commit comments