A Karma preprocessor that transpiles ES6 JavaScript code to ES5 using es6-transpiler. Version 0.0.1, last updated in 2014. This package is essentially abandoned; es6-transpiler is no longer maintained, and modern projects should use Babel or TypeScript instead. It works only with Karma and requires no direct dependencies but relies on es6-transpiler being installed (though not listed as a peer dependency).
npm install karma-es6-transpiler-preprocessorNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to configure Karma to use the es6-transpiler preprocessor for all JS files in source and spec directories.
Replace with karma-babel-preprocessor or @karma-typescript
Ensure preprocessor values are arrays: ['es6-transpiler']
Run 'npm install es6-transpiler --save-dev' in addition to this preprocessor
Run 'npm install es6-transpiler --save-dev'
Ensure preprocessors key uses array format: '*.js': ['es6-transpiler']
No dependency data recorded yet.