refactor(compiler): don’t write summaries for jit by default
The default is false externally but true internally at Google.
This commit is contained in:

committed by
Alex Rickabaugh

parent
d56b7ed96d
commit
90b0713e32
@ -25,7 +25,7 @@ function compile(
|
||||
return ngChecker.getDiagnostics();
|
||||
}
|
||||
|
||||
fdescribe('ng type checker', () => {
|
||||
describe('ng type checker', () => {
|
||||
let angularFiles = setup();
|
||||
|
||||
function accept(...files: MockDirectory[]) {
|
||||
|
Reference in New Issue
Block a user