Skip to content
Snippets Groups Projects
  1. Apr 10, 2017
    • jugglinmike's avatar
      Automate deployment (#546) · bcb76515
      jugglinmike authored
      Introduce configuration to allow build servers provided by the Travis CI
      service to execute the test generation tool and commit the resultant
      files to the canonical upstream repository.
      
      Enabling this workflow required additional administrative work:
      
      1. Create an account with TravisCI
      2. Install the `travis` command-line utility
      3. Create a "deploy key" and an encrypted version using the command
         `./make.py github_deploy_key_enc`
      4. Register the deploy key with the project's GitHub account
      5. Check the encrypted deploy key to the repository
      6. Configure the TravisCI service to automatically build this project
      bcb76515
    • André Bargull's avatar
      Add Function.prototype.toString tests for async generator functions (#955) · da764caf
      André Bargull authored
      * Add Function.prototype.toString tests for many function forms
      * Add non-const computed property name to Function.prototype.toString tests
      * Split class method tests into class-expression and class-statement tests
      * Add tests for unnamed function expression forms
      * Add tests for async (generator) methods in class contexts
      * Add test case for Function.prototype.toString on async arrow function
      da764caf
    • André Bargull's avatar
  2. Apr 07, 2017
    • Rick Waldron's avatar
      Merge pull request #953 from leobalter/syg-async-lineterm · 3c79e9db
      Rick Waldron authored
      Update cases for async arrow fns with a line terminator
      3c79e9db
    • Leo Balter's avatar
      Update object literal expressions for readability · 6030e4ed
      Leo Balter authored
      After @rwaldron's feedback:
      
      The purpose of the `!` operator is to evaluate an UnaryExpression,
      coerce the result to a boolean value and then return the negated
      value of that operation. But that's not what you're trying to do at
      all—you just want to evaluate the expression to the right of the
      operator, nothing more, nothing less. In this specific case, you
      don't even really care about the evaluation, the goal is write
      valid (or invalid, as the case may be) syntax that is will be
      parsed according to a specific grammar rule that requires some
      operator to signal that the thing is an expression and not a Block
      Statement.
      6030e4ed
  3. Apr 06, 2017
  4. Mar 29, 2017
  5. Mar 28, 2017
  6. Mar 27, 2017
Loading