diff options
author | 2023-08-16 19:40:20 -0700 | |
---|---|---|
committer | 2023-08-16 19:40:20 -0700 | |
commit | 0486cea35a80be97ba43f41a29ce55f0d3a8eb01 (patch) | |
tree | 2a6335ff465826b3e20959c5751c89ba793becca /src/js/out/InternalModuleRegistry+enum.h | |
parent | 2634c64aa32fec00073bd0a776e5ac67ad6aa6e5 (diff) | |
download | bun-0486cea35a80be97ba43f41a29ce55f0d3a8eb01.tar.gz bun-0486cea35a80be97ba43f41a29ce55f0d3a8eb01.tar.zst bun-0486cea35a80be97ba43f41a29ce55f0d3a8eb01.zip |
`bun --inspect` (#4158)
* Let the debugger to pause/resume the event loop
* Add initial support for Debug Adapter Protocol
* Add progress
* Update Worker.cpp
* Fix require("console") #3820 (#4073)
* Fix #3820
* Add Module (#4074)
* Set exports to {} in user-constructed CommonJSModuleRecords (#4076)
* feat(bun/test): Implement "toSatisfy" & "toIncludeRepeated" (fwup) (#3651)
* Fix merge issues
* oop
* make codegen
* Fix build issues
---------
Co-authored-by: dave caruso <me@paperdave.net>
* worker tests (#4058)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
* feat(bun:test) add support for test.each() and describe.each() (#4047)
* rename callback to func
* update testscope to handle function arguments
* works
* big cleanup
* works in debug, not release
* fix memory issue & update tests
* catch & str test
* write types for each() & switch tests to ts
* rm & typo
* move some code around & support describe
* review changes
* Fix one of the astro segfaults, also fix bun init version (#4079)
* 4->16
* add assertions
* fix version stuff
* Remove unintentional logs from #4043
* Run prettier
* Update main-worker-file.js
* Update SIMDUTF (#4078)
* Fix constructing buffer from a UTF16 string with the Latin1 encoding. (#4086)
Close: #3914
* Add support for `bun --revision` (#4027)
Co-authored-by: Yash Sharma <yashsharma@Yashs-MacBook-Air.local>
* Updates
* Update __global.zig
* remove non-node node-fallbacks (#4082)
* remove non-node node-fallbacks.
* organize the imports
* Fix test
* Sync bun-polyfills branch (#4081)
* bun-polyfills: initial impl. & baseline refactor
* move @types/ws dep from root to /test/
* bun-types: remove ReadableStream.forEach method
(this does not exist, probably added by mistake)
* bun-polyfills: remove extraneous stream utils
* bun-polyfills: add types syncing file
* bun-polyfills: re-arrange global polyfills
* bun-polyfills: fix FileBlob streams types again
* bun-polyfills: sync all of @types/node
* bun-polyfills: typeguard all current polyfills
* bun-polyfills: fix import paths
* bun-polyfills: switch to wasm impl. of farmhash
* bun-polyfills: support default import of bun obj
* bun-polyfills: transpiler placeholder file
* bun-polyfills: loaderless import.meta polyfill
* bun-polyfills: refactor import.meta polyfill
* bun-polyfills: repl entrypoint & todo list index
* bun-types: Add null to return type of Bun.which
* bun-types: match Bun.sha with Bun.hash.SHA512_256
* bun-polyfills: new "repl" package.json script
* bun-polyfills: full refactor of toplevel hashes
* bun-polyfills: these are fixed
* bun-types: NODE_ENV is optional
* bun-polyfills: fix Bun.env types
* bun-types+polyfills: fix HeapSnapshot.version type
* bun-polyfills: fix some web streams type conflicts
* bun-polyfills: update internal FileBlob.slice
* bun-polyfills: fix subproc stdin conversions
* bun-polyfills: better internal fileblob types
* bun-polyfills: try to sync global performance type
* bun-polyfills: working zig wasm polyfills setup
* bun-polyfills: update scripts
* bun-polyfills: fix wasm file location resolution
* bun-polyfills: goodbye farmhash (replaced by zig)
* bun-polyfills: move all Bun.hash polyfills to zig
* bun-polyfills: reimpl. seeding of seeded hashes
* bun-polyfills: impl. undocumented murmur32v2
* bun-polyfills: switch zighash from jsdoc to .d.ts
* bun-types: partial fix of Hash types
* bun-polyfills: documented Hash.murmur32v2
* bun-polyfills: misc updates
* bun-polyfills: enable sourcemaps
* bun-polyfills: handle empty inputs to hash funcs
* bun-types: narrow down hash func types
* bun-polyfills: remove unnecessary bigint casts
* bun-polyfills: impl. Bun.isMainThread
* bun-polyfills: impl. Bun.sleep and fix sleepSync
* bun-polyfills: impl. indexOfLine
* bun-polyfills: impl. Bun.peek.status
* bun-types: fix hashing test
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
* Add remix guide
* Fix title
* add util.formatWithOptions (#4090)
* Add formatWithOptions
* tests and tweaks
* adjust
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
* bun test: format description of test.each (#4092)
* bun test: format description
* add tests for tests
* only
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
* Fixes #4062 (#4106)
* Fixes #4062
* Update encoding.zig
* Use faster C++ impl
* Update wtf-bindings.cpp
* undo
* Fixup
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
* zig fmt
* Update remix guide
* fs.zig: create temp files with 0o700, not 0o007 (#4107)
* Handle thundering herd of setInterval (#4109)
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
* Fix memory leak in base64url (#4111)
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
* run files without extensions (#4113)
* run script without extension
* process stdio write fix
* don't check for trailing slash, var stream
* More lazily initialize these static strings
* Remove assertion
* wip
* Add --inspect flag
* Deprecate loading `node_modules.bun`
* realpath
* regenerate schema
* More
* more
* Update cli.zig
* Debugger JS loads
* have fun
* Most of the code
* Its starting to work.
* more progress
* win some, lose some
* Update dap.ts
* Async Context Tracking
* untested websocket
* Emit Console messages
* Error handling
* errors
* Make profiling work better
* [clap] CLI arguments with optional values ignore positional params
In `bun --inspect foo.js`, `foo.js` should not be the value of `--inspect`. It is a positional parameter. `--inspect=foo`
* Support multiple simultaneous clients, automatically unpause on disconnect
* regenerate
* Update Makefile
* Update WebKit
* Update cli.zig
* Update InternalModuleRegistry+createInternalModuleById.h
* BaseURL
* Update WebKit
* Add web-inspector-bun
* Update build.ts
* formatting, mostly
* Update debugger.ts
* Update InternalModuleRegistryConstants.h
* wrap
* Update test
* Update test
---------
Co-authored-by: Ashcon Partovi <ashcon@partovi.net>
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
Co-authored-by: dave caruso <me@paperdave.net>
Co-authored-by: Tiramify (A.K. Daniel) <94789999+TiranexDev@users.noreply.github.com>
Co-authored-by: Jacques <25390037+jecquas@users.noreply.github.com>
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Ai Hoshino <ambiguous404@gmail.com>
Co-authored-by: Yash Sharma <yashosharma@gmail.com>
Co-authored-by: Yash Sharma <yashsharma@Yashs-MacBook-Air.local>
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
Co-authored-by: jhmaster <32803471+jhmaster2000@users.noreply.github.com>
Co-authored-by: Adhityaa Chandrasekar <github@adtac.in>
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
Diffstat (limited to 'src/js/out/InternalModuleRegistry+enum.h')
-rw-r--r-- | src/js/out/InternalModuleRegistry+enum.h | 109 |
1 files changed, 55 insertions, 54 deletions
diff --git a/src/js/out/InternalModuleRegistry+enum.h b/src/js/out/InternalModuleRegistry+enum.h index 7d72e3d26..105f70805 100644 --- a/src/js/out/InternalModuleRegistry+enum.h +++ b/src/js/out/InternalModuleRegistry+enum.h @@ -1,57 +1,58 @@ BunFFI = 0, BunSqlite = 1, -InternalShared = 2, -NodeAssert = 3, -NodeAssertStrict = 4, -NodeAsyncHooks = 5, -NodeChildProcess = 6, -NodeCluster = 7, -NodeConsole = 8, -NodeCrypto = 9, -NodeDgram = 10, -NodeDiagnosticsChannel = 11, -NodeDNS = 12, -NodeDNSPromises = 13, -NodeDomain = 14, -NodeEvents = 15, -NodeFS = 16, -NodeFSPromises = 17, -NodeHttp = 18, -NodeHttp2 = 19, -NodeHttps = 20, -NodeInspector = 21, -NodeNet = 22, -NodeOS = 23, -NodePathPosix = 24, -NodePath = 25, -NodePathWin32 = 26, -NodePerfHooks = 27, -NodePunycode = 28, -NodeQuerystring = 29, -NodeReadline = 30, -NodeReadlinePromises = 31, -NodeRepl = 32, -NodeStreamConsumers = 33, -NodeStream = 34, -NodeStreamPromises = 35, -NodeStreamWeb = 36, -NodeTimers = 37, -NodeTimersPromises = 38, -NodeTLS = 39, -NodeTraceEvents = 40, -NodeUrl = 41, -NodeUtil = 42, -NodeV8 = 43, -NodeVM = 44, -NodeWasi = 45, -NodeWorkerThreads = 46, -NodeZlib = 47, -ThirdpartyDepd = 48, -ThirdpartyDetectLibc = 49, -ThirdpartyDetectLibcLinux = 50, -ThirdpartyIsomorphicFetch = 51, -ThirdpartyNodeFetch = 52, -ThirdpartyUndici = 53, -ThirdpartyVercelFetch = 54, -ThirdpartyWS = 55, +InternalDebugger = 2, +InternalShared = 3, +NodeAssert = 4, +NodeAssertStrict = 5, +NodeAsyncHooks = 6, +NodeChildProcess = 7, +NodeCluster = 8, +NodeConsole = 9, +NodeCrypto = 10, +NodeDgram = 11, +NodeDiagnosticsChannel = 12, +NodeDNS = 13, +NodeDNSPromises = 14, +NodeDomain = 15, +NodeEvents = 16, +NodeFS = 17, +NodeFSPromises = 18, +NodeHttp = 19, +NodeHttp2 = 20, +NodeHttps = 21, +NodeInspector = 22, +NodeNet = 23, +NodeOS = 24, +NodePathPosix = 25, +NodePath = 26, +NodePathWin32 = 27, +NodePerfHooks = 28, +NodePunycode = 29, +NodeQuerystring = 30, +NodeReadline = 31, +NodeReadlinePromises = 32, +NodeRepl = 33, +NodeStreamConsumers = 34, +NodeStream = 35, +NodeStreamPromises = 36, +NodeStreamWeb = 37, +NodeTimers = 38, +NodeTimersPromises = 39, +NodeTLS = 40, +NodeTraceEvents = 41, +NodeUrl = 42, +NodeUtil = 43, +NodeV8 = 44, +NodeVM = 45, +NodeWasi = 46, +NodeWorkerThreads = 47, +NodeZlib = 48, +ThirdpartyDepd = 49, +ThirdpartyDetectLibc = 50, +ThirdpartyDetectLibcLinux = 51, +ThirdpartyIsomorphicFetch = 52, +ThirdpartyNodeFetch = 53, +ThirdpartyUndici = 54, +ThirdpartyVercelFetch = 55, +ThirdpartyWS = 56, |