-
-
Notifications
You must be signed in to change notification settings - Fork 434
Closed
Description
ts-loader was able to resolve index.d.ts from index.ts until v9.3.1, but cannot do it since v9.4.0. The errors occurs on Ubuntu 20.04 but doesn't on Windows 10.
Expected Behaviour
no error
Actual Behaviour
ERROR in /home/runner/work/pjax-api/pjax-api/index.ts
./index.ts 1:9-15
[tsl] ERROR in /home/runner/work/pjax-api/pjax-api/index.ts(1,10)
TS2303: Circular definition of import alias 'Config'.
@ ./test/integration/index.test.ts 7:16-38https://github.com/falsandtru/pjax-api/actions/runs/3081442336/jobs/4980275627
Steps to Reproduce the Problem
Check out falsandtru/pjax-api@76ad376 on Ubuntu.
Run npm i && npm run dist.
Location of a Minimal Repository that Demonstrates the Issue.
xemlock
Metadata
Metadata
Assignees
Labels
No labels