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.
getTypeScriptParsingMode
1 parent 2e9e844 commit b4c5fb4Copy full SHA for b4c5fb4
1 file changed
lib/internal/modules/typescript.js
@@ -30,7 +30,7 @@ const {
30
31
/**
32
* The TypeScript parsing mode, either 'strip-only' or 'transform'.
33
- * @type {string}
+ * @type {function(): TypeScriptMode}
34
*/
35
const getTypeScriptParsingMode = getLazy(() =>
36
(getOptionValue('--experimental-transform-types') ?
0 commit comments