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 12286c9 commit d8f3f64Copy full SHA for d8f3f64
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