Skip to content

Commit 71e4888

Browse files
Update index.js
Co-Authored-By: Mark Wubben <[email protected]>
1 parent 52b2067 commit 71e4888

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ module.exports = ({negotiateProtocol}) => {
139139
}
140140

141141
const [from, to] = rewritePaths.find(([from]) => ref.startsWith(from));
142-
143142
// TODO: Support JSX preserve mode — https://www.typescriptlang.org/docs/handbook/jsx.html
144143
const rewritten = `${to}${ref.slice(from.length)}`.replace(testFileExtension, '.js');
145144
return requireFn(rewritten);

0 commit comments

Comments
 (0)