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

feat: allow any JS identifier in define, not ASCII-only #5972

Merged
merged 12 commits into from May 5, 2022

Commits on Dec 6, 2021

  1. Copy the full SHA
    1b9d231 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bfb5011 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    255659a View commit details
    Browse the repository at this point in the history
  4. test(define): remove trailing-dot test

    trailing dots in replacements are not supported in dev,
    just prod and only used internally for import.meta.env.
    (in dev it's handled by importAnalysisPlugin)
    jonaskuske committed Dec 6, 2021
    Copy the full SHA
    2e16e5d View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Copy the full SHA
    0d00304 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. Copy the full SHA
    4aecf7d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d511a9d View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. Copy the full SHA
    a5fc57f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    145c1df View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0d391f0 View commit details
    Browse the repository at this point in the history
  4. docs: cleanup

    jonaskuske committed Apr 10, 2022
    Copy the full SHA
    a12f327 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. chore: add leading space in comment

    Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
    jonaskuske and bluwy committed Apr 11, 2022
    Copy the full SHA
    d2c6ada View commit details
    Browse the repository at this point in the history