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

ECMAScript support #212

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

ECMAScript support #212

wants to merge 7 commits into from

Commits on Jan 30, 2021

  1. Set ECMAScript module fields and entry point

    Also remove unofficial fields that mark a package as 'ES' and bump build
    related tooling dependencies to ensure compatibility with the new
    standard. Since the package scope is now set to module change config
    files to use ESM or run with CommonJS using the `cjs` extension.
    
    Closes zspecza#201
    Siilwyn committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    68adc67 View commit details
    Browse the repository at this point in the history
  2. Use npm ci to speed up first time installation

    Also ensures that exactly the dependencies listed in the lock are used.
    Siilwyn committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    bf03905 View commit details
    Browse the repository at this point in the history
  3. Only clear output directory content

    Prevents file listing from jumping in editors.
    Siilwyn committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    53867a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a68b0f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Configuration menu
    Copy the full SHA
    7d5e7f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    946fcbf View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

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