Regenerate parser fixtures (#13882)
This commit is contained in:
@@ -44,8 +44,8 @@
|
||||
"type": "DirectiveLiteral",
|
||||
"start":18,"end":30,"loc":{"start":{"line":1,"column":18},"end":{"line":1,"column":30}},
|
||||
"extra": {
|
||||
"raw": "'use strict'",
|
||||
"rawValue": "use strict"
|
||||
"rawValue": "use strict",
|
||||
"raw": "'use strict'"
|
||||
},
|
||||
"value": "use strict"
|
||||
}
|
||||
|
||||
@@ -44,11 +44,11 @@
|
||||
"value": {
|
||||
"type": "DirectiveLiteral",
|
||||
"start":37,"end":49,"loc":{"start":{"line":1,"column":37},"end":{"line":1,"column":49}},
|
||||
"value": "use strict",
|
||||
"extra": {
|
||||
"raw": "\"use strict\"",
|
||||
"rawValue": "use strict"
|
||||
}
|
||||
"rawValue": "use strict",
|
||||
"raw": "\"use strict\""
|
||||
},
|
||||
"value": "use strict"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user