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

Add missing CoffeeScript keywords and reserved words #1061

Merged
merged 2 commits into from
May 28, 2019

Commits on Jan 9, 2019

  1. Add missing CoffeeScript keywords and reserved words

    Added missing keywords: `until`, `loop`, `do`, `yield` (old ones),
    `debugger` (an obscure one inhereted from JavaScript), and
    `await`, `import`, `export` (added in CoffeeScript 2).
    
    Added missing reserved words based on RESERVED list in CoffeeScript source code.
    (Previously there were no reserved words.)
    
    See https://coffeescript.org/annotated-source/lexer.html#constants
    edemaine committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    a1b8128 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Configuration menu
    Copy the full SHA
    b36e349 View commit details
    Browse the repository at this point in the history