-
Notifications
You must be signed in to change notification settings - Fork 108
Home
monounity edited this page Nov 7, 2016
·
22 revisions
https://github.com/monounity/karma-typescript/tree/2.1
-
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)
- Compiler options in karma.conf.js
- Use local project tsconfig
- Support for Typescript 2.0 types
- Automatic loading from node_modules/@types
- Integration tests for Typescript 2+
- Fallback logic if other module format than commonjs is specified
- Fallback logic for karma configuration containing karma-commonjs
-
Browserify supportDidn't scale, still using the custom commonjs loader, now with bits and pieces from the Browserify tool chain
-
In progress
- Documentation
-
In the pipe
- Upgrade to remap-istanbul 0.7.0^ (as a dependency, not bundled)
- Convert karma-typescript sourcecode to Typescript