{"ast":null,"code":"var Socket = require(\"./socket\");\n\nmodule.exports = function (uri, opts) {\n  return new Socket(uri, opts);\n};\n/**\n * Expose deps for legacy compatibility\n * and standalone browser access.\n */\n\n\nmodule.exports.Socket = Socket;\nmodule.exports.protocol = Socket.protocol; // this is an int\n\nmodule.exports.Transport = require(\"./transport\");\nmodule.exports.transports = require(\"./transports/index\");\nmodule.exports.parser = require(\"engine.io-parser\");","map":{"version":3,"sources":["C:/laragon/www/iot.mksolusi/DriverOPCDA/frontend/node_modules/engine.io-client/lib/index.js"],"names":["Socket","require","module","exports","uri","opts","protocol","Transport","transports","parser"],"mappings":"AAAA,IAAMA,MAAM,GAAGC,OAAO,CAAC,UAAD,CAAtB;;AAEAC,MAAM,CAACC,OAAP,GAAiB,UAACC,GAAD,EAAMC,IAAN;AAAA,SAAe,IAAIL,MAAJ,CAAWI,GAAX,EAAgBC,IAAhB,CAAf;AAAA,CAAjB;AAEA;AACA;AACA;AACA;;;AAEAH,MAAM,CAACC,OAAP,CAAeH,MAAf,GAAwBA,MAAxB;AACAE,MAAM,CAACC,OAAP,CAAeG,QAAf,GAA0BN,MAAM,CAACM,QAAjC,C,CAA2C;;AAC3CJ,MAAM,CAACC,OAAP,CAAeI,SAAf,GAA2BN,OAAO,CAAC,aAAD,CAAlC;AACAC,MAAM,CAACC,OAAP,CAAeK,UAAf,GAA4BP,OAAO,CAAC,oBAAD,CAAnC;AACAC,MAAM,CAACC,OAAP,CAAeM,MAAf,GAAwBR,OAAO,CAAC,kBAAD,CAA/B","sourcesContent":["const Socket = require(\"./socket\");\n\nmodule.exports = (uri, opts) => new Socket(uri, opts);\n\n/**\n * Expose deps for legacy compatibility\n * and standalone browser access.\n */\n\nmodule.exports.Socket = Socket;\nmodule.exports.protocol = Socket.protocol; // this is an int\nmodule.exports.Transport = require(\"./transport\");\nmodule.exports.transports = require(\"./transports/index\");\nmodule.exports.parser = require(\"engine.io-parser\");\n"]},"metadata":{},"sourceType":"script"}