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(mdx-loader): Remark plugin to report unused MDX / Markdown directives #9394

Merged
merged 27 commits into from
Oct 24, 2023

Commits on Oct 11, 2023

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

Commits on Oct 12, 2023

  1. wip: parse tree from root

    OzakIOne committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    2f6cddb View commit details
    Browse the repository at this point in the history
  2. wip: unit test mock

    OzakIOne committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    0478dd8 View commit details
    Browse the repository at this point in the history
  3. wip: better error log

    OzakIOne committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    f934f84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea124d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cefc3e4 View commit details
    Browse the repository at this point in the history
  6. fix TS vfile datamap issue

    slorber committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    f87a0b4 View commit details
    Browse the repository at this point in the history
  7. wip: add text & leaf tests

    OzakIOne committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    3ea1c74 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. fix: include lines in path

    OzakIOne committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    6a0337a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4e7255 View commit details
    Browse the repository at this point in the history
  3. wip: improve log messages

    OzakIOne committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    1b59e60 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    b21537e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59cb00f View commit details
    Browse the repository at this point in the history
  3. refactor unused directives

    slorber committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    61b41ae View commit details
    Browse the repository at this point in the history
  4. refactor unused directives

    slorber committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    cb54192 View commit details
    Browse the repository at this point in the history
  5. refactor unused directives

    slorber committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    10d4057 View commit details
    Browse the repository at this point in the history
  6. remove annoying eslint rule

    slorber committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    b777c29 View commit details
    Browse the repository at this point in the history
  7. change format of warning

    slorber committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a142e60 View commit details
    Browse the repository at this point in the history
  8. refactor

    slorber committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    23f6cb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    55a0abe View commit details
    Browse the repository at this point in the history
  2. use transformNode everywhere

    slorber committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    5fb34ae View commit details
    Browse the repository at this point in the history
  3. eslint

    slorber committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    764e9ab View commit details
    Browse the repository at this point in the history
  4. eslint

    slorber committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    bfa8a90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99f83b2 View commit details
    Browse the repository at this point in the history
  6. increase playwright timeout

    slorber committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    a85f049 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d7cf972 View commit details
    Browse the repository at this point in the history
  8. ignore playwright path

    slorber committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    65406ac View commit details
    Browse the repository at this point in the history