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 b4b04ce commit 66300feCopy full SHA for 66300fe
lib/internal/modules/cjs/loader.js
@@ -1582,11 +1582,6 @@ function getMaybeCachedSource(mod, filename) {
1582
return content;
1583
}
1584
1585
-/**
1586
- * Built-in handler for `.cts` files.
1587
- * @param {Module} module The module to compile
1588
- * @param {string} filename The file path of the module
1589
- */
1590
function loadCTS(module, filename) {
1591
if (isUnderNodeModules(filename)) {
1592
throw new ERR_UNSUPPORTED_NODE_MODULES_TYPE_STRIPPING(filename);
0 commit comments