mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 02:54:21 +08:00
The tests verify that the output of the rule is the same as the input, and will error if not (with a call to action). The binary produces the golden output. We have to check the result of the transformation into git because internally we cannot synchronize quicktype into google3.
9 lines
275 B
Plaintext
9 lines
275 B
Plaintext
# Make TypeScript compilation fast, by keeping a few copies of the compiler
|
|
# running as daemons, and cache SourceFile AST's to reduce parse time.
|
|
build --strategy=TypeScriptCompile=worker
|
|
|
|
# Performance: avoid stat'ing input files
|
|
build --watchfs
|
|
|
|
test --test_output=errors
|