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
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-38
ts-loader was able to resolve
index.d.tsfromindex.tsuntil 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
https://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.
falsandtru/pjax-api@76ad376