Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CoffeeScript now supports ES2015 modules #7818

Merged
merged 5 commits into from
Sep 28, 2016

Commits on Sep 24, 2016

  1. Update CoffeeScript to 1.11.0, which supports modules; update check f…

    …or whether to pass CoffeeScript’s output to Babel to look not just for backticks, but also for `import`, `export` and `function*`, the current ESNext features output by CoffeeScript
    GeoffreyBooth committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    79ad443 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c046fc View commit details
    Browse the repository at this point in the history
  3. Test that CoffeeScript native export statements work, by importing so…

    …mething exported by such a statement
    GeoffreyBooth committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    e88abe6 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2016

  1. Improve regex

    GeoffreyBooth committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    e1ac074 View commit details
    Browse the repository at this point in the history
  2. Optimize regex

    GeoffreyBooth committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    3dbc956 View commit details
    Browse the repository at this point in the history