@webneat/codewiki 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin.cjs +1 -0
- package/dist/bin.cjs.map +1 -1
- package/dist/bin.js +1 -0
- package/dist/bin.js.map +1 -1
- package/dist/cli.cjs +1 -0
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +1 -0
- package/dist/cli.js.map +1 -1
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/bin.cjs
CHANGED
|
@@ -1416,6 +1416,7 @@ var import_typescript4 = __toESM(require("typescript"), 1);
|
|
|
1416
1416
|
var import_node_path4 = __toESM(require("path"), 1);
|
|
1417
1417
|
var import_typescript3 = __toESM(require("typescript"), 1);
|
|
1418
1418
|
function is_external_module(ctx, source_file, module_path) {
|
|
1419
|
+
if (module_path.startsWith("#")) return false;
|
|
1419
1420
|
const resolved = import_typescript3.default.resolveModuleName(module_path, source_file.fileName, ctx.program.getCompilerOptions(), import_typescript3.default.sys);
|
|
1420
1421
|
if (!resolved.resolvedModule) return true;
|
|
1421
1422
|
const resolved_path = import_node_path4.default.resolve(resolved.resolvedModule.resolvedFileName);
|