Commit b6c40b4
authored
feat: allow [email protected] as devDependency (#7821)
* feat: allow [email protected] as devDependency
* fix: no-restricted-imports.ts satisfies and assertions/attributes
* Use patch-package for api-extractor
* Review feedback on typos
* Update patch with optional chaining
* I, ah, forgot we're on Yarn 3+
* Fix lint, and update snapshots
* [email protected], and aliased interfaces
* add yarn.lock update as well
* Went back to 5.3.0-beta1 parent c4709c2 commit b6c40b4
File tree
145 files changed
+605
-262
lines changed- .yarn/patches
- packages
- ast-spec
- src
- declaration
- ExportAllDeclaration
- fixtures
- assertion/snapshots
- kind-type/snapshots
- named/snapshots
- type-kind/snapshots
- unnamed/snapshots
- ExportNamedDeclaration
- fixtures
- aliased/snapshots
- class/snapshots
- declare-function/snapshots
- enum/snapshots
- function-declaration/snapshots
- identifier-braced/snapshots
- identifier-many/snapshots
- interface/snapshots
- namespace/snapshots
- type-alias/snapshots
- variable-declaration/snapshots
- ImportDeclaration
- fixtures
- assertion/snapshots
- default-and-named-many/snapshots
- default-and-named-none/snapshots
- default-and-named-one/snapshots
- default-and-namespace/snapshots
- default/snapshots
- named-many/snapshots
- named-none/snapshots
- named-one/snapshots
- side-effect/snapshots
- TSModuleDeclaration/fixtures
- namespace-nested-once-export/snapshots
- namespace-nested-twice-export-declare/snapshots
- namespace-nested-twice-export/snapshots
- VariableDeclaration
- legacy-fixtures
- basics/fixtures
- abstract-class-with-abstract-method/snapshots
- abstract-class-with-optional-method/snapshots
- export-all-with-import-assertions/snapshots
- export-declare-const-named-enum/snapshots
- export-declare-named-enum/snapshots
- export-named-class-with-generic/snapshots
- export-named-class-with-multiple-generics/snapshots
- export-named-enum/snapshots
- export-star-as-ns-from/snapshots
- export-type-as/snapshots
- export-type-from-as/snapshots
- export-type-from/snapshots
- export-type-star-from/snapshots
- export-type/snapshots
- function-overloads/snapshots
- import-export-equal-declaration/snapshots
- import-export-equal-type-declaration/snapshots
- import-type-default/snapshots
- import-type-empty/snapshots
- import-type-named-as/snapshots
- import-type-named/snapshots
- import-type-star-as-ns/snapshots
- import-with-import-assertions/snapshots
- keyword-variables/snapshots
- type-alias-declaration-export-function-type/snapshots
- type-alias-declaration-export-object-type/snapshots
- type-alias-declaration-export/snapshots
- type-only-export-specifiers/snapshots
- type-only-import-specifiers/snapshots
- class-decorators/fixtures/export-named-class-decorator/snapshots
- namespaces-and-modules/fixtures
- ambient-module-declaration-with-import/snapshots
- declare-namespace-with-exported-function/snapshots
- nested-internal-module/snapshots
- tests
- eslint-plugin/src/rules
- scope-manager/src/lib
- typescript-estree
- src
- create-program
- ts-estree
- tests/lib/__snapshots__
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
145 files changed
+605
-262
lines changedLines changed: 46 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| |||
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
143 | | - | |
| 144 | + | |
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments