Skip to content
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.

Release 2.0 #167

Closed
12 tasks done
s-panferov opened this issue Jun 20, 2016 · 0 comments
Closed
12 tasks done

Release 2.0 #167

s-panferov opened this issue Jun 20, 2016 · 0 comments

Comments

@s-panferov
Copy link
Owner

s-panferov commented Jun 20, 2016

  • Remove all async code. (better debug, better measuring, no more race conditions, maybe little bit slower)
  • Split loader and typescript configuration for better code readability.
  • Parse tsconfig with TypeScript, as ts-loader does.
  • Use default TypeScript resolver to resolve modules, because TS team moves fast and it's hard to reflect all the changes they make in module resolution, especially with allowJs.
  • Support lib directive lib property not working with latest typescript@next #159
  • Make sure that we resolve and watch all the modules program need.
  • Make sure that separate checker process doesn't resolve and load any additional files by itself.
  • Make sure that type reference directives work
  • Support baseUrl and paths resolution as implemented in TS 1.9 #156 write a resolver plugin for webpack2
  • Rewrite tests
  • Receive feedback
  • Update docs about babel, fast emit
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant