Skip to content

Commit fdf15ef

Browse files
committed
remove needless export
1 parent 1c298a7 commit fdf15ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/import.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function transformModulePath(selfPath: string, filePath: string, project: ts.ser
8888
}
8989
}
9090

91-
export function getCodeFixActionFromPath(
91+
function getCodeFixActionFromPath(
9292
name: string,
9393
selfPath: string,
9494
modulePath: string,

0 commit comments

Comments
 (0)