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

Commit

Permalink
remove hardcoded strict mode value (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo authored and danez committed Jun 27, 2016
1 parent c7efe11 commit 2d72002
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ exports.parse = function (code, options) {
exports.parseNoPatch = function (code, options) {
var opts = {
sourceType: options.sourceType,
strictMode: true,
allowImportExportEverywhere: options.allowImportExportEverywhere, // consistent with espree
allowReturnOutsideFunction: true,
allowSuperOutsideMethod: true,
Expand Down

0 comments on commit 2d72002

Please sign in to comment.