diff options
Diffstat (limited to 'src/js/out/modules_dev/node/inspector.js.map')
-rw-r--r-- | src/js/out/modules_dev/node/inspector.js.map | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/js/out/modules_dev/node/inspector.js.map b/src/js/out/modules_dev/node/inspector.js.map deleted file mode 100644 index 419917f3f..000000000 --- a/src/js/out/modules_dev/node/inspector.js.map +++ /dev/null @@ -1,12 +0,0 @@ -{ - "version": 3, - "sources": ["src/js/shared.ts", "src/js/node/inspector.ts", "src/js/node/inspector.ts"], - "sourcesContent": [ - "export class NotImplementedError extends Error {\n code: string;\n constructor(feature: string, issue?: number) {\n super(\n feature +\n \" is not yet implemented in Bun.\" +\n (issue ? \" Track the status & thumbs up the issue: https://github.com/oven-sh/bun/issues/\" + issue : \"\"),\n );\n this.name = \"NotImplementedError\";\n this.code = \"ERR_NOT_IMPLEMENTED\";\n\n // in the definition so that it isn't bundled unless used\n hideFromStack(NotImplementedError);\n }\n}\n\nexport function throwNotImplemented(feature: string, issue?: number): never {\n // in the definition so that it isn't bundled unless used\n hideFromStack(throwNotImplemented);\n\n throw new NotImplementedError(feature, issue);\n}\n\nexport function hideFromStack(...fns) {\n for (const fn of fns) {\n Object.defineProperty(fn, \"name\", {\n value: \"::bunternal::\",\n });\n }\n}\n", - "// Hardcoded module \"node:inspector\" and \"node:inspector/promises\"\n// This is a stub! None of this is actually implemented yet.\nimport { hideFromStack, throwNotImplemented } from \"../shared\";\nimport EventEmitter from \"node:events\";\n\nfunction open() {\n throwNotImplemented(\"node:inspector open\", 2445);\n}\n\nfunction close() {\n throwNotImplemented(\"node:inspector close\", 2445);\n}\n\nfunction url() {\n throwNotImplemented(\"node:inspector url\", 2445);\n}\n\nfunction waitForDebugger() {\n throwNotImplemented(\"node:inspector waitForDebugger\", 2445);\n}\n\nclass Session extends EventEmitter {\n constructor() {\n super();\n throwNotImplemented(\"node:inspector Session\", 2445);\n }\n}\n\nconst console = {\n ...globalThis.console,\n context: {\n console: globalThis.console,\n },\n};\n\nvar defaultObject = {\n console,\n open,\n close,\n url,\n waitForDebugger,\n Session,\n [Symbol.for(\"CommonJS\")]: 0,\n};\n\nexport { console, open, close, url, waitForDebugger, Session, defaultObject as default };\nhideFromStack(open, close, url, waitForDebugger, Session.prototype.constructor);\n", - "// Hardcoded module \"node:inspector\" and \"node:inspector/promises\"\n// This is a stub! None of this is actually implemented yet.\nimport { hideFromStack, throwNotImplemented } from \"../shared\";\nimport EventEmitter from \"node:events\";\n\nfunction open() {\n throwNotImplemented(\"node:inspector open\", 2445);\n}\n\nfunction close() {\n throwNotImplemented(\"node:inspector close\", 2445);\n}\n\nfunction url() {\n throwNotImplemented(\"node:inspector url\", 2445);\n}\n\nfunction waitForDebugger() {\n throwNotImplemented(\"node:inspector waitForDebugger\", 2445);\n}\n\nclass Session extends EventEmitter {\n constructor() {\n super();\n throwNotImplemented(\"node:inspector Session\", 2445);\n }\n}\n\nconst console = {\n ...globalThis.console,\n context: {\n console: globalThis.console,\n },\n};\n\nvar defaultObject = {\n console,\n open,\n close,\n url,\n waitForDebugger,\n Session,\n [Symbol.for(\"CommonJS\")]: 0,\n};\n\nexport { console, open, close, url, waitForDebugger, Session, defaultObject as default };\nhideFromStack(open, close, url, waitForDebugger, Session.prototype.constructor);\n" - ], - "mappings": ";;A//////DAgBO,SAAS,mBAAmB,CAAC,SAAiB,OAAuB;AAI1E,QAFA,cAAc,mBAAmB,GAE3B,IAAI,oBAAoB,SAAS,KAAK;AAAA;AAGvC,SAAS,aAAa,IAAI,KAAK;AACpC,WAAW,MAAM;AACf,WAAO,eAAe,IAAI,QAAQ;AAAA,MAChC,OAAO;AAAA,IACT,CAAC;AAAA;AA3BE;AAAA,MAAM,4BAA4B,MAAM;AAAA,EAC7C;AAAA,EACA,WAAW,CAAC,SAAiB,OAAgB;AAC3C,UACE,UACE,qCACC,QAAQ,oFAAoF,QAAQ,GACzG;AACA,SAAK,OAAO,uBACZ,KAAK,OAAO,uBAGZ,cAAc,mBAAmB;AAAA;AAErC;;;A9/////DdGA;AAEA,IAAS,eAAI,GAAG;AACd,sBAAoB,uBAAuB,IAAI;AAAA,GAGxC,gBAAK,GAAG;AACf,sBAAoB,wBAAwB,IAAI;AAAA,GAGzC,cAAG,GAAG;AACb,sBAAoB,sBAAsB,IAAI;AAAA,GAGvC,0BAAe,GAAG;AACzB,sBAAoB,kCAAkC,IAAI;AAAA;AAG5D;AAAA,MAAM,gBAAgB,aAAa;AAAA,EACjC,WAAW,GAAG;AACZ,UAAM;AACN,wBAAoB,0BAA0B,IAAI;AAAA;AAEtD;AAEA,IAAM,UAAU;AAAA,KACX,WAAW;AAAA,EACd,SAAS;AAAA,IACP,SAAS,WAAW;AAAA,EACtB;AACF,GAEI,gBAAgB;AAAA,EAClB;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,GACC,OAAO,IAAI,UAAU,IAAI;AAC5B;", - "debugId": "8C16F1991E7D03BA64756e2164756e21", - "names": [] -}
\ No newline at end of file |