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
{{ message }}
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.
This is fine, also typings/typings has more visibility too for discussions.
Once --allowJs works programmatically, I think perhaps the other pieces will fall into place. --allowJs should enable following CommonJS resolution and it does fall back to definition support. So typings bundle + tsc --allowJs + test runner should work (fingers crossed).
Originated from #59
The idea is to leverage test cases already written by the package author to test against the typings.
The challenge we face are as follows:
Validate JS file against typings? microsoft/TypeScript#7661
Add source tests typed-typings/npm-chai#7 (comment)
The text was updated successfully, but these errors were encountered: