aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/api/transpiler.zig (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-01-23Update transpiler.zigGravatar Jarred Sumner 1-1/+1
2023-01-23Add a commentGravatar Jarred Sumner 1-1/+1
2023-01-23Upgrade Bun.Transpiler to use new bindingsGravatar Jarred Sumner 1-192/+202
2023-01-13move more thingsGravatar Jarred SUmner 1-4/+4
2023-01-13Split some things into more files and use bun namespace instead of import moreGravatar Jarred SUmner 1-1/+1
2022-12-28Upgrade to latest Zig (#1610)Gravatar Jarred Sumner 1-4/+4
* @min and @max * builtins and some trivial ones * Most of them * more * more! * More Progress * wip * Update tagged_pointer.zig * Update http_client_async.zig * Most of the iterable dir changes * alright * Remove usages of deprecated formatters * :camera: * fmt * Update shimmer.zig * wip * wip * wip * progress * more * Latest * stuck on error * latest * workaround stage2 * wip * Update string_immutable.zig * wip * Migrate `Dirent` and `require("fs')` to use JSC<>Zig bindings * Fix build errors * Fixup most of the test failures * Fix `make headers` * Fix "outside package path" error * Fixup aligned alloc * Add missing file * linux * More linux fixes * use latest peechy * Fix transpiler test failure * Forgot about these * Fixup test failure * Update node-timers.test.ts * [node:htt] Fix `undefined is not an object` error Fixes https://github.com/oven-sh/bun/issues/1618 * Update http.exports.js * Make this test less flaky * fix hashes * Fix hex formatting and zls issues * Download zig version * Update Dockerfile * Update Dockerfile * Update uws * Update Dockerfile * Set llvm version * Update README.md * Update uws * Update Dockerfile * Update io_linux.zig * Update bun.zig * Log output * workaround strange @cInclude error * Make ffi tests better * Don't use cImport * Update c.zig * Update c-bindings.cpp * call setOutputDir * Update Dockerfile * Use a longer name * latest * Update serve.test.ts Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: Veikka Tuominen <git@vexu.eu>
2022-12-11[Transpiler] Implement `minifyWhitespace` optionGravatar Jarred Sumner 1-0/+8
2022-12-10Implement simple version of inlining single-use expressions and statementsGravatar Jarred Sumner 1-0/+6
2022-12-04:scissors:Gravatar Jarred Sumner 1-1/+1
2022-11-29import everything from "bun" where possibleGravatar Jarred Sumner 1-4/+4
2022-11-22Introduce `Bun.FileSystemRouter` APIGravatar Jarred Sumner 1-1/+0
2022-11-19Fix GC crash in `Transpiler` found via `BUN_GARBAGE_COLLECTOR_LEVEL`Gravatar Jarred Sumner 1-3/+3
2022-11-18bun test matchers and tests (#1526)Gravatar Dylan Conway 1-1/+1
* ignore webkit for cherry-pick * toContain and toBeTruthy * toBe null, undefined, falsy, toHaveProperty, .not * markBindings * remove toHaveProperty, undo ignore webkit, more tests * undo ignore webkit * remove bad tests * check if length property exists for toHaveLength() * fix call signature * handle argument that is not an integer * getLengthOfArray returns u64 * switch to truncate * toHaveLength() edge cases * add toBooleanSlow() * infinity, nan, negative
2022-10-27feat(core): optimize zig slice (#1408)Gravatar Carter Snook 1-1/+1
* feat(core): optimize zig slice * address concerns
2022-10-15add more loggingGravatar Jarred Sumner 1-2/+2
2022-10-13Fix import alias (#1313)Gravatar zhiyuan 1-0/+1
2022-09-30Remove extraneous calls to `.ref()`Gravatar Jarred Sumner 1-5/+5
2022-08-17New Zig <> C++ bindings generator. +20% faster HTTP serverGravatar Jarred Sumner 1-4/+6
2022-08-03Fix test failures from `JSPropertyIterator` changeGravatar Jarred Sumner 1-9/+17
2022-08-03refactor: create a high-level property iterator (#972)Gravatar Carter Snook 1-72/+38
This also fixes multiple memory leaks double frees.
2022-07-19fix(api): stop double-free of prop array (#793)Gravatar Carter Snook 1-2/+3
2022-06-25Update transpiler.zigGravatar Jarred Sumner 1-1/+1
2022-06-22change the directory structurejarred/renameGravatar Jarred Sumner 1-0/+1304