diff options
author | 2021-11-08 15:37:31 -0800 | |
---|---|---|
committer | 2021-11-08 15:37:31 -0800 | |
commit | 241525947c033de9a8a46abfb8f064cc95a5c0b0 (patch) | |
tree | 52e750e49462b737f7f8aa49d57840e91dee020a /integration/scripts | |
parent | c7705a6325143aee71b351d5701ba46373704ff6 (diff) | |
download | bun-241525947c033de9a8a46abfb8f064cc95a5c0b0.tar.gz bun-241525947c033de9a8a46abfb8f064cc95a5c0b0.tar.zst bun-241525947c033de9a8a46abfb8f064cc95a5c0b0.zip |
[JS Printer] Fix bug with optional chain
Diffstat (limited to 'integration/scripts')
-rw-r--r-- | integration/scripts/snippets.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/integration/scripts/snippets.json b/integration/scripts/snippets.json index b877487e7..233d508d8 100644 --- a/integration/scripts/snippets.json +++ b/integration/scripts/snippets.json @@ -21,5 +21,6 @@ "/react-context-value-func.tsx", "/latin1-chars-in-regexp.js", "/jsx-spacing.jsx", - "/jsx-entities.jsx" + "/jsx-entities.jsx", + "/optional-chain-with-function.js" ] |