Commit graph

7 commits

Author SHA1 Message Date
Ron Buckton
b747c2dd96 exclude node_modules unless explicitly included 2017-08-03 18:48:27 -07:00
Nathan Shively-Sanders
c0309fa78e Fix crash when checking module exports for export=
Also make maxNodeModuleJsDepth default to 0 so that incorrect tsconfigs
now let the compiler spend less time compiling JS that is found in
node_modules (especially since most people will already have the d.ts
and want ignore the JS anyway). jsconfig still defaults to 2.
2016-08-25 09:21:31 -07:00
Bill Ticehurst
2ab1143f1c Fixed the node tracking and a harness bug 2016-07-10 20:54:07 -07:00
Bill Ticehurst
db54bda17b Updated test with relative import 2016-07-10 16:38:21 -07:00
Bill Ticehurst
5e4f13f342 Removed one error to avoid full path issues 2016-06-30 16:36:39 -07:00
Bill Ticehurst
5a45c44eb7 Dont load JavaScript if types packages are present 2016-06-29 17:04:42 -07:00
Bill Ticehurst
885b0e902a Added project tests for node_modules JavaScript searches 2016-06-26 23:14:43 -07:00