You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>It is important for any tool to play nice in the vast JavaScript ecosystem, and CoffeeScript 2 gets on well with many popular projects.</p>
999
+
<ul>
1000
+
<li><ahref="http://js2.coffee">js2coffee</a></li>
1001
+
</ul>
1002
+
<h3><ahref="https://github.com/jashkenas/coffeescript/wiki/Linters-and-Formatting">Linters and Formatting</a></h3>
1003
+
<ul>
1004
+
<li>
1005
+
<p><ahref="https://prettier.io">Prettier</a> with <ahref="https://github.com/helixbass/prettier-plugin-coffeescript">prettier-plugin-coffeescript</a></p>
1006
+
</li>
1007
+
<li>
1008
+
<p><ahref="https://eslint.org">ESLint</a> with <ahref="https://github.com/helixbass/eslint-plugin-coffee">eslint-plugin-coffee</a></p>
<p><ahref="https://webpack.js.org">Webpack</a> with <ahref="https://github.com/webpack-contrib/coffee-loader">coffee-loader</a></p>
1018
+
</li>
1019
+
<li>
1020
+
<p><ahref="https://rollupjs.org">Rollup</a> with <ahref="https://github.com/lautis/rollup-plugin-coffee-script">rollup-plugin-coffee-script</a></p>
1021
+
</li>
1022
+
<li>
1023
+
<p><ahref="https://parceljs.org">Parcel</a> with <ahref="https://github.com/parcel-bundler/parcel/tree/v2/packages/transformers/coffeescript">transformer-coffeescript</a></p>
1024
+
</li>
1025
+
<li>
1026
+
<p><ahref="http://browserify.org">Browserify</a> with <ahref="https://github.com/jnordberg/coffeeify">coffeeify</a></p>
1027
+
</li>
1028
+
<li>
1029
+
<p><ahref="https://gulpjs.com">Gulp</a> with <ahref="https://github.com/gulp-community/gulp-coffee">gulp-coffee</a></p>
1030
+
</li>
1031
+
<li>
1032
+
<p><ahref="https://gruntjs.com">Grunt</a> with <ahref="https://github.com/gruntjs/grunt-contrib-coffee">grunt-contrib-coffee</a></p>
1033
+
</li>
1034
+
</ul>
1035
+
<h3><ahref="https://github.com/jashkenas/coffeescript/wiki/Frameworks-and-Testing">Frameworks and Testing</a></h3>
1036
+
<ul>
1037
+
<li>
1038
+
<p><ahref="https://jestjs.io">Jest</a> testing with <ahref="https://github.com/danielbayley/jest-preset-coffeescript">jest-preset-coffeescript</a></p>
1039
+
</li>
1040
+
<li>
1041
+
<p><ahref="https://meteor.com">Meteor</a> with <ahref="https://atmospherejs.com/meteor/coffeescript-compiler">coffeescript-compiler</a></p>
1042
+
</li>
1043
+
<li>
1044
+
<p><ahref="https://emberjs.com">Ember</a> with <ahref="https://github.com/kimroen/ember-cli-coffeescript">ember-cli-coffeescript</a></p>
<p><em>This reference is structured so that it can be read from top to bottom, if you like. Later sections use ideas and syntax previously introduced. Familiarity with JavaScript is assumed. In all of the following examples, the source CoffeeScript is provided on the left, and the direct compilation into JavaScript is on the right.</em></p>
@@ -1489,7 +1554,7 @@ <h2>Lexical Scoping and Variable Safety</h2>
<spanclass="cm-keyword">return</span><spanclass="cm-string-2">`And the error is ... ${</span><spanclass="cm-variable">error</span><spanclass="cm-string-2">}`</span>;
*[Webpack](https://webpack.js.org) with [coffee-loader](https://github.com/webpack-contrib/coffee-loader)
18
+
19
+
*[Rollup](https://rollupjs.org) with [rollup-plugin-coffee-script](https://github.com/lautis/rollup-plugin-coffee-script)
20
+
21
+
*[Parcel](https://parceljs.org) with [transformer-coffeescript](https://github.com/parcel-bundler/parcel/tree/v2/packages/transformers/coffeescript)
22
+
23
+
*[Browserify](http://browserify.org) with [coffeeify](https://github.com/jnordberg/coffeeify)
24
+
25
+
*[Gulp](https://gulpjs.com) with [gulp-coffee](https://github.com/gulp-community/gulp-coffee)
26
+
27
+
*[Grunt](https://gruntjs.com) with [grunt-contrib-coffee](https://github.com/gruntjs/grunt-contrib-coffee)
28
+
29
+
### [Frameworks and Testing](https://github.com/jashkenas/coffeescript/wiki/Frameworks-and-Testing)
30
+
31
+
*[Jest](https://jestjs.io) testing with [jest-preset-coffeescript](https://github.com/danielbayley/jest-preset-coffeescript)
32
+
33
+
*[Meteor](https://meteor.com) with [coffeescript-compiler](https://atmospherejs.com/meteor/coffeescript-compiler)
34
+
35
+
*[Ember](https://emberjs.com) with [ember-cli-coffeescript](https://github.com/kimroen/ember-cli-coffeescript)
0 commit comments