You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior:
both files get emitted and downleveled
Actual behavior: test/index.js is not resolved and only the root index.js is being transpiled, when using the API to downlevel some JS files. If I change the export to export * from "./test/index" all files are being transpiled.
You are right, I was having an exception Debug Failure. Unexpected moduleResolution: node but now I realised that it should be used as enumeration moduleResolution: ModuleResolutionKind.NodeJs when using the API.
TypeScript Version: 2.8.3
Search Terms:
index resolution
resolution
Code
index.js
test/index.js
Transpile code;
Expected behavior:
both files get emitted and downleveled
Actual behavior:
test/index.js
is not resolved and only the rootindex.js
is being transpiled, when using the API to downlevel some JS files. If I change the export toexport * from "./test/index"
all files are being transpiled.Related Issues:
ng-packagr/ng-packagr#784
The text was updated successfully, but these errors were encountered: