File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/utils/lwcparser/jsParser Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 "bugs" : " https://github.com/forcedotcom/cli/issues" ,
77 "dependencies" : {
88 "@apexdevtools/apex-parser" : " ^4.1.0" ,
9- "@babel/parser " : " ^7.25.4 " ,
9+ "@babel/types " : " ^7.25.6 " ,
1010 "@oclif/command" : " ^1" ,
1111 "@oclif/config" : " ^1" ,
1212 "@oclif/errors" : " ^1" ,
2424 "xmldom" : " ^0.6.0"
2525 },
2626 "devDependencies" : {
27- "@babel/parser" : " ^7.25.4 " ,
27+ "@babel/parser" : " ^7.25.6 " ,
2828 "@oclif/dev-cli" : " ^1" ,
2929 "@oclif/plugin-command-snapshot" : " ^3.3.15" ,
3030 "@oclif/plugin-help" : " ^3" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import * as fs from 'fs';
44import * as parser from '@babel/parser' ;
55import traverse from '@babel/traverse' ;
66import generate from '@babel/generator' ;
7- import * as t from '@babel/types' ;
7+ import t from '@babel/types' ;
88
99const NAMESPACE = 'c' ;
1010
You can’t perform that action at this time.
0 commit comments