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

fix(js): .swcrc path option should follow existing conventions #10127

Merged
merged 7 commits into from
May 6, 2022
Merged

fix(js): .swcrc path option should follow existing conventions #10127

merged 7 commits into from
May 6, 2022

Commits on May 5, 2022

  1. fix(js): make swrc option follow existing conventions

    BREAKING CHANGE:
    swcrcPath –> swcrc
    djgrant committed May 5, 2022
    Configuration menu
    Copy the full SHA
    9037648 View commit details
    Browse the repository at this point in the history
  2. docs(js): update parameter name for swcrc option

    BREAKING CHANGE:
    swcrcPath –> swcrc
    djgrant committed May 5, 2022
    Configuration menu
    Copy the full SHA
    7f8563d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23f6dc0 View commit details
    Browse the repository at this point in the history
  4. docs(js): hardcode swcrc option default in desc

    As the default needs to be defined in swc.impl.ts to resolve relative to the project root, the
    default is documented in the schema.json description.
    djgrant committed May 5, 2022
    Configuration menu
    Copy the full SHA
    f51b0d9 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. fix(js): migrate swcrcPath to swcrc

    As the default needs to be defined in swc.impl.ts to resolve relative to the project root,
    the
    default is documented in the schema.json description.
    djgrant committed May 6, 2022
    Configuration menu
    Copy the full SHA
    058dfa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0594e2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c20834 View commit details
    Browse the repository at this point in the history