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

Decorators 2 Transform [WIP] #6107

Closed
wants to merge 23 commits into from
Closed

Commits on Jul 21, 2017

  1. Configuration menu
    Copy the full SHA
    57cdfaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9904b61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d64084 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2017

  1. Configuration menu
    Copy the full SHA
    f214d1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edb7ff2 View commit details
    Browse the repository at this point in the history
  3. Clean up code

    peey committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    10d763e View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2017

  1. Configuration menu
    Copy the full SHA
    358cf70 View commit details
    Browse the repository at this point in the history
  2. Add exec tests

    peey committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    626b92e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2017

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

Commits on Aug 9, 2017

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

Commits on Aug 11, 2017

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

Commits on Aug 15, 2017

  1. Configuration menu
    Copy the full SHA
    a55e374 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f7bf93 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2017

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

Commits on Aug 20, 2017

  1. Improvements in handling of computed keys

     - don't use sequenceExpressions
     - use single declaration
     - use keys based on the node
    peey committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    6ec36a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e7c6a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e28ca7 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2017

  1. Account for getters and setters

    peey committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    1776e24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e527a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

  1. configurability checks

    peey committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    44465f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2017

  1. Merge getters and setters; Map->object in decorate

    And other review suggestions
    peey committed Sep 16, 2017
    Configuration menu
    Copy the full SHA
    f86b327 View commit details
    Browse the repository at this point in the history
  2. Add failing test for instanceof

    peey committed Sep 16, 2017
    Configuration menu
    Copy the full SHA
    96f51aa View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2017

  1. Fix parentage tests. It's not an issue

    I had missed extends in the test case but the asserts were expecting it.
    I thought that tests were failing for more sinister reasons, but
    thankfully it isn't so
    peey committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    76f5d3c View commit details
    Browse the repository at this point in the history