$ node_modules/.bin/tsc -p . --noEmit
...\typed-dom\node_modules\typescript\lib\tsc.js:76329
throw e;
^
RangeError: Maximum call stack size exceeded
at Object.some (...\typed-dom\node_modules\typescript\lib\tsc.js:668:18)
at couldUnionOrIntersectionContainTypeVariables (...\typed-dom\node_modules\typescript\lib\tsc.js:38898:53)
at couldContainTypeVariables (...\typed-dom\node_modules\typescript\lib\tsc.js:38894:65)
at Object.forEach (...\typed-dom\node_modules\typescript\lib\tsc.js:225:30)
at couldContainTypeVariables (...\typed-dom\node_modules\typescript\lib\tsc.js:38891:39)
at Object.forEach (...\typed-dom\node_modules\typescript\lib\tsc.js:225:30)
at couldContainTypeVariables (...\typed-dom\node_modules\typescript\lib\tsc.js:38891:39)
at Object.some (...\typed-dom\node_modules\typescript\lib\tsc.js:673:25)
at couldUnionOrIntersectionContainTypeVariables (...\typed-dom\node_modules\typescript\lib\tsc.js:38898:53)
at couldContainTypeVariables (...\typed-dom\node_modules\typescript\lib\tsc.js:38894:65)
@ahejlsberg
TypeScript Version: 3.4.0-dev.20190926
Search Terms:
Code
npm inode_modules/.bin/tsc -p . --noEmitExpected behavior:
no error
Actual behavior:
Playground Link:
Related Issues: