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

Add dereferenceUses plugin #1279

Open
wants to merge 37 commits into
base: main
Choose a base branch
from
Open

Commits on Mar 22, 2021

  1. Add plugin file and tests.

    strarsis committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    782a87b View commit details
    Browse the repository at this point in the history
  2. Add code to replace the <symbol> element with configurable wrapper …

    …element (`svg` is the default).
    
    Add tests for `<symbol>` elements as target.
    Add comments.
    strarsis committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    8594b3a View commit details
    Browse the repository at this point in the history
  3. Fix test.

    Remove duplicate test with redundant input.
    strarsis committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    3bd002b View commit details
    Browse the repository at this point in the history
  4. Add to plugins.js.

    Adjust to new xast API.
    strarsis committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    cb915dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48d7c21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2de6eaa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c4397c7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa93ae0 View commit details
    Browse the repository at this point in the history
  9. Fix expected result in test.

    strarsis committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    137341e View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. Configuration menu
    Copy the full SHA
    4d658eb View commit details
    Browse the repository at this point in the history
  2. Apply recommended code style.

    Use xast.
    Use const where possible.
    Use native JS manipulation.
    Add description to plugin tests.
    strarsis committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    8fd5222 View commit details
    Browse the repository at this point in the history
  3. Improve constant and variable names.

    Improve comments.
    Use const where possible.
    strarsis committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    7d9135a View commit details
    Browse the repository at this point in the history
  4. Improve comment.

    strarsis committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    0e426f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a37eb7b View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

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

Commits on Mar 30, 2021

  1. Configuration menu
    Copy the full SHA
    60088b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a497ef View commit details
    Browse the repository at this point in the history
  3. Use href attribute names array for finding href attribute.

    Use direct attributes access.
    strarsis committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    5dc8c65 View commit details
    Browse the repository at this point in the history
  4. Remove large, rather redundant plugin test.

    Rename 8th plugin test as it becomes the 7th plugin test now.
    strarsis committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    246d861 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    454e338 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    96d0f7e View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    470ab35 View commit details
    Browse the repository at this point in the history
  2. Add param typings for dereferenceUses plugin.

    Register dereferenceUses plugin correctly.
    strarsis committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    bb15cbe View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    e7226cb View commit details
    Browse the repository at this point in the history
  2. Improve test comments.

    strarsis committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    8db961d View commit details
    Browse the repository at this point in the history
  3. Increase test coverage.

    strarsis committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    cd30067 View commit details
    Browse the repository at this point in the history
  4. Fix yarn lockfile.

    strarsis committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    92dcf8e View commit details
    Browse the repository at this point in the history
  5. Appy prettier.

    strarsis committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    5712fee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    314dd8e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    869c113 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    e797bb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99a01d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    886ade6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdde2ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb4adde View commit details
    Browse the repository at this point in the history
  6. Remove npm lockfile.

    Use yarn lockfile from main.
    strarsis committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    58697fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eed23f1 View commit details
    Browse the repository at this point in the history