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 33b358c commit 48087abCopy full SHA for 48087ab
src/source.ts
@@ -87,5 +87,3 @@ export class Source {
87
return node;
88
}
89
90
-
91
-export default Source;
src/transform-node.ts
@@ -1,7 +1,7 @@
1
import * as angular from '@angular/compiler';
2
import type * as babel from '@babel/types';
3
4
-import Source from './source.js';
+import { Source } from './source.js';
5
import type {
6
LocationInformation,
7
NGChainedExpression,
0 commit comments