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 af80518 commit 79428d8Copy full SHA for 79428d8
lib/internal/modules/typescript.js
@@ -25,7 +25,7 @@ const { Buffer } = require('buffer');
25
26
/**
27
* The TypeScript parsing mode, either 'strip-only' or 'transform'.
28
- * @type {string}
+ * @type {function(): TypeScriptMode}
29
*/
30
const getTypeScriptParsingMode = getLazy(() =>
31
(getOptionValue('--experimental-transform-types') ?
0 commit comments