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
0f3ab1af6be68596bcffdf30543d149c8de7b80c
meteor
/
packages
/
coffeescript
History
Geoff Schmidt
ed18c6ffb5
Comprehensive build-time error reporting system. In particular: if an error occurs, the build will try to continue to identify any other potential problems so that they can be flagged too. Syntax errors are captured and dealt with programmatically, rather than just being echoed to stderr by node. Stack traces are parsed to pull out file and line information, and a distinction is made between the 'user' and 'internal' portions of the stack. All of this is at build time only -- it has not been extended to (run-time) server or browser yet. Also, no source maps yet, though line numbers are computed correctly for units within the linker.
2013-05-13 11:52:43 -07:00
..
.npm
Port coffeescript package to new plugin API
2013-05-13 11:52:43 -07:00
plugin
Comprehensive build-time error reporting system. In particular: if an error occurs, the build will try to continue to identify any other potential problems so that they can be flagged too. Syntax errors are captured and dealt with programmatically, rather than just being echoed to stderr by node. Stack traces are parsed to pull out file and line information, and a distinction is made between the 'user' and 'internal' portions of the stack. All of this is at build time only -- it has not been extended to (run-time) server or browser yet. Also, no source maps yet, though line numbers are computed correctly for units within the linker.
2013-05-13 11:52:43 -07:00
.gitignore
Port coffeescript package to new plugin API
2013-05-13 11:52:43 -07:00
coffeescript_strict_tests.coffee
Allow CoffeeScript to set global vars when using "use strict".
2013-04-15 10:52:01 -07:00
coffeescript_tests.coffee
test that CoffeeScript can set global vars using this
2013-03-23 13:07:22 -07:00
coffeescript_tests.js
Allow CoffeeScript to set global vars when using "use strict".
2013-04-15 10:52:01 -07:00
litcoffeescript_tests.litcoffee
Literate CoffeeScript support. Added support for extension .litcoffee (and updated tests and documentation).
2013-03-02 18:48:08 -08:00
package.js
Port coffeescript package to new plugin API
2013-05-13 11:52:43 -07:00