Skip to content

Commit 164de22

Browse files
committed
formatted all files
1 parent 8e6c434 commit 164de22

File tree

13 files changed

+1010
-1001
lines changed

13 files changed

+1010
-1001
lines changed

src/cjsModuleHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as ts from "typescript";
2-
import {POSSIBLE_IMPORTS_TO_ADD} from "./index";
32
import {isImportDeclaration, StringLiteral} from "typescript";
3+
import {POSSIBLE_IMPORTS_TO_ADD} from "./index";
44

55

66
export function handleCjsModules(sourceFile: ts.SourceFile, context: ts.TransformationContext) {

0 commit comments

Comments
 (0)