{"library":"karma-es6-module-preprocessor","type":"library","category":null,"description":"A Karma preprocessor that compiles ES6 module syntax (import/export) to ES5 using the es6-module-transpiler. Version 0.2.0 is the latest and appears to be unmaintained since 2014. It integrates with Karma test runner to transpile ES6 modules on the fly during testing. Note that the es6-module-transpiler project itself is deprecated in favor of Babel or TypeScript. This preprocessor is specific to the es6-module-transpiler and does not support newer transpilers like Babel. For modern projects, use karma-babel-preprocessor instead.","language":"javascript","status":"deprecated","version":"0.2.0","tags":["javascript","karma-plugin","karma-preprocessor","es6-module-transpiler"],"last_verified":"Fri May 01","install":[{"cmd":"npm install karma-es6-module-preprocessor","imports":["plugins: ['karma-es6-module-preprocessor'] in karma.conf.js","preprocessors: { '**/*.js': ['es6'] }","var es6ModulePreprocessor = require('karma-es6-module-preprocessor');"]},{"cmd":"yarn add karma-es6-module-preprocessor","imports":[]},{"cmd":"pnpm add karma-es6-module-preprocessor","imports":[]}],"homepage":null,"github":"https://github.com/Attamusc/karma-es6-module-preprocessor","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/karma-es6-module-preprocessor","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}