Jeremy Ashkenas
9e4fa02cdb
CoffeeScript 1.1.1
2011-05-10 09:27:19 -04:00
Jeremy Ashkenas
09712603c4
coffee-script 1.1.0
2011-05-01 12:08:15 -04:00
Trevor Burnham
824e081005
Fixing unavailability of global properties on REPL
2011-05-01 01:45:14 -04:00
Jeremy Ashkenas
bf8fbc2c0e
Fixing process.argv[0] ... #1303
2011-04-30 10:59:55 -04:00
Jeremy Ashkenas
0ed8ae28e7
merging #1303 ... setting process.argv[0] to coffee for coffee's run.
2011-04-30 10:39:28 -04:00
Michael Ficarra
7efea4bb23
removed "globals" option of CoffeeScript.compile and enhanced fix from
...
previous commits
2011-04-29 15:53:30 -04:00
Michael Ficarra
63ce244359
Better fixes for problem mentioned in last 3 commits. Also adds _
...
special value (as in node's REPL) that always holds return value of last
executed expression. Finally, fixes #1109
2011-04-29 13:59:59 -04:00
Michael Ficarra
0bdf9538d0
Recently discussed problem has been understood. Adding relevant values
...
to the global scope upon `eval` in REPL.
See bcf1e178a1 (commitcomment-362493)
2011-04-29 09:29:25 -04:00
Michael Ficarra
b88e23892f
Fixes broken require from last commit. We're not actually sure yet
...
*why* `require` and only `require` was affected. All other globals that
I tried were unaffected: `console`, `parseInt`, `process`, `global`,
`Array`, `Object`, `Buffer`, `setTimeout`, ...
2011-04-29 09:18:47 -04:00
Michael Ficarra
bcf1e178a1
Fixes error in REPL where any variable defined in
...
`src/coffee-script.coffee` is shared with the REPL scope. Example: try
`lexer` or `@VERSION` pre-commit.
2011-04-29 02:32:16 -04:00
Trevor Burnham
fe889b8428
Setting process.argv[0] to 'coffee' in the REPL (aesthetic)
2011-04-28 18:35:42 -04:00
Trevor Burnham
cde7498c8e
Setting process.argv[0] to 'coffee' in 'coffee foo.coffee'
...
See #1301 et al.
2011-04-28 18:27:40 -04:00
Jeremy Ashkenas
44e0bbf342
Issue #1262 , print filename in error messages for require module scripts.
2011-04-26 20:35:30 -04:00
Jeremy Ashkenas
2f39102026
merging fix for #1124
2011-04-18 20:44:27 -04:00
Jann Horn
6ec9c844e4
fixes #1124 (and uglifies generated JS)
2011-03-28 23:12:27 +02:00
Joshua Peek
573e2b0012
Assign module.paths for node_module loading
2011-03-25 15:36:48 -05:00
Jeremy Ashkenas
6f21f8a402
merging stable
2011-02-01 22:02:57 -05:00
Trevor Burnham
abfc99308d
Setting process.argv[1] to equal the filename of the script being run (issue 1087)
2011-02-01 21:41:20 -05:00
Jeremy Ashkenas
955c87ef30
Bumping version to 1.0.2-pre
2011-02-01 21:32:58 -05:00
Jeremy Ashkenas
c44d9ae923
CoffeeScript 1.0.1
2011-01-31 22:39:12 -05:00
Jeremy Ashkenas
654c933e30
fixing version number to 1.1.0-pre ... to make it installable with npm.
2011-01-30 17:00:07 -05:00
Jeremy Ashkenas
3f586ff4ab
Merge branch 'master' into 1.1-pre
2011-01-15 14:50:44 -05:00
Jeremy Ashkenas
7c7b9a4be1
Merging in 1035 fix. fileName -> filename ... a bit of refactoring.
2011-01-15 10:46:53 -05:00
Jeremy Ashkenas
9faedbf516
bump version to 1.1-pre
2011-01-15 10:28:26 -05:00
Trevor Burnham
7815138386
Fixing require './foo' under --eval and REPL; issue 1035
2011-01-13 14:20:11 -05:00
Jeremy Ashkenas
f545f18c2d
Bumping to version 1.0.1-pre
2010-12-26 16:28:18 -08:00
Jeremy Ashkenas
33d2577fb5
CoffeeScript 1.0.0
2010-12-24 11:02:10 -08:00
Jeremy Ashkenas
dd168373a1
1.0.0-pre, that is.
2010-12-18 12:14:40 -05:00
Jeremy Ashkenas
f121558668
Starting to use development versions. This one is '1.0-pre'
2010-12-18 10:53:08 -05:00
Michael Ficarra
e5491198f6
Merge branch 'master' of http://github.com/jashkenas/coffee-script into refactorTests
...
Conflicts:
lib/coffee-script.js
2010-12-07 12:27:03 -05:00
Jeremy Ashkenas
fa53a4c057
CoffeeScript 0.9.6
2010-12-07 00:21:34 -05:00
Michael Ficarra
fb7498a8ec
made reserved words available as CoffeeScript.RESERVED
2010-12-03 18:07:36 -05:00
Jeremy Ashkenas
fc64fa49ac
Switching default arguments to use an if instead of an and, more documentation.
2010-11-21 21:12:59 -05:00
Jeremy Ashkenas
28d5db3bca
preparing documentation for 0.9.5
2010-11-21 12:38:27 -05:00
Jeremy Ashkenas
0e4d589d80
Coco ce2d08a: removed _argN temporaries for readability/consistency
2010-11-20 20:39:35 -05:00
Jeremy Ashkenas
31f4214b5d
first draft of range literals back...
2010-11-20 17:40:46 -05:00
satyr
1a9a48c5f2
rewrote "cake bench" to time per parsing stage
2010-11-18 01:34:23 +09:00
Jeremy Ashkenas
9c5eca9131
coco dc8945c: less ternaries, more returns-from-ifs. More readable.
2010-11-08 23:07:51 -05:00
Jeremy Ashkenas
f6a8d4c074
round 2, light refactors.
2010-11-04 23:05:04 -04:00
Jeremy Ashkenas
bb05e07e4e
light refactors + tweaks
2010-11-04 22:53:07 -04:00
Jeremy Ashkenas
a257f5993a
tweak to parser.lexer
2010-11-02 00:05:06 -04:00
Jeremy Ashkenas
b94c15bdcc
not-or to is-and ... positive side.
2010-11-01 23:11:25 -04:00
Jeremy Ashkenas
83e6955dce
Optimizing default arguments and existential assignment.
2010-11-01 22:01:52 -04:00
Jeremy Ashkenas
c17efcf422
merging satyr/defarg
2010-11-01 21:33:07 -04:00
Jeremy Ashkenas
195ca70278
tweaks to eval-fix
2010-10-30 17:35:54 -04:00
Trevor Burnham
776b1b723e
Fixing --eval; see issue 820
2010-10-28 22:18:11 -04:00
satyr
371282fe7a
defarg: (options = {}) where possible
2010-10-26 19:14:03 +09:00
Jeremy Ashkenas
a75368e2e8
Fixing the REPL.
2010-10-24 21:15:20 -04:00
Jeremy Ashkenas
08527075b7
Expanding __filename and __dirname when running with the coffee command -- Issue #771
2010-10-24 14:19:47 -04:00
satyr
341de42692
removed extra parens around simple values
2010-10-22 09:35:15 +09:00