Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Add support for ECMAModules import #112

Merged
merged 6 commits into from
Jan 11, 2021
Merged

Commits on Dec 14, 2020

  1. Add support for ECMAModules import

    The commit includes following changes:
     * Upgrade dependencies;
     * Upgrade the process of building the dist files. The package from now
       on should be ready for ECMAModules spec.
    budnix committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    a6c2867 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Remove label declaration

    The label declaration syntax causes transpilation errors. As it is not
    used by the parser it is removed.
    budnix committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    a64f219 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ddd75b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8c58ca View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

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

Commits on Jan 4, 2021

  1. Apply suggestions from code review

    In includes:
     * Regenerate the package-lock.json file compatible with Node v10;
     * Add .gitattributes file;
    budnix committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    771b36b View commit details
    Browse the repository at this point in the history