aboutsummaryrefslogtreecommitdiff
path: root/integration/snippets (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-12-26github actions (#91)Gravatar Jarred Sumner 1-0/+0
* Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update Dockerfile * switch * :hushed: * Update bun.yml * Update Dockerfile * Update Dockerfile * wip * Update bun.yml * Update bun.yml * Update bun.yml * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * cache is broken * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update bun.yml * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update bun.yml * Update Dockerfile * Update Dockerfile * Update bun.yml * bust it * Update Dockerfile * jm * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update Dockerfile * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * wip * Update bun.yml * Update Dockerfile * Update Dockerfile * Update Makefile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * pass executablePath * alright * Update Makefile * Update Dockerfile * Update Dockerfile * Update Makefile * Update Makefile * Update Dockerfile * lets try that * Update Dockerfile * Update bun.yml * hm * Update Dockerfile * Update Dockerfile * Update Dockerfile * not interactive * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * simplify this * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * missing * Update Dockerfile * Update Dockerfile * wrong dir * Update Dockerfile * Update bun.yml * Update Dockerfile * Update Dockerfile * Update bun.yml * ordering * Update Dockerfile * Update bun.yml * run-test file * pass github workspace * hm * Update bun.yml * copy the file * Update run-test.sh * Update bun.yml * Update bun.yml * Update bun.yml * try this way * Update bun.yml * maybe? * Update bun.yml * maybe taht's it? * maybe this * cache * up * Update bun.yml * Update bun.yml * try this one i guess * okay that might do it * Update Dockerfile * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update chrome.json * Update chrome.json * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * hm * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * fix caching I think * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * maybe * Update bun.yml * fixup * Update bun.yml * Update bun.yml * Update bun.yml * maybe this time * Update bun.yml * Update Dockerfile * random name * ok * explicit runner * Update bun.yml * Update bun.yml * try deleting the files so the layer caching doesn't happen * :runner: * Update bun.yml * Update bun.yml * Update Dockerfile * Update Dockerfile * Update Dockerfile * Dockerfile.base * node.js * Update bun.yml * Update Dockerfile * Update Dockerfile.base * cleanup
2021-12-24Cleanup build issuesGravatar Jarred Sumner 1-2/+0
2021-12-16Add regression test for try / catch with import & requireGravatar Jarred Sumner 1-0/+31
2021-12-15[JS Parser] Add regression testGravatar Jarred Sumner 1-0/+14
2021-11-15Fix #66Gravatar Jarred Sumner 1-0/+11
embarassing!
2021-11-15[JS Printer] Fix bug with template literalsGravatar Jarred Sumner 1-0/+37
2021-11-08[JS Printer] Fix bug with optional chainGravatar Jarred Sumner 1-0/+15
2021-11-05[resolver] Add test for `"exports"` field with a pattern `foo/*.js`Gravatar Jarred Sumner 16-1/+25
2021-11-05:camera: SnapshotsGravatar Jarred Sumner 2-1/+33
2021-11-04[JSX] Match esbuild behavior for multiline JSX string literalsGravatar Jarred Sumner 1-28/+32
2021-11-03[JSX] Fix regression with JSX entitiesGravatar Jarred Sumner 2-0/+972
2021-11-01Add Bun.js integration tests, but don't run them yet.Gravatar Jarred Sumner 3-26/+31
2021-11-01[test] Add integration test for null byte \\0Gravatar Jarred Sumner 1-11/+14
2021-10-25Add snapshots for latin1 regexp, add more codepoints to string escapesGravatar Jarred Sumner 3-13/+142
2021-10-25Fix all known string encoding bugsGravatar Jarred Sumner 1-0/+4
2021-10-21Add test for non-ascii latin1 characters in stringsGravatar Jarred Sumner 1-0/+46
2021-10-06Fix JSX transform edgecase with static childrenGravatar Jarred Sumner 1-0/+34
2021-10-06Add support for reading JSX config from tsconfig.jsonGravatar Jarred Sumner 3-0/+22
2021-09-30Add test that void doesn't delete call expressionsGravatar Jarred Sumner 1-0/+14
2021-09-25Snapshots & package.jsonGravatar Jarred Sumner 1-2/+3
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