Commit 92448bc
build: fix tslint being unable to type check cross-package references
Since we use a `tsconfig.json` for TSLint which does not have any path
mappings, TSlint is unable to use the `ts.TypeChecker` for nodes which
are declared in a separate entry-point or package. This causes custom
TSLint rules such as the `undecorated-base-class-di` rule to accidentally
ignore issues such as that `MatCheckbox` (from mdc-checkbox) depends on
the undecorated base class `MatMenu`.1 parent 6cf2dd2 commit 92448bc
1 file changed
+20
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
19 | 31 | | |
20 | 32 | | |
21 | 33 | | |
| |||
33 | 45 | | |
34 | 46 | | |
35 | 47 | | |
36 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
37 | 55 | | |
38 | 56 | | |
0 commit comments