karma-coffee-preprocessor icon indicating copy to clipboard operation
karma-coffee-preprocessor copied to clipboard

A Karma plugin. Compile coffee script on the fly.

Results 11 karma-coffee-preprocessor issues
Sort by recently updated
recently updated
newest added

* Upgrade to CoffeeScript 2 * Remove the dependency on object-assign * Modernise the JavaScript language * Add a project example and unit tests * Move coffeescript to peer dependencies...

Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.6.0. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.6.0 > * [`39dfe08`](https://github.com/eslint/eslint/commit/39dfe0880fa934e287e8ea1f7b56d5cba8d43765) Update: false positives in function-call-argument-newline (fixes [#12123](https://github-redirect.dependabot.com/eslint/eslint/issues/12123)) ([#12280](https://github-redirect.dependabot.com/eslint/eslint/issues/12280)) (Scott O'Hara) > *...

dependencies

It would be nice to support [CoffeeScript v2](http://coffeescript.org/v2/) but maybe this needs to be a separate preprocessor?

I installed the plugin with the command ; `npm install --save-dev karma-coffee-preprocessor` I then configured my test config file as follows: ``` module.exports = function(config) { config.set({ basePath: '', frameworks:...

Hi, can anyone help me to setup karma to show error line numbers correctly for CoffeScript tests? For the following test the report contains text `test_spec.coffee:3:26`. I assume that 3...

It would be nice to get support for literate coffeescript. Currently, if there are literate comments in any of the code the preprocessor will treat them as code and throw...

If there's a transpilation error, we get a nice log message indicating where the error occurred, but the process hangs indefinitely because the finish callback is never executed (rightfully so,...

I'm having trouble getting Require.js to recognize the files loaded by the coffee-script preprocessor. Require.js implicitly adds a '.js' extension to all the referenced locations. It can't find the files...