Commit Graph

91 Commits

Author SHA1 Message Date
David Glasser
6b204ca73a Bump package versions for 1.0.2 2014-12-19 10:31:59 -08:00
David Glasser
73b809c122 Bump versions for 1.0.2. 2014-12-11 22:44:41 -08:00
David Glasser
6ea8443f30 Update calls to addFiles, onUse, and onTest 2014-12-09 20:18:31 -08:00
David Glasser
de5f68cf70 bump all versions (due to source-map upgrade) 2014-11-25 09:06:26 -08:00
Sashko Stubailo
36da5aecb4 Make all version numbers not have rc 2014-10-13 14:09:37 -07:00
Sashko Stubailo
698fbedb10 Bump all of the version numbers to rc.0 2014-10-07 17:10:48 -07:00
Sashko Stubailo
1e53f6b598 Bump all version numbers again after cherry-picking unipackage fix 2014-10-01 17:06:57 -07:00
Sashko Stubailo
0129c3f5ac Bump all of the version numbers again, to republish with the unipackage.json fix 2014-10-01 15:43:05 -07:00
Sashko Stubailo
eecc272e4a Bump every single package version number due to a change in compilation 2014-09-29 23:44:50 -07:00
ekatek
b9a714f028 ripping out internal, name and test from package.js files 2014-07-07 20:50:50 -07:00
ekatek
fb709c9563 remove versions files from core packages 2014-06-16 22:11:31 -07:00
ekatek
beb0e59b9d new version files from teh new solver? Also, package.js correct with tests 2014-05-09 17:36:25 -07:00
ekatek
031890d2c5 don't store buildtime deps in the catalog 2014-05-04 16:56:58 -07:00
ekatek
23ad149a78 better versions files 2014-04-25 15:06:45 -07:00
ekatek
10d2047d12 clean up 2014-04-25 15:01:20 -07:00
ekatek
c84c8d6097 alphabetize package version lock files 2014-04-24 18:18:21 -07:00
ekatek
1f3daac20c remaining versions.json 2014-04-21 19:03:09 -07:00
ekatek
693c41493d cleanup 2014-04-15 22:09:53 -07:00
ekatek
833d8b3620 adding names and test packages where applicable; wip 2014-04-10 15:04:38 -07:00
Geoff Schmidt
66b7253695 Take all packages to 1.0.0 (that aren't already there) 2014-03-07 12:00:20 -08:00
David Glasser
4b3cb9d305 Rename api.exportSymbol -> api.export. 2013-07-25 18:54:43 -07:00
David Glasser
9f38258b54 Drop all @export lines. Add api.exportSymbol instead. 2013-07-25 18:54:40 -07:00
David Glasser
6b48e8bd8a stuff that doesn't have conflicts 2013-05-13 11:51:50 -07:00
David Glasser
8dbee56e77 Add .gitignore to package directories to match linker branch.
This way switching between linker and devel doesn't leave you with lots of junk
in git status.
2013-05-13 10:57:37 -07:00
David Glasser
5a5204e3a4 Remove closures around package files. (hint: git blame -w)
The bundler now adds closures around client files and the server adds closures
around server files.
2013-03-19 15:13:53 -07:00
David Greenspan
96cd1faf6b jsparse: allow unescaped / in regex char classes
Regexes like /[/]/ are ES5 compliant and supported by Node and browsers.

Needed to parse prettify.js and SockJS!
2012-12-10 15:16:23 -08:00
David Greenspan
8eacb1ab9f clarify comment 2012-12-07 18:03:52 -08:00
David Greenspan
85b502c296 jsparse: fix logic bug in lexing identifiers 2012-12-07 17:56:23 -08:00
David Greenspan
c87b00f0c9 jsparse: fix decimal literals starting with '.' 2012-12-07 13:40:23 -08:00
David Greenspan
99b659a810 jsparse: line numbers in error messages 2012-11-26 18:28:07 -08:00
David Greenspan
e8826efb1e jsparse: allow trailing comma in obj lit per ES5
(we should probably catch this in future linter)
2012-11-26 12:14:51 -08:00
David Greenspan
ae492fc793 jsparse: support ES5 line continuations 2012-11-22 16:54:07 -08:00
David Greenspan
44b4c9ed61 jsparse: allow keywords as property names per ES5 2012-11-22 16:54:07 -08:00
David Greenspan
ad7098307d Fix jsparse hex literals
(so 0xabc doesn't parse 0 and then error)
2012-11-21 20:50:48 -08:00
David Greenspan
afff7677b5 fix jsparse comments in AST 2012-10-01 12:28:09 -07:00
David Greenspan
6686d40526 include comments in jsparse AST 2012-09-30 00:42:04 -07:00
David Glasser
4dcdeb4435 Fix jsparse tests on IE7. 2012-09-28 12:39:03 -07:00
David Glasser
8ff16d3b04 IE7 throws an error if you use unquoted false or true as a key in object literals.
Quoting it works (and x[false] and x[true] work).
2012-09-28 11:42:57 -07:00
David Greenspan
b112cf8f92 small jsparse improvements 2012-09-20 21:22:34 -07:00
David Greenspan
a4c4fabbbd make jsparse internal 2012-09-19 11:42:34 -07:00
David Greenspan
90e516d7c9 make methods out of lexeme.next()/prev() 2012-09-12 16:59:24 -07:00
David Greenspan
c3477ec91c Make use of Parsers.lazy 2012-09-12 16:34:41 -07:00
David Greenspan
128392ccea real Parser for unstringify, Parsers.lazy 2012-09-12 16:26:10 -07:00
David Greenspan
7c3815fa27 parseRequired 2012-09-12 15:41:52 -07:00
David Greenspan
4ee4e2451c ParseNode.stringify and unstringify 2012-09-12 15:15:05 -07:00
David Greenspan
f9dba29b2d namespace parsers 2012-09-12 14:54:58 -07:00
David Greenspan
f9cfe9701f JSLexer, reduce namespace pollution 2012-09-12 14:48:32 -07:00
David Greenspan
25b564014a remove comment 2012-09-12 14:39:28 -07:00
David Greenspan
76cac26100 finish removing unnecessary seqs in node(…) 2012-09-12 14:34:50 -07:00
David Greenspan
39056590d4 move token matchers out of parser lib 2012-09-12 14:31:47 -07:00