|
1 | 1 | {
|
2 | 2 | "type": "File",
|
3 | 3 | "start": 0,
|
4 |
| - "end": 5547, |
| 4 | + "end": 5523, |
5 | 5 | "loc": {
|
6 | 6 | "start": {
|
7 | 7 | "line": 1,
|
|
15 | 15 | "program": {
|
16 | 16 | "type": "Program",
|
17 | 17 | "start": 0,
|
18 |
| - "end": 5547, |
| 18 | + "end": 5523, |
19 | 19 | "loc": {
|
20 | 20 | "start": {
|
21 | 21 | "line": 1,
|
|
3796 | 3796 | },
|
3797 | 3797 | {
|
3798 | 3798 | "type": "CommentBlock",
|
3799 |
| - "value": "*\n * The options to be passed into {@link Bot} constructor.\n * @typedef {Object} BotOptions\n * @property {Topology} [topology] See WebGroupOptions.topology\n * @property {string} [signalingServer] See WebGroupOptions.signalingServer\n * @property {RTCConfiguration} [rtcConfiguration] See WebGroupOptions.rtcConfiguration\n * @property {boolean} [autoRejoin] See WebGroupOptions.autoRejoin\n * @property {Object} bot Server related options of the bot.\n * @property {NodeJSHttpServer|NodeJSHttpsServer} bot.server NodeJS http(s) server.\n * @property {string} [bot.url] Bot server URL.\n * @property {boolean} [bot.perMessageDeflate] Enable/disable permessage-deflate.\n * @property {boolean} [bot.leaveOnceAlone] If true, bot will live (disconnect from the signaling server) if no other peers left in the group.\n ", |
| 3799 | + "value": "*\n * The options to be passed into {@link Bot} constructor.\n * @typedef {Object} BotOptions\n * @property {Topology} [topology] See WebGroupOptions.topology\n * @property {string} [signalingServer] See WebGroupOptions.signalingServer\n * @property {RTCConfiguration} [rtcConfiguration] See WebGroupOptions.rtcConfiguration\n * @property {boolean} [autoRejoin] See WebGroupOptions.autoRejoin\n * @property {Object} bot Server related options of the bot.\n * @property {HttpServer|HttpsServer} bot.server NodeJS http(s) server.\n * @property {string} [bot.url] Bot server URL.\n * @property {boolean} [bot.perMessageDeflate] Enable/disable permessage-deflate.\n * @property {boolean} [bot.leaveOnceAlone] If true, bot will live (disconnect from the signaling server) if no other peers left in the group.\n ", |
3800 | 3800 | "start": 4314,
|
3801 |
| - "end": 5124, |
| 3801 | + "end": 5112, |
3802 | 3802 | "loc": {
|
3803 | 3803 | "start": {
|
3804 | 3804 | "line": 158,
|
|
3813 | 3813 | {
|
3814 | 3814 | "type": "CommentBlock",
|
3815 | 3815 | "value": "*\n * @external {RTCConfiguration} https://developer.mozilla.org/en/docs/Web/API/RTCConfiguration\n ",
|
3816 |
| - "start": 5125, |
3817 |
| - "end": 5227, |
| 3816 | + "start": 5113, |
| 3817 | + "end": 5215, |
3818 | 3818 | "loc": {
|
3819 | 3819 | "start": {
|
3820 | 3820 | "line": 171,
|
|
3829 | 3829 | {
|
3830 | 3830 | "type": "CommentBlock",
|
3831 | 3831 | "value": "*\n * @external {Uint8Array} https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array\n ",
|
3832 |
| - "start": 5228, |
3833 |
| - "end": 5350, |
| 3832 | + "start": 5216, |
| 3833 | + "end": 5338, |
3834 | 3834 | "loc": {
|
3835 | 3835 | "start": {
|
3836 | 3836 | "line": 174,
|
|
3844 | 3844 | },
|
3845 | 3845 | {
|
3846 | 3846 | "type": "CommentBlock",
|
3847 |
| - "value": "*\n * @external {NodeJSHttpServer} https://nodejs.org/api/http.html#http_class_http_server\n ", |
3848 |
| - "start": 5351, |
3849 |
| - "end": 5446, |
| 3847 | + "value": "*\n * @external {HttpServer} https://nodejs.org/api/http.html#http_class_http_server\n ", |
| 3848 | + "start": 5339, |
| 3849 | + "end": 5428, |
3850 | 3850 | "loc": {
|
3851 | 3851 | "start": {
|
3852 | 3852 | "line": 177,
|
|
3860 | 3860 | },
|
3861 | 3861 | {
|
3862 | 3862 | "type": "CommentBlock",
|
3863 |
| - "value": "*\n * @external {NodeJSHttpsServer} https://nodejs.org/api/https.html#https_class_https_server\n ", |
3864 |
| - "start": 5447, |
3865 |
| - "end": 5546, |
| 3863 | + "value": "*\n * @external {HttpsServer} https://nodejs.org/api/https.html#https_class_https_server\n ", |
| 3864 | + "start": 5429, |
| 3865 | + "end": 5522, |
3866 | 3866 | "loc": {
|
3867 | 3867 | "start": {
|
3868 | 3868 | "line": 180,
|
|
3913 | 3913 | },
|
3914 | 3914 | {
|
3915 | 3915 | "type": "CommentBlock",
|
3916 |
| - "value": "*\n * The options to be passed into {@link Bot} constructor.\n * @typedef {Object} BotOptions\n * @property {Topology} [topology] See WebGroupOptions.topology\n * @property {string} [signalingServer] See WebGroupOptions.signalingServer\n * @property {RTCConfiguration} [rtcConfiguration] See WebGroupOptions.rtcConfiguration\n * @property {boolean} [autoRejoin] See WebGroupOptions.autoRejoin\n * @property {Object} bot Server related options of the bot.\n * @property {NodeJSHttpServer|NodeJSHttpsServer} bot.server NodeJS http(s) server.\n * @property {string} [bot.url] Bot server URL.\n * @property {boolean} [bot.perMessageDeflate] Enable/disable permessage-deflate.\n * @property {boolean} [bot.leaveOnceAlone] If true, bot will live (disconnect from the signaling server) if no other peers left in the group.\n ", |
| 3916 | + "value": "*\n * The options to be passed into {@link Bot} constructor.\n * @typedef {Object} BotOptions\n * @property {Topology} [topology] See WebGroupOptions.topology\n * @property {string} [signalingServer] See WebGroupOptions.signalingServer\n * @property {RTCConfiguration} [rtcConfiguration] See WebGroupOptions.rtcConfiguration\n * @property {boolean} [autoRejoin] See WebGroupOptions.autoRejoin\n * @property {Object} bot Server related options of the bot.\n * @property {HttpServer|HttpsServer} bot.server NodeJS http(s) server.\n * @property {string} [bot.url] Bot server URL.\n * @property {boolean} [bot.perMessageDeflate] Enable/disable permessage-deflate.\n * @property {boolean} [bot.leaveOnceAlone] If true, bot will live (disconnect from the signaling server) if no other peers left in the group.\n ", |
3917 | 3917 | "start": 4314,
|
3918 |
| - "end": 5124, |
| 3918 | + "end": 5112, |
3919 | 3919 | "loc": {
|
3920 | 3920 | "start": {
|
3921 | 3921 | "line": 158,
|
|
3930 | 3930 | {
|
3931 | 3931 | "type": "CommentBlock",
|
3932 | 3932 | "value": "*\n * @external {RTCConfiguration} https://developer.mozilla.org/en/docs/Web/API/RTCConfiguration\n ",
|
3933 |
| - "start": 5125, |
3934 |
| - "end": 5227, |
| 3933 | + "start": 5113, |
| 3934 | + "end": 5215, |
3935 | 3935 | "loc": {
|
3936 | 3936 | "start": {
|
3937 | 3937 | "line": 171,
|
|
3946 | 3946 | {
|
3947 | 3947 | "type": "CommentBlock",
|
3948 | 3948 | "value": "*\n * @external {Uint8Array} https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array\n ",
|
3949 |
| - "start": 5228, |
3950 |
| - "end": 5350, |
| 3949 | + "start": 5216, |
| 3950 | + "end": 5338, |
3951 | 3951 | "loc": {
|
3952 | 3952 | "start": {
|
3953 | 3953 | "line": 174,
|
|
3961 | 3961 | },
|
3962 | 3962 | {
|
3963 | 3963 | "type": "CommentBlock",
|
3964 |
| - "value": "*\n * @external {NodeJSHttpServer} https://nodejs.org/api/http.html#http_class_http_server\n ", |
3965 |
| - "start": 5351, |
3966 |
| - "end": 5446, |
| 3964 | + "value": "*\n * @external {HttpServer} https://nodejs.org/api/http.html#http_class_http_server\n ", |
| 3965 | + "start": 5339, |
| 3966 | + "end": 5428, |
3967 | 3967 | "loc": {
|
3968 | 3968 | "start": {
|
3969 | 3969 | "line": 177,
|
|
3977 | 3977 | },
|
3978 | 3978 | {
|
3979 | 3979 | "type": "CommentBlock",
|
3980 |
| - "value": "*\n * @external {NodeJSHttpsServer} https://nodejs.org/api/https.html#https_class_https_server\n ", |
3981 |
| - "start": 5447, |
3982 |
| - "end": 5546, |
| 3980 | + "value": "*\n * @external {HttpsServer} https://nodejs.org/api/https.html#https_class_https_server\n ", |
| 3981 | + "start": 5429, |
| 3982 | + "end": 5522, |
3983 | 3983 | "loc": {
|
3984 | 3984 | "start": {
|
3985 | 3985 | "line": 180,
|
|
4351 | 4351 | },
|
4352 | 4352 | {
|
4353 | 4353 | "type": "CommentBlock",
|
4354 |
| - "value": "*\n * The options to be passed into {@link Bot} constructor.\n * @typedef {Object} BotOptions\n * @property {Topology} [topology] See WebGroupOptions.topology\n * @property {string} [signalingServer] See WebGroupOptions.signalingServer\n * @property {RTCConfiguration} [rtcConfiguration] See WebGroupOptions.rtcConfiguration\n * @property {boolean} [autoRejoin] See WebGroupOptions.autoRejoin\n * @property {Object} bot Server related options of the bot.\n * @property {NodeJSHttpServer|NodeJSHttpsServer} bot.server NodeJS http(s) server.\n * @property {string} [bot.url] Bot server URL.\n * @property {boolean} [bot.perMessageDeflate] Enable/disable permessage-deflate.\n * @property {boolean} [bot.leaveOnceAlone] If true, bot will live (disconnect from the signaling server) if no other peers left in the group.\n ", |
| 4354 | + "value": "*\n * The options to be passed into {@link Bot} constructor.\n * @typedef {Object} BotOptions\n * @property {Topology} [topology] See WebGroupOptions.topology\n * @property {string} [signalingServer] See WebGroupOptions.signalingServer\n * @property {RTCConfiguration} [rtcConfiguration] See WebGroupOptions.rtcConfiguration\n * @property {boolean} [autoRejoin] See WebGroupOptions.autoRejoin\n * @property {Object} bot Server related options of the bot.\n * @property {HttpServer|HttpsServer} bot.server NodeJS http(s) server.\n * @property {string} [bot.url] Bot server URL.\n * @property {boolean} [bot.perMessageDeflate] Enable/disable permessage-deflate.\n * @property {boolean} [bot.leaveOnceAlone] If true, bot will live (disconnect from the signaling server) if no other peers left in the group.\n ", |
4355 | 4355 | "start": 4314,
|
4356 |
| - "end": 5124, |
| 4356 | + "end": 5112, |
4357 | 4357 | "loc": {
|
4358 | 4358 | "start": {
|
4359 | 4359 | "line": 158,
|
|
4368 | 4368 | {
|
4369 | 4369 | "type": "CommentBlock",
|
4370 | 4370 | "value": "*\n * @external {RTCConfiguration} https://developer.mozilla.org/en/docs/Web/API/RTCConfiguration\n ",
|
4371 |
| - "start": 5125, |
4372 |
| - "end": 5227, |
| 4371 | + "start": 5113, |
| 4372 | + "end": 5215, |
4373 | 4373 | "loc": {
|
4374 | 4374 | "start": {
|
4375 | 4375 | "line": 171,
|
|
4384 | 4384 | {
|
4385 | 4385 | "type": "CommentBlock",
|
4386 | 4386 | "value": "*\n * @external {Uint8Array} https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array\n ",
|
4387 |
| - "start": 5228, |
4388 |
| - "end": 5350, |
| 4387 | + "start": 5216, |
| 4388 | + "end": 5338, |
4389 | 4389 | "loc": {
|
4390 | 4390 | "start": {
|
4391 | 4391 | "line": 174,
|
|
4399 | 4399 | },
|
4400 | 4400 | {
|
4401 | 4401 | "type": "CommentBlock",
|
4402 |
| - "value": "*\n * @external {NodeJSHttpServer} https://nodejs.org/api/http.html#http_class_http_server\n ", |
4403 |
| - "start": 5351, |
4404 |
| - "end": 5446, |
| 4402 | + "value": "*\n * @external {HttpServer} https://nodejs.org/api/http.html#http_class_http_server\n ", |
| 4403 | + "start": 5339, |
| 4404 | + "end": 5428, |
4405 | 4405 | "loc": {
|
4406 | 4406 | "start": {
|
4407 | 4407 | "line": 177,
|
|
4415 | 4415 | },
|
4416 | 4416 | {
|
4417 | 4417 | "type": "CommentBlock",
|
4418 |
| - "value": "*\n * @external {NodeJSHttpsServer} https://nodejs.org/api/https.html#https_class_https_server\n ", |
4419 |
| - "start": 5447, |
4420 |
| - "end": 5546, |
| 4418 | + "value": "*\n * @external {HttpsServer} https://nodejs.org/api/https.html#https_class_https_server\n ", |
| 4419 | + "start": 5429, |
| 4420 | + "end": 5522, |
4421 | 4421 | "loc": {
|
4422 | 4422 | "start": {
|
4423 | 4423 | "line": 180,
|
|
11783 | 11783 | },
|
11784 | 11784 | {
|
11785 | 11785 | "type": "CommentBlock",
|
11786 |
| - "value": "*\n * The options to be passed into {@link Bot} constructor.\n * @typedef {Object} BotOptions\n * @property {Topology} [topology] See WebGroupOptions.topology\n * @property {string} [signalingServer] See WebGroupOptions.signalingServer\n * @property {RTCConfiguration} [rtcConfiguration] See WebGroupOptions.rtcConfiguration\n * @property {boolean} [autoRejoin] See WebGroupOptions.autoRejoin\n * @property {Object} bot Server related options of the bot.\n * @property {NodeJSHttpServer|NodeJSHttpsServer} bot.server NodeJS http(s) server.\n * @property {string} [bot.url] Bot server URL.\n * @property {boolean} [bot.perMessageDeflate] Enable/disable permessage-deflate.\n * @property {boolean} [bot.leaveOnceAlone] If true, bot will live (disconnect from the signaling server) if no other peers left in the group.\n ", |
| 11786 | + "value": "*\n * The options to be passed into {@link Bot} constructor.\n * @typedef {Object} BotOptions\n * @property {Topology} [topology] See WebGroupOptions.topology\n * @property {string} [signalingServer] See WebGroupOptions.signalingServer\n * @property {RTCConfiguration} [rtcConfiguration] See WebGroupOptions.rtcConfiguration\n * @property {boolean} [autoRejoin] See WebGroupOptions.autoRejoin\n * @property {Object} bot Server related options of the bot.\n * @property {HttpServer|HttpsServer} bot.server NodeJS http(s) server.\n * @property {string} [bot.url] Bot server URL.\n * @property {boolean} [bot.perMessageDeflate] Enable/disable permessage-deflate.\n * @property {boolean} [bot.leaveOnceAlone] If true, bot will live (disconnect from the signaling server) if no other peers left in the group.\n ", |
11787 | 11787 | "start": 4314,
|
11788 |
| - "end": 5124, |
| 11788 | + "end": 5112, |
11789 | 11789 | "loc": {
|
11790 | 11790 | "start": {
|
11791 | 11791 | "line": 158,
|
|
11800 | 11800 | {
|
11801 | 11801 | "type": "CommentBlock",
|
11802 | 11802 | "value": "*\n * @external {RTCConfiguration} https://developer.mozilla.org/en/docs/Web/API/RTCConfiguration\n ",
|
11803 |
| - "start": 5125, |
11804 |
| - "end": 5227, |
| 11803 | + "start": 5113, |
| 11804 | + "end": 5215, |
11805 | 11805 | "loc": {
|
11806 | 11806 | "start": {
|
11807 | 11807 | "line": 171,
|
|
11816 | 11816 | {
|
11817 | 11817 | "type": "CommentBlock",
|
11818 | 11818 | "value": "*\n * @external {Uint8Array} https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array\n ",
|
11819 |
| - "start": 5228, |
11820 |
| - "end": 5350, |
| 11819 | + "start": 5216, |
| 11820 | + "end": 5338, |
11821 | 11821 | "loc": {
|
11822 | 11822 | "start": {
|
11823 | 11823 | "line": 174,
|
|
11831 | 11831 | },
|
11832 | 11832 | {
|
11833 | 11833 | "type": "CommentBlock",
|
11834 |
| - "value": "*\n * @external {NodeJSHttpServer} https://nodejs.org/api/http.html#http_class_http_server\n ", |
11835 |
| - "start": 5351, |
11836 |
| - "end": 5446, |
| 11834 | + "value": "*\n * @external {HttpServer} https://nodejs.org/api/http.html#http_class_http_server\n ", |
| 11835 | + "start": 5339, |
| 11836 | + "end": 5428, |
11837 | 11837 | "loc": {
|
11838 | 11838 | "start": {
|
11839 | 11839 | "line": 177,
|
|
11847 | 11847 | },
|
11848 | 11848 | {
|
11849 | 11849 | "type": "CommentBlock",
|
11850 |
| - "value": "*\n * @external {NodeJSHttpsServer} https://nodejs.org/api/https.html#https_class_https_server\n ", |
11851 |
| - "start": 5447, |
11852 |
| - "end": 5546, |
| 11850 | + "value": "*\n * @external {HttpsServer} https://nodejs.org/api/https.html#https_class_https_server\n ", |
| 11851 | + "start": 5429, |
| 11852 | + "end": 5522, |
11853 | 11853 | "loc": {
|
11854 | 11854 | "start": {
|
11855 | 11855 | "line": 180,
|
|
11874 | 11874 | "binop": null,
|
11875 | 11875 | "updateContext": null
|
11876 | 11876 | },
|
11877 |
| - "start": 5547, |
11878 |
| - "end": 5547, |
| 11877 | + "start": 5523, |
| 11878 | + "end": 5523, |
11879 | 11879 | "loc": {
|
11880 | 11880 | "start": {
|
11881 | 11881 | "line": 183,
|
|
0 commit comments