aboutsummaryrefslogtreecommitdiff
path: root/integration (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-01-05minimal integration tests for macrosGravatar Jarred Sumner 4-0/+47
2022-01-03:confused:Gravatar Jarred Sumner 1-0/+0
2022-01-02copy: replace Bun with bun (#99)Gravatar luke miles 2-3/+3
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"
2022-01-01Update bun.lockbGravatar Jarred Sumner 1-0/+0
2022-01-01Update bun.lockbbun-v0.0.65Gravatar Jarred Sumner 1-0/+0
2022-01-01:lock:Gravatar Jarred Sumner 1-0/+0
2021-12-30Upgrade to latest Zig, remove dependency on patched version of Zig (#96)Gravatar Jarred Sumner 8-8/+134
* Prepare to upgrade zig * zig fmt * AllocGate * Update data_url.zig * wip * few files * just headers now? * I think everything works? * Update mimalloc * Update hash_map.zig * Perf improvements to compensate for Allocgate * Bump * :camera: * Update bun.lockb * Less branching * [js parser] Slightly reduce memory usage * Update js_parser.zig * WIP remove unused * [JS parser] WIP support for `with` keyword * Remove more dead code * Fix all the build errors! * cleanup * Move `network_thread` up * Bump peechy * Update README.md
2021-12-29[bun install] Integration testGravatar Jarred Sumner 1-0/+79
2021-12-27:camera:bun-v0.0.60Gravatar Jarred Sumner 2-4/+4
2021-12-26github actions (#91)Gravatar Jarred Sumner 3-0/+2
* 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 3-8/+19
2021-12-24Make integration tests more Docker-friendlyGravatar Jarred Sumner 1-1/+14
2021-12-24[bun create] Run with bun runGravatar Jarred Sumner 2-1/+14
2021-12-21Use Node 14 compatible syntaxGravatar Jarred Sumner 1-1/+1
2021-12-16[npm install] Use BoringSSL for https:// requestsGravatar Jarred Sumner 1-1/+0
2021-12-16don't need sleep since not a universal binary anymoreGravatar Jarred Sumner 1-7/+5
2021-12-16Update snippets.jsonGravatar Jarred Sumner 1-1/+2
2021-12-16:camera:bun-v0.0.55Gravatar Jarred Sumner 2-0/+80
2021-12-16Add regression test for try / catch with import & requireGravatar Jarred Sumner 1-0/+31
2021-12-16:camera:bun-v0.0.53Gravatar Jarred Sumner 27-125/+132
2021-12-16:camera:Gravatar Jarred Sumner 30-129/+226
2021-12-15[JS Parser] Add regression testGravatar Jarred Sumner 1-0/+14
2021-11-15:camera: Snapshotsbun-v0.0.49Gravatar Jarred Sumner 6-2/+124
2021-11-15Fix #66Gravatar Jarred Sumner 2-1/+13
embarassing!
2021-11-15[JS Printer] Fix bug with template literalsGravatar Jarred Sumner 2-1/+39
2021-11-08:camera:Gravatar Jarred Sumner 4-1/+23
2021-11-08[JS Printer] Fix bug with optional chainGravatar Jarred Sumner 5-1/+97
2021-11-06Debug snapshotsGravatar Jarred Sumner 3-661/+672
2021-11-05[resolver] Add test for `"exports"` field with a pattern `foo/*.js`Gravatar Jarred Sumner 17-1/+28
2021-11-05:camera: SnapshotsGravatar Jarred Sumner 2-661/+669
2021-11-05:camera: Snapshotsbun-v0.0.45Gravatar Jarred Sumner 6-8/+5672
2021-11-05:camera: SnapshotsGravatar Jarred Sumner 6-1/+5681
2021-11-04[bun run] Fix bug with quotes and spacesGravatar Jarred Sumner 2-7/+20
Fixes #53
2021-11-04[JSX] Match esbuild behavior for multiline JSX string literalsGravatar Jarred Sumner 3-36/+40
2021-11-03[JSX] Fix regression with JSX entitiesGravatar Jarred Sumner 3-1/+975
2021-11-02[test] Make sure we curl a jsx file in react integration testGravatar Jarred Sumner 1-7/+6
2021-11-01Add Bun.js integration tests, but don't run them yet.Gravatar Jarred Sumner 16-192/+366
2021-11-01[test] Add integration test for null byte \\0Gravatar Jarred Sumner 1-11/+14
2021-10-31[Bun.js] Bun.sleep() lets you synchronously sleep. Thanks @evanwashereGravatar Jarred Sumner 1-0/+10
2021-10-29Add integration test that verifies bash exported functions work in `bun run`Gravatar Jarred Sumner 1-1/+17
2021-10-27Add universal macOS build so that Bun works on rosetta builds of Node.jsGravatar Jarred Sumner 1-6/+29
2021-10-26Add test that checks JIT is enabled for JavaScriptCore and crashes if it isn'tGravatar Jarred Sumner 2-2/+4
2021-10-26Simple integration test for `bun run`Gravatar Jarred Sumner 2-0/+21
2021-10-26Add a very simple integration test for `bun create next` & `bun create react`Gravatar Jarred Sumner 2-0/+28
2021-10-25Add snapshots for latin1 regexp, add more codepoints to string escapesGravatar Jarred Sumner 13-21/+2054
2021-10-25Fix all known string encoding bugsGravatar Jarred Sumner 2-33/+51
2021-10-24[internal] Tweak build system to better support unit tests in ZigGravatar Jarred Sumner 1-0/+23
2021-10-21Split tests into separate .json fileGravatar Jarred Sumner 1-22/+1
2021-10-21Add test for non-ascii latin1 characters in stringsGravatar Jarred Sumner 1-0/+46
2021-10-15:camera:Gravatar Jarred Sumner 2-2/+4