File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 55
55
"strip-indent" : " ^3.0.0"
56
56
},
57
57
"devDependencies" : {
58
- "@types/babel__traverse" : " 7.17.1 " ,
58
+ "@types/babel__traverse" : " 7.18.0 " ,
59
59
"@types/cross-spawn" : " 6.0.2" ,
60
60
"@types/doctrine" : " 0.0.5" ,
61
61
"@types/jest" : " 28.1.6" ,
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ export default class FileState {
56
56
parent : this . ast ,
57
57
container : this . ast ,
58
58
key : 'program' ,
59
- // @ts -expect-error TODO DONE wait for update to types
60
59
} ) . setContext ( ) as NodePath < Program > ;
61
60
this . scope = this . path . scope ;
62
61
}
Original file line number Diff line number Diff line change @@ -140,7 +140,6 @@ export default function resolveToValue(path: NodePath): NodePath {
140
140
// block where it is defined (i.e. we are not traversing into statements)
141
141
resolvedPath = findLastAssignedValue ( binding . scope . path , path ) ;
142
142
if ( ! resolvedPath ) {
143
- // @ts -ignore TODO fix in DT
144
143
const bindingMap = binding . path . getOuterBindingIdentifierPaths (
145
144
true ,
146
145
) as Record < string , Array < NodePath < Identifier > > > ;
Original file line number Diff line number Diff line change 672
672
" @babel/parser" " ^7.1.0"
673
673
" @babel/types" " ^7.0.0"
674
674
675
- " @types/babel__traverse@*" , "@types/babel__traverse@7.17.1", "@types/babel__traverse@ ^7.0.6":
675
+ " @types/babel__traverse@*" , "@types/babel__traverse@^7.0.6":
676
676
version "7.17.1"
677
677
resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.17.1.tgz#1a0e73e8c28c7e832656db372b779bfd2ef37314"
678
678
integrity sha512-kVzjari1s2YVi77D3w1yuvohV2idweYXMCDzqBiVNN63TcDWrIlTVOYpqVrvbbyOE/IyzBoTKF0fdnLPEORFxA==
679
679
dependencies :
680
680
" @babel/types" " ^7.3.0"
681
681
682
+ " @types/babel__traverse@7.18.0 " :
683
+ version "7.18.0"
684
+ resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.18.0.tgz#8134fd78cb39567465be65b9fdc16d378095f41f"
685
+ integrity sha512-v4Vwdko+pgymgS+A2UIaJru93zQd85vIGWObM5ekZNdXCKtDYqATlEYnWgfo86Q6I1Lh0oXnksDnMU1cwmlPDw==
686
+ dependencies :
687
+ " @babel/types" " ^7.3.0"
688
+
682
689
" @types/cross-spawn@6.0.2 " :
683
690
version "6.0.2"
684
691
resolved "https://registry.yarnpkg.com/@types/cross-spawn/-/cross-spawn-6.0.2.tgz#168309de311cd30a2b8ae720de6475c2fbf33ac7"
You can’t perform that action at this time.
0 commit comments