This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
meteor
Watch
1
Star
1
Fork
0
You've already forked meteor
mirror of
https://github.com/meteor/meteor.git
synced
2026-05-02 03:01:46 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
29c37d5d2df25353eefe6ca814219ada2ea37bee
meteor
/
packages
/
coffeescript
/
plugin
History
Geoffrey Booth
29c37d5d2d
CoffeeScript compiler: strip exported variables *before* running through the Babel compiler, to avoid Babel turning a one-line
var
statement into a multiline
var
statement and breaking the parsing logic in
stripExportedVars
2016-09-30 22:33:32 -07:00
..
compile-coffeescript.js
CoffeeScript compiler: strip exported variables *before* running through the Babel compiler, to avoid Babel turning a one-line
var
statement into a multiline
var
statement and breaking the parsing logic in
stripExportedVars
2016-09-30 22:33:32 -07:00