Skip to content

Commit 48087ab

Browse files
committed
Use named export
1 parent 33b358c commit 48087ab

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/source.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,3 @@ export class Source {
8787
return node;
8888
}
8989
}
90-
91-
export default Source;

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)