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: add new css parser - postcss #1458

Merged
merged 35 commits into from
Jun 27, 2024
Merged

Commits on Apr 24, 2024

  1. feat: add new css parser

    daibhin committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a04450a View commit details
    Browse the repository at this point in the history
  2. make selectors change

    daibhin committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f3fa193 View commit details
    Browse the repository at this point in the history
  3. selectors and tests

    daibhin committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    28b19d7 View commit details
    Browse the repository at this point in the history
  4. media changes

    daibhin committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    692899d View commit details
    Browse the repository at this point in the history
  5. remove old css references

    daibhin committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d82f6f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. better variable name

    daibhin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    fe24180 View commit details
    Browse the repository at this point in the history
  2. use postcss and port tests

    daibhin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b91f030 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. fix media test

    daibhin committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    ef35af7 View commit details
    Browse the repository at this point in the history
  2. remove old code

    daibhin committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9b10e29 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. inline plugins

    daibhin committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5b23dde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b011a3e View commit details
    Browse the repository at this point in the history
  3. correct test result

    daibhin committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    bd8bb5e View commit details
    Browse the repository at this point in the history
  4. move tests to correct file

    daibhin committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    77fa5cb View commit details
    Browse the repository at this point in the history
  5. cleanup all tests

    daibhin committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    77cd5e4 View commit details
    Browse the repository at this point in the history
  6. remove unused css-tree

    daibhin committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    4a48247 View commit details
    Browse the repository at this point in the history
  7. update bundle

    daibhin committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    796e723 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. cleanup dependencies

    daibhin committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    75fd312 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d22b001 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48d0f06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43cdf3b View commit details
    Browse the repository at this point in the history
  5. remove d.ts files

    daibhin committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    1cc4a45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a17801e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

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

Commits on Jun 11, 2024

  1. update snapshot

    daibhin committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    360dad8 View commit details
    Browse the repository at this point in the history
  2. reset rebuilt test

    daibhin committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    36dfd60 View commit details
    Browse the repository at this point in the history
  3. apply fuzzy css matching

    daibhin committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    794b9ff View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

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

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    40e26ad View commit details
    Browse the repository at this point in the history
  2. remove extra test

    daibhin committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    35952fe View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    600f9cf View commit details
    Browse the repository at this point in the history
  2. Fix imports

    Juice10 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    2872d0e View commit details
    Browse the repository at this point in the history
  3. Newer versions of nswapi break rrdom-nodejs tests.

    Example:
     FAIL  test/document-nodejs.test.ts > RRDocument for nodejs environment > RRDocument API > querySelectorAll
    TypeError: e[api] is not a function
     ❯ byTag ../../node_modules/nwsapi/src/nwsapi.js:390:37
     ❯ Array.<anonymous> ../../node_modules/nwsapi/src/nwsapi.js:327:113
     ❯ collect ../../node_modules/nwsapi/src/nwsapi.js:1578:32
     ❯ Object._querySelectorAll [as select] ../../node_modules/nwsapi/src/nwsapi.js:1533:36
     ❯ RRDocument.querySelectorAll src/document-nodejs.ts:96:24
    Juice10 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c7153b7 View commit details
    Browse the repository at this point in the history
  4. Migrate from jest to vitest

    Juice10 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    9df9946 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f3ba8b View commit details
    Browse the repository at this point in the history
  6. Remove unused eslint

    Juice10 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    cdede94 View commit details
    Browse the repository at this point in the history