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: load sourcemaps at runtime when using a bun build --target=bun bundle #10998

Merged
merged 24 commits into from
May 21, 2024

Commits on May 10, 2024

  1. initial sourcemap loading

    not complete yet, needs a better comment parser
    paperdave committed May 10, 2024
    1 Configuration menu
    Copy the full SHA
    d1540ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08ac8af View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. more work on this

    paperdave committed May 11, 2024
    Configuration menu
    Copy the full SHA
    9e295c9 View commit details
    Browse the repository at this point in the history
  2. tidy

    paperdave committed May 11, 2024
    Configuration menu
    Copy the full SHA
    3cf3838 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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

Commits on May 14, 2024

  1. work

    paperdave committed May 14, 2024
    Configuration menu
    Copy the full SHA
    87eaf36 View commit details
    Browse the repository at this point in the history
  2. wow

    paperdave committed May 14, 2024
    Configuration menu
    Copy the full SHA
    1407575 View commit details
    Browse the repository at this point in the history
  3. woops

    paperdave committed May 14, 2024
    Configuration menu
    Copy the full SHA
    95468bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46d2866 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. add some tests

    paperdave committed May 15, 2024
    Configuration menu
    Copy the full SHA
    5b93741 View commit details
    Browse the repository at this point in the history
  2. some stuff

    paperdave committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c871a4d View commit details
    Browse the repository at this point in the history
  3. lol

    paperdave committed May 15, 2024
    Configuration menu
    Copy the full SHA
    56ade8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2faec50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4572cb View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. address feedback

    paperdave committed May 16, 2024
    Configuration menu
    Copy the full SHA
    4a02f81 View commit details
    Browse the repository at this point in the history
  2. fix memory issue

    paperdave committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8bea8e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7709bc View commit details
    Browse the repository at this point in the history
  4. make test more forgiving

    paperdave committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e92b475 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. fix the build

    paperdave committed May 17, 2024
    Configuration menu
    Copy the full SHA
    ef3e0b9 View commit details
    Browse the repository at this point in the history
  2. make tests more chillax

    paperdave committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1e3ec45 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

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

Commits on May 21, 2024

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

    paperdave committed May 21, 2024
    Configuration menu
    Copy the full SHA
    e877090 View commit details
    Browse the repository at this point in the history
  3. t

    paperdave committed May 21, 2024
    Configuration menu
    Copy the full SHA
    90decee View commit details
    Browse the repository at this point in the history