Skip to content

Commit ee2c874

Browse files
committed
refactor: remove use strict directives (redundant in modules)
1 parent 46ca76e commit ee2c874

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use strict';
2-
31
import * as acorn from "acorn";
42
import XHTMLEntities from './xhtml';
53

test/tests-misc.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
"use strict";
2-
31
import assert from "assert";
42
import * as acorn from "acorn";
53
import jsx from "../index.js";

0 commit comments

Comments
 (0)