-
Notifications
You must be signed in to change notification settings - Fork 108
Home
monounity edited this page Oct 15, 2016
·
22 revisions
-
Done
- Jsx/React support
- Angular2 support
- Compile on Karma startup, incremental compile on change with diagnostics
- Automatic loading of modules from node_modules
- Logic for importing css|less|sass with modules loader
- Custom browser module loader (not depending on karma-commonjs anymore)
- Optimized ast walker
- Target ES6 supported by the new module loader (with user supplied polyfills and typings)
-
In progress
- Use local project tsconfig
- Support for Typescript 2.0 types
- Automatic loading from node_modules/@types
-
In the pipe
- Compiler options in karma.conf.js
- Browserify support
- Upgrade to remap-istanbul 0.6.5 when released (as a dependency, not bundled)
- Convert karma-typescript sourcecode to Typescript