diff options
author | 2021-09-22 02:16:31 -0700 | |
---|---|---|
committer | 2021-09-22 02:16:31 -0700 | |
commit | 8f460a9be3d954d6be555d1bcd382383d23d9280 (patch) | |
tree | 4a64f0164554c99af419564a4e4885d27d09deff /integration/scripts/browser.js | |
parent | 204b07f46b6c8985c8928ec58b51d941903ad69b (diff) | |
download | bun-8f460a9be3d954d6be555d1bcd382383d23d9280.tar.gz bun-8f460a9be3d954d6be555d1bcd382383d23d9280.tar.zst bun-8f460a9be3d954d6be555d1bcd382383d23d9280.zip |
Fix parsing bug with arrays that have default values
Diffstat (limited to 'integration/scripts/browser.js')
-rw-r--r-- | integration/scripts/browser.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/integration/scripts/browser.js b/integration/scripts/browser.js index 8eb776c29..5d84de0e7 100644 --- a/integration/scripts/browser.js +++ b/integration/scripts/browser.js @@ -114,6 +114,7 @@ async function main() { "/unicode-identifiers.js", "/string-escapes.js", "/package-json-exports/index.js", + "/array-args-with-default-values.js", ]; tests.reverse(); |