rsnext/test/integration/typescript
Joe Haddad fcadad9960
TypeScript report on active pages only (#8703)
* TypeScript report on active pages only
The TypeScript integration needs to report on active pages only.
When inactive pages are reported, they block the compilation and prevent the user from fixing the error (because the file isn't watched).

We cannot add the file to the webpack watcher because the compilation has already been sealed.

* Remove TODO message

* Test that inactive pages are not type checked
2019-09-11 13:06:48 -04:00
..
components Fix onError prop-type warning in Link (#8021) 2019-07-25 18:52:27 +00:00
pages Debug TypeScript test suite (#8476) 2019-08-22 16:34:24 -04:00
test TypeScript report on active pages only (#8703) 2019-09-11 13:06:48 -04:00
next.config.js Integrate type checking into compilation pipeline (#7278) 2019-05-07 20:11:56 -05:00
tsconfig.json Improve exported router types (#7853) 2019-07-11 13:35:39 -04:00