Skip to content

Commit

Permalink
core(tsc): add tsc type checking to report (#5195)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny authored May 17, 2018
1 parent 632eb32 commit 4a046e0
Show file tree
Hide file tree
Showing 21 changed files with 455 additions and 588 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ script:
- yarn lint
- yarn unit:silentcoverage
- yarn type-check
- yarn closure
- yarn diff:sample-json
- yarn smoke:silentcoverage
- yarn test-extension
Expand Down
101 changes: 0 additions & 101 deletions lighthouse-core/closure/closure-type-checking.js

This file was deleted.

31 changes: 0 additions & 31 deletions lighthouse-core/closure/conformance_config.textproto

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ class Simulator {

options = Object.assign({flexibleOrdering: false}, options);
// initialize the necessary data containers
this._flexibleOrdering = options.flexibleOrdering;
this._flexibleOrdering = !!options.flexibleOrdering;
this._initializeConnectionPool(graph);
this._initializeAuxiliaryData();

Expand Down
Loading

0 comments on commit 4a046e0

Please sign in to comment.