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

fix(turbopack): Fix edge cases of tree shaking #7986

Draft
wants to merge 309 commits into
base: main
Choose a base branch
from
Draft
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 23, 2024

  1. Update test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3b1ba2c View commit details
    Browse the repository at this point in the history
  2. Use correct local for reexports

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    22584f9 View commit details
    Browse the repository at this point in the history
  3. fixup for namespace

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    fc1e8df View commit details
    Browse the repository at this point in the history
  4. move

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    61233a2 View commit details
    Browse the repository at this point in the history
  5. Fix graph for reexports

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    df7d279 View commit details
    Browse the repository at this point in the history
  6. GLOBALS

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    60e452d View commit details
    Browse the repository at this point in the history
  7. Fix graph

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e11a7db View commit details
    Browse the repository at this point in the history
  8. fixup

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    353d9cd View commit details
    Browse the repository at this point in the history
  9. Allow renamed reexports

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ad03ded View commit details
    Browse the repository at this point in the history
  10. Rename export

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    723973c View commit details
    Browse the repository at this point in the history
  11. Rename

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    606279b View commit details
    Browse the repository at this point in the history
  12. Add a test

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    cdee93b View commit details
    Browse the repository at this point in the history
  13. IdentUsageCollector: Export

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    514d3a4 View commit details
    Browse the repository at this point in the history
  14. Item for reexports

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8d26668 View commit details
    Browse the repository at this point in the history
  15. Default

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    adcd226 View commit details
    Browse the repository at this point in the history
  16. Update test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    803ffd9 View commit details
    Browse the repository at this point in the history
  17. Remove Item for reexports

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3cd3280 View commit details
    Browse the repository at this point in the history
  18. Update test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f5f7ad6 View commit details
    Browse the repository at this point in the history
  19. export field

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e5600ef View commit details
    Browse the repository at this point in the history
  20. Update test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e1ec7dc View commit details
    Browse the repository at this point in the history
  21. type

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    82d4782 View commit details
    Browse the repository at this point in the history
  22. fix name

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    dde7ead View commit details
    Browse the repository at this point in the history
  23. Update test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a39f580 View commit details
    Browse the repository at this point in the history
  24. Reduce input

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6c93818 View commit details
    Browse the repository at this point in the history
  25. Print log

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3364d31 View commit details
    Browse the repository at this point in the history
  26. dbg

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9c3e732 View commit details
    Browse the repository at this point in the history
  27. Two fields

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c1e95ae View commit details
    Browse the repository at this point in the history
  28. Update test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3bdab32 View commit details
    Browse the repository at this point in the history
  29. Update test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    050c58a View commit details
    Browse the repository at this point in the history
  30. import * as

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ea57fdc View commit details
    Browse the repository at this point in the history
  31. Update test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0a5813f View commit details
    Browse the repository at this point in the history
  32. move

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    29b966c View commit details
    Browse the repository at this point in the history
  33. Remove logging

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    bd51d73 View commit details
    Browse the repository at this point in the history
  34. review

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9831713 View commit details
    Browse the repository at this point in the history
  35. Update test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    435dd2d View commit details
    Browse the repository at this point in the history
  36. clippy

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    bfe4a54 View commit details
    Browse the repository at this point in the history
  37. facade => None

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    2e81617 View commit details
    Browse the repository at this point in the history
  38. add test case

    sokra authored and kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    88b23a2 View commit details
    Browse the repository at this point in the history
  39. fix test case

    sokra authored and kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1687143 View commit details
    Browse the repository at this point in the history
  40. Remove wrong

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c86da53 View commit details
    Browse the repository at this point in the history
  41. Fix

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ba1f7cc View commit details
    Browse the repository at this point in the history
  42. Update test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    678b20a View commit details
    Browse the repository at this point in the history
  43. fix mermaid escape

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    71ba460 View commit details
    Browse the repository at this point in the history
  44. Update test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    158daa4 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    3d02b7b View commit details
    Browse the repository at this point in the history
  46. Improve assertion

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9b03c5b View commit details
    Browse the repository at this point in the history
  47. split_module: Handle no-dep

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    04133e5 View commit details
    Browse the repository at this point in the history
  48. magic_identifier::mangle

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    df377ee View commit details
    Browse the repository at this point in the history
  49. reexport vs export

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    2ea406a View commit details
    Browse the repository at this point in the history
  50. Add a debug assertion

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a373272 View commit details
    Browse the repository at this point in the history
  51. WIP: default

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    52bdc45 View commit details
    Browse the repository at this point in the history
  52. Update test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    eb48c0f View commit details
    Browse the repository at this point in the history
  53. default exports

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    708a09e View commit details
    Browse the repository at this point in the history
  54. Remove dbg

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b18cdae View commit details
    Browse the repository at this point in the history
  55. Add assertion

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    485cc93 View commit details
    Browse the repository at this point in the history
  56. get_var

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b6a3de7 View commit details
    Browse the repository at this point in the history
  57. globalThis

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1cf1810 View commit details
    Browse the repository at this point in the history
  58. fixup

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    aecdf69 View commit details
    Browse the repository at this point in the history
  59. unresolved_ctxt

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8c5516b View commit details
    Browse the repository at this point in the history
  60. Fix clippy

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ffd7216 View commit details
    Browse the repository at this point in the history
  61. Remove dbg

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    794fcdb View commit details
    Browse the repository at this point in the history
  62. Update test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    334dd3a View commit details
    Browse the repository at this point in the history
  63. [TMP] Default

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8436233 View commit details
    Browse the repository at this point in the history
  64. bail with more details

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    44e168f View commit details
    Browse the repository at this point in the history
  65. Fail-safe references()

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7661a31 View commit details
    Browse the repository at this point in the history
  66. More context on failure

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f384048 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    295ccbe View commit details
    Browse the repository at this point in the history
  68. Add a test

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a553847 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    171b9ca View commit details
    Browse the repository at this point in the history
  70. Rename for consistency

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d104d2b View commit details
    Browse the repository at this point in the history
  71. grammar

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3b15137 View commit details
    Browse the repository at this point in the history
  72. Add a debug assertion

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    95a0527 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    cd8510f View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    96490e7 View commit details
    Browse the repository at this point in the history
  75. Add a test for the analyzer

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6266217 View commit details
    Browse the repository at this point in the history
  76. Rename for consistency

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4354857 View commit details
    Browse the repository at this point in the history
  77. Pass top_level_mark down

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6357f69 View commit details
    Browse the repository at this point in the history
  78. Use only

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    2b5a436 View commit details
    Browse the repository at this point in the history
  79. Document

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3e6bc5b View commit details
    Browse the repository at this point in the history
  80. fix

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a9a6003 View commit details
    Browse the repository at this point in the history
  81. print entrypoints while testing

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7f55fca View commit details
    Browse the repository at this point in the history
  82. Update test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9e118ab View commit details
    Browse the repository at this point in the history
  83. More context on error

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    cb88f17 View commit details
    Browse the repository at this point in the history
  84. Some

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4b87a40 View commit details
    Browse the repository at this point in the history
  85. Add more detail for bail

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b77b726 View commit details
    Browse the repository at this point in the history
  86. Add a test

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3a3ead9 View commit details
    Browse the repository at this point in the history
  87. Remove some debug_ignore

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    457fe38 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    463be47 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    14a6513 View commit details
    Browse the repository at this point in the history
  90. Rename & add dbg

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c6619d9 View commit details
    Browse the repository at this point in the history
  91. More information on exception

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f88a139 View commit details
    Browse the repository at this point in the history
  92. dbg

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    15730bd View commit details
    Browse the repository at this point in the history
  93. debug_ignore

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e7bb489 View commit details
    Browse the repository at this point in the history
  94. Use asset ident for tree shaking

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    fc9dd89 View commit details
    Browse the repository at this point in the history
  95. Lint

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    33ce3ae View commit details
    Browse the repository at this point in the history
  96. WIP

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0a52d28 View commit details
    Browse the repository at this point in the history
  97. clipy

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    055d019 View commit details
    Browse the repository at this point in the history
  98. revert module part

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6c5ef79 View commit details
    Browse the repository at this point in the history
  99. pub(crate)

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0026c82 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    e0ea7da View commit details
    Browse the repository at this point in the history
  101. Remove dbg

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    109674a View commit details
    Browse the repository at this point in the history
  102. Enable CJS test

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    33cb242 View commit details
    Browse the repository at this point in the history
  103. Make only array

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6e83489 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    03c75be View commit details
    Browse the repository at this point in the history
  105. Add a test

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a1b3379 View commit details
    Browse the repository at this point in the history
  106. Update test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7195332 View commit details
    Browse the repository at this point in the history
  107. Revert "[TMP] Default"

    This reverts commit 74fcb5a.
    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9c67754 View commit details
    Browse the repository at this point in the history
  108. Remove wrong test output

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    49981c8 View commit details
    Browse the repository at this point in the history
  109. fn decl && class decl

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    bb6c711 View commit details
    Browse the repository at this point in the history
  110. Update test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8ffe200 View commit details
    Browse the repository at this point in the history
  111. Revert "Revert "[TMP] Default""

    This reverts commit c66391b.
    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    23c1be9 View commit details
    Browse the repository at this point in the history
  112. Add a test

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7ae0f57 View commit details
    Browse the repository at this point in the history
  113. Update test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e9c6ae1 View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    e31b584 View commit details
    Browse the repository at this point in the history
  115. Handle scripts

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a0e434d View commit details
    Browse the repository at this point in the history
  116. SplitResult::Failed

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a7e95f2 View commit details
    Browse the repository at this point in the history
  117. Remove dbg

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0b926c4 View commit details
    Browse the repository at this point in the history
  118. Script as a module

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    692aea9 View commit details
    Browse the repository at this point in the history
  119. Check for common js

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ab35948 View commit details
    Browse the repository at this point in the history
  120. always analyze references

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3cde438 View commit details
    Browse the repository at this point in the history
  121. Revert useless changes

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b0e8c65 View commit details
    Browse the repository at this point in the history
  122. Replace import bindings in LHS

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    96e4ab9 View commit details
    Browse the repository at this point in the history
  123. Configuration menu
    Copy the full SHA
    b9a14fc View commit details
    Browse the repository at this point in the history
  124. ast_path.len() - 2

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6bf91df View commit details
    Browse the repository at this point in the history
  125. WIP!!!

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    747a128 View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    fdc00c4 View commit details
    Browse the repository at this point in the history
  127. replace with a new variable

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f1c0939 View commit details
    Browse the repository at this point in the history
  128. Use var instead of const

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    650cfa3 View commit details
    Browse the repository at this point in the history
  129. Remove dbg

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a8979e4 View commit details
    Browse the repository at this point in the history
  130. Use different

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    786cfe2 View commit details
    Browse the repository at this point in the history
  131. Add dbg

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    240a671 View commit details
    Browse the repository at this point in the history
  132. Add dbg

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5af821e View commit details
    Browse the repository at this point in the history
  133. dbg

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    bcd9970 View commit details
    Browse the repository at this point in the history
  134. SimpleAssignTarget

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7ce3c41 View commit details
    Browse the repository at this point in the history
  135. dbg

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d8da680 View commit details
    Browse the repository at this point in the history
  136. Add a test

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ddbd092 View commit details
    Browse the repository at this point in the history
  137. Revert

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    46696b2 View commit details
    Browse the repository at this point in the history
  138. WIP: Mutable export

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7d5f80e View commit details
    Browse the repository at this point in the history
  139. fixup for mutable exports

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ee53395 View commit details
    Browse the repository at this point in the history
  140. fixup: Fix compilation

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    aa1048a View commit details
    Browse the repository at this point in the history
  141. Patch runtime

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    16b2fe1 View commit details
    Browse the repository at this point in the history
  142. Update test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    63e43f7 View commit details
    Browse the repository at this point in the history
  143. Fix input

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    fdc873f View commit details
    Browse the repository at this point in the history
  144. Update test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6e1f6d6 View commit details
    Browse the repository at this point in the history
  145. Reexport if read-write

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ff22123 View commit details
    Browse the repository at this point in the history
  146. kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    84eed67 View commit details
    Browse the repository at this point in the history
  147. Add a unit test

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3175654 View commit details
    Browse the repository at this point in the history
  148. Update test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7e7abb8 View commit details
    Browse the repository at this point in the history
  149. Full test

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    777e1cb View commit details
    Browse the repository at this point in the history
  150. UPdate test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ba341ef View commit details
    Browse the repository at this point in the history
  151. Detect module.hot

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e93337d View commit details
    Browse the repository at this point in the history
  152. Improve bai!l

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f653f43 View commit details
    Browse the repository at this point in the history
  153. Add a test

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    79c0fca View commit details
    Browse the repository at this point in the history
  154. syntaxcontext empty

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    dedd0d6 View commit details
    Browse the repository at this point in the history
  155. Improve cjs detection

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    710e1a8 View commit details
    Browse the repository at this point in the history
  156. fixup

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    fc41b4d View commit details
    Browse the repository at this point in the history
  157. Remove dbg

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    05d92ff View commit details
    Browse the repository at this point in the history
  158. Fix wrong test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    10bb270 View commit details
    Browse the repository at this point in the history
  159. Remove wrong logic

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f022727 View commit details
    Browse the repository at this point in the history
  160. fixup

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0507831 View commit details
    Browse the repository at this point in the history
  161. Update test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    df866d8 View commit details
    Browse the repository at this point in the history
  162. only test

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7715d2b View commit details
    Browse the repository at this point in the history
  163. Rename var

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ad00d40 View commit details
    Browse the repository at this point in the history
  164. Hack

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7f453c5 View commit details
    Browse the repository at this point in the history
  165. Update test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    36c3e9f View commit details
    Browse the repository at this point in the history
  166. Revert hack

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d658481 View commit details
    Browse the repository at this point in the history
  167. Exclude declared

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    76fc679 View commit details
    Browse the repository at this point in the history
  168. Update test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    630fdfd View commit details
    Browse the repository at this point in the history
  169. read-write

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f6cae09 View commit details
    Browse the repository at this point in the history
  170. Update test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d441055 View commit details
    Browse the repository at this point in the history
  171. dbg

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5cbabfa View commit details
    Browse the repository at this point in the history
  172. log error

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c28d607 View commit details
    Browse the repository at this point in the history
  173. ChunkItem::is_self_async

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6dd7224 View commit details
    Browse the repository at this point in the history
  174. LOG

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c3c5eb0 View commit details
    Browse the repository at this point in the history
  175. [TMP] More log

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3733c9e View commit details
    Browse the repository at this point in the history
  176. add duplicate modules test case

    sokra authored and kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6b8eae3 View commit details
    Browse the repository at this point in the history
  177. Revert logging

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3a0af09 View commit details
    Browse the repository at this point in the history
  178. Fix is_async_module

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3bb7931 View commit details
    Browse the repository at this point in the history
  179. fixup: is_async_module

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7fcff73 View commit details
    Browse the repository at this point in the history
  180. ESM input

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8260dcb View commit details
    Browse the repository at this point in the history
  181. todo

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b1074eb View commit details
    Browse the repository at this point in the history
  182. Remove return (0)

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    974ebe8 View commit details
    Browse the repository at this point in the history
  183. Fix contains_cjs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d98c869 View commit details
    Browse the repository at this point in the history
  184. Remove wrong

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    dc8703f View commit details
    Browse the repository at this point in the history
  185. Remove needless

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    681a1a7 View commit details
    Browse the repository at this point in the history
  186. data.var_decls.contains(var)

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    af55565 View commit details
    Browse the repository at this point in the history
  187. ESM

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1c33c21 View commit details
    Browse the repository at this point in the history
  188. Fix reexports

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e06f869 View commit details
    Browse the repository at this point in the history
  189. Use ModulePart::facade

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9c72b26 View commit details
    Browse the repository at this point in the history
  190. Update test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5e1e362 View commit details
    Browse the repository at this point in the history
  191. Remove dbg

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7bcda9e View commit details
    Browse the repository at this point in the history
  192. Remove wrong logic

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    18b57a0 View commit details
    Browse the repository at this point in the history
  193. bail for invalid import

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e2bc75a View commit details
    Browse the repository at this point in the history
  194. ImportedSymbol::Exports

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a413d6a View commit details
    Browse the repository at this point in the history
  195. Configuration menu
    Copy the full SHA
    956054a View commit details
    Browse the repository at this point in the history
  196. visit_export_all: parse_with

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    dabcf4b View commit details
    Browse the repository at this point in the history
  197. Make named re-exports

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    191899b View commit details
    Browse the repository at this point in the history
  198. Make facade specific

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    860d53a View commit details
    Browse the repository at this point in the history
  199. Add a test

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b3a37c9 View commit details
    Browse the repository at this point in the history
  200. export is read

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    fb85868 View commit details
    Browse the repository at this point in the history
  201. Update test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    112d25a View commit details
    Browse the repository at this point in the history
  202. export default expr

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c8c7f32 View commit details
    Browse the repository at this point in the history
  203. side effect

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a3ce685 View commit details
    Browse the repository at this point in the history
  204. ㄷ테ㅐㄱㅅ

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c531148 View commit details
    Browse the repository at this point in the history
  205. used_ids

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    dfec407 View commit details
    Browse the repository at this point in the history
  206. Revert useless changes

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5a8f6c3 View commit details
    Browse the repository at this point in the history
  207. lint

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    dc4c213 View commit details
    Browse the repository at this point in the history
  208. fix lint

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ec99a17 View commit details
    Browse the repository at this point in the history
  209. fix lint

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    714e3c9 View commit details
    Browse the repository at this point in the history
  210. Update test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b072224 View commit details
    Browse the repository at this point in the history
  211. split

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6054333 View commit details
    Browse the repository at this point in the history
  212. Configuration menu
    Copy the full SHA
    9cc91b0 View commit details
    Browse the repository at this point in the history
  213. seal namespace object

    sokra authored and kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    06f2580 View commit details
    Browse the repository at this point in the history
  214. add test case

    sokra authored and kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1f072da View commit details
    Browse the repository at this point in the history
  215. reorganize test cases

    sokra authored and kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f1a1971 View commit details
    Browse the repository at this point in the history
  216. add test case

    sokra authored and kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    654e4d9 View commit details
    Browse the repository at this point in the history
  217. Configuration menu
    Copy the full SHA
    123b23b View commit details
    Browse the repository at this point in the history
  218. star reexports

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5ef8f51 View commit details
    Browse the repository at this point in the history
  219. Use module eval

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    fdd9991 View commit details
    Browse the repository at this point in the history
  220. Add a test

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    57846a2 View commit details
    Browse the repository at this point in the history
  221. fix import map

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7c2e699 View commit details
    Browse the repository at this point in the history
  222. Update test refs

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5f6ba4a View commit details
    Browse the repository at this point in the history
  223. ImportedSymbol::Exports

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    2de66ae View commit details
    Browse the repository at this point in the history
  224. fix resolving issue

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    57c8b6d View commit details
    Browse the repository at this point in the history
  225. ImportedSymbol::Namespace

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5d241f4 View commit details
    Browse the repository at this point in the history
  226. ImportedSymbol::Exports

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6fad5b8 View commit details
    Browse the repository at this point in the history
  227. This test is wrong

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    41607ae View commit details
    Browse the repository at this point in the history
  228. Remove wrong test

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    389d7da View commit details
    Browse the repository at this point in the history
  229. Configuration menu
    Copy the full SHA
    4081745 View commit details
    Browse the repository at this point in the history
  230. Why

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    44199ca View commit details
    Browse the repository at this point in the history
  231. Why not asynxc

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5198a08 View commit details
    Browse the repository at this point in the history
  232. I think this is crazy

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    536b8ea View commit details
    Browse the repository at this point in the history
  233. turbo task system is...

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    44020cb View commit details
    Browse the repository at this point in the history
  234. I hate this task

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0d46b8a View commit details
    Browse the repository at this point in the history
  235. ImportMap.has_top_level_await

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    40e72eb View commit details
    Browse the repository at this point in the history
  236. dbg

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ebea537 View commit details
    Browse the repository at this point in the history
  237. dbg

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    72fcb0a View commit details
    Browse the repository at this point in the history
  238. dbg

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d562893 View commit details
    Browse the repository at this point in the history
  239. Do not ignroe

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9108e6a View commit details
    Browse the repository at this point in the history
  240. TreeShakingMode::ReexportsOnly

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    86a9129 View commit details
    Browse the repository at this point in the history
  241. [TMP] Update tests

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d1d4871 View commit details
    Browse the repository at this point in the history
  242. Remove wrong test results

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    84f61f4 View commit details
    Browse the repository at this point in the history
  243. Update test snapshots

    kdy1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    03d0444 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Remove issues

    kdy1 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7ca7203 View commit details
    Browse the repository at this point in the history
  2. side effect free

    kdy1 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    a3b2af5 View commit details
    Browse the repository at this point in the history
  3. ModulePart::Exports

    kdy1 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    5406130 View commit details
    Browse the repository at this point in the history
  4. Named export

    kdy1 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    13448fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df4fe28 View commit details
    Browse the repository at this point in the history
  6. side_effect_free_packages

    kdy1 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    ab7f915 View commit details
    Browse the repository at this point in the history
  7. Remove vdbg

    kdy1 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    6e6633a View commit details
    Browse the repository at this point in the history