Skip to content

Commit c51f8dd

Browse files
committed
reorder imports
1 parent 1677ac5 commit c51f8dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/module.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
* @license Apache-2.0
99
*/
1010

11+
import * as binaryen from "./glue/binaryen";
12+
1113
import { BuiltinNames } from "./builtins";
1214
import { Target } from "./common";
1315
import {
@@ -17,7 +19,6 @@ import {
1719
SURROGATE_HIGH,
1820
SURROGATE_LOW
1921
} from "./util";
20-
import * as binaryen from "./glue/binaryen";
2122

2223
/** A Binaryen-compatible index. */
2324
export type Index = binaryen.Index;

0 commit comments

Comments
 (0)