Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

[dynamic-import] Implementing import() syntax #163

Merged
merged 11 commits into from
Oct 14, 2016

Commits on Oct 8, 2016

  1. [import-functions] First pass at import()

    Jordan Gensler committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    1dc5228 View commit details
    Browse the repository at this point in the history
  2. Fixing lint error

    Jordan Gensler committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    d5df72d View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2016

  1. Changing import-functions to use Import callee

    Jordan Gensler committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    d700775 View commit details
    Browse the repository at this point in the history
  2. Removing unused code in expression switch

    Jordan Gensler committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    69a1060 View commit details
    Browse the repository at this point in the history
  3. Simplifying import function break in statement

    Jordan Gensler committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    afa4da6 View commit details
    Browse the repository at this point in the history
  4. Adding new Import callee to docs

    Jordan Gensler committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    33fc379 View commit details
    Browse the repository at this point in the history
  5. [import()] Adding tests for strict mode and module parsing

    Jordan Gensler committed Oct 9, 2016
    Configuration menu
    Copy the full SHA
    0eee521 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2016

  1. [import()] Adding test for expression parsing

    Jordan Gensler committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    d330f8f View commit details
    Browse the repository at this point in the history
  2. [spec] Adding back missing super docs

    Jordan Gensler committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    2a6dab6 View commit details
    Browse the repository at this point in the history
  3. [import()] Throwing on more than one argument

    Jordan Gensler committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    0fb758f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2016

  1. [import()] Updating for renamed proposal

    Jordan Gensler committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    e203d34 View commit details
    Browse the repository at this point in the history