We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b67cc commit 8ad1210Copy full SHA for 8ad1210
1 file changed
src/implementation/c/index.ts
@@ -8,8 +8,7 @@ import {
8
} from './constants';
9
import { Compilation } from './compilation';
10
import code from './code';
11
-import node from './node';
12
-import { Node } from './node';
+import node, { Node } from './node';
13
import transform from './transform';
14
15
export interface ICCompilerOptions {
0 commit comments