Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit 2d72002

Browse files
hzoodanez
authored andcommitted
remove hardcoded strict mode value (#331)
1 parent c7efe11 commit 2d72002

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,6 @@ exports.parse = function (code, options) {
385385
exports.parseNoPatch = function (code, options) {
386386
var opts = {
387387
sourceType: options.sourceType,
388-
strictMode: true,
389388
allowImportExportEverywhere: options.allowImportExportEverywhere, // consistent with espree
390389
allowReturnOutsideFunction: true,
391390
allowSuperOutsideMethod: true,

0 commit comments

Comments
 (0)