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
1651ecbbd6eb6f8a2f152cf7aa7d9bf4be9c20af
meteor
/
packages
/
ejson
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
..
.gitignore
Add .gitignore to package directories to match linker branch.
2013-05-13 10:57:37 -07:00
base64_test.js
Fix EJSON base64 decoding when 'A' is 3rd or 4th char in a block.
2013-05-06 15:38:20 -07:00
base64.js
Fix EJSON base64 decoding when 'A' is 3rd or 4th char in a block.
2013-05-06 15:38:20 -07:00
ejson_test.js
Support EJSON.clone(arguments).
2013-04-15 17:49:12 -07:00
ejson.js
stuff that doesn't have conflicts
2013-05-13 11:51:50 -07:00
package.js
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