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(@parcel/transformer-js): Rewrite __dirname/__filename to be relative to asset.filePath #7727

Merged
merged 50 commits into from Apr 11, 2022
Merged

feat(@parcel/transformer-js): Rewrite __dirname/__filename to be relative to asset.filePath #7727

merged 50 commits into from Apr 11, 2022

Commits on Feb 17, 2022

  1. initial

    LekoArts committed Feb 17, 2022
    Copy the full SHA
    2c3b500 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. revert some changes

    LekoArts committed Feb 22, 2022
    Copy the full SHA
    c24fccb View commit details
    Browse the repository at this point in the history
  2. add path import

    LekoArts committed Feb 22, 2022
    Copy the full SHA
    a7e7b3a View commit details
    Browse the repository at this point in the history
  3. test wip

    LekoArts committed Feb 22, 2022
    Copy the full SHA
    eca555e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Copy the full SHA
    f3a29cb View commit details
    Browse the repository at this point in the history
  2. re-add example

    LekoArts committed Mar 14, 2022
    Copy the full SHA
    b7b49e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. update swc

    LekoArts committed Mar 15, 2022
    Copy the full SHA
    8d73fe0 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. update example

    LekoArts committed Mar 18, 2022
    Copy the full SHA
    2a45008 View commit details
    Browse the repository at this point in the history
  2. move logic to new replacer

    LekoArts committed Mar 18, 2022
    Copy the full SHA
    08bd388 View commit details
    Browse the repository at this point in the history
  3. edit packager

    LekoArts committed Mar 18, 2022
    Copy the full SHA
    a2d6f12 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    fd1a569 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. delete example once more

    LekoArts committed Mar 22, 2022
    Copy the full SHA
    a231c46 View commit details
    Browse the repository at this point in the history
  2. revert a change

    LekoArts committed Mar 22, 2022
    Copy the full SHA
    1646589 View commit details
    Browse the repository at this point in the history
  3. add js transformer test

    LekoArts committed Mar 22, 2022
    Copy the full SHA
    87df079 View commit details
    Browse the repository at this point in the history
  4. fix filename

    LekoArts committed Mar 22, 2022
    Copy the full SHA
    e8e9a4d View commit details
    Browse the repository at this point in the history
  5. revert typo

    LekoArts committed Mar 22, 2022
    Copy the full SHA
    a634a00 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Copy the full SHA
    9da76e9 View commit details
    Browse the repository at this point in the history
  2. test changes

    LekoArts committed Mar 23, 2022
    Copy the full SHA
    1d820d5 View commit details
    Browse the repository at this point in the history
  3. add comment

    LekoArts committed Mar 23, 2022
    Copy the full SHA
    84b9301 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6251b3d View commit details
    Browse the repository at this point in the history
  5. trigger ci?

    LekoArts committed Mar 23, 2022
    Copy the full SHA
    ef6cebf View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. test changes

    LekoArts committed Mar 24, 2022
    Copy the full SHA
    e8c6f4d View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. correct pathing in all os?

    LekoArts committed Mar 28, 2022
    Copy the full SHA
    95c093f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    748eac3 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. pray to the testing gods

    LekoArts committed Mar 29, 2022
    Copy the full SHA
    1b186df View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ee9faaf View commit details
    Browse the repository at this point in the history
  3. use path util

    LekoArts committed Mar 29, 2022
    Copy the full SHA
    2c7a4c8 View commit details
    Browse the repository at this point in the history
  4. fix lint error

    LekoArts committed Mar 29, 2022
    Copy the full SHA
    e5d78e0 View commit details
    Browse the repository at this point in the history
  5. trigger ci

    LekoArts committed Mar 29, 2022
    Copy the full SHA
    b3a92ab View commit details
    Browse the repository at this point in the history
  6. trigger ci

    LekoArts committed Mar 29, 2022
    Copy the full SHA
    ffac3ec View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. replace assets individually

    LekoArts committed Mar 30, 2022
    Copy the full SHA
    1f0ebae View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f5e8337 View commit details
    Browse the repository at this point in the history
  3. update rust code

    LekoArts committed Mar 30, 2022
    Copy the full SHA
    3cba5c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. trigger ci

    LekoArts committed Mar 31, 2022
    Copy the full SHA
    ad46e2e View commit details
    Browse the repository at this point in the history
  2. trigger ci

    LekoArts committed Mar 31, 2022
    Copy the full SHA
    5286520 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d249b88 View commit details
    Browse the repository at this point in the history
  4. flow is weird 🙈

    LekoArts committed Mar 31, 2022
    Copy the full SHA
    f351f21 View commit details
    Browse the repository at this point in the history
  5. trigger ci

    LekoArts committed Mar 31, 2022
    Copy the full SHA
    1d1b927 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    8cabe10 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. trigger ci

    LekoArts committed Apr 1, 2022
    Copy the full SHA
    762b3c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

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

Commits on Apr 7, 2022

  1. Copy the full SHA
    997e407 View commit details
    Browse the repository at this point in the history
  2. trigger ci

    LekoArts committed Apr 7, 2022
    Copy the full SHA
    151a54e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0b45828 View commit details
    Browse the repository at this point in the history
  4. use simpler fold_with

    LekoArts committed Apr 7, 2022
    Copy the full SHA
    7d313ca View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b415560 View commit details
    Browse the repository at this point in the history
  6. trigger ci

    LekoArts committed Apr 7, 2022
    Copy the full SHA
    0d96930 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    c7bc555 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Copy the full SHA
    ae7ce09 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    43e16a9 View commit details
    Browse the repository at this point in the history