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(es/minifier): Implement minifier #1302

Merged
merged 1,235 commits into from
May 20, 2021
Merged

feat(es/minifier): Implement minifier #1302

merged 1,235 commits into from
May 20, 2021
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 19, 2021

  1. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    94b9ddd View commit details
    Browse the repository at this point in the history
  2. Update test refs

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    8a0e8fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a39270a View commit details
    Browse the repository at this point in the history
  4. Sort methods

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    45e86dc View commit details
    Browse the repository at this point in the history
  5. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    90dabe6 View commit details
    Browse the repository at this point in the history
  6. WIP: drop_if_break

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    4a2334d View commit details
    Browse the repository at this point in the history
  7. Update test refs

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    b48d6e3 View commit details
    Browse the repository at this point in the history
  8. Add as_expr to ExprOptExt

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    dd207a4 View commit details
    Browse the repository at this point in the history
  9. Add ExprExt.cast_to_number

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    8b317d9 View commit details
    Browse the repository at this point in the history
  10. as_bool: Support subtraction.

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    19e64fa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3ace605 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    afc48a5 View commit details
    Browse the repository at this point in the history
  13. Update test refs

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    4f0c180 View commit details
    Browse the repository at this point in the history
  14. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    b36d498 View commit details
    Browse the repository at this point in the history
  15. Doc

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    d5e1173 View commit details
    Browse the repository at this point in the history
  16. WIP: while_to_for

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    1551333 View commit details
    Browse the repository at this point in the history
  17. Convert while loops to for loops

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    2a58afd View commit details
    Browse the repository at this point in the history
  18. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    489250a View commit details
    Browse the repository at this point in the history
  19. Rename

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    ed25854 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6033b93 View commit details
    Browse the repository at this point in the history
  21. Logging

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    231720e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4bb1058 View commit details
    Browse the repository at this point in the history
  23. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    138e9fa View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    da4e748 View commit details
    Browse the repository at this point in the history
  25. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    e66129c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    bbdfa09 View commit details
    Browse the repository at this point in the history
  27. Update goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    f3c5117 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    7274dfc View commit details
    Browse the repository at this point in the history
  29. Update test refs

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    754849b View commit details
    Browse the repository at this point in the history
  30. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    273395f View commit details
    Browse the repository at this point in the history
  31. impl optimize_for_init

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    4a10072 View commit details
    Browse the repository at this point in the history
  32. Fix optimize_for_init

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    f97a0ab View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    0933edd View commit details
    Browse the repository at this point in the history
  34. Rename

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    caa60da View commit details
    Browse the repository at this point in the history
  35. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    f4de10f View commit details
    Browse the repository at this point in the history
  36. Update test refs

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    67f41ec View commit details
    Browse the repository at this point in the history
  37. Rename

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    8bbcf7b View commit details
    Browse the repository at this point in the history
  38. WIP: optimize_loops_with_break

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    5ef9ad3 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    a371831 View commit details
    Browse the repository at this point in the history
  40. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    7c2de11 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    f3b8ee0 View commit details
    Browse the repository at this point in the history
  42. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    f2ffc4f View commit details
    Browse the repository at this point in the history
  43. Update test refs

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    ab9385e View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    bbfece3 View commit details
    Browse the repository at this point in the history
  45. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    8e6c6ea View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    6d4859e View commit details
    Browse the repository at this point in the history
  47. fixup

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    c0eeac6 View commit details
    Browse the repository at this point in the history
  48. Don't inline generators.

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    b3250f3 View commit details
    Browse the repository at this point in the history
  49. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    653ce0d View commit details
    Browse the repository at this point in the history
  50. WIP: optimize_arrow_method_prop

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    d1ff056 View commit details
    Browse the repository at this point in the history
  51. impl MapWithMut

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    f8a003c View commit details
    Browse the repository at this point in the history
  52. fixup

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    224fa19 View commit details
    Browse the repository at this point in the history
  53. impl optimize_arrow_method_prop

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    9e4635f View commit details
    Browse the repository at this point in the history
  54. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    7cb5835 View commit details
    Browse the repository at this point in the history
  55. Preserve directives

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    b1a9408 View commit details
    Browse the repository at this point in the history
  56. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    5245a6c View commit details
    Browse the repository at this point in the history
  57. Preserve use strict

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    275024a View commit details
    Browse the repository at this point in the history
  58. Preserve directives, really

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    41df8ed View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    9fbd935 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    bd9b583 View commit details
    Browse the repository at this point in the history
  61. Remove void 0;

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    6c93162 View commit details
    Browse the repository at this point in the history
  62. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    d3d9ced View commit details
    Browse the repository at this point in the history
  63. Change pass ordering

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    bf58b32 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    e1e06a6 View commit details
    Browse the repository at this point in the history
  65. fixup

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    bc5ec7e View commit details
    Browse the repository at this point in the history
  66. Update test refs

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    8f00aa9 View commit details
    Browse the repository at this point in the history
  67. analyzer: Handle setter

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    a718d78 View commit details
    Browse the repository at this point in the history
  68. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    29b82e8 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    e8eb3db View commit details
    Browse the repository at this point in the history
  70. Update test refs

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    5064572 View commit details
    Browse the repository at this point in the history
  71. WIP

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    26a2c17 View commit details
    Browse the repository at this point in the history
  72. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    0f300e3 View commit details
    Browse the repository at this point in the history
  73. Update test refs

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    edc5c85 View commit details
    Browse the repository at this point in the history
  74. Small cleanup to add more codes.

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    ef11f76 View commit details
    Browse the repository at this point in the history
  75. WIP: More rules for conditionals

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    7886180 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    dba7543 View commit details
    Browse the repository at this point in the history
  77. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    df99744 View commit details
    Browse the repository at this point in the history
  78. WIP: move_vars_in_subscopes

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    4015fcb View commit details
    Browse the repository at this point in the history
  79. impl MapWithMut

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    2162c9f View commit details
    Browse the repository at this point in the history
  80. WIP: extract_vars_in_subscopes

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    18e230d View commit details
    Browse the repository at this point in the history
  81. fixup

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    819ae59 View commit details
    Browse the repository at this point in the history
  82. Fix extract_vars

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    4dfd0d4 View commit details
    Browse the repository at this point in the history
  83. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    11f472a View commit details
    Browse the repository at this point in the history
  84. Respect hoist_vars

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    28191c6 View commit details
    Browse the repository at this point in the history
  85. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    d5065b8 View commit details
    Browse the repository at this point in the history
  86. Optimize negate

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    b6ef3b5 View commit details
    Browse the repository at this point in the history
  87. fixup

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    8467bb0 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    dfc14b7 View commit details
    Browse the repository at this point in the history
  89. Update test refs

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    b2f86e9 View commit details
    Browse the repository at this point in the history
  90. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    cdbd98b View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    8de4f73 View commit details
    Browse the repository at this point in the history
  92. Fix extract_vars

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    bbbd75e View commit details
    Browse the repository at this point in the history
  93. Update test refs

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    1538260 View commit details
    Browse the repository at this point in the history
  94. Update test refs

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    bec05ea View commit details
    Browse the repository at this point in the history
  95. WIP: optimize_arrow_body

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    433190c View commit details
    Browse the repository at this point in the history
  96. Optimize arrow bodies

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    ba9f123 View commit details
    Browse the repository at this point in the history
  97. Update test refs

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    b835ba9 View commit details
    Browse the repository at this point in the history
  98. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    049ea15 View commit details
    Browse the repository at this point in the history
  99. Add TODOs

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    37659ef View commit details
    Browse the repository at this point in the history
  100. Fix a test

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    411dea8 View commit details
    Browse the repository at this point in the history
  101. impl MapWithMut

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    89b6784 View commit details
    Browse the repository at this point in the history
  102. Implement compress_tpl

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    4335b51 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    c0ecbfa View commit details
    Browse the repository at this point in the history
  104. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    f80eb56 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    84c158c View commit details
    Browse the repository at this point in the history
  106. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    d719173 View commit details
    Browse the repository at this point in the history
  107. Print expected stdout

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    40ff5b7 View commit details
    Browse the repository at this point in the history
  108. tester: Support stdout tests

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    cad9b60 View commit details
    Browse the repository at this point in the history
  109. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    63abbf0 View commit details
    Browse the repository at this point in the history
  110. Move codes

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    fa16a1f View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    936668b View commit details
    Browse the repository at this point in the history
  112. Inline very simple functions.

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    ffdf3b3 View commit details
    Browse the repository at this point in the history
  113. Inline more simple functions.

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    6bb6fc1 View commit details
    Browse the repository at this point in the history
  114. WIP: We need comments

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    e9c767c View commit details
    Browse the repository at this point in the history
  115. Add comments to optimizer

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    cc6bb25 View commit details
    Browse the repository at this point in the history
  116. Support /*#__NOINLINE__*/.

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    63ca53d View commit details
    Browse the repository at this point in the history
  117. Add annotation

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    f62536f View commit details
    Browse the repository at this point in the history
  118. Respect noinline annotations.

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    45e75ac View commit details
    Browse the repository at this point in the history
  119. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    0d9515b View commit details
    Browse the repository at this point in the history
  120. Add annotation

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    618995f View commit details
    Browse the repository at this point in the history
  121. Don't print all comments

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    75a5975 View commit details
    Browse the repository at this point in the history
  122. Add annotation

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    8792f69 View commit details
    Browse the repository at this point in the history
  123. Handle /** @const */

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    13a10d9 View commit details
    Browse the repository at this point in the history
  124. Update test refs

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    112d735 View commit details
    Browse the repository at this point in the history
  125. Configuration menu
    Copy the full SHA
    0f4cb5d View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    07d3a79 View commit details
    Browse the repository at this point in the history
  127. Update test refs.

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    989aa32 View commit details
    Browse the repository at this point in the history
  128. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    3e426b1 View commit details
    Browse the repository at this point in the history
  129. Configuration menu
    Copy the full SHA
    9c212c2 View commit details
    Browse the repository at this point in the history
  130. Configuration menu
    Copy the full SHA
    6b31565 View commit details
    Browse the repository at this point in the history
  131. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    1ed12e2 View commit details
    Browse the repository at this point in the history
  132. Configuration menu
    Copy the full SHA
    b55362e View commit details
    Browse the repository at this point in the history
  133. Remove more blocks.

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    dcc0233 View commit details
    Browse the repository at this point in the history
  134. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    932c412 View commit details
    Browse the repository at this point in the history
  135. Respect arrows

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    548144d View commit details
    Browse the repository at this point in the history
  136. Don't inline async functions.

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    21d0f33 View commit details
    Browse the repository at this point in the history
  137. fixup

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    b2ba68d View commit details
    Browse the repository at this point in the history
  138. fixup

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    755b210 View commit details
    Browse the repository at this point in the history
  139. Configuration menu
    Copy the full SHA
    ea3e49e View commit details
    Browse the repository at this point in the history
  140. Log

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    a7cface View commit details
    Browse the repository at this point in the history
  141. Store more typeofs.

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    2e6ab86 View commit details
    Browse the repository at this point in the history
  142. Update test refs

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    4196684 View commit details
    Browse the repository at this point in the history
  143. Log

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    41f315e View commit details
    Browse the repository at this point in the history
  144. Configuration menu
    Copy the full SHA
    d522e49 View commit details
    Browse the repository at this point in the history
  145. lint

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    1a12186 View commit details
    Browse the repository at this point in the history
  146. Option: global_defs

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    2ecc2aa View commit details
    Browse the repository at this point in the history
  147. Move

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    3fa8201 View commit details
    Browse the repository at this point in the history
  148. Move terser option into crate

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    b88a4d4 View commit details
    Browse the repository at this point in the history
  149. More options

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    b6569ac View commit details
    Browse the repository at this point in the history
  150. More work for options

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    110e0bb View commit details
    Browse the repository at this point in the history
  151. More work for options.

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    4b149c2 View commit details
    Browse the repository at this point in the history
  152. fixup

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    cf0c6c8 View commit details
    Browse the repository at this point in the history
  153. More work for options

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    632b172 View commit details
    Browse the repository at this point in the history
  154. More works for option

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    82a425b View commit details
    Browse the repository at this point in the history
  155. Even more options.

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    43270d6 View commit details
    Browse the repository at this point in the history
  156. Rename

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    a9e58c1 View commit details
    Browse the repository at this point in the history
  157. More goldens

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    328b14d View commit details
    Browse the repository at this point in the history
  158. Rebase

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    5cc09db View commit details
    Browse the repository at this point in the history
  159. fixup

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    3866004 View commit details
    Browse the repository at this point in the history
  160. fixup

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    f3a8893 View commit details
    Browse the repository at this point in the history
  161. fixup

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    2d67f32 View commit details
    Browse the repository at this point in the history
  162. Update test refs

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    4174d77 View commit details
    Browse the repository at this point in the history
  163. Configuration menu
    Copy the full SHA
    0be1e74 View commit details
    Browse the repository at this point in the history
  164. Remove useless return voids.

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    5f488c6 View commit details
    Browse the repository at this point in the history
  165. fixup

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    95d9788 View commit details
    Browse the repository at this point in the history
  166. More golden

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    5ad1f32 View commit details
    Browse the repository at this point in the history
  167. Track more modifications

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    1197c96 View commit details
    Browse the repository at this point in the history
  168. ignored.txt

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    30ced34 View commit details
    Browse the repository at this point in the history
  169. Add a script to ignore tests

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    e04671e View commit details
    Browse the repository at this point in the history
  170. Ignore some

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    f4cc9d7 View commit details
    Browse the repository at this point in the history
  171. Respect ignored.txt

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    6484162 View commit details
    Browse the repository at this point in the history
  172. Ignore more

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    64a1186 View commit details
    Browse the repository at this point in the history
  173. Update test refs

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    d2de015 View commit details
    Browse the repository at this point in the history
  174. Update test refs

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    69f1371 View commit details
    Browse the repository at this point in the history
  175. Udpate test refs

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    d6df890 View commit details
    Browse the repository at this point in the history
  176. More ignore

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    81d0ccb View commit details
    Browse the repository at this point in the history
  177. Fix the test runner

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    c4910bf View commit details
    Browse the repository at this point in the history
  178. More ignore

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    3413ec3 View commit details
    Browse the repository at this point in the history
  179. Configuration menu
    Copy the full SHA
    05dd014 View commit details
    Browse the repository at this point in the history
  180. More ignore

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    672dee7 View commit details
    Browse the repository at this point in the history
  181. Update test refs

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    181d327 View commit details
    Browse the repository at this point in the history
  182. More ignore

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    2c9080f View commit details
    Browse the repository at this point in the history
  183. Configuration menu
    Copy the full SHA
    e86f8ad View commit details
    Browse the repository at this point in the history
  184. More ignore

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    f23d28b View commit details
    Browse the repository at this point in the history
  185. More ignore

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    c0e2a0a View commit details
    Browse the repository at this point in the history
  186. More ignore

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    c979670 View commit details
    Browse the repository at this point in the history
  187. More ignore

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    0b6314e View commit details
    Browse the repository at this point in the history
  188. Update test refs

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    bdbf0a4 View commit details
    Browse the repository at this point in the history
  189. More ignore

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    fef704f View commit details
    Browse the repository at this point in the history
  190. More ignore

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    20d374b View commit details
    Browse the repository at this point in the history
  191. Udpate test refs

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    cd5ed7e View commit details
    Browse the repository at this point in the history
  192. More ignore

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    1d93992 View commit details
    Browse the repository at this point in the history
  193. More ignore

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    c233515 View commit details
    Browse the repository at this point in the history
  194. More ignore

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    cfd5073 View commit details
    Browse the repository at this point in the history
  195. More ignore

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    9fd823d View commit details
    Browse the repository at this point in the history
  196. Update test refs

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    7348270 View commit details
    Browse the repository at this point in the history
  197. Update test refs

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    e25349b View commit details
    Browse the repository at this point in the history
  198. More ignore

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    1d10616 View commit details
    Browse the repository at this point in the history
  199. More ignore

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    85e3b3f View commit details
    Browse the repository at this point in the history
  200. More ignore

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    03827ad View commit details
    Browse the repository at this point in the history
  201. More ignore

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    d46d083 View commit details
    Browse the repository at this point in the history
  202. More ignore

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    18a19f7 View commit details
    Browse the repository at this point in the history
  203. Fix version issue

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    0355b15 View commit details
    Browse the repository at this point in the history
  204. Rebase

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    773de2e View commit details
    Browse the repository at this point in the history
  205. Don't inline regex

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    6d2fcce View commit details
    Browse the repository at this point in the history
  206. fixup

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    9dd9f58 View commit details
    Browse the repository at this point in the history
  207. Update the list

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    4c307a0 View commit details
    Browse the repository at this point in the history
  208. Ignore

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    2433306 View commit details
    Browse the repository at this point in the history
  209. Don't inline arguments.

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    e5f97da View commit details
    Browse the repository at this point in the history
  210. Golden

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    f43f93b View commit details
    Browse the repository at this point in the history
  211. fixup: Use typeof

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    cb43593 View commit details
    Browse the repository at this point in the history
  212. fix

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    b4854fd View commit details
    Browse the repository at this point in the history
  213. Revert "fix"

    This reverts commit d55b758.
    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    b883f0a View commit details
    Browse the repository at this point in the history
  214. Ignore

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    24f98cd View commit details
    Browse the repository at this point in the history
  215. More ignore

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    b835c4f View commit details
    Browse the repository at this point in the history
  216. More ignore

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    e4ba6ac View commit details
    Browse the repository at this point in the history
  217. More ignore

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    13af369 View commit details
    Browse the repository at this point in the history
  218. Add some comments

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    e2e46f5 View commit details
    Browse the repository at this point in the history
  219. WIP: property mangler

    I've started to implement the property mangler and thought it'd be nice to open a PR.
    
    I'll probably need to start using JsWord instead of regular strings, but sometimes we're mangling strings as well.
    
    I started with keep_quoted: 'strict' which is the most sane option, and also the simplest. I wonder if we need to have all the others as well.
    fabiosantoscode authored and kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    a6ce251 View commit details
    Browse the repository at this point in the history
  220. use JsWord

    fabiosantoscode authored and kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    d9ebc28 View commit details
    Browse the repository at this point in the history
  221. Configuration menu
    Copy the full SHA
    c615beb View commit details
    Browse the repository at this point in the history
  222. do not mangle undeclared

    fabiosantoscode authored and kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    ade6dcc View commit details
    Browse the repository at this point in the history
  223. fix tests

    fabiosantoscode authored and kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    b14fd16 View commit details
    Browse the repository at this point in the history
  224. mangle shorthand object props

    fabiosantoscode authored and kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    0bf94b2 View commit details
    Browse the repository at this point in the history
  225. Configuration menu
    Copy the full SHA
    aabdbb0 View commit details
    Browse the repository at this point in the history
  226. use domprops and jsprops

    fabiosantoscode authored and kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    57ed8a4 View commit details
    Browse the repository at this point in the history
  227. Configuration menu
    Copy the full SHA
    dc41650 View commit details
    Browse the repository at this point in the history
  228. Configuration menu
    Copy the full SHA
    058e18c View commit details
    Browse the repository at this point in the history
  229. mangle private properties, refactor

    fabiosantoscode authored and kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    64c3e3e View commit details
    Browse the repository at this point in the history
  230. Configuration menu
    Copy the full SHA
    3915b2f View commit details
    Browse the repository at this point in the history
  231. add a golden test

    fabiosantoscode authored and kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    5781084 View commit details
    Browse the repository at this point in the history
  232. fix fmt error

    fabiosantoscode authored and kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    19a85cd View commit details
    Browse the repository at this point in the history
  233. fixup for the rebase

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    0c8acdd View commit details
    Browse the repository at this point in the history
  234. make test scripts faster when the runner wants to filter tests

    When developing the property mangler, I'd commented out the lines in this 'if' statement so I could run tests faster.
    
    So I came up with this PR to enable us to filter tests when desired, and run them quickly, but also allow to run everything by omitting filter arguments.
    
    If you have a better idea for testing quickly please let me know :) this is still pretty slow.
    fabiosantoscode authored and kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    cc10320 View commit details
    Browse the repository at this point in the history
  235. fixup for rebase

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    1aa0e4e View commit details
    Browse the repository at this point in the history
  236. fixup

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    d3616d5 View commit details
    Browse the repository at this point in the history
  237. implement timings struct

    fabiosantoscode authored and kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    dcc9a2e View commit details
    Browse the repository at this point in the history
  238. Make it beta

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    a0148eb View commit details
    Browse the repository at this point in the history
  239. Fix

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    fa315ed View commit details
    Browse the repository at this point in the history
  240. Fix

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    a81677a View commit details
    Browse the repository at this point in the history
  241. More fix

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    e0eeefb View commit details
    Browse the repository at this point in the history
  242. Use master

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    33f3848 View commit details
    Browse the repository at this point in the history
  243. fixup

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    6207300 View commit details
    Browse the repository at this point in the history
  244. fixup

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    5648c7e View commit details
    Browse the repository at this point in the history
  245. Use master

    kdy1 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    571360d View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. fixup

    kdy1 committed May 20, 2021
    Configuration menu
    Copy the full SHA
    97f6899 View commit details
    Browse the repository at this point in the history
  2. Update tets refs

    kdy1 committed May 20, 2021
    Configuration menu
    Copy the full SHA
    d7e1aa1 View commit details
    Browse the repository at this point in the history
  3. Use master

    kdy1 committed May 20, 2021
    Configuration menu
    Copy the full SHA
    1023b25 View commit details
    Browse the repository at this point in the history
  4. lint

    kdy1 committed May 20, 2021
    Configuration menu
    Copy the full SHA
    14f2ce0 View commit details
    Browse the repository at this point in the history
  5. Ignore

    kdy1 committed May 20, 2021
    Configuration menu
    Copy the full SHA
    4d07751 View commit details
    Browse the repository at this point in the history