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 52b2067 commit 71e4888Copy full SHA for 71e4888
index.js
@@ -139,7 +139,6 @@ module.exports = ({negotiateProtocol}) => {
139
}
140
141
const [from, to] = rewritePaths.find(([from]) => ref.startsWith(from));
142
-
143
// TODO: Support JSX preserve mode — https://www.typescriptlang.org/docs/handbook/jsx.html
144
const rewritten = `${to}${ref.slice(from.length)}`.replace(testFileExtension, '.js');
145
return requireFn(rewritten);
0 commit comments