antigravity-mobile-proxy 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/standalone/.next/BUILD_ID +1 -1
- package/.next/standalone/.next/build-manifest.json +2 -2
- package/.next/standalone/.next/prerender-manifest.json +3 -3
- package/.next/standalone/.next/required-server-files.json +5 -2
- package/.next/standalone/.next/server/app/_global-error/page.js +1 -1
- package/.next/standalone/.next/server/app/_global-error/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/_global-error.html +2 -2
- package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found/page.js +1 -1
- package/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/artifacts/[convId]/[filename]/route.js +2 -2
- package/.next/standalone/.next/server/app/api/v1/artifacts/[convId]/[filename]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/artifacts/[convId]/route.js +2 -2
- package/.next/standalone/.next/server/app/api/v1/artifacts/[convId]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/artifacts/active/[filename]/route.js +2 -2
- package/.next/standalone/.next/server/app/api/v1/artifacts/active/[filename]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/artifacts/active/route.js +2 -2
- package/.next/standalone/.next/server/app/api/v1/artifacts/active/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/artifacts/route.js +2 -2
- package/.next/standalone/.next/server/app/api/v1/artifacts/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/action/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/chat/action/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/approve/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/chat/approve/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/history/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/chat/history/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/mode/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/chat/mode/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/new/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/chat/new/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/reject/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/chat/reject/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/chat/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/state/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/chat/state/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/stream/route.js +7 -3
- package/.next/standalone/.next/server/app/api/v1/chat/stream/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/conversations/active/route.js +2 -2
- package/.next/standalone/.next/server/app/api/v1/conversations/active/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/conversations/route.js +7 -3
- package/.next/standalone/.next/server/app/api/v1/conversations/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/conversations/select/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/conversations/select/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/debug/dom/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/debug/dom/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/debug/scrape/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/debug/scrape/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/health/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/health/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/windows/cdp-start/route.js +2 -2
- package/.next/standalone/.next/server/app/api/v1/windows/cdp-start/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/windows/cdp-status/route.js +2 -2
- package/.next/standalone/.next/server/app/api/v1/windows/cdp-status/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/windows/close/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/windows/close/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/windows/open/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/windows/open/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/windows/recent/route.js +2 -2
- package/.next/standalone/.next/server/app/api/v1/windows/recent/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/windows/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/windows/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/windows/select/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/windows/select/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/debug/page.js +1 -1
- package/.next/standalone/.next/server/app/debug/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/debug/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/favicon.ico/route.js +1 -1
- package/.next/standalone/.next/server/app/favicon.ico/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/page.js +1 -1
- package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0d31b133._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__133ac672._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__151eca3a._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__1535be2d._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__1ee7d416._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__25f5f8ec._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__26662154._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__2f4a0b79._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__2ec5ba30._.js → [root-of-the-server]__3fe6d12c._.js} +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__4b17d628._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__4c540a38._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__8d2624da._.js → [root-of-the-server]__4d161104._.js} +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__53c4f34d._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__68965284._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__8f5ebbc3._.js +7 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__8f8bd59f._.js +20 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__9166d84a._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__94275f7f._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__c34d50c8._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__8fdd2340._.js → [root-of-the-server]__c696771d._.js} +2 -2
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0bd52b41._.js → [root-of-the-server]__cd7ccfdd._.js} +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__d5818e20._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__360475ac._.js → [root-of-the-server]__db7b3604._.js} +2 -2
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__eeb89c13._.js → [root-of-the-server]__dc1db6cb._.js} +2 -2
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__4effd91a._.js → [root-of-the-server]__e9181374._.js} +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__eb9ef4db._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__4448d3d4._.js → [root-of-the-server]__ec32b318._.js} +2 -2
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__7f18ffd0._.js → [root-of-the-server]__f54bea3d._.js} +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__fabd57e0._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__fd0215df._.js +3 -0
- package/.next/standalone/.next/server/chunks/lib_cdp_connection_ts_075c799e._.js +41 -0
- package/.next/standalone/.next/server/chunks/node_modules_151ca6ae._.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_1f8a2929._.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_2d9a2f12._.js +4 -0
- package/.next/standalone/.next/server/chunks/node_modules_3b486fee._.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_64199bef._.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_@puppeteer_browsers_lib_esm_main_83020de3.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_f81d3958._.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_next_1402a1da._.js +2 -2
- package/.next/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_0272adf7.js +5 -0
- package/.next/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_0b1e64d7.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_yargs_helpers_helpers_mjs_abe15519._.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_yargs_index_mjs_c4f6f97b._.js +56 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__703e5e24._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__edab6069._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/components_chat-container_tsx_fcbc457f._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/node_modules_63dba3f8._.js +1 -1
- package/.next/standalone/.next/server/pages/500.html +2 -2
- package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/server-reference-manifest.json +1 -1
- package/.next/standalone/app/api/v1/chat/stream/route.ts +2 -2
- package/.next/standalone/app/api/v1/conversations/route.ts +6 -1
- package/.next/standalone/app/globals.css +6 -0
- package/.next/standalone/components/agent-message.tsx +4 -5
- package/.next/standalone/components/chat-container.tsx +0 -2
- package/.next/standalone/components/message-list.tsx +2 -6
- package/.next/standalone/diag.js +72 -0
- package/.next/standalone/hooks/use-chat.ts +18 -1
- package/.next/standalone/lib/scraper/agent-state.ts +43 -17
- package/.next/standalone/lib/scraper/chat-history.ts +4 -0
- package/.next/standalone/lib/scraper/workspace-filter.ts +209 -0
- package/.next/standalone/lib/sse/diff-states.ts +18 -3
- package/.next/standalone/next.config.js +19 -0
- package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/README.md +46 -0
- package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/glib-2.0/include/glibconfig.h +221 -0
- package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/index.js +1 -0
- package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/libvips-cpp.so.8.17.3 +0 -0
- package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/package.json +42 -0
- package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/versions.json +30 -0
- package/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/lib/sharp-linuxmusl-x64.node +0 -0
- package/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/package.json +46 -0
- package/.next/standalone/node_modules/next/dist/build/generate-build-id.js +5 -1
- package/.next/standalone/package-lock.json +140 -129
- package/.next/standalone/package.json +4 -3
- package/.next/standalone/scripts/patch-next.js +69 -0
- package/.next/standalone/server.js +1 -1
- package/.next/standalone/tsconfig.json +14 -4
- package/.next/standalone/tsconfig.tsbuildinfo +1 -1
- package/.next/static/chunks/{54866979a976deea.css → 073aeeb732614ba1.css} +1 -1
- package/.next/static/chunks/0b8f1079dec6b3ad.js +1 -0
- package/package.json +4 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__08f06ee9._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__15c96786._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__19ee93c1._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__324dc867._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__38025e07._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__4a837477._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__4f9fdc77._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__556e6cd5._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__6479a312._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__693625a1._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__6ec98c1f._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__7f696ede._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__8aa4aa02._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__9d217c47._.js +0 -7
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__9e54cdc1._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__a73e4e4f._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__cd1b9505._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__d850c12e._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__ef121746._.js +0 -3
- package/.next/standalone/.next/server/chunks/_7273dcfc._.js +0 -3
- package/.next/standalone/.next/server/chunks/_8dd0f398._.js +0 -5
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__4fe85c38._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__85930638._.js +0 -3
- package/.next/standalone/next.config.ts +0 -10
- package/.next/standalone/node_modules/@puppeteer/browsers/package.json +0 -125
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/asyncify-helpers.js +0 -53
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/context-asyncify.js +0 -58
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/context.js +0 -691
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/debug.js +0 -6
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/deferred-promise.js +0 -96
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/errors.js +0 -58
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/esmHelpers.js +0 -19
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/generated/emscripten-module.WASM_RELEASE_SYNC.js +0 -387
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/generated/ffi.WASM_RELEASE_SYNC.js +0 -71
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/index.js +0 -128
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/lifetime.js +0 -227
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/memory.js +0 -41
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/module-asyncify.js +0 -97
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/module-test.js +0 -77
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/module.js +0 -302
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/runtime-asyncify.js +0 -49
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/runtime.js +0 -300
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/types-ffi.js +0 -38
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/types.js +0 -58
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/variants.js +0 -169
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/vm-interface.js +0 -12
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/package.json +0 -60
- package/.next/standalone/node_modules/agent-base/dist/helpers.js +0 -66
- package/.next/standalone/node_modules/agent-base/dist/index.js +0 -178
- package/.next/standalone/node_modules/agent-base/package.json +0 -46
- package/.next/standalone/node_modules/ast-types/def/babel-core.js +0 -256
- package/.next/standalone/node_modules/ast-types/def/babel.js +0 -11
- package/.next/standalone/node_modules/ast-types/def/core.js +0 -298
- package/.next/standalone/node_modules/ast-types/def/es-proposals.js +0 -33
- package/.next/standalone/node_modules/ast-types/def/es2020.js +0 -16
- package/.next/standalone/node_modules/ast-types/def/es6.js +0 -210
- package/.next/standalone/node_modules/ast-types/def/es7.js +0 -34
- package/.next/standalone/node_modules/ast-types/def/esprima.js +0 -49
- package/.next/standalone/node_modules/ast-types/def/flow.js +0 -292
- package/.next/standalone/node_modules/ast-types/def/jsx.js +0 -103
- package/.next/standalone/node_modules/ast-types/def/type-annotations.js +0 -40
- package/.next/standalone/node_modules/ast-types/def/typescript.js +0 -344
- package/.next/standalone/node_modules/ast-types/fork.js +0 -52
- package/.next/standalone/node_modules/ast-types/gen/namedTypes.js +0 -6
- package/.next/standalone/node_modules/ast-types/lib/equiv.js +0 -154
- package/.next/standalone/node_modules/ast-types/lib/node-path.js +0 -411
- package/.next/standalone/node_modules/ast-types/lib/path-visitor.js +0 -343
- package/.next/standalone/node_modules/ast-types/lib/path.js +0 -331
- package/.next/standalone/node_modules/ast-types/lib/scope.js +0 -318
- package/.next/standalone/node_modules/ast-types/lib/shared.js +0 -47
- package/.next/standalone/node_modules/ast-types/lib/types.js +0 -780
- package/.next/standalone/node_modules/ast-types/main.js +0 -53
- package/.next/standalone/node_modules/ast-types/package.json +0 -65
- package/.next/standalone/node_modules/b4a/index.js +0 -188
- package/.next/standalone/node_modules/b4a/package.json +0 -49
- package/.next/standalone/node_modules/basic-ftp/dist/Client.js +0 -782
- package/.next/standalone/node_modules/basic-ftp/dist/FileInfo.js +0 -92
- package/.next/standalone/node_modules/basic-ftp/dist/FtpContext.js +0 -365
- package/.next/standalone/node_modules/basic-ftp/dist/ProgressTracker.js +0 -72
- package/.next/standalone/node_modules/basic-ftp/dist/StringEncoding.js +0 -2
- package/.next/standalone/node_modules/basic-ftp/dist/StringWriter.js +0 -23
- package/.next/standalone/node_modules/basic-ftp/dist/index.js +0 -28
- package/.next/standalone/node_modules/basic-ftp/dist/netUtils.js +0 -66
- package/.next/standalone/node_modules/basic-ftp/dist/parseControlResponse.js +0 -66
- package/.next/standalone/node_modules/basic-ftp/dist/parseList.js +0 -79
- package/.next/standalone/node_modules/basic-ftp/dist/parseListDOS.js +0 -52
- package/.next/standalone/node_modules/basic-ftp/dist/parseListMLSD.js +0 -187
- package/.next/standalone/node_modules/basic-ftp/dist/parseListUnix.js +0 -155
- package/.next/standalone/node_modules/basic-ftp/dist/transfer.js +0 -318
- package/.next/standalone/node_modules/basic-ftp/package.json +0 -52
- package/.next/standalone/node_modules/buffer-crc32/index.js +0 -111
- package/.next/standalone/node_modules/buffer-crc32/package.json +0 -39
- package/.next/standalone/node_modules/cliui/build/lib/index.js +0 -287
- package/.next/standalone/node_modules/cliui/build/lib/string-utils.js +0 -27
- package/.next/standalone/node_modules/cliui/index.mjs +0 -13
- package/.next/standalone/node_modules/cliui/package.json +0 -83
- package/.next/standalone/node_modules/data-uri-to-buffer/dist/common.js +0 -54
- package/.next/standalone/node_modules/data-uri-to-buffer/dist/node.js +0 -26
- package/.next/standalone/node_modules/data-uri-to-buffer/package.json +0 -48
- package/.next/standalone/node_modules/debug/package.json +0 -64
- package/.next/standalone/node_modules/debug/src/browser.js +0 -272
- package/.next/standalone/node_modules/debug/src/common.js +0 -292
- package/.next/standalone/node_modules/debug/src/index.js +0 -10
- package/.next/standalone/node_modules/debug/src/node.js +0 -263
- package/.next/standalone/node_modules/degenerator/dist/compile.js +0 -107
- package/.next/standalone/node_modules/degenerator/dist/degenerator.js +0 -156
- package/.next/standalone/node_modules/degenerator/dist/index.js +0 -19
- package/.next/standalone/node_modules/degenerator/package.json +0 -42
- package/.next/standalone/node_modules/end-of-stream/index.js +0 -96
- package/.next/standalone/node_modules/end-of-stream/package.json +0 -37
- package/.next/standalone/node_modules/escalade/package.json +0 -74
- package/.next/standalone/node_modules/escodegen/escodegen.js +0 -2667
- package/.next/standalone/node_modules/escodegen/package.json +0 -63
- package/.next/standalone/node_modules/esprima/dist/esprima.js +0 -6709
- package/.next/standalone/node_modules/esprima/package.json +0 -112
- package/.next/standalone/node_modules/estraverse/estraverse.js +0 -805
- package/.next/standalone/node_modules/estraverse/package.json +0 -40
- package/.next/standalone/node_modules/esutils/lib/ast.js +0 -144
- package/.next/standalone/node_modules/esutils/lib/code.js +0 -135
- package/.next/standalone/node_modules/esutils/lib/keyword.js +0 -165
- package/.next/standalone/node_modules/esutils/lib/utils.js +0 -33
- package/.next/standalone/node_modules/esutils/package.json +0 -44
- package/.next/standalone/node_modules/events-universal/default.js +0 -1
- package/.next/standalone/node_modules/events-universal/package.json +0 -39
- package/.next/standalone/node_modules/extract-zip/LICENSE +0 -23
- package/.next/standalone/node_modules/extract-zip/cli.js +0 -19
- package/.next/standalone/node_modules/extract-zip/index.js +0 -173
- package/.next/standalone/node_modules/extract-zip/package.json +0 -80
- package/.next/standalone/node_modules/extract-zip/readme.md +0 -57
- package/.next/standalone/node_modules/fast-fifo/fixed-size.js +0 -39
- package/.next/standalone/node_modules/fast-fifo/index.js +0 -48
- package/.next/standalone/node_modules/fast-fifo/package.json +0 -28
- package/.next/standalone/node_modules/fd-slicer/index.js +0 -296
- package/.next/standalone/node_modules/fd-slicer/package.json +0 -36
- package/.next/standalone/node_modules/get-stream/buffer-stream.js +0 -52
- package/.next/standalone/node_modules/get-stream/index.js +0 -60
- package/.next/standalone/node_modules/get-stream/package.json +0 -50
- package/.next/standalone/node_modules/get-uri/dist/data.js +0 -43
- package/.next/standalone/node_modules/get-uri/dist/file.js +0 -57
- package/.next/standalone/node_modules/get-uri/dist/ftp.js +0 -93
- package/.next/standalone/node_modules/get-uri/dist/http-error.js +0 -15
- package/.next/standalone/node_modules/get-uri/dist/http.js +0 -191
- package/.next/standalone/node_modules/get-uri/dist/https.js +0 -16
- package/.next/standalone/node_modules/get-uri/dist/index.js +0 -57
- package/.next/standalone/node_modules/get-uri/dist/notfound.js +0 -16
- package/.next/standalone/node_modules/get-uri/dist/notmodified.js +0 -17
- package/.next/standalone/node_modules/get-uri/package.json +0 -58
- package/.next/standalone/node_modules/has-flag/index.js +0 -8
- package/.next/standalone/node_modules/has-flag/package.json +0 -46
- package/.next/standalone/node_modules/http-proxy-agent/dist/index.js +0 -148
- package/.next/standalone/node_modules/http-proxy-agent/package.json +0 -47
- package/.next/standalone/node_modules/https-proxy-agent/dist/index.js +0 -180
- package/.next/standalone/node_modules/https-proxy-agent/dist/parse-proxy-response.js +0 -101
- package/.next/standalone/node_modules/https-proxy-agent/package.json +0 -50
- package/.next/standalone/node_modules/ip-address/dist/address-error.js +0 -12
- package/.next/standalone/node_modules/ip-address/dist/common.js +0 -46
- package/.next/standalone/node_modules/ip-address/dist/ip-address.js +0 -35
- package/.next/standalone/node_modules/ip-address/dist/ipv4.js +0 -360
- package/.next/standalone/node_modules/ip-address/dist/ipv6.js +0 -1003
- package/.next/standalone/node_modules/ip-address/dist/v4/constants.js +0 -8
- package/.next/standalone/node_modules/ip-address/dist/v6/constants.js +0 -76
- package/.next/standalone/node_modules/ip-address/dist/v6/helpers.js +0 -45
- package/.next/standalone/node_modules/ip-address/dist/v6/regular-expressions.js +0 -95
- package/.next/standalone/node_modules/ip-address/package.json +0 -78
- package/.next/standalone/node_modules/lru-cache/index.js +0 -1227
- package/.next/standalone/node_modules/lru-cache/package.json +0 -96
- package/.next/standalone/node_modules/ms/index.js +0 -162
- package/.next/standalone/node_modules/ms/package.json +0 -38
- package/.next/standalone/node_modules/netmask/lib/netmask.js +0 -208
- package/.next/standalone/node_modules/netmask/package.json +0 -36
- package/.next/standalone/node_modules/once/once.js +0 -42
- package/.next/standalone/node_modules/once/package.json +0 -33
- package/.next/standalone/node_modules/pac-proxy-agent/dist/index.js +0 -238
- package/.next/standalone/node_modules/pac-proxy-agent/package.json +0 -58
- package/.next/standalone/node_modules/pac-resolver/dist/dateRange.js +0 -73
- package/.next/standalone/node_modules/pac-resolver/dist/dnsDomainIs.js +0 -30
- package/.next/standalone/node_modules/pac-resolver/dist/dnsDomainLevels.js +0 -28
- package/.next/standalone/node_modules/pac-resolver/dist/dnsResolve.js +0 -32
- package/.next/standalone/node_modules/pac-resolver/dist/index.js +0 -87
- package/.next/standalone/node_modules/pac-resolver/dist/ip.js +0 -50
- package/.next/standalone/node_modules/pac-resolver/dist/isInNet.js +0 -42
- package/.next/standalone/node_modules/pac-resolver/dist/isPlainHostName.js +0 -23
- package/.next/standalone/node_modules/pac-resolver/dist/isResolvable.js +0 -23
- package/.next/standalone/node_modules/pac-resolver/dist/localHostOrDomainIs.js +0 -40
- package/.next/standalone/node_modules/pac-resolver/dist/myIpAddress.js +0 -50
- package/.next/standalone/node_modules/pac-resolver/dist/shExpMatch.js +0 -41
- package/.next/standalone/node_modules/pac-resolver/dist/timeRange.js +0 -92
- package/.next/standalone/node_modules/pac-resolver/dist/util.js +0 -22
- package/.next/standalone/node_modules/pac-resolver/dist/weekdayRange.js +0 -91
- package/.next/standalone/node_modules/pac-resolver/package.json +0 -47
- package/.next/standalone/node_modules/pend/index.js +0 -55
- package/.next/standalone/node_modules/pend/package.json +0 -18
- package/.next/standalone/node_modules/progress/index.js +0 -1
- package/.next/standalone/node_modules/progress/lib/node-progress.js +0 -236
- package/.next/standalone/node_modules/progress/package.json +0 -26
- package/.next/standalone/node_modules/proxy-agent/dist/index.js +0 -138
- package/.next/standalone/node_modules/proxy-agent/package.json +0 -60
- package/.next/standalone/node_modules/proxy-from-env/index.js +0 -108
- package/.next/standalone/node_modules/proxy-from-env/package.json +0 -34
- package/.next/standalone/node_modules/pump/index.js +0 -86
- package/.next/standalone/node_modules/pump/package.json +0 -30
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/package.json +0 -1
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/Browser.js +0 -204
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/BrowserContext.js +0 -182
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/CDPSession.js +0 -68
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/DeviceRequestPrompt.js +0 -34
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/Dialog.js +0 -90
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/ElementHandle.js +0 -1406
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/ElementHandleSymbol.js +0 -10
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/Frame.js +0 -904
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/HTTPRequest.js +0 -461
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/HTTPResponse.js +0 -56
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/Input.js +0 -211
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/JSHandle.js +0 -227
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/Page.js +0 -1511
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/Realm.js +0 -44
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/Target.js +0 -49
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/WebWorker.js +0 -106
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/api.js +0 -22
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/locators/locators.js +0 -769
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/bidi/BrowserConnector.js +0 -83
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Accessibility.js +0 -591
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Binding.js +0 -162
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/BluetoothEmulation.js +0 -26
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Browser.js +0 -327
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/BrowserConnector.js +0 -26
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/BrowserContext.js +0 -192
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/CdpPreloadScript.js +0 -39
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/CdpSession.js +0 -129
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Connection.js +0 -244
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Coverage.js +0 -372
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/DeviceRequestPrompt.js +0 -151
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Dialog.js +0 -23
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/ElementHandle.js +0 -206
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/EmulationManager.js +0 -458
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/ExecutionContext.js +0 -457
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/ExtensionTransport.js +0 -175
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Frame.js +0 -358
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/FrameManager.js +0 -455
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/FrameManagerEvents.js +0 -24
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/FrameTree.js +0 -91
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/HTTPRequest.js +0 -195
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/HTTPResponse.js +0 -126
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Input.js +0 -499
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/IsolatedWorld.js +0 -157
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/IsolatedWorlds.js +0 -20
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/JSHandle.js +0 -101
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/LifecycleWatcher.js +0 -174
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/NetworkEventManager.js +0 -162
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/NetworkManager.js +0 -601
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Page.js +0 -1011
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/PredefinedNetworkConditions.js +0 -69
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Target.js +0 -243
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/TargetManageEvents.js +0 -7
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/TargetManager.js +0 -320
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Tracing.js +0 -110
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/WebWorker.js +0 -73
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/cdp.js +0 -43
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/utils.js +0 -216
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/AriaQueryHandler.js +0 -54
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/BrowserConnector.js +0 -129
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/BrowserWebSocketTransport.js +0 -39
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/CSSQueryHandler.js +0 -18
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/CallbackRegistry.js +0 -133
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/ConsoleMessage.js +0 -78
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/CustomQueryHandler.js +0 -114
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/Debug.js +0 -109
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/Device.js +0 -1604
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/Errors.js +0 -94
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/EventEmitter.js +0 -128
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/FileChooser.js +0 -75
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/GetQueryHandler.js +0 -70
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/HandleIterator.js +0 -142
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/LazyArg.js +0 -23
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/NetworkManagerEvents.js +0 -21
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/PDFOptions.js +0 -58
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/PQueryHandler.js +0 -18
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/PSelectorParser.js +0 -100
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/PierceQueryHandler.js +0 -18
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/Puppeteer.js +0 -98
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/QueryHandler.js +0 -225
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/ScriptInjector.js +0 -51
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/SecurityDetails.js +0 -69
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/TaskQueue.js +0 -24
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/TextQueryHandler.js +0 -15
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/TimeoutSettings.js +0 -39
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/USKeyboardLayout.js +0 -394
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/WaitTask.js +0 -197
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/XPathQueryHandler.js +0 -21
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/common.js +0 -35
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/util.js +0 -375
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/environment.js +0 -24
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/generated/injected.js +0 -9
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/index-browser.js +0 -11
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/index.js +0 -8
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/puppeteer-core.js +0 -41
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/revisions.js +0 -14
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/AsyncIterableUtil.js +0 -29
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/Deferred.js +0 -105
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/ErrorLike.js +0 -41
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/Function.js +0 -70
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/Mutex.js +0 -46
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/assert.js +0 -18
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/decorators.js +0 -232
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/disposable.js +0 -342
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/encoding.js +0 -63
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/incremental-id-generator.js +0 -18
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/util.js +0 -13
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/version.js +0 -10
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js +0 -44
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/third_party/parsel-js/parsel-js.js +0 -196
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/third_party/rxjs/rxjs.js +0 -2887
- package/.next/standalone/node_modules/puppeteer-core/package.json +0 -169
- package/.next/standalone/node_modules/semver/functions/clean.js +0 -8
- package/.next/standalone/node_modules/semver/functions/compare-build.js +0 -9
- package/.next/standalone/node_modules/semver/functions/compare-loose.js +0 -5
- package/.next/standalone/node_modules/semver/functions/diff.js +0 -60
- package/.next/standalone/node_modules/semver/functions/inc.js +0 -21
- package/.next/standalone/node_modules/semver/functions/major.js +0 -5
- package/.next/standalone/node_modules/semver/functions/minor.js +0 -5
- package/.next/standalone/node_modules/semver/functions/patch.js +0 -5
- package/.next/standalone/node_modules/semver/functions/prerelease.js +0 -8
- package/.next/standalone/node_modules/semver/functions/rcompare.js +0 -5
- package/.next/standalone/node_modules/semver/functions/rsort.js +0 -5
- package/.next/standalone/node_modules/semver/functions/sort.js +0 -5
- package/.next/standalone/node_modules/semver/functions/valid.js +0 -8
- package/.next/standalone/node_modules/semver/index.js +0 -91
- package/.next/standalone/node_modules/semver/ranges/gtr.js +0 -6
- package/.next/standalone/node_modules/semver/ranges/intersects.js +0 -9
- package/.next/standalone/node_modules/semver/ranges/ltr.js +0 -6
- package/.next/standalone/node_modules/semver/ranges/max-satisfying.js +0 -27
- package/.next/standalone/node_modules/semver/ranges/min-satisfying.js +0 -26
- package/.next/standalone/node_modules/semver/ranges/min-version.js +0 -63
- package/.next/standalone/node_modules/semver/ranges/outside.js +0 -82
- package/.next/standalone/node_modules/semver/ranges/simplify.js +0 -49
- package/.next/standalone/node_modules/semver/ranges/subset.js +0 -249
- package/.next/standalone/node_modules/semver/ranges/to-comparators.js +0 -10
- package/.next/standalone/node_modules/semver/ranges/valid.js +0 -13
- package/.next/standalone/node_modules/smart-buffer/build/smartbuffer.js +0 -1233
- package/.next/standalone/node_modules/smart-buffer/build/utils.js +0 -108
- package/.next/standalone/node_modules/smart-buffer/package.json +0 -79
- package/.next/standalone/node_modules/socks/build/client/socksclient.js +0 -793
- package/.next/standalone/node_modules/socks/build/common/constants.js +0 -108
- package/.next/standalone/node_modules/socks/build/common/helpers.js +0 -167
- package/.next/standalone/node_modules/socks/build/common/receivebuffer.js +0 -43
- package/.next/standalone/node_modules/socks/build/common/util.js +0 -25
- package/.next/standalone/node_modules/socks/build/index.js +0 -18
- package/.next/standalone/node_modules/socks/package.json +0 -58
- package/.next/standalone/node_modules/socks-proxy-agent/dist/index.js +0 -195
- package/.next/standalone/node_modules/socks-proxy-agent/package.json +0 -142
- package/.next/standalone/node_modules/source-map/lib/array-set.js +0 -121
- package/.next/standalone/node_modules/source-map/lib/base64-vlq.js +0 -140
- package/.next/standalone/node_modules/source-map/lib/base64.js +0 -67
- package/.next/standalone/node_modules/source-map/lib/binary-search.js +0 -111
- package/.next/standalone/node_modules/source-map/lib/mapping-list.js +0 -79
- package/.next/standalone/node_modules/source-map/lib/quick-sort.js +0 -114
- package/.next/standalone/node_modules/source-map/lib/source-map-consumer.js +0 -1145
- package/.next/standalone/node_modules/source-map/lib/source-map-generator.js +0 -425
- package/.next/standalone/node_modules/source-map/lib/source-node.js +0 -413
- package/.next/standalone/node_modules/source-map/lib/util.js +0 -488
- package/.next/standalone/node_modules/source-map/package.json +0 -73
- package/.next/standalone/node_modules/source-map/source-map.js +0 -8
- package/.next/standalone/node_modules/streamx/index.js +0 -1184
- package/.next/standalone/node_modules/streamx/package.json +0 -34
- package/.next/standalone/node_modules/supports-color/index.js +0 -135
- package/.next/standalone/node_modules/supports-color/package.json +0 -53
- package/.next/standalone/node_modules/tar-stream/constants.js +0 -14
- package/.next/standalone/node_modules/tar-stream/extract.js +0 -406
- package/.next/standalone/node_modules/tar-stream/headers.js +0 -321
- package/.next/standalone/node_modules/tar-stream/index.js +0 -2
- package/.next/standalone/node_modules/tar-stream/pack.js +0 -287
- package/.next/standalone/node_modules/tar-stream/package.json +0 -42
- package/.next/standalone/node_modules/text-decoder/index.js +0 -64
- package/.next/standalone/node_modules/text-decoder/lib/pass-through-decoder.js +0 -19
- package/.next/standalone/node_modules/text-decoder/lib/utf8-decoder.js +0 -185
- package/.next/standalone/node_modules/text-decoder/package.json +0 -39
- package/.next/standalone/node_modules/tslib/package.json +0 -47
- package/.next/standalone/node_modules/tslib/tslib.js +0 -484
- package/.next/standalone/node_modules/wrappy/package.json +0 -29
- package/.next/standalone/node_modules/wrappy/wrappy.js +0 -33
- package/.next/standalone/node_modules/ws/lib/buffer-util.js +0 -131
- package/.next/standalone/node_modules/ws/lib/constants.js +0 -19
- package/.next/standalone/node_modules/ws/lib/event-target.js +0 -292
- package/.next/standalone/node_modules/ws/lib/extension.js +0 -203
- package/.next/standalone/node_modules/ws/lib/limiter.js +0 -55
- package/.next/standalone/node_modules/ws/lib/permessage-deflate.js +0 -528
- package/.next/standalone/node_modules/ws/lib/receiver.js +0 -706
- package/.next/standalone/node_modules/ws/lib/sender.js +0 -602
- package/.next/standalone/node_modules/ws/lib/stream.js +0 -161
- package/.next/standalone/node_modules/ws/lib/subprotocol.js +0 -62
- package/.next/standalone/node_modules/ws/lib/validation.js +0 -152
- package/.next/standalone/node_modules/ws/lib/websocket-server.js +0 -554
- package/.next/standalone/node_modules/ws/lib/websocket.js +0 -1393
- package/.next/standalone/node_modules/ws/package.json +0 -69
- package/.next/standalone/node_modules/ws/wrapper.mjs +0 -8
- package/.next/standalone/node_modules/y18n/build/lib/index.js +0 -174
- package/.next/standalone/node_modules/y18n/build/lib/platform-shims/node.js +0 -19
- package/.next/standalone/node_modules/y18n/index.mjs +0 -8
- package/.next/standalone/node_modules/y18n/package.json +0 -70
- package/.next/standalone/node_modules/yargs/build/lib/argsert.js +0 -62
- package/.next/standalone/node_modules/yargs/build/lib/command.js +0 -449
- package/.next/standalone/node_modules/yargs/build/lib/completion-templates.js +0 -48
- package/.next/standalone/node_modules/yargs/build/lib/completion.js +0 -243
- package/.next/standalone/node_modules/yargs/build/lib/middleware.js +0 -88
- package/.next/standalone/node_modules/yargs/build/lib/parse-command.js +0 -32
- package/.next/standalone/node_modules/yargs/build/lib/typings/common-types.js +0 -9
- package/.next/standalone/node_modules/yargs/build/lib/usage.js +0 -584
- package/.next/standalone/node_modules/yargs/build/lib/utils/apply-extends.js +0 -59
- package/.next/standalone/node_modules/yargs/build/lib/utils/is-promise.js +0 -5
- package/.next/standalone/node_modules/yargs/build/lib/utils/levenshtein.js +0 -34
- package/.next/standalone/node_modules/yargs/build/lib/utils/maybe-async-result.js +0 -17
- package/.next/standalone/node_modules/yargs/build/lib/utils/obj-filter.js +0 -10
- package/.next/standalone/node_modules/yargs/build/lib/utils/process-argv.js +0 -17
- package/.next/standalone/node_modules/yargs/build/lib/utils/set-blocking.js +0 -12
- package/.next/standalone/node_modules/yargs/build/lib/utils/which-module.js +0 -10
- package/.next/standalone/node_modules/yargs/build/lib/validation.js +0 -305
- package/.next/standalone/node_modules/yargs/build/lib/yargs-factory.js +0 -1512
- package/.next/standalone/node_modules/yargs/build/lib/yerror.js +0 -9
- package/.next/standalone/node_modules/yargs/helpers/helpers.mjs +0 -10
- package/.next/standalone/node_modules/yargs/index.mjs +0 -8
- package/.next/standalone/node_modules/yargs/lib/platform-shims/esm.mjs +0 -73
- package/.next/standalone/node_modules/yargs/package.json +0 -123
- package/.next/standalone/node_modules/yargs-parser/build/lib/index.js +0 -62
- package/.next/standalone/node_modules/yargs-parser/build/lib/string-utils.js +0 -65
- package/.next/standalone/node_modules/yargs-parser/build/lib/tokenize-arg-string.js +0 -40
- package/.next/standalone/node_modules/yargs-parser/build/lib/yargs-parser-types.js +0 -12
- package/.next/standalone/node_modules/yargs-parser/build/lib/yargs-parser.js +0 -1045
- package/.next/standalone/node_modules/yargs-parser/package.json +0 -92
- package/.next/standalone/node_modules/yauzl/LICENSE +0 -21
- package/.next/standalone/node_modules/yauzl/README.md +0 -658
- package/.next/standalone/node_modules/yauzl/index.js +0 -796
- package/.next/standalone/node_modules/yauzl/package.json +0 -40
- package/.next/static/chunks/75f35cd5abea89f2.js +0 -1
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/classes/comparator.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/classes/range.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/classes/semver.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/cmp.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/coerce.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/compare.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/eq.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/gt.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/gte.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/lt.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/lte.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/neq.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/parse.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/satisfies.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/internal/constants.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/internal/debug.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/internal/identifiers.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/internal/lrucache.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/internal/parse-options.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/internal/re.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/package.json +0 -0
- /package/.next/static/{dBszpiWXsbEAjYrgq1Nuz → standalone-build}/_buildManifest.js +0 -0
- /package/.next/static/{dBszpiWXsbEAjYrgq1Nuz → standalone-build}/_clientMiddlewareManifest.json +0 -0
- /package/.next/static/{dBszpiWXsbEAjYrgq1Nuz → standalone-build}/_ssgManifest.js +0 -0
|
@@ -1,302 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.QuickJSWASMModule = exports.applyModuleEvalRuntimeOptions = exports.applyBaseRuntimeOptions = exports.QuickJSModuleCallbacks = void 0;
|
|
4
|
-
const debug_1 = require("./debug");
|
|
5
|
-
const errors_1 = require("./errors");
|
|
6
|
-
const lifetime_1 = require("./lifetime");
|
|
7
|
-
const runtime_1 = require("./runtime");
|
|
8
|
-
const types_1 = require("./types");
|
|
9
|
-
class QuickJSEmscriptenModuleCallbacks {
|
|
10
|
-
constructor(args) {
|
|
11
|
-
this.callFunction = args.callFunction;
|
|
12
|
-
this.shouldInterrupt = args.shouldInterrupt;
|
|
13
|
-
this.loadModuleSource = args.loadModuleSource;
|
|
14
|
-
this.normalizeModule = args.normalizeModule;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* We use static functions per module to dispatch runtime or context calls from
|
|
19
|
-
* C to the host. This class manages the indirection from a specific runtime or
|
|
20
|
-
* context pointer to the appropriate callback handler.
|
|
21
|
-
*
|
|
22
|
-
* @private
|
|
23
|
-
*/
|
|
24
|
-
class QuickJSModuleCallbacks {
|
|
25
|
-
constructor(module) {
|
|
26
|
-
this.contextCallbacks = new Map();
|
|
27
|
-
this.runtimeCallbacks = new Map();
|
|
28
|
-
this.suspendedCount = 0;
|
|
29
|
-
this.cToHostCallbacks = new QuickJSEmscriptenModuleCallbacks({
|
|
30
|
-
callFunction: (asyncify, ctx, this_ptr, argc, argv, fn_id) => this.handleAsyncify(asyncify, () => {
|
|
31
|
-
try {
|
|
32
|
-
const vm = this.contextCallbacks.get(ctx);
|
|
33
|
-
if (!vm) {
|
|
34
|
-
throw new Error(`QuickJSContext(ctx = ${ctx}) not found for C function call "${fn_id}"`);
|
|
35
|
-
}
|
|
36
|
-
return vm.callFunction(ctx, this_ptr, argc, argv, fn_id);
|
|
37
|
-
}
|
|
38
|
-
catch (error) {
|
|
39
|
-
console.error("[C to host error: returning null]", error);
|
|
40
|
-
return 0;
|
|
41
|
-
}
|
|
42
|
-
}),
|
|
43
|
-
shouldInterrupt: (asyncify, rt) => this.handleAsyncify(asyncify, () => {
|
|
44
|
-
try {
|
|
45
|
-
const vm = this.runtimeCallbacks.get(rt);
|
|
46
|
-
if (!vm) {
|
|
47
|
-
throw new Error(`QuickJSRuntime(rt = ${rt}) not found for C interrupt`);
|
|
48
|
-
}
|
|
49
|
-
return vm.shouldInterrupt(rt);
|
|
50
|
-
}
|
|
51
|
-
catch (error) {
|
|
52
|
-
console.error("[C to host interrupt: returning error]", error);
|
|
53
|
-
return 1;
|
|
54
|
-
}
|
|
55
|
-
}),
|
|
56
|
-
loadModuleSource: (asyncify, rt, ctx, moduleName) => this.handleAsyncify(asyncify, () => {
|
|
57
|
-
try {
|
|
58
|
-
const runtimeCallbacks = this.runtimeCallbacks.get(rt);
|
|
59
|
-
if (!runtimeCallbacks) {
|
|
60
|
-
throw new Error(`QuickJSRuntime(rt = ${rt}) not found for C module loader`);
|
|
61
|
-
}
|
|
62
|
-
const loadModule = runtimeCallbacks.loadModuleSource;
|
|
63
|
-
if (!loadModule) {
|
|
64
|
-
throw new Error(`QuickJSRuntime(rt = ${rt}) does not support module loading`);
|
|
65
|
-
}
|
|
66
|
-
return loadModule(rt, ctx, moduleName);
|
|
67
|
-
}
|
|
68
|
-
catch (error) {
|
|
69
|
-
console.error("[C to host module loader error: returning null]", error);
|
|
70
|
-
return 0;
|
|
71
|
-
}
|
|
72
|
-
}),
|
|
73
|
-
normalizeModule: (asyncify, rt, ctx, moduleBaseName, moduleName) => this.handleAsyncify(asyncify, () => {
|
|
74
|
-
try {
|
|
75
|
-
const runtimeCallbacks = this.runtimeCallbacks.get(rt);
|
|
76
|
-
if (!runtimeCallbacks) {
|
|
77
|
-
throw new Error(`QuickJSRuntime(rt = ${rt}) not found for C module loader`);
|
|
78
|
-
}
|
|
79
|
-
const normalizeModule = runtimeCallbacks.normalizeModule;
|
|
80
|
-
if (!normalizeModule) {
|
|
81
|
-
throw new Error(`QuickJSRuntime(rt = ${rt}) does not support module loading`);
|
|
82
|
-
}
|
|
83
|
-
return normalizeModule(rt, ctx, moduleBaseName, moduleName);
|
|
84
|
-
}
|
|
85
|
-
catch (error) {
|
|
86
|
-
console.error("[C to host module loader error: returning null]", error);
|
|
87
|
-
return 0;
|
|
88
|
-
}
|
|
89
|
-
}),
|
|
90
|
-
});
|
|
91
|
-
this.module = module;
|
|
92
|
-
this.module.callbacks = this.cToHostCallbacks;
|
|
93
|
-
}
|
|
94
|
-
setRuntimeCallbacks(rt, callbacks) {
|
|
95
|
-
this.runtimeCallbacks.set(rt, callbacks);
|
|
96
|
-
}
|
|
97
|
-
deleteRuntime(rt) {
|
|
98
|
-
this.runtimeCallbacks.delete(rt);
|
|
99
|
-
}
|
|
100
|
-
setContextCallbacks(ctx, callbacks) {
|
|
101
|
-
this.contextCallbacks.set(ctx, callbacks);
|
|
102
|
-
}
|
|
103
|
-
deleteContext(ctx) {
|
|
104
|
-
this.contextCallbacks.delete(ctx);
|
|
105
|
-
}
|
|
106
|
-
handleAsyncify(asyncify, fn) {
|
|
107
|
-
if (asyncify) {
|
|
108
|
-
// We must always call asyncify.handleSync around our function.
|
|
109
|
-
// This allows asyncify to resume suspended execution on the second call.
|
|
110
|
-
// Asyncify internally can detect sync behavior, and avoid suspending.
|
|
111
|
-
return asyncify.handleSleep((done) => {
|
|
112
|
-
try {
|
|
113
|
-
const result = fn();
|
|
114
|
-
if (!(result instanceof Promise)) {
|
|
115
|
-
(0, debug_1.debugLog)("asyncify.handleSleep: not suspending:", result);
|
|
116
|
-
done(result);
|
|
117
|
-
return;
|
|
118
|
-
}
|
|
119
|
-
// Is promise, we intend to suspend.
|
|
120
|
-
if (this.suspended) {
|
|
121
|
-
throw new errors_1.QuickJSAsyncifyError(`Already suspended at: ${this.suspended.stack}\nAttempted to suspend at:`);
|
|
122
|
-
}
|
|
123
|
-
else {
|
|
124
|
-
this.suspended = new errors_1.QuickJSAsyncifySuspended(`(${this.suspendedCount++})`);
|
|
125
|
-
(0, debug_1.debugLog)("asyncify.handleSleep: suspending:", this.suspended);
|
|
126
|
-
}
|
|
127
|
-
result.then((resolvedResult) => {
|
|
128
|
-
this.suspended = undefined;
|
|
129
|
-
(0, debug_1.debugLog)("asyncify.handleSleep: resolved:", resolvedResult);
|
|
130
|
-
done(resolvedResult);
|
|
131
|
-
}, (error) => {
|
|
132
|
-
(0, debug_1.debugLog)("asyncify.handleSleep: rejected:", error);
|
|
133
|
-
console.error("QuickJS: cannot handle error in suspended function", error);
|
|
134
|
-
this.suspended = undefined;
|
|
135
|
-
});
|
|
136
|
-
}
|
|
137
|
-
catch (error) {
|
|
138
|
-
(0, debug_1.debugLog)("asyncify.handleSleep: error:", error);
|
|
139
|
-
this.suspended = undefined;
|
|
140
|
-
throw error;
|
|
141
|
-
}
|
|
142
|
-
});
|
|
143
|
-
}
|
|
144
|
-
// No asyncify - we should never return a promise.
|
|
145
|
-
const value = fn();
|
|
146
|
-
if (value instanceof Promise) {
|
|
147
|
-
throw new Error("Promise return value not supported in non-asyncify context.");
|
|
148
|
-
}
|
|
149
|
-
return value;
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
exports.QuickJSModuleCallbacks = QuickJSModuleCallbacks;
|
|
153
|
-
/**
|
|
154
|
-
* Process RuntimeOptions and apply them to a QuickJSRuntime.
|
|
155
|
-
* @private
|
|
156
|
-
*/
|
|
157
|
-
function applyBaseRuntimeOptions(runtime, options) {
|
|
158
|
-
if (options.interruptHandler) {
|
|
159
|
-
runtime.setInterruptHandler(options.interruptHandler);
|
|
160
|
-
}
|
|
161
|
-
if (options.maxStackSizeBytes !== undefined) {
|
|
162
|
-
runtime.setMaxStackSize(options.maxStackSizeBytes);
|
|
163
|
-
}
|
|
164
|
-
if (options.memoryLimitBytes !== undefined) {
|
|
165
|
-
runtime.setMemoryLimit(options.memoryLimitBytes);
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
exports.applyBaseRuntimeOptions = applyBaseRuntimeOptions;
|
|
169
|
-
/**
|
|
170
|
-
* Process ModuleEvalOptions and apply them to a QuickJSRuntime.
|
|
171
|
-
* @private
|
|
172
|
-
*/
|
|
173
|
-
function applyModuleEvalRuntimeOptions(runtime, options) {
|
|
174
|
-
if (options.moduleLoader) {
|
|
175
|
-
runtime.setModuleLoader(options.moduleLoader);
|
|
176
|
-
}
|
|
177
|
-
if (options.shouldInterrupt) {
|
|
178
|
-
runtime.setInterruptHandler(options.shouldInterrupt);
|
|
179
|
-
}
|
|
180
|
-
if (options.memoryLimitBytes !== undefined) {
|
|
181
|
-
runtime.setMemoryLimit(options.memoryLimitBytes);
|
|
182
|
-
}
|
|
183
|
-
if (options.maxStackSizeBytes !== undefined) {
|
|
184
|
-
runtime.setMaxStackSize(options.maxStackSizeBytes);
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
exports.applyModuleEvalRuntimeOptions = applyModuleEvalRuntimeOptions;
|
|
188
|
-
/**
|
|
189
|
-
* This class presents a Javascript interface to QuickJS, a Javascript interpreter
|
|
190
|
-
* that supports EcmaScript 2020 (ES2020).
|
|
191
|
-
*
|
|
192
|
-
* It wraps a single WebAssembly module containing the QuickJS library and
|
|
193
|
-
* associated helper C code. WebAssembly modules are completely isolated from
|
|
194
|
-
* each other by the host's WebAssembly runtime. Separate WebAssembly modules
|
|
195
|
-
* have the most isolation guarantees possible with this library.
|
|
196
|
-
*
|
|
197
|
-
* The simplest way to start running code is {@link evalCode}. This shortcut
|
|
198
|
-
* method will evaluate Javascript safely and return the result as a native
|
|
199
|
-
* Javascript value.
|
|
200
|
-
*
|
|
201
|
-
* For more control over the execution environment, or to interact with values
|
|
202
|
-
* inside QuickJS, create a context with {@link newContext} or a runtime with
|
|
203
|
-
* {@link newRuntime}.
|
|
204
|
-
*/
|
|
205
|
-
class QuickJSWASMModule {
|
|
206
|
-
/** @private */
|
|
207
|
-
constructor(module, ffi) {
|
|
208
|
-
this.module = module;
|
|
209
|
-
this.ffi = ffi;
|
|
210
|
-
this.callbacks = new QuickJSModuleCallbacks(module);
|
|
211
|
-
}
|
|
212
|
-
/**
|
|
213
|
-
* Create a runtime.
|
|
214
|
-
* Use the runtime to set limits on CPU and memory usage and configure module
|
|
215
|
-
* loading for one or more [[QuickJSContext]]s inside the runtime.
|
|
216
|
-
*/
|
|
217
|
-
newRuntime(options = {}) {
|
|
218
|
-
const rt = new lifetime_1.Lifetime(this.ffi.QTS_NewRuntime(), undefined, (rt_ptr) => {
|
|
219
|
-
this.callbacks.deleteRuntime(rt_ptr);
|
|
220
|
-
this.ffi.QTS_FreeRuntime(rt_ptr);
|
|
221
|
-
});
|
|
222
|
-
const runtime = new runtime_1.QuickJSRuntime({
|
|
223
|
-
module: this.module,
|
|
224
|
-
callbacks: this.callbacks,
|
|
225
|
-
ffi: this.ffi,
|
|
226
|
-
rt,
|
|
227
|
-
});
|
|
228
|
-
applyBaseRuntimeOptions(runtime, options);
|
|
229
|
-
if (options.moduleLoader) {
|
|
230
|
-
runtime.setModuleLoader(options.moduleLoader);
|
|
231
|
-
}
|
|
232
|
-
return runtime;
|
|
233
|
-
}
|
|
234
|
-
/**
|
|
235
|
-
* A simplified API to create a new [[QuickJSRuntime]] and a
|
|
236
|
-
* [[QuickJSContext]] inside that runtime at the same time. The runtime will
|
|
237
|
-
* be disposed when the context is disposed.
|
|
238
|
-
*/
|
|
239
|
-
newContext(options = {}) {
|
|
240
|
-
const runtime = this.newRuntime();
|
|
241
|
-
const context = runtime.newContext({
|
|
242
|
-
...options,
|
|
243
|
-
ownedLifetimes: (0, types_1.concat)(runtime, options.ownedLifetimes),
|
|
244
|
-
});
|
|
245
|
-
runtime.context = context;
|
|
246
|
-
return context;
|
|
247
|
-
}
|
|
248
|
-
/**
|
|
249
|
-
* One-off evaluate code without needing to create a [[QuickJSRuntime]] or
|
|
250
|
-
* [[QuickJSContext]] explicitly.
|
|
251
|
-
*
|
|
252
|
-
* To protect against infinite loops, use the `shouldInterrupt` option. The
|
|
253
|
-
* [[shouldInterruptAfterDeadline]] function will create a time-based deadline.
|
|
254
|
-
*
|
|
255
|
-
* If you need more control over how the code executes, create a
|
|
256
|
-
* [[QuickJSRuntime]] (with [[newRuntime]]) or a [[QuickJSContext]] (with
|
|
257
|
-
* [[newContext]] or [[QuickJSRuntime.newContext]]), and use its
|
|
258
|
-
* [[QuickJSContext.evalCode]] method.
|
|
259
|
-
*
|
|
260
|
-
* Asynchronous callbacks may not run during the first call to `evalCode`. If
|
|
261
|
-
* you need to work with async code inside QuickJS, create a runtime and use
|
|
262
|
-
* [[QuickJSRuntime.executePendingJobs]].
|
|
263
|
-
*
|
|
264
|
-
* @returns The result is coerced to a native Javascript value using JSON
|
|
265
|
-
* serialization, so properties and values unsupported by JSON will be dropped.
|
|
266
|
-
*
|
|
267
|
-
* @throws If `code` throws during evaluation, the exception will be
|
|
268
|
-
* converted into a native Javascript value and thrown.
|
|
269
|
-
*
|
|
270
|
-
* @throws if `options.shouldInterrupt` interrupted execution, will throw a Error
|
|
271
|
-
* with name `"InternalError"` and message `"interrupted"`.
|
|
272
|
-
*/
|
|
273
|
-
evalCode(code, options = {}) {
|
|
274
|
-
return lifetime_1.Scope.withScope((scope) => {
|
|
275
|
-
const vm = scope.manage(this.newContext());
|
|
276
|
-
applyModuleEvalRuntimeOptions(vm.runtime, options);
|
|
277
|
-
const result = vm.evalCode(code, "eval.js");
|
|
278
|
-
if (options.memoryLimitBytes !== undefined) {
|
|
279
|
-
// Remove memory limit so we can dump the result without exceeding it.
|
|
280
|
-
vm.runtime.setMemoryLimit(-1);
|
|
281
|
-
}
|
|
282
|
-
if (result.error) {
|
|
283
|
-
const error = vm.dump(scope.manage(result.error));
|
|
284
|
-
throw error;
|
|
285
|
-
}
|
|
286
|
-
const value = vm.dump(scope.manage(result.value));
|
|
287
|
-
return value;
|
|
288
|
-
});
|
|
289
|
-
}
|
|
290
|
-
/**
|
|
291
|
-
* Get a low-level interface to the QuickJS functions in this WebAssembly
|
|
292
|
-
* module.
|
|
293
|
-
* @experimental
|
|
294
|
-
* @unstable No warranty is provided with this API. It could change at any time.
|
|
295
|
-
* @private
|
|
296
|
-
*/
|
|
297
|
-
getFFI() {
|
|
298
|
-
return this.ffi;
|
|
299
|
-
}
|
|
300
|
-
}
|
|
301
|
-
exports.QuickJSWASMModule = QuickJSWASMModule;
|
|
302
|
-
//# sourceMappingURL=module.js.map
|
package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/runtime-asyncify.js
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.QuickJSAsyncRuntime = void 0;
|
|
4
|
-
const _1 = require(".");
|
|
5
|
-
const context_asyncify_1 = require("./context-asyncify");
|
|
6
|
-
const runtime_1 = require("./runtime");
|
|
7
|
-
const types_1 = require("./types");
|
|
8
|
-
class QuickJSAsyncRuntime extends runtime_1.QuickJSRuntime {
|
|
9
|
-
/** @private */
|
|
10
|
-
constructor(args) {
|
|
11
|
-
super(args);
|
|
12
|
-
}
|
|
13
|
-
newContext(options = {}) {
|
|
14
|
-
if (options.intrinsics && options.intrinsics !== types_1.DefaultIntrinsics) {
|
|
15
|
-
throw new Error("TODO: Custom intrinsics are not supported yet");
|
|
16
|
-
}
|
|
17
|
-
const ctx = new _1.Lifetime(this.ffi.QTS_NewContext(this.rt.value), undefined, (ctx_ptr) => {
|
|
18
|
-
this.contextMap.delete(ctx_ptr);
|
|
19
|
-
this.callbacks.deleteContext(ctx_ptr);
|
|
20
|
-
this.ffi.QTS_FreeContext(ctx_ptr);
|
|
21
|
-
});
|
|
22
|
-
const context = new context_asyncify_1.QuickJSAsyncContext({
|
|
23
|
-
module: this.module,
|
|
24
|
-
ctx,
|
|
25
|
-
ffi: this.ffi,
|
|
26
|
-
rt: this.rt,
|
|
27
|
-
ownedLifetimes: [],
|
|
28
|
-
runtime: this,
|
|
29
|
-
callbacks: this.callbacks,
|
|
30
|
-
});
|
|
31
|
-
this.contextMap.set(ctx.value, context);
|
|
32
|
-
return context;
|
|
33
|
-
}
|
|
34
|
-
setModuleLoader(moduleLoader, moduleNormalizer) {
|
|
35
|
-
super.setModuleLoader(moduleLoader, moduleNormalizer);
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* Set the max stack size for this runtime in bytes.
|
|
39
|
-
* To remove the limit, set to `0`.
|
|
40
|
-
*
|
|
41
|
-
* Setting this limit also adjusts the global `ASYNCIFY_STACK_SIZE` for the entire {@link QuickJSAsyncWASMModule}.
|
|
42
|
-
* See the [pull request](https://github.com/justjake/quickjs-emscripten/pull/114) for more details.
|
|
43
|
-
*/
|
|
44
|
-
setMaxStackSize(stackSize) {
|
|
45
|
-
return super.setMaxStackSize(stackSize);
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
exports.QuickJSAsyncRuntime = QuickJSAsyncRuntime;
|
|
49
|
-
//# sourceMappingURL=runtime-asyncify.js.map
|
|
@@ -1,300 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.QuickJSRuntime = void 0;
|
|
4
|
-
const asyncify_helpers_1 = require("./asyncify-helpers");
|
|
5
|
-
const context_1 = require("./context");
|
|
6
|
-
const debug_1 = require("./debug");
|
|
7
|
-
const errors_1 = require("./errors");
|
|
8
|
-
const lifetime_1 = require("./lifetime");
|
|
9
|
-
const memory_1 = require("./memory");
|
|
10
|
-
const types_1 = require("./types");
|
|
11
|
-
/**
|
|
12
|
-
* A runtime represents a Javascript runtime corresponding to an object heap.
|
|
13
|
-
* Several runtimes can exist at the same time but they cannot exchange objects.
|
|
14
|
-
* Inside a given runtime, no multi-threading is supported.
|
|
15
|
-
*
|
|
16
|
-
* You can think of separate runtimes like different domains in a browser, and
|
|
17
|
-
* the contexts within a runtime like the different windows open to the same
|
|
18
|
-
* domain.
|
|
19
|
-
*
|
|
20
|
-
* Create a runtime via {@link QuickJSWASMModule.newRuntime}.
|
|
21
|
-
*
|
|
22
|
-
* You should create separate runtime instances for untrusted code from
|
|
23
|
-
* different sources for isolation. However, stronger isolation is also
|
|
24
|
-
* available (at the cost of memory usage), by creating separate WebAssembly
|
|
25
|
-
* modules to further isolate untrusted code.
|
|
26
|
-
* See {@link newQuickJSWASMModule}.
|
|
27
|
-
*
|
|
28
|
-
* Implement memory and CPU constraints with [[setInterruptHandler]]
|
|
29
|
-
* (called regularly while the interpreter runs), [[setMemoryLimit]], and
|
|
30
|
-
* [[setMaxStackSize]].
|
|
31
|
-
* Use [[computeMemoryUsage]] or [[dumpMemoryUsage]] to guide memory limit
|
|
32
|
-
* tuning.
|
|
33
|
-
*
|
|
34
|
-
* Configure ES module loading with [[setModuleLoader]].
|
|
35
|
-
*/
|
|
36
|
-
class QuickJSRuntime {
|
|
37
|
-
/** @private */
|
|
38
|
-
constructor(args) {
|
|
39
|
-
/** @private */
|
|
40
|
-
this.scope = new lifetime_1.Scope();
|
|
41
|
-
/** @private */
|
|
42
|
-
this.contextMap = new Map();
|
|
43
|
-
this.cToHostCallbacks = {
|
|
44
|
-
shouldInterrupt: (rt) => {
|
|
45
|
-
if (rt !== this.rt.value) {
|
|
46
|
-
throw new Error("QuickJSContext instance received C -> JS interrupt with mismatched rt");
|
|
47
|
-
}
|
|
48
|
-
const fn = this.interruptHandler;
|
|
49
|
-
if (!fn) {
|
|
50
|
-
throw new Error("QuickJSContext had no interrupt handler");
|
|
51
|
-
}
|
|
52
|
-
return fn(this) ? 1 : 0;
|
|
53
|
-
},
|
|
54
|
-
loadModuleSource: (0, asyncify_helpers_1.maybeAsyncFn)(this, function* (awaited, rt, ctx, moduleName) {
|
|
55
|
-
const moduleLoader = this.moduleLoader;
|
|
56
|
-
if (!moduleLoader) {
|
|
57
|
-
throw new Error("Runtime has no module loader");
|
|
58
|
-
}
|
|
59
|
-
if (rt !== this.rt.value) {
|
|
60
|
-
throw new Error("Runtime pointer mismatch");
|
|
61
|
-
}
|
|
62
|
-
const context = this.contextMap.get(ctx) ??
|
|
63
|
-
this.newContext({
|
|
64
|
-
contextPointer: ctx,
|
|
65
|
-
});
|
|
66
|
-
try {
|
|
67
|
-
const result = yield* awaited(moduleLoader(moduleName, context));
|
|
68
|
-
if (typeof result === "object" && "error" in result && result.error) {
|
|
69
|
-
(0, debug_1.debugLog)("cToHostLoadModule: loader returned error", result.error);
|
|
70
|
-
throw result.error;
|
|
71
|
-
}
|
|
72
|
-
const moduleSource = typeof result === "string" ? result : "value" in result ? result.value : result;
|
|
73
|
-
return this.memory.newHeapCharPointer(moduleSource).value;
|
|
74
|
-
}
|
|
75
|
-
catch (error) {
|
|
76
|
-
(0, debug_1.debugLog)("cToHostLoadModule: caught error", error);
|
|
77
|
-
context.throw(error);
|
|
78
|
-
return 0;
|
|
79
|
-
}
|
|
80
|
-
}),
|
|
81
|
-
normalizeModule: (0, asyncify_helpers_1.maybeAsyncFn)(this, function* (awaited, rt, ctx, baseModuleName, moduleNameRequest) {
|
|
82
|
-
const moduleNormalizer = this.moduleNormalizer;
|
|
83
|
-
if (!moduleNormalizer) {
|
|
84
|
-
throw new Error("Runtime has no module normalizer");
|
|
85
|
-
}
|
|
86
|
-
if (rt !== this.rt.value) {
|
|
87
|
-
throw new Error("Runtime pointer mismatch");
|
|
88
|
-
}
|
|
89
|
-
const context = this.contextMap.get(ctx) ??
|
|
90
|
-
this.newContext({
|
|
91
|
-
/* TODO: Does this happen? Are we responsible for disposing? I don't think so */
|
|
92
|
-
contextPointer: ctx,
|
|
93
|
-
});
|
|
94
|
-
try {
|
|
95
|
-
const result = yield* awaited(moduleNormalizer(baseModuleName, moduleNameRequest, context));
|
|
96
|
-
if (typeof result === "object" && "error" in result && result.error) {
|
|
97
|
-
(0, debug_1.debugLog)("cToHostNormalizeModule: normalizer returned error", result.error);
|
|
98
|
-
throw result.error;
|
|
99
|
-
}
|
|
100
|
-
const name = typeof result === "string" ? result : result.value;
|
|
101
|
-
return context.getMemory(this.rt.value).newHeapCharPointer(name).value;
|
|
102
|
-
}
|
|
103
|
-
catch (error) {
|
|
104
|
-
(0, debug_1.debugLog)("normalizeModule: caught error", error);
|
|
105
|
-
context.throw(error);
|
|
106
|
-
return 0;
|
|
107
|
-
}
|
|
108
|
-
}),
|
|
109
|
-
};
|
|
110
|
-
args.ownedLifetimes?.forEach((lifetime) => this.scope.manage(lifetime));
|
|
111
|
-
this.module = args.module;
|
|
112
|
-
this.memory = new memory_1.ModuleMemory(this.module);
|
|
113
|
-
this.ffi = args.ffi;
|
|
114
|
-
this.rt = args.rt;
|
|
115
|
-
this.callbacks = args.callbacks;
|
|
116
|
-
this.scope.manage(this.rt);
|
|
117
|
-
this.callbacks.setRuntimeCallbacks(this.rt.value, this.cToHostCallbacks);
|
|
118
|
-
this.executePendingJobs = this.executePendingJobs.bind(this);
|
|
119
|
-
}
|
|
120
|
-
get alive() {
|
|
121
|
-
return this.scope.alive;
|
|
122
|
-
}
|
|
123
|
-
dispose() {
|
|
124
|
-
return this.scope.dispose();
|
|
125
|
-
}
|
|
126
|
-
newContext(options = {}) {
|
|
127
|
-
if (options.intrinsics && options.intrinsics !== types_1.DefaultIntrinsics) {
|
|
128
|
-
throw new Error("TODO: Custom intrinsics are not supported yet");
|
|
129
|
-
}
|
|
130
|
-
const ctx = new lifetime_1.Lifetime(options.contextPointer || this.ffi.QTS_NewContext(this.rt.value), undefined, (ctx_ptr) => {
|
|
131
|
-
this.contextMap.delete(ctx_ptr);
|
|
132
|
-
this.callbacks.deleteContext(ctx_ptr);
|
|
133
|
-
this.ffi.QTS_FreeContext(ctx_ptr);
|
|
134
|
-
});
|
|
135
|
-
const context = new context_1.QuickJSContext({
|
|
136
|
-
module: this.module,
|
|
137
|
-
ctx,
|
|
138
|
-
ffi: this.ffi,
|
|
139
|
-
rt: this.rt,
|
|
140
|
-
ownedLifetimes: options.ownedLifetimes,
|
|
141
|
-
runtime: this,
|
|
142
|
-
callbacks: this.callbacks,
|
|
143
|
-
});
|
|
144
|
-
this.contextMap.set(ctx.value, context);
|
|
145
|
-
return context;
|
|
146
|
-
}
|
|
147
|
-
/**
|
|
148
|
-
* Set the loader for EcmaScript modules requested by any context in this
|
|
149
|
-
* runtime.
|
|
150
|
-
*
|
|
151
|
-
* The loader can be removed with [[removeModuleLoader]].
|
|
152
|
-
*/
|
|
153
|
-
setModuleLoader(moduleLoader, moduleNormalizer) {
|
|
154
|
-
this.moduleLoader = moduleLoader;
|
|
155
|
-
this.moduleNormalizer = moduleNormalizer;
|
|
156
|
-
this.ffi.QTS_RuntimeEnableModuleLoader(this.rt.value, this.moduleNormalizer ? 1 : 0);
|
|
157
|
-
}
|
|
158
|
-
/**
|
|
159
|
-
* Remove the the loader set by [[setModuleLoader]]. This disables module loading.
|
|
160
|
-
*/
|
|
161
|
-
removeModuleLoader() {
|
|
162
|
-
this.moduleLoader = undefined;
|
|
163
|
-
this.ffi.QTS_RuntimeDisableModuleLoader(this.rt.value);
|
|
164
|
-
}
|
|
165
|
-
// Runtime management -------------------------------------------------------
|
|
166
|
-
/**
|
|
167
|
-
* In QuickJS, promises and async functions create pendingJobs. These do not execute
|
|
168
|
-
* immediately and need to be run by calling [[executePendingJobs]].
|
|
169
|
-
*
|
|
170
|
-
* @return true if there is at least one pendingJob queued up.
|
|
171
|
-
*/
|
|
172
|
-
hasPendingJob() {
|
|
173
|
-
return Boolean(this.ffi.QTS_IsJobPending(this.rt.value));
|
|
174
|
-
}
|
|
175
|
-
/**
|
|
176
|
-
* Set a callback which is regularly called by the QuickJS engine when it is
|
|
177
|
-
* executing code. This callback can be used to implement an execution
|
|
178
|
-
* timeout.
|
|
179
|
-
*
|
|
180
|
-
* The interrupt handler can be removed with [[removeInterruptHandler]].
|
|
181
|
-
*/
|
|
182
|
-
setInterruptHandler(cb) {
|
|
183
|
-
const prevInterruptHandler = this.interruptHandler;
|
|
184
|
-
this.interruptHandler = cb;
|
|
185
|
-
if (!prevInterruptHandler) {
|
|
186
|
-
this.ffi.QTS_RuntimeEnableInterruptHandler(this.rt.value);
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
/**
|
|
190
|
-
* Remove the interrupt handler, if any.
|
|
191
|
-
* See [[setInterruptHandler]].
|
|
192
|
-
*/
|
|
193
|
-
removeInterruptHandler() {
|
|
194
|
-
if (this.interruptHandler) {
|
|
195
|
-
this.ffi.QTS_RuntimeDisableInterruptHandler(this.rt.value);
|
|
196
|
-
this.interruptHandler = undefined;
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
/**
|
|
200
|
-
* Execute pendingJobs on the runtime until `maxJobsToExecute` jobs are
|
|
201
|
-
* executed (default all pendingJobs), the queue is exhausted, or the runtime
|
|
202
|
-
* encounters an exception.
|
|
203
|
-
*
|
|
204
|
-
* In QuickJS, promises and async functions *inside the runtime* create
|
|
205
|
-
* pendingJobs. These do not execute immediately and need to triggered to run.
|
|
206
|
-
*
|
|
207
|
-
* @param maxJobsToExecute - When negative, run all pending jobs. Otherwise execute
|
|
208
|
-
* at most `maxJobsToExecute` before returning.
|
|
209
|
-
*
|
|
210
|
-
* @return On success, the number of executed jobs. On error, the exception
|
|
211
|
-
* that stopped execution, and the context it occurred in. Note that
|
|
212
|
-
* executePendingJobs will not normally return errors thrown inside async
|
|
213
|
-
* functions or rejected promises. Those errors are available by calling
|
|
214
|
-
* [[resolvePromise]] on the promise handle returned by the async function.
|
|
215
|
-
*/
|
|
216
|
-
executePendingJobs(maxJobsToExecute = -1) {
|
|
217
|
-
const ctxPtrOut = this.memory.newMutablePointerArray(1);
|
|
218
|
-
const valuePtr = this.ffi.QTS_ExecutePendingJob(this.rt.value, maxJobsToExecute ?? -1, ctxPtrOut.value.ptr);
|
|
219
|
-
const ctxPtr = ctxPtrOut.value.typedArray[0];
|
|
220
|
-
ctxPtrOut.dispose();
|
|
221
|
-
if (ctxPtr === 0) {
|
|
222
|
-
// No jobs executed.
|
|
223
|
-
this.ffi.QTS_FreeValuePointerRuntime(this.rt.value, valuePtr);
|
|
224
|
-
return { value: 0 };
|
|
225
|
-
}
|
|
226
|
-
const context = this.contextMap.get(ctxPtr) ??
|
|
227
|
-
this.newContext({
|
|
228
|
-
contextPointer: ctxPtr,
|
|
229
|
-
});
|
|
230
|
-
const resultValue = context.getMemory(this.rt.value).heapValueHandle(valuePtr);
|
|
231
|
-
const typeOfRet = context.typeof(resultValue);
|
|
232
|
-
if (typeOfRet === "number") {
|
|
233
|
-
const executedJobs = context.getNumber(resultValue);
|
|
234
|
-
resultValue.dispose();
|
|
235
|
-
return { value: executedJobs };
|
|
236
|
-
}
|
|
237
|
-
else {
|
|
238
|
-
const error = Object.assign(resultValue, { context });
|
|
239
|
-
return {
|
|
240
|
-
error,
|
|
241
|
-
};
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
/**
|
|
245
|
-
* Set the max memory this runtime can allocate.
|
|
246
|
-
* To remove the limit, set to `-1`.
|
|
247
|
-
*/
|
|
248
|
-
setMemoryLimit(limitBytes) {
|
|
249
|
-
if (limitBytes < 0 && limitBytes !== -1) {
|
|
250
|
-
throw new Error("Cannot set memory limit to negative number. To unset, pass -1");
|
|
251
|
-
}
|
|
252
|
-
this.ffi.QTS_RuntimeSetMemoryLimit(this.rt.value, limitBytes);
|
|
253
|
-
}
|
|
254
|
-
/**
|
|
255
|
-
* Compute memory usage for this runtime. Returns the result as a handle to a
|
|
256
|
-
* JSValue object. Use [[QuickJSContext.dump]] to convert to a native object.
|
|
257
|
-
* Calling this method will allocate more memory inside the runtime. The information
|
|
258
|
-
* is accurate as of just before the call to `computeMemoryUsage`.
|
|
259
|
-
* For a human-digestible representation, see [[dumpMemoryUsage]].
|
|
260
|
-
*/
|
|
261
|
-
computeMemoryUsage() {
|
|
262
|
-
const serviceContextMemory = this.getSystemContext().getMemory(this.rt.value);
|
|
263
|
-
return serviceContextMemory.heapValueHandle(this.ffi.QTS_RuntimeComputeMemoryUsage(this.rt.value, serviceContextMemory.ctx.value));
|
|
264
|
-
}
|
|
265
|
-
/**
|
|
266
|
-
* @returns a human-readable description of memory usage in this runtime.
|
|
267
|
-
* For programmatic access to this information, see [[computeMemoryUsage]].
|
|
268
|
-
*/
|
|
269
|
-
dumpMemoryUsage() {
|
|
270
|
-
return this.memory.consumeHeapCharPointer(this.ffi.QTS_RuntimeDumpMemoryUsage(this.rt.value));
|
|
271
|
-
}
|
|
272
|
-
/**
|
|
273
|
-
* Set the max stack size for this runtime, in bytes.
|
|
274
|
-
* To remove the limit, set to `0`.
|
|
275
|
-
*/
|
|
276
|
-
setMaxStackSize(stackSize) {
|
|
277
|
-
if (stackSize < 0) {
|
|
278
|
-
throw new Error("Cannot set memory limit to negative number. To unset, pass 0.");
|
|
279
|
-
}
|
|
280
|
-
this.ffi.QTS_RuntimeSetMaxStackSize(this.rt.value, stackSize);
|
|
281
|
-
}
|
|
282
|
-
/**
|
|
283
|
-
* Assert that `handle` is owned by this runtime.
|
|
284
|
-
* @throws QuickJSWrongOwner if owned by a different runtime.
|
|
285
|
-
*/
|
|
286
|
-
assertOwned(handle) {
|
|
287
|
-
if (handle.owner && handle.owner.rt !== this.rt) {
|
|
288
|
-
throw new errors_1.QuickJSWrongOwner(`Handle is not owned by this runtime: ${handle.owner.rt.value} != ${this.rt.value}`);
|
|
289
|
-
}
|
|
290
|
-
}
|
|
291
|
-
getSystemContext() {
|
|
292
|
-
if (!this.context) {
|
|
293
|
-
// We own this context and should dispose of it.
|
|
294
|
-
this.context = this.scope.manage(this.newContext());
|
|
295
|
-
}
|
|
296
|
-
return this.context;
|
|
297
|
-
}
|
|
298
|
-
}
|
|
299
|
-
exports.QuickJSRuntime = QuickJSRuntime;
|
|
300
|
-
//# sourceMappingURL=runtime.js.map
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EvalFlags = exports.assertSync = void 0;
|
|
4
|
-
function assertSync(fn) {
|
|
5
|
-
return function mustBeSync(...args) {
|
|
6
|
-
const result = fn(...args);
|
|
7
|
-
if (result && typeof result === "object" && result instanceof Promise) {
|
|
8
|
-
throw new Error("Function unexpectedly returned a Promise");
|
|
9
|
-
}
|
|
10
|
-
return result;
|
|
11
|
-
};
|
|
12
|
-
}
|
|
13
|
-
exports.assertSync = assertSync;
|
|
14
|
-
/** Bitfield options for JS_Eval() C function. */
|
|
15
|
-
exports.EvalFlags = {
|
|
16
|
-
/** global code (default) */
|
|
17
|
-
JS_EVAL_TYPE_GLOBAL: 0 << 0,
|
|
18
|
-
/** module code */
|
|
19
|
-
JS_EVAL_TYPE_MODULE: 1 << 0,
|
|
20
|
-
/** direct call (internal use) */
|
|
21
|
-
JS_EVAL_TYPE_DIRECT: 2 << 0,
|
|
22
|
-
/** indirect call (internal use) */
|
|
23
|
-
JS_EVAL_TYPE_INDIRECT: 3 << 0,
|
|
24
|
-
JS_EVAL_TYPE_MASK: 3 << 0,
|
|
25
|
-
/** force 'strict' mode */
|
|
26
|
-
JS_EVAL_FLAG_STRICT: 1 << 3,
|
|
27
|
-
/** force 'strip' mode */
|
|
28
|
-
JS_EVAL_FLAG_STRIP: 1 << 4,
|
|
29
|
-
/**
|
|
30
|
-
* compile but do not run. The result is an object with a
|
|
31
|
-
* JS_TAG_FUNCTION_BYTECODE or JS_TAG_MODULE tag. It can be executed
|
|
32
|
-
* with JS_EvalFunction().
|
|
33
|
-
*/
|
|
34
|
-
JS_EVAL_FLAG_COMPILE_ONLY: 1 << 5,
|
|
35
|
-
/** don't include the stack frames before this eval in the Error() backtraces */
|
|
36
|
-
JS_EVAL_FLAG_BACKTRACE_BARRIER: 1 << 6,
|
|
37
|
-
};
|
|
38
|
-
//# sourceMappingURL=types-ffi.js.map
|