File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,6 @@ module.exports = function(Parser) {
37
37
if ( node . property . name !== "meta" ) {
38
38
this . raiseRecoverable ( node . property . start , "The only valid meta property for import is import.meta" )
39
39
}
40
- if ( this . containsEsc ) {
41
- this . raiseRecoverable ( node . property . start , "\"meta\" in import.meta must not contain escape sequences" )
42
- }
43
40
return this . finishNode ( node , "MetaProperty" )
44
41
} ;
45
42
Original file line number Diff line number Diff line change 16
16
"acorn-class-fields" : " ^0.3.1" ,
17
17
"acorn-dynamic-import" : " ^4.0.0" ,
18
18
"acorn-export-ns-from" : " ^0.1.0" ,
19
- "acorn-import-meta" : " ^1.0 .0" ,
19
+ "acorn-import-meta" : " ^0.3 .0" ,
20
20
"acorn-numeric-separator" : " ^0.3.0" ,
21
21
"acorn-private-class-elements" : " ^0.1.1" ,
22
22
"acorn-static-class-features" : " ^0.2.0" ,
You can’t perform that action at this time.
0 commit comments