Skip to content
monounity edited this page Oct 20, 2016 · 22 revisions

Roadmap

2.1

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
  • In progress

    • Fallback logic for karma configuration containing karma-commonjs
  • In the pipe

    • Browserify support
    • Documentation

2.2

  • In the pipe

    • Upgrade to remap-istanbul 0.7.0^ (as a dependency, not bundled)
    • Convert karma-typescript sourcecode to Typescript
Clone this wiki locally