aboutsummaryrefslogtreecommitdiff
path: root/integration/snippets (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-09-25Add integration test that checks styled-components renders successfully and ↵bun-v0.0.24Gravatar Jarred Sumner 3-1/+67
no incorrect unicode characters are present in the `style` tag
2021-09-25Add integration test for <JSX key="foo" {...spread} onClick={() => {}} />Gravatar Jarred Sumner 1-0/+20
2021-09-23:camera:Gravatar Jarred Sumner 3-1/+66
2021-09-22Fix parsing bug with arrays that have default valuesGravatar Jarred Sumner 2-1/+31
2021-09-22Switch to a single directory for storing snapshots and explicitly note whats ↵Gravatar Jarred Sumner 17-0/+44
a debug snapshot and a non-debug snapshot
2021-09-20Fix parsing/printing unicode identifiers, switch to UTF-8 for prefilled ↵Gravatar Jarred Sumner 2-0/+50
strings, remove eagerly loading identifier_name
2021-09-17Add test for "shuffle" function for lodashbun-v0.0.19Gravatar Jarred Sumner 3-0/+42
2021-09-17Add test for tsx/ts fallback importsGravatar Jarred Sumner 2-0/+10
2021-09-17Fix multiple imports to CJS modules when referencing via module_id hashGravatar Jarred Sumner 2-0/+15
2021-09-17global -> globalThisGravatar Jarred Sumner 1-0/+4
2021-09-17Begin to add integration testsGravatar Jarred Sumner 9-0/+129