File tree 3 files changed +10
-9
lines changed
packages/typescript-estree/src/ts-estree
3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 109
109
"typescript" : " >=3.3.1 <4.2.0 || 4.1.1-rc"
110
110
},
111
111
"resolutions" : {
112
- "typescript" : " 4.1.1-rc "
112
+ "typescript" : " 4.1.2 "
113
113
}
114
114
}
Original file line number Diff line number Diff line change 1
1
import * as ts from 'typescript' ;
2
2
3
- // Workaround for
4
- // https://github.com/typescript-eslint/typescript-eslint/issues/2388
5
- // to support both TypeScript 3.9 & 4:
3
+ // Workaround to support new TS version features for consumers on old TS versions
4
+ // Eg: https://github.com/typescript-eslint/typescript-eslint/issues/2388, https://github.com/typescript-eslint/typescript-eslint/issues/2784
6
5
declare module 'typescript' {
7
- // eslint-disable-next-line @typescript-eslint/no-empty-interface
6
+ /* eslint-disable @typescript-eslint/no-empty-interface */
8
7
export interface NamedTupleMember extends ts . Node { }
8
+ export interface TemplateLiteralTypeNode extends ts . Node { }
9
+ /* eslint-enable @typescript-eslint/no-empty-interface */
9
10
}
10
11
11
12
export type TSToken = ts . Token < ts . SyntaxKind > ;
Original file line number Diff line number Diff line change @@ -8684,10 +8684,10 @@ typedarray@^0.0.6:
8684
8684
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
8685
8685
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
8686
8686
8687
- typescript@*, [email protected] .1-rc , "typescript@>=3.3.1 <4.2.0 || 4.1.1-rc", typescript@^4.1.0-dev.20201026 :
8688
- version "4.1.1-rc "
8689
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.1-rc .tgz#4a335244b9b2754995849ca4b607c74d6ee73719 "
8690
- integrity sha512-tgNcFrLIjlaMWEc7bKC0bxLNIt8BIAauY/HLUOQDyTP75HGskETtXOt46x4EKAHRKhWVLMc7yM02puTHa/yhCA ==
8687
+ typescript@*, [email protected] .2 , "typescript@>=3.3.1 <4.2.0 || 4.1.1-rc", typescript@^4.1.0-dev.20201026 :
8688
+ version "4.1.2 "
8689
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2 .tgz#6369ef22516fe5e10304aae5a5c4862db55380e9 "
8690
+ integrity sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ ==
8691
8691
8692
8692
uc.micro@^1.0.1, uc.micro@^1.0.5 :
8693
8693
version "1.0.6"
You can’t perform that action at this time.
0 commit comments