-
Notifications
You must be signed in to change notification settings - Fork 2k
Comparing changes
Open a pull request
base repository: jashkenas/coffeescript
base: 2.3.0
head repository: jashkenas/coffeescript
compare: 2.3.1
- 12 commits
- 144 files changed
- 5 contributors
Commits on Apr 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 708e575 - Browse repository at this point
Copy the full SHA 708e575View commit details
Commits on May 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fe75548 - Browse repository at this point
Copy the full SHA fe75548View commit details -
Fix #1832: Browser compiler should run code using globally-scoped eval (
#5047) * Explicitly turn off minify mangling, because it was previously implicitly disabled by the existence of the `eval` call we’re about to remove * Update babel-core * Run browser-compiled scripts using window.eval rather than just eval, to use a clean scope (many times faster) * Update output * Fix browser-based test broken by #5028 * Update output
Configuration menu - View commit details
-
Copy full SHA for d82272b - Browse repository at this point
Copy the full SHA d82272bView commit details
Commits on May 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c2792e4 - Browse repository at this point
Copy the full SHA c2792e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7beb631 - Browse repository at this point
Copy the full SHA 7beb631View commit details
Commits on May 13, 2018
-
fix JSX expression indentation bug (#5056)
* fix JSX expression indentation bug * fixes from code review * tweak test
Configuration menu - View commit details
-
Copy full SHA for 8e66ae4 - Browse repository at this point
Copy the full SHA 8e66ae4View commit details -
Allow implicit call with class with no body (#5053)
* allow implicit call with class with no body * more tests
Configuration menu - View commit details
-
Copy full SHA for 7dbdca8 - Browse repository at this point
Copy the full SHA 7dbdca8View commit details -
* normalize :: syntax * fixes from code review
Configuration menu - View commit details
-
Copy full SHA for 41185ca - Browse repository at this point
Copy the full SHA 41185caView commit details -
Lexer, helpers and comments cleanup (#5063)
* Move the building of the comments hash into its own function, to make clearer that it only happens once * Abstract token comments dictionary * Format comments * Allow attaching a “data” property to tokens, to allow extra info to pass through the parser into the node classes * Add data to StringLiteral tokens such that we should be able to deindent them in the nodes class * Update output * Another comment fix * Add data to every token, with common properties * Be more defensive, even though we apparently don't need to be * Improve comments * Remove the token data property, leaving all unrelated improvements * Code review improvements; update output
Configuration menu - View commit details
-
Copy full SHA for 7cf739e - Browse repository at this point
Copy the full SHA 7cf739eView commit details
Commits on May 20, 2018
-
Fix #5046: Adjacent JSX (#5049)
* Fix #5046: Adjacent JSX * check CSX only when wrapped in parentheses * Fix indentation * Add test for unlikely, but valid, JSX syntax
Configuration menu - View commit details
-
Copy full SHA for 0e7677a - Browse repository at this point
Copy the full SHA 0e7677aView commit details -
Docs headings and changelog refactor (#5067)
* Changelog sub-sections should use h3, not h2; no need for hack anchor tag anymore * Internationalize dates to user’s locale * Consistent names * Split up the changelog into separate files per version; make HTML markup consistent with the other sections in the docs * Fix sidebar links for introduction and overview
Configuration menu - View commit details
-
Copy full SHA for 68302e6 - Browse repository at this point
Copy the full SHA 68302e6View commit details
Commits on May 22, 2018
-
* Update links to use https://coffeescript.org * 2.3.1 changelog * Bump version to 2.3.1; update output * Forgot one * Another one * Lock Babel versions for Node 6 build to succeed, until Babel 7 is out
Configuration menu - View commit details
-
Copy full SHA for be702d6 - Browse repository at this point
Copy the full SHA be702d6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.3.0...2.3.1