Skip to content

Commit

Permalink
Properly enable strict mode
Browse files Browse the repository at this point in the history
Closes babel#8
  • Loading branch information
marijnh authored and JacopKane committed Jan 11, 2018
1 parent 213707f commit 0be17fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babylon/acorn.js
Expand Up @@ -14,7 +14,7 @@
// [ghbt]: https://github.com/marijnh/acorn/issues

(function(exports) {
"strict mode";
"use strict";

exports.version = "0.0.1";

Expand Down

0 comments on commit 0be17fe

Please sign in to comment.