Skip to content

Commit 155d12d

Browse files
committed
Use named export
1 parent 33b358c commit 155d12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transform-node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as angular from '@angular/compiler';
22
import type * as babel from '@babel/types';
33

4-
import Source from './source.js';
4+
import { Source } from './source.js';
55
import type {
66
LocationInformation,
77
NGChainedExpression,

0 commit comments

Comments
 (0)