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
49ddf192b3eecc9ba4db8b900ca25c16be5bc5ba
meteor
/
tools
History
Geoff Schmidt
49ddf192b3
give npm some nice error messages too
2013-05-13 11:53:50 -07:00
..
server
Eliminate dead code
2013-05-13 11:51:53 -07:00
skel
Revert addition of Meteor.release to skel.
2013-03-20 18:03:07 -07:00
test-runner-app
/.meteor
Undocumented test-packages option to specify a different driver.
2013-03-20 12:10:07 -07:00
tests
Rewrite bundler and redesign bundle format to support multiple targets. When doing Npm.require on the server, don't infer the node_modules path from the path to the file; read that information out of bundle metadata.
2013-05-13 11:51:52 -07:00
app.html.in
"tools" -> "scripts", "engine" -> "tools"
2013-03-19 18:19:31 -07:00
archinfo.js
Implement a real architecture system ('native.linux.x86_64' rather than 'server'). Add 'meteor rebuild-all' command.
2013-05-13 11:52:42 -07:00
builder.js
Fix typos in bundler that prevented normal bundling
2013-05-13 11:51:53 -07:00
buildmessage.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
bundler.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
cleanup.js
Don't assign to exports. That breaks circular requires.
2013-03-29 11:52:32 -07:00
deploy.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
fiber-helpers.js
fresh files
2013-03-29 11:52:33 -07:00
files.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
library.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
linker.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
logging.js
- better errors when running "meteor update" or a command with an unknown
2013-03-29 15:40:26 -07:00
meteor_npm.js
give npm some nice error messages too
2013-05-13 11:53:50 -07:00
meteor.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
mongo_exit_codes.js
"tools" -> "scripts", "engine" -> "tools"
2013-03-19 18:19:31 -07:00
mongo_runner.js
"tools" -> "scripts", "engine" -> "tools"
2013-03-19 18:19:31 -07:00
packages.js
give npm some nice error messages too
2013-05-13 11:53:50 -07:00
project.js
apps with no release file are now assumed to be the latest release, not 0.6.0
2013-03-29 11:52:34 -07:00
run.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
unipackage.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
updater.js
Include environment info in every web request.
2013-05-09 11:59:02 -07:00
warehouse.js
change inchworm_style to camelCase in a few files
2013-05-13 11:51:52 -07:00
watch.js
Make watch.stop() kill timers.
2013-05-13 11:51:53 -07:00