Commit Graph

  • 4cf75ec027 Forgot to update the .erb as well. Jeremy Ashkenas 2013-09-24 09:52:00 -03:00
  • 830c294aea Add new Packt book. Jeremy Ashkenas 2013-09-22 14:56:33 -03:00
  • bb86e54ece accept all format of numbers in ranges a3gis 2013-09-21 00:51:12 +01:00
  • 359e17277f Merge pull request #1 from sjorek/issue-3132 Caitlin Potter 2013-09-17 10:12:31 -07:00
  • 89f5f9d59d added more block-comment related tests for single-line block-comments and jsdoc-like @doctags-comments. Stephan Jorek 2013-09-17 18:09:15 +02:00
  • 26c0f7ca2d Fix constructor_destructuring example to alert a defined value Greg Schafer 2013-09-14 14:34:53 -05:00
  • 40c1086efa Merge pull request #3151 from kchmck/master Michael Ficarra 2013-09-03 16:33:27 -07:00
  • 999a3db499 Fix some inconsistent indentation Mick Koch 2013-09-03 18:59:09 -04:00
  • 50e13f62f2 Merge branch 'make-repl-use-global-context' of https://github.com/mklement0/coffee-script into make-repl-use-global-context Michael Klement 2013-09-03 18:35:21 -04:00
  • fceff1729c Make the REPL *CLI* use the global context so as to be consistent with the node REPL CLI. Michael Klement 2013-09-03 17:27:13 -04:00
  • 1765a7ae0c Merge pull request #3150 from mklement0/fix-repl-module-global-context-support Michael Ficarra 2013-09-03 14:47:22 -07:00
  • ae79ff9fa3 Merge branch 'make-repl-use-global-context' of https://github.com/mklement0/coffee-script into make-repl-use-global-context Michael Klement 2013-09-03 17:28:03 -04:00
  • 3e9d01d6c6 Make the REPL *CLI* use the global context so as to be consistent with the node REPL CLI. Michael Klement 2013-09-03 17:27:13 -04:00
  • ae4535d639 Fix: support for consumers of the REPL *module* being able to opt into using the global context via option .useGlobal. Michael Klement 2013-09-03 16:41:27 -04:00
  • c5120c7980 fix exit code when using --nodejs option a3gis 2013-09-02 22:54:17 +02:00
  • 92e83489fc Merge pull request #3146 from phillipalexander/fix-underscore-docs Jeremy Ashkenas 2013-09-02 13:33:26 -07:00
  • 1b7491d63d Fixes #3132 - Improve rendering of block-comments Caitlin Potter 2013-08-23 09:55:44 -04:00
  • ce14ad764a Fix formatting issues in underscore.coffee documentation (generated html) Phillip Alexander 2013-08-20 09:57:52 -07:00
  • 96e807c677 Improve license part of package.json ;) Jeremy Ashkenas 2013-08-19 16:10:25 +02:00
  • 70994d4b50 Refactored inline-if into more readable multi-line statement. Michael Klement 2013-08-07 11:40:11 -04:00
  • 675095efbe Amended - Make the REPL *CLI* use the global context so as to be consistent with the node REPL CLI. Michael Klement 2013-08-07 08:59:27 -04:00
  • 0235d12927 Make the REPL use the global context to be consistent with the node REPL. Michael Klement 2013-08-06 21:28:34 -04:00
  • 9d24a3420d Merge pull request #3111 from benbria/master Michael Ficarra 2013-08-06 13:52:52 -07:00
  • 3ad332d5d4 Issue #3092: Fix column numbers in sourcemaps to not be essentially random. Jason Walton 2013-08-06 16:25:23 -04:00
  • 15517df417 Merge pull request #3107 from mal/issue2957 Michael Ficarra 2013-08-02 15:44:55 -07:00
  • 3c2f0d174e Use coffee binary of coffee that overrode fork Mal Graty 2013-08-02 23:10:45 +01:00
  • 8cf6f62ea4 Merge pull request #3100 from epidemian/issue3023 Jeremy Ashkenas 2013-08-02 13:05:37 -07:00
  • 9e716b310d Avoid using a getter for the compiler error's "stack" property Demian Ferreiro 2013-08-02 01:52:36 -03:00
  • e44bf9ae81 Merge pull request #3104 from davidchambers/recompile Michael Ficarra 2013-08-01 14:17:14 -07:00
  • f5f99b3022 recompile David Chambers 2013-08-01 14:14:12 -07:00
  • dc3d70e696 cleaning up mkdirp bit. Jeremy Ashkenas 2013-08-01 11:12:41 -04:00
  • 77fded3c5e Merge pull request #3101 from FredyC/master Jeremy Ashkenas 2013-08-01 08:11:07 -07:00
  • e644f7244d Using original existence check with mkdirp call on failure FredyC 2013-08-01 17:03:32 +02:00
  • 457cdfde26 Fixed deep directory creation for command line utility FredyC 2013-08-01 11:17:27 +02:00
  • 910e38749c Merge removeMidExpressionNewlines into addImplicitIndentation Marc Häfner 2013-07-31 22:12:44 +02:00
  • 2b4a37296f Override the SyntaxError's "stack" property instead of deleting it Demian Ferreiro 2013-07-31 09:24:43 -03:00
  • 3f9cdcf1fa Change how error messages are shown Demian Ferreiro 2013-07-31 08:27:49 -03:00
  • 4342bedd2f Fix multi-line if-else in single-line expression. Marc Häfner 2013-07-31 12:18:50 +02:00
  • fdd5796f5e Disallow single-line IF expr ELSE without THEN Marc Häfner 2013-07-30 17:24:46 +02:00
  • f48aa44386 Merge pull request #3094 from epidemian/compile-js Jeremy Ashkenas 2013-07-29 23:17:38 -07:00
  • 51c625205b Update compiled JS Demian Ferreiro 2013-07-30 01:06:41 -03:00
  • e581f7d2f0 Merge pull request #3051 from CaseyLeask/source-map-syntax-update Michael Ficarra 2013-07-04 07:03:00 -07:00
  • 3aa646e425 rebuild for PR #3012 Cotton Hou 2013-06-28 09:40:22 +08:00
  • 92208fec44 simplify logic and changing less from before Cotton Hou 2013-06-02 13:22:55 +08:00
  • cdc603c794 remove logic redundancy Cotton Hou 2013-06-01 01:42:47 +08:00
  • 46d8902004 parallelized script loading in browser, yet order remain Cotton Hou 2013-05-31 23:37:23 +08:00
  • 34c1704286 Removed multi-line comment wrapping Casey Leask 2013-06-26 13:11:13 +00:00
  • 19767a0f10 Updated the Source Maps syntax Casey Leask 2013-06-26 12:34:21 +00:00
  • 0c9f0fd099 Merge pull request #3049 from dpatti/extensions-scope Nami-Doc 2013-06-24 15:14:01 -07:00
  • 7f1088054c Avoid variable scope collision with extensions Doug Patti 2013-06-24 18:03:27 -04:00
  • ef5f58e30e Merge pull request #3045 from marchaefner/master Nami-Doc 2013-06-22 06:04:46 -07:00
  • 13024e6911 Fix path separator issues in tests. Marc Häfner 2013-06-22 14:57:23 +02:00
  • 32e8e562ea Merge pull request #3043 from imcotton/reference-check Nami-Doc 2013-06-21 10:08:49 -07:00
  • 7fdac5c3b9 check existence of "path" for browser execution Cotton Hou 2013-06-22 00:58:30 +08:00
  • b68fd9d76e Merge pull request #3042 from marchaefner/issue2844 Jeremy Ashkenas 2013-06-20 22:33:50 -07:00
  • 25c6001a6c Speed up updateLocationDataIfMissing. Marc Häfner 2013-06-21 02:47:29 +02:00
  • 7250fdd576 Merge pull request #3031 from alexgorbatchev/stack-trace-patch-optimizations-2 Jeremy Ashkenas 2013-06-16 02:37:33 -07:00
  • b7f8443052 Merge pull request #3034 from marchaefner/baseIndent Jeremy Ashkenas 2013-06-16 02:35:06 -07:00
  • 4fd5e9a3ab Better handling of initial indent at file start. Marc Häfner 2013-06-14 00:21:47 +02:00
  • 3785996c44 Made stack patch test less brittle. Alex Gorbatchev 2013-06-13 13:50:05 -07:00
  • eb0a222eea Using more standard convention for patched stack line numbers. Alex Gorbatchev 2013-06-13 12:58:04 -07:00
  • 3d761e73e3 Removed unnecessary source map generation during require() and made stack line number patching on by default. Alex Gorbatchev 2013-06-13 12:54:20 -07:00
  • cc3b4e8080 Removed not used variable. Alex Gorbatchev 2013-06-10 16:29:00 -07:00
  • ba7cb3ab69 fix #3029 Michael Ficarra 2013-06-13 13:38:13 -05:00
  • 054443c46e rebuild #3029 Michael Ficarra 2013-06-13 13:35:40 -05:00
  • c8dae22cb0 Merge pull request #3029 from wangxian/master Jeremy Ashkenas 2013-06-13 10:55:52 -07:00
  • 183ec48308 fix block comment 木頭 2013-06-13 07:44:17 +08:00
  • 13187b0199 Merge pull request #2856 from epidemian/issue2849 Jeremy Ashkenas 2013-06-09 00:40:18 -07:00
  • 3c880bf601 Move a try/catch from compile to loadFile Demian Ferreiro 2013-06-09 02:54:34 -03:00
  • 8e90aaefc1 Merge branch 'master' into issue2849 Demian Ferreiro 2013-06-09 02:40:53 -03:00
  • 426ae97e49 Merge pull request #3014 from mset/master Michael Ficarra 2013-06-03 06:27:38 -07:00
  • f277a43645 Bug fix. When coffee is invoked with the -c parameter and './' value, first two characters of the directory into which the compiled files are stored get chopped off. Example: if compilation invoked like this: 'coffee -o ../lib/ -cw ./', then Source file: ./OutputFolder/file.coffee, compiled output: ./../lib/tputFolder/ The code only expected '.' to mark the local folder. However, './' is equally valid. Marek Setnicka 2013-06-03 13:51:26 +01:00
  • 2e408648aa renaming import test files to avoid risking the disfavor of .gitignore Jeremy Ashkenas 2013-06-02 10:57:18 +04:00
  • f2f10e85a8 Revert "remove cake build:ultraviolet" Jeremy Ashkenas 2013-06-02 09:45:11 +04:00
  • 84b8b5ccee CoffeeScript 1.6.3 1.6.3 Jeremy Ashkenas 2013-06-02 09:37:45 +04:00
  • 7b14a6aad2 Fixing browser build boilerplate. Jeremy Ashkenas 2013-06-02 09:21:36 +04:00
  • 342306587c Removing out of date testing cruft Jeremy Ashkenas 2013-06-02 09:13:16 +04:00
  • 3298c9caad merge Jeremy Ashkenas 2013-06-02 09:10:16 +04:00
  • 7089b02a74 Merging in a monkey-patching of Module::load, unfortunately. Jeremy Ashkenas 2013-06-02 09:03:54 +04:00
  • bd451800bf Merge pull request #3000 from sgentle/require-extensions Jeremy Ashkenas 2013-06-01 21:44:02 -07:00
  • 5e06f7e859 Removing Ultraviolet workaround Jeremy Ashkenas 2013-06-02 07:50:03 +04:00
  • 0f5ae54014 Merge pull request #2930 from marchaefner/Issue1057 Michael Ficarra 2013-05-31 14:56:04 -07:00
  • 5496a189bc fixes #2934 Michael Ficarra 2013-05-31 16:44:23 -05:00
  • 2e6a781014 remove cake build:ultraviolet Michael Ficarra 2013-05-31 15:49:48 -05:00
  • b85cf5355f Merge pull request #2085 from stepheneb/ruby-1-9-generate-coffeescript-syntax Michael Ficarra 2013-05-31 13:48:22 -07:00
  • f038d0514a Merge pull request #2984 from xixixao/literatetest Jeremy Ashkenas 2013-05-26 04:08:01 -07:00
  • 7c4128ee3b Merge pull request #3002 from Nami-Doc/issue3001 Jeremy Ashkenas 2013-05-26 03:43:22 -07:00
  • 012e3c019c fix style problems part 3 Sam Gentle 2013-05-26 15:59:49 +10:00
  • b3ffd25339 Disallowed for own in Nami-Doc 2013-05-26 00:29:26 +02:00
  • 46a0dc6dce Didn't mean to commit testsymlink Sam Gentle 2013-05-26 02:32:59 +10:00
  • 30b2af820a Early exit + refactor findExtension Sam Gentle 2013-05-26 02:17:24 +10:00
  • e7d01b903f New tests for module importing Sam Gentle 2013-05-26 02:02:15 +10:00
  • e4407dd73c fix style problems part 2 Sam Gentle 2013-05-26 00:50:18 +10:00
  • 2fd956d8d4 fix style problems Sam Gentle 2013-05-26 00:10:07 +10:00
  • c0aac8e598 use helpers.isCoffee in test runner Sam Gentle 2013-05-26 00:04:18 +10:00
  • d46a44ac48 Patch node module loader to handle multiple extensions - fixes #2928 & #2855 Sam Gentle 2013-05-25 23:01:41 +10:00
  • 9b1bdd4b36 Add test for .coffee.md loading Sam Gentle 2013-05-25 22:51:54 +10:00
  • fd47920c63 Fixes tabbed code test in literate Michal Srb 2013-05-15 10:30:20 +01:00
  • 088b8b3ec5 Merge pull request #2978 from pushrax/master Michael Ficarra 2013-05-08 17:44:53 -07:00
  • afd9b44dea Fix 'propeties' typo in docs Justin Li 2013-05-08 15:57:46 -04:00