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: improve tree-shaking by propagate const parameter #5443

Merged
merged 60 commits into from Apr 21, 2024

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    58fba0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61bbfa0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7050e85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdb84cb View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. style: update coverage

    liuly0322 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    7251468 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7381847 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    87f82de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdcf53c View commit details
    Browse the repository at this point in the history
  3. fix: test indent

    liuly0322 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    1c91f75 View commit details
    Browse the repository at this point in the history
  4. perf: remove same object SPJ

    getObjectEntity is private, so we can't judge if two object are the same
    liuly0322 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    3c9a810 View commit details
    Browse the repository at this point in the history
  5. refactor: support iife

    liuly0322 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    6e2e866 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8087111 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b64f649 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    5339c08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3547388 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d18ba1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac4794d View commit details
    Browse the repository at this point in the history
  5. test: fix

    liuly0322 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    9aa6a70 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f536bf View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

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

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    fd90a7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e3aee0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    074e7e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce6a8a4 View commit details
    Browse the repository at this point in the history
  5. 4.13.2

    lukastaegert committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    aabd6f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ffe234c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    912bacd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e823998 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    e1143bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    495ee87 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. refactor IIFE

    liuly0322 committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    bfe6a6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c63e745 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6be48de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9060ae8 View commit details
    Browse the repository at this point in the history
  5. performance

    liuly0322 committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    4e71e66 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35857ff View commit details
    Browse the repository at this point in the history
  7. refactor: reduce complexity

    liuly0322 committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    4d41532 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

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

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    de1a0ab View commit details
    Browse the repository at this point in the history
  2. style: NodeType

    liuly0322 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d54864f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a19792b View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. style: remove counter

    liuly0322 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    2b19f62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d6f5fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb28846 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    095e844 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e13a514 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

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

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    97fcfad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfe4cd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    047ae3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa8741a View commit details
    Browse the repository at this point in the history
  5. style: add protected

    liuly0322 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    40f9427 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e02ab0d View commit details
    Browse the repository at this point in the history
  7. style: remove a condition

    liuly0322 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    51ffb9b View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    a559d2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f73a365 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea7ffab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f58a40 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

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