aboutsummaryrefslogtreecommitdiff
path: root/src/js/out/modules_dev/node/dgram.js.map
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/out/modules_dev/node/dgram.js.map')
-rw-r--r--src/js/out/modules_dev/node/dgram.js.map12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/js/out/modules_dev/node/dgram.js.map b/src/js/out/modules_dev/node/dgram.js.map
deleted file mode 100644
index 80eb73fc9..000000000
--- a/src/js/out/modules_dev/node/dgram.js.map
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "version": 3,
- "sources": ["src/js/shared.ts", "src/js/node/dgram.ts", "src/js/node/dgram.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:dgram\"\n// This is a stub! None of this is actually implemented yet.\nimport { hideFromStack, throwNotImplemented } from \"../shared\";\n\nfunction createSocket() {\n throwNotImplemented(\"node:dgram createSocket\", 1630);\n}\n\nfunction Socket() {\n throwNotImplemented(\"node:dgram Socket\", 1630);\n}\n\nfunction _createSocketHandle() {\n throwNotImplemented(\"node:dgram _createSocketHandle\", 1630);\n}\n\nconst defaultObject = {\n createSocket,\n Socket,\n _createSocketHandle,\n [Symbol.for(\"CommonJS\")]: 0,\n};\n\nexport { defaultObject as default, Socket, createSocket, _createSocketHandle };\n\nhideFromStack(createSocket, Socket, _createSocketHandle);\n",
- "// Hardcoded module \"node:dgram\"\n// This is a stub! None of this is actually implemented yet.\nimport { hideFromStack, throwNotImplemented } from \"../shared\";\n\nfunction createSocket() {\n throwNotImplemented(\"node:dgram createSocket\", 1630);\n}\n\nfunction Socket() {\n throwNotImplemented(\"node:dgram Socket\", 1630);\n}\n\nfunction _createSocketHandle() {\n throwNotImplemented(\"node:dgram _createSocketHandle\", 1630);\n}\n\nconst defaultObject = {\n createSocket,\n Socket,\n _createSocketHandle,\n [Symbol.for(\"CommonJS\")]: 0,\n};\n\nexport { defaultObject as default, Socket, createSocket, _createSocketHandle };\n\nhideFromStack(createSocket, Socket, _createSocketHandle);\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/////DdIA,IAAS,uBAAY,GAAG;AACtB,sBAAoB,2BAA2B,IAAI;AAAA,GAG5C,iBAAM,GAAG;AAChB,sBAAoB,qBAAqB,IAAI;AAAA,GAGtC,8BAAmB,GAAG;AAC7B,sBAAoB,kCAAkC,IAAI;AAAA,GAGtD,gBAAgB;AAAA,EACpB;AAAA,EACA;AAAA,EACA;AAAA,GACC,OAAO,IAAI,UAAU,IAAI;AAC5B;",
- "debugId": "38E94E4318A171FA64756e2164756e21",
- "names": []
-} \ No newline at end of file