aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/scripts/generate-classes.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-16fix(runtime): make some things more stable (partial jsc debug build) (#5881)Gravatar dave caruso 1-1/+2
* make our debug assertions work * install bun-webkit-debug * more progress * ok * progress... * more debug build stuff * ok * a * asdfghjkl * fix(runtime): fix bad assertion failure in JSBufferList * ok * stuff * upgrade webkit * Update src/bun.js/bindings/JSDOMWrapperCache.h Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> * fix message for colin's changes * okay * fix cjs prototype * implement mainModule * i think this fixes it all --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2023-10-03Upgrade webkit (#6277)Gravatar Dylan Conway 1-2/+6
* `reportExtraMemoryAllocated` parameters changed * bump webkit * Update Dockerfile * format
2023-09-15feat(runtime): add `process.binding` `uv`/`natives`/`config` + make global ↵Gravatar dave caruso 1-36/+5
object properties lazy (#5355) * binding uv * we did that * some more bindings * fix doc * fix uv * yo * static hash table nonsense <3 * huge refactor to the global object i am not ready for merge conflicts * it works part 3 * lose --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2023-08-21Make the code generator less duplicativeGravatar Jarred Sumner 1-3/+1
2023-08-18Remove most C API usages, add debugger pretty printers for `Headers`, ↵Gravatar Jarred Sumner 1-3/+49
`URLSearchParams`, `FormData`, `Worker`, `EventTarget` (#4187) * Add pretty printers for `Headers`, `URLSearchParams`, and `FormData` * [untested] Add way to code generate getInternalProperties * bump * Bump Webkit * Ref the event loop while loaded * wip * checkpoint * another checkpoint * The code has been written * Fixup exports * Fix all the errors * Fix bug * [console.log] Fix bug when printing non-reified types missing values * Fix loading hash table * fix plugin * Fix ref & unref * auto-unref * various fixes * Update bun.zig * Set toStringTag * Delete code for macro JSX * Delete code for `bun dev` HTTP JS * Move Bun.serve to C++ API * Delete JSC C API code * :scissors: :skull: code * Use JSC C++ for `confirm`, `Crypto`, `prompt`, `alert` * more dead code * Update exports.zig * Use JSC C++ API for FFI * Remove remaining usages * Remove remaining usages * Update ffi.ts * Update InternalModuleRegistryConstants.h * draw the rest of the owl * Update webcore.zig * bind it * Fix performance regression in crypto.randomUIUD() * Update js_parser.zig --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-07-28`MessageChannel` and `MessagePort` (#3860)Gravatar Dylan Conway 1-3/+3
* copy and format * copy * copy * cleanup * some tests * spellcheck * add types * don't lock getting contextId * array buffer test
2023-07-14structured clone (#3637)Gravatar Dylan Conway 1-5/+133
* copy `SerializedScriptValue` * format * make `SerializedScriptValue` compile * add `transfer` option * tests * serialize/deserialize blobs * tests for blobs * serialize/deserialize file blobs * more tests * small cleanup * format * small changes + serialize offset * slice helper * map and set test
2023-05-20[internal] Show the file path to the calling function from JSGravatar Jarred Sumner 1-0/+11
2023-05-17Support static string values in our class bindings generatorGravatar Jarred Sumner 1-2/+25
2023-05-09Fix extra semicolonGravatar Jarred Sumner 1-1/+1
2023-04-19Fix broken autocompleteGravatar Jarred Sumner 1-1/+1
2023-03-14Implement `toMatchSnapshot()` (#2294)Gravatar Dylan Conway 1-6/+8
* buggy snapshot * error output for failed snapshot * missing first * hints * open dir once, better cleanup * update flag * truncate on update * object and class snapshot formatting * array formatting * no function name, single item is empty array * string objects, maps, sets, promise * avoid using invalid memory * handle number objects * handle extending `Number` * boolean objects * snapshot tests and test updates * snapshot format for buffers * safer snapshot parsing * property matchers setup * strings and tests * generate classes with empty prototype * optional `propertyMatchers` parameter * new test folder structure * strings.eqlLong * globalObject.throwPretty() and expect.any tests * add updateSnapshot flag to help * move snapshot format out of `printErrorlikeObject` * empty object snapshot format * separate typed array, remove trailing comma * use `isCell`, object trailing commas * handle unicode * todo for primitive constructors * switch to `JSC.Node.Syscall.open` and `JSC.Maybe` * use js parser for snapshot files * deinit ast, log parse error * copy/paste most of `exports.ZigConsoleClient` * remove snapshot option * remove ordered properties option * remove snapshot format option from `exports.zig` * remove extra newlines * change mode * update test runner output * escape backticks faster * `bunx jest` in temp dir * remove buffered writer * add `toMatchSnapshot` to types * cleanup, switch to `pread` * cli `--update` flag * `--update-snapshots` * remove string object format
2023-02-22Support well known symobls in prototypes for generated classesGravatar Jarred Sumner 1-4/+21
2023-02-11Backport std::forward changeGravatar Jarred Sumner 1-4/+12
2023-02-07cleanupGravatar Jarred Sumner 1-5/+12
2023-02-06default not configurableGravatar Jarred Sumner 1-1/+1
2023-02-06Make `Stat` functions fastGravatar Jarred Sumner 1-14/+33
2023-02-06tweaks to generatorGravatar Jarred Sumner 1-403/+151
2023-01-23Sort the generated classes listGravatar Jarred Sumner 1-0/+1
2023-01-23[bindings] Add `custom` field to enable writing one-off C++ in the zig classGravatar Jarred Sumner 1-6/+52
2023-01-10attempt (unsuccessfully) to improve c++ build timeGravatar Jarred Sumner 1-0/+1
2023-01-09check for isEmpty or !isCellGravatar Jarred Sumner 1-2/+2
2023-01-08[internal] Fix type casting in Zig bindingsGravatar Jarred Sumner 1-3/+4
2022-12-28Upgrade to latest Zig (#1610)Gravatar Jarred Sumner 1-1/+2
* @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-11-29import everything from "bun" where possibleGravatar Jarred Sumner 1-1/+1
2022-11-22Support no constructor in class generator scriptGravatar Jarred Sumner 1-49/+65
2022-11-20[internal] Implement `visitAdditionalChildren`Gravatar Jarred Sumner 1-32/+62
2022-11-19Fix a GC issue with `Bun.spawn`Gravatar Jarred Sumner 1-7/+8
The `Subprocess` object stays alive until the process exits, even if it's never referenced
2022-11-18bun test matchers and tests (#1526)Gravatar Dylan Conway 1-2/+2
* 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-11-15add generated getter/setter type with thisValue (#1513)Gravatar Dylan Conway 1-19/+48
2022-11-09Add bun-types, add typechecking, add `child_process` types (#1475)Gravatar Colin McDonnell 1-121/+122
* Add bun-types to packages * Improve typing * Fix types in tests * Fix dts tests * Run formatter * Fix all type errors * Add strict mode, fix type errors * Add ffi changes * Move workflows to root * Add workflows * Remove labeler * Add child_process types * Fix synthetic defaults issue * Remove docs * Move scripts * Run prettier * Include examples in typechecking * captureStackTrace types * moved captureStackTrace types to globals * Address reviews Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
2022-11-0820% faster TextDecoder on small inputsGravatar Jarred Sumner 1-1/+3
2022-11-07[bindings generator] Support cached values that do not correspond to ↵Gravatar Jarred Sumner 1-78/+137
properties and support call() functions
2022-10-28Upgrade WebKitGravatar Jarred Sumner 1-14/+131
2022-10-17Implement `sendText`, `sendBinary`, `publishText`, `publishBinary`Gravatar Jarred Sumner 1-2/+136
2022-10-15More careful code generatorGravatar Jarred Sumner 1-5/+10
2022-10-15Add a way to update cached values from ZigGravatar Jarred Sumner 1-15/+51
2022-10-10Support cache with same name applied to multiple gettersGravatar Jarred Sumner 1-9/+23
2022-10-08Fix fetch response redirected (#1303)Gravatar zhiyuan 1-12/+12
* fix: sync codegen * fix: generate class script * fix: sync codegen * fix: add response redirected property
2022-09-28Implement `reportExtraMemoryVisited` and `reportExtraMemoryAllocated` in ↵Gravatar Jarred Sumner 1-1/+0
bindings
2022-09-28size estimatoorGravatar Jarred Sumner 1-8/+51
2022-09-22Faster `Blob` + begin to implement `FileSink`Gravatar Jarred Sumner 1-26/+79
2022-08-27Update WebKit (#1165)Gravatar Jarred Sumner 1-25/+28
* Update WebKit * Fix `DataView` and non-8 bit sized typed arrays with TextDecoder * New WebKit Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2022-08-18Make `Request`, `Response` and `TextDecoder` not read-onlyGravatar Jarred Sumner 1-2/+8
2022-08-18Faster TextDecoderGravatar Jarred Sumner 1-7/+23
2022-08-18Fix missing `prototype` property on generated classesGravatar Jarred Sumner 1-0/+1
2022-08-18Update generate-classes.tsGravatar Jarred Sumner 1-2/+2
2022-08-17Move the crypto hashers to the new bindingsGravatar Jarred Sumner 1-4/+17
2022-08-17Move around some thingsGravatar Jarred Sumner 1-0/+1271