aboutsummaryrefslogtreecommitdiff
path: root/integration/snippets (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-06-22change the directory structurejarred/renameGravatar Jarred Sumner 73-1918/+0
2022-04-23:camera:Gravatar Jarred Sumner 1-1/+1
2022-03-27Update segfault.jsGravatar Jarred Sumner 1-1/+1
2022-02-22snaspshotsGravatar Jarred Sumner 2-4/+3
2022-02-08:camera:Gravatar Jarred Sumner 1-0/+4
2022-02-07Add test for #117Gravatar Jarred Sumner 1-0/+2
2022-02-04Update multiple-var.jsGravatar Jarred Sumner 1-1/+2
2022-02-04Add integration test for reading .json files that have UTF-8 string literalsGravatar Jarred Sumner 2-0/+9
Related: https://github.com/Jarred-Sumner/bun/issues/115
2022-02-01[JS Printer] Fix printing edgecase with nested vars that use object ↵Gravatar Jarred Sumner 1-0/+10
destructuring
2022-01-29Tag importsGravatar Jarred Sumner 1-0/+21
2022-01-23fake segfault testGravatar Jarred Sumner 1-0/+1
2022-01-02copy: replace Bun with bun (#99)Gravatar luke miles 1-1/+1
Most CLI tools have the style convention of referring to themselves in lowercase. It is, after all, the name that users type in when using the tool. This PR maintains that convention in bun. "Drop the uppercase B, it's cleaner"
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