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:
Tobias Bosch
2017-06-09 14:00:03 -07:00
committed by Alex Rickabaugh
parent d56b7ed96d
commit 90b0713e32
11 changed files with 79 additions and 12 deletions

View File

@ -25,7 +25,7 @@ function compile(
return ngChecker.getDiagnostics();
}
fdescribe('ng type checker', () => {
describe('ng type checker', () => {
let angularFiles = setup();
function accept(...files: MockDirectory[]) {