@influxdata/influxdb-client-browser 1.25.0-nightly.1908 → 1.25.0
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/dist/all.d.ts +2 -0
- package/dist/impl/WriteApiImpl.d.ts.map +1 -1
- package/dist/impl/version.d.ts +1 -1
- package/dist/impl/version.d.ts.map +1 -1
- package/dist/index.browser.js +2 -2
- package/dist/index.browser.js.gz +0 -0
- package/dist/index.browser.js.map +1 -1
- package/dist/index.browser.mjs +2 -2
- package/dist/index.browser.mjs.gz +0 -0
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.gz +0 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.gz +0 -0
- package/dist/index.mjs.map +1 -1
- package/dist/influxdb.js +3 -0
- package/dist/influxdb.js.gz +0 -0
- package/dist/influxdb.js.map +1 -1
- package/dist/influxdb.min.js +1 -1
- package/dist/influxdb.min.js.gz +0 -0
- package/dist/influxdb.min.js.map +1 -1
- package/dist/options.d.ts +2 -0
- package/dist/options.d.ts.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var t=require("url"),e=require("http"),r=require("https"),s=require("buffer"),n=require("zlib");function i(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}function o(t){if(t&&t.__esModule)return t;var e=Object.create(null);return t&&Object.keys(t).forEach((function(r){if("default"!==r){var s=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(e,r,s.get?s:{enumerable:!0,get:function(){return t[r]}})}})),e.default=t,Object.freeze(e)}var l=o(e),a=o(r),u=i(n);function c(){const t=new TextDecoder("utf-8");return{concat(t,e){const r=new Uint8Array(t.length+e.length);return r.set(t),r.set(e,t.length),r},copy(t,e,r){const s=new Uint8Array(r-e);return s.set(t.subarray(e,r)),s},toUtf8String:(e,r,s)=>t.decode(e.subarray(r,s))}}function h(t,e){const r=null!=e?e:c();let s,n=!1,i=!1;return{next(e){if(!n)try{!function(e){let o,l=0;for(s?(e=r.concat(s,e),o=s.length):o=0;o<e.length;){const s=e[o];if(10===s){if(!i){const s=o>0&&13===e[o-1]?o-1:o;if(n)return;t.next(r.toUtf8String(e,l,s)),l=o+1}}else 34===s&&(i=!i);o++}s=l<o?r.copy(e,l,o):void 0}(e)}catch(t){this.error(t)}},error(e){n||(n=!0,t.error(e))},complete(){n||(s&&t.next(r.toUtf8String(s,0,s.length)),n=!0,t.complete())},useCancellable(e){if(t.useCancellable){const r=this;t.useCancellable({cancel(){e.cancel(),s=void 0,r.complete()},isCancelled:()=>e.isCancelled()})}}}}class f{constructor(){this._reuse=!1}get reuse(){return this._reuse}set reuse(t){t&&!this.reusedValues&&(this.reusedValues=new Array(10)),this._reuse=t}withReuse(){return this.reuse=!0,this}splitLine(t){if(null==t)return this.lastSplitLength=0,[];let e=0,r=0;const s=this._reuse?this.reusedValues:[];let n=0;for(let i=0;i<t.length;i++){const o=t[i];if(","===o){if(e%2==0){const o=this.getValue(t,r,i,e);this._reuse?s[n++]=o:s.push(o),r=i+1,e=0}}else'"'===o&&e++}const i=this.getValue(t,r,t.length,e);return this._reuse?(s[n]=i,this.lastSplitLength=n+1):(s.push(i),this.lastSplitLength=s.length),s}getValue(t,e,r,s){return e===t.length?"":0===s?t.substring(e,r):2===s?t.substring(e+1,r-1):t.substring(e+1,r-1).replace(/""/gi,'"')}}const p=t=>t,d={boolean:t=>"true"===t,unsignedLong:t=>""===t?null:+t,long:t=>""===t?null:+t,double(t){switch(t){case"":return null;case"+Inf":return Number.POSITIVE_INFINITY;case"-Inf":return Number.NEGATIVE_INFINITY;default:return+t}},string:p,base64Binary:p,duration:t=>""===t?null:t,"dateTime:RFC3339":t=>""===t?null:t};class g{get(t){var e;let r=t[this.index];return""!==r&&void 0!==r||!this.defaultValue||(r=this.defaultValue),(null!==(e=d[this.dataType])&&void 0!==e?e:p)(r)}}const m=Object.freeze({label:"",dataType:"",group:!1,defaultValue:"",index:Number.MAX_SAFE_INTEGER,get:()=>{}});function y(){return new g}const x=[404,408,425,429,500,502,503,504];function w(t){return x.includes(t)}class b extends Error{constructor(t){super(t),this.name="IllegalArgumentError",Object.setPrototypeOf(this,b.prototype)}}class v extends Error{constructor(t,e,r,s,n,i){if(super(),this.statusCode=t,this.statusMessage=e,this.body=r,this.contentType=n,Object.setPrototypeOf(this,v.prototype),i)this.message=i;else if(r){if(null==n?void 0:n.startsWith("application/json"))try{this.json=JSON.parse(r),this.message=this.json.message,this.code=this.json.code}catch(t){}this.message||(this.message=`${t} ${e} : ${r}`)}else this.message=`${t} ${e}`;this.name="HttpError",this.setRetryAfter(s)}setRetryAfter(t){"string"==typeof t&&/^[0-9]+$/.test(t)?this._retryAfter=parseInt(t):this._retryAfter=0}canRetry(){return w(this.statusCode)}retryAfter(){return this._retryAfter}}const O=["ECONNRESET","ENOTFOUND","ESOCKETTIMEDOUT","ETIMEDOUT","ECONNREFUSED","EHOSTUNREACH","EPIPE"];function T(t,e){if(t){let r;return"function"==typeof t.retryAfter?t.retryAfter():(r=0,e&&e>0?r+Math.round(Math.random()*e):r)}return 0}class S extends Error{constructor(){super(),Object.setPrototypeOf(this,S.prototype),this.name="RequestTimedOutError",this.message="Request timed out"}canRetry(){return!0}retryAfter(){return 0}}class R extends Error{constructor(){super(),this.name="AbortError",Object.setPrototypeOf(this,R.prototype),this.message="Response aborted"}canRetry(){return!0}retryAfter(){return 0}}class C{constructor(t){t.forEach(((t,e)=>t.index=e)),this.columns=t}column(t,e=!0){for(let e=0;e<this.columns.length;e++){const r=this.columns[e];if(r.label===t)return r}if(e)throw new b(`Column ${t} not found!`);return m}toObject(t){const e={};for(let r=0;r<this.columns.length&&r<t.length;r++){const s=this.columns[r];e[s.label]=s.get(t)}return e}get(t,e){return this.column(e,!1).get(t)}}function E(t){return new C(t)}function D(t){const e=(new f).withReuse();let r,s,n=!0,i=0;return{error(e){t.error(e)},next(o){if(""===o)n=!0,r=void 0;else{const l=e.splitLine(o),a=e.lastSplitLength;if(n){if(!r){r=new Array(a);for(let t=0;t<a;t++)r[t]=y()}if(l[0].startsWith("#")){if("#datatype"===l[0])for(let t=1;t<a;t++)r[t].dataType=l[t];else if("#default"===l[0])for(let t=1;t<a;t++)r[t].defaultValue=l[t];else if("#group"===l[0])for(let t=1;t<a;t++)r[t].group="t"===l[t][0]}else{""===l[0]?(i=1,r=r.slice(1)):i=0;for(let t=i;t<a;t++)r[t-i].label=l[t];s=E(r),n=!1}}else t.next(l.slice(i,a),s)}},complete(){t.complete()},useCancellable(e){t.useCancellable&&t.useCancellable(e)}}}const $={timeout:1e4},j={retryJitter:200,minRetryDelay:5e3,maxRetryDelay:125e3,exponentialBase:5,randomRetry:!0},A={batchSize:1e3,maxBatchBytes:5e7,flushInterval:6e4,writeFailed:function(){},writeSuccess:function(){},maxRetries:5,maxRetryTime:18e4,maxBufferLines:32e3,retryJitter:200,minRetryDelay:5e3,maxRetryDelay:125e3,exponentialBase:2,gzipThreshold:1e3,randomRetry:!0};function B(t,e){return function(r){let s="",n=0,i=0;for(;i<r.length;){const o=t.indexOf(r[i]);o>=0&&(s+=r.substring(n,i),s+=e[o],n=i+1),i++}return 0==n?r:(n<r.length&&(s+=r.substring(n,r.length)),s)}}const _={measurement:B(", \n\r\t",["\\,","\\ ","\\n","\\r","\\t"]),quoted:function(t,e){const r=B(t,e);return t=>'"'+r(t)+'"'}('"\\',['\\"',"\\\\"]),tag:B(", =\n\r\t",["\\,","\\ ","\\=","\\n","\\r","\\t"])};let P,L,F=!1;function M(t){return F=t&&process&&"function"==typeof process.hrtime}M(!0);let N=Date.now(),I=0;function q(){if(F){const t=process.hrtime();let e=Date.now();L?(t[0]=t[0]-L[0],t[1]=t[1]-L[1],t[1]<0&&(t[0]-=1,t[1]+=1e9),e=P+1e3*t[0]+Math.floor(t[1]/1e6)):(L=t,P=e);const r=String(t[1]%1e6);return String(e)+"000000000".substr(0,6-r.length)+r}{const t=Date.now();t!==N?(N=t,I=0):I++;const e=String(I);return String(t)+"000000000".substr(0,6-e.length)+e}}function z(){if(F){const t=process.hrtime(),e=String(Math.trunc(t[1]/1e3)%1e3);return String(Date.now())+"000000000".substr(0,3-e.length)+e}return String(Date.now())+"000000000".substr(0,3)}function U(){return String(Date.now())}function k(){return String(Math.floor(Date.now()/1e3))}const V={s:k,ms:U,us:z,ns:q,seconds:k,millis:U,micros:z,nanos:q},H={s:t=>`${Math.floor(t.getTime()/1e3)}`,ms:t=>`${t.getTime()}`,us:t=>`${t.getTime()}000`,ns:t=>`${t.getTime()}000000`};function W(t){return void 0===t?q():"string"==typeof t?t.length>0?t:void 0:t instanceof Date?`${t.getTime()}000000`:String("number"==typeof t?Math.floor(t):t)}const J={error(t,e){console.error("ERROR: "+t,e||"")},warn(t,e){console.warn("WARN: "+t,e||"")}};let G=J;const X={error(t,e){G.error(t,e)},warn(t,e){G.warn(t,e)}};const Y=Symbol("FLUX_VALUE");class K{constructor(t){this.fluxValue=t}toString(){return this.fluxValue}[Y](){return this.fluxValue}}function Z(t){if(null==t)return"";let e;t=t.toString();let r=0;function s(){void 0===e&&(e=t.substring(0,r))}for(;r<t.length;r++){const n=t.charAt(r);switch(n){case"\r":s(),e+="\\r";break;case"\n":s(),e+="\\n";break;case"\t":s(),e+="\\t";break;case'"':case"\\":s(),e=e+"\\"+n;break;case"$":if(r+1<t.length&&"{"===t.charAt(r+1)){s(),r++,e+="\\${";break}null!=e&&(e+=n);break;default:null!=e&&(e+=n)}}return void 0!==e?e:t}function Q(t){if("number"==typeof t){if(!isFinite(t))throw new Error(`not a flux float: ${t}`);return t.toString()}const e=String(t);let r=!1;for(const t of e)if("."!==t){if("."!==t&&"-"!==t&&(t<"0"||t>"9"))throw new Error(`not a flux float: ${e}`)}else{if(r)throw new Error(`not a flux float: ${e}`);r=!r}return e}function tt(t){return`regexp.compile(v: "${Z(t)}")`}function et(t){return new K(String(t))}function rt(t){if(void 0===t)return"";if(null===t)return"null";if("boolean"==typeof t)return t.toString();if("string"==typeof t)return`"${Z(t)}"`;if("number"==typeof t)return Q(t);if("object"==typeof t){if("function"==typeof t[Y])return t[Y]();if(t instanceof Date)return t.toISOString();if(t instanceof RegExp)return tt(t);if(Array.isArray(t))return`[${t.map(rt).join(",")}]`}return rt(t.toString())}const st="function"==typeof Symbol&&Symbol.observable||"@@observable";function nt(t,e,r,s){return new(r||(r=Promise))((function(n,i){function o(t){try{a(s.next(t))}catch(t){i(t)}}function l(t){try{a(s.throw(t))}catch(t){i(t)}}function a(t){var e;t.done?n(t.value):(e=t.value,e instanceof r?e:new r((function(t){t(e)}))).then(o,l)}a((s=s.apply(t,e||[])).next())}))}class it{constructor(t){this.options=Object.assign(Object.assign({},j),t),this.success()}nextDelay(t,e){const r=T(t);if(r&&r>0)return r+Math.round(Math.random()*this.options.retryJitter);if(e&&e>0){if(this.options.randomRetry){let t=Math.max(this.options.minRetryDelay,1),r=t*this.options.exponentialBase;for(let s=1;s<e;s++)if(t=r,r*=this.options.exponentialBase,r>=this.options.maxRetryDelay){r=this.options.maxRetryDelay;break}return t+Math.round(Math.random()*(r-t)+Math.random()*this.options.retryJitter)}let t=Math.max(this.options.minRetryDelay,1);for(let r=1;r<e;r++)if(t*=this.options.exponentialBase,t>=this.options.maxRetryDelay){t=this.options.maxRetryDelay;break}return t+Math.round(Math.random()*this.options.retryJitter)}return this.currentDelay?this.currentDelay=Math.min(Math.max(this.currentDelay*this.options.exponentialBase,1)+Math.round(Math.random()*this.options.retryJitter),this.options.maxRetryDelay):this.currentDelay=this.options.minRetryDelay+Math.round(Math.random()*this.options.retryJitter),this.currentDelay}success(){this.currentDelay=void 0}}class ot{constructor(t,e){this.maxLines=t,this.retryLines=e,this.size=0,this.nextRetryTime=0,this.closed=!1,this._timeoutHandle=void 0}addLines(t,e,r,s){if(this.closed)return;if(!t.length)return;let n=Date.now()+r;if(s<n&&(r=s-Date.now(),n=s),n>this.nextRetryTime&&(this.nextRetryTime=n),this.first&&this.size+t.length>this.maxLines){const e=this.size,r=.7*e;do{const t=this.first.next;this.size-=this.first.lines.length,this.first.next=void 0,this.first=t,this.first||(this.last=void 0)}while(this.first&&this.size+t.length>r);X.error(`RetryBuffer: ${e-this.size} oldest lines removed to keep buffer size under the limit of ${this.maxLines} lines`)}const i={lines:t,retryCount:e,expires:s};this.last?(this.last.next=i,this.last=i):(this.first=i,this.last=i,this.scheduleRetry(r)),this.size+=t.length}removeLines(){if(this.first){const t=this.first;return this.first=this.first.next,t.next=void 0,this.size-=t.lines.length,this.first||(this.last=void 0),t}}scheduleRetry(t){this._timeoutHandle=setTimeout((()=>{const t=this.removeLines();t?this.retryLines(t.lines,t.retryCount,t.expires).then((()=>{this.scheduleRetry(1)})).catch((t=>{this.scheduleRetry(this.nextRetryTime-Date.now())})):this._timeoutHandle=void 0}),Math.max(t,0))}flush(){return nt(this,void 0,void 0,(function*(){let t;for(;t=this.removeLines();)yield this.retryLines(t.lines,t.retryCount,t.expires)}))}close(){return this._timeoutHandle&&(clearTimeout(this._timeoutHandle),this._timeoutHandle=void 0),this.closed=!0,this.size}}class lt{constructor(t,e,r,s){this.maxChunkRecords=t,this.maxBatchBytes=e,this.flushFn=r,this.scheduleSend=s,this.length=0,this.bytes=-1,this.lines=new Array(t)}add(t){const e=function(t){let e=t.length;for(let r=0;r<t.length;r++){const s=t.charCodeAt(r);s<128||(s>=128&&s<=2047?e++:s>=2048&&s<=65535?s>=55296&&s<=57343?e++:e+=2:e+=3)}return e}(t);0===this.length?this.scheduleSend():this.bytes+e+1>=this.maxBatchBytes&&this.flush().catch((t=>{})),this.lines[this.length]=t,this.length++,this.bytes+=e+1,(this.length>=this.maxChunkRecords||this.bytes>=this.maxBatchBytes)&&this.flush().catch((t=>{}))}flush(){const t=this.reset();return t.length>0?this.flushFn(t):Promise.resolve()}reset(){const t=this.lines.slice(0,this.length);return this.length=0,this.bytes=-1,t}}class at{constructor(t,e,r,s,n){this.transport=t,this.closed=!1,this._timeoutHandle=void 0,this.httpPath=`/api/v2/write?org=${encodeURIComponent(e)}&bucket=${encodeURIComponent(r)}&precision=${s}`,this.writeOptions=Object.assign(Object.assign({},A),n),this.currentTime=V[s],this.dateToProtocolTimestamp=H[s],this.writeOptions.defaultTags&&this.useDefaultTags(this.writeOptions.defaultTags),this.sendOptions={method:"POST",headers:Object.assign({"content-type":"text/plain; charset=utf-8"},null==n?void 0:n.headers),gzipThreshold:this.writeOptions.gzipThreshold};var i;this.writeBuffer=new lt(this.writeOptions.batchSize,this.writeOptions.maxBatchBytes,(t=>(this._clearFlushTimeout(),this.sendBatch(t,this.writeOptions.maxRetries))),(()=>{this.writeOptions.flushInterval>0&&(this._clearFlushTimeout(),this.closed||(this._timeoutHandle=setTimeout((()=>this.sendBatch(this.writeBuffer.reset(),this.writeOptions.maxRetries).catch((t=>{}))),this.writeOptions.flushInterval)))})),this.sendBatch=this.sendBatch.bind(this),this.retryStrategy=(i=this.writeOptions,new it(i)),this.retryBuffer=new ot(this.writeOptions.maxBufferLines,this.sendBatch)}sendBatch(t,e,r=Date.now()+this.writeOptions.maxRetryTime){const s=this,n=s.writeOptions.maxRetries+1-e;if(!this.closed&&t.length>0){if(r<=Date.now()){const e=new Error("Max retry time exceeded."),i=s.writeOptions.writeFailed.call(s,e,t,n,r);return i||(X.error(`Write to InfluxDB failed (attempt: ${n}).`,e),Promise.reject(e))}return new Promise(((i,o)=>{let l;const a={responseStarted(t,e){l=e},error(l){const a=s.writeOptions.writeFailed.call(s,l,t,n,r);if(a)a.then(i,o);else{if(!s.closed&&e>0&&(!(l instanceof v)||l.statusCode>=429))return X.warn(`Write to InfluxDB failed (attempt: ${n}).`,l),s.retryBuffer.addLines(t,e-1,s.retryStrategy.nextDelay(l,n),r),void o(l);X.error("Write to InfluxDB failed.",l),o(l)}},complete(){if(204==l||null==l)s.writeOptions.writeSuccess.call(s,t),s.retryStrategy.success(),i();else{const t=`204 HTTP response status code expected, but ${l} returned`,e=new v(l,t,void 0,"0");e.message=t,a.error(e)}}};this.transport.send(this.httpPath,t.join("\n"),this.sendOptions,a)}))}return Promise.resolve()}_clearFlushTimeout(){void 0!==this._timeoutHandle&&(clearTimeout(this._timeoutHandle),this._timeoutHandle=void 0)}writeRecord(t){if(this.closed)throw new Error("writeApi: already closed!");this.writeBuffer.add(t)}writeRecords(t){if(this.closed)throw new Error("writeApi: already closed!");for(let e=0;e<t.length;e++)this.writeBuffer.add(t[e])}writePoint(t){if(this.closed)throw new Error("writeApi: already closed!");const e=t.toLineProtocol(this);e&&this.writeBuffer.add(e)}writePoints(t){if(this.closed)throw new Error("writeApi: already closed!");for(let e=0;e<t.length;e++){const r=t[e].toLineProtocol(this);r&&this.writeBuffer.add(r)}}flush(t){return nt(this,void 0,void 0,(function*(){if(yield this.writeBuffer.flush(),t)return yield this.retryBuffer.flush()}))}close(){return this.writeBuffer.flush().finally((()=>{const t=this.retryBuffer.close();t&&X.error(`Retry buffer closed with ${t} items that were not written to InfluxDB!`,null),this.closed=!0}))}dispose(){return this._clearFlushTimeout(),this.closed=!0,this.retryBuffer.close()+this.writeBuffer.length}useDefaultTags(t){return this.defaultTags=t,this}convertTime(t){return void 0===t?this.currentTime():"string"==typeof t?t.length>0?t:void 0:t instanceof Date?this.dateToProtocolTimestamp(t):String("number"==typeof t?Math.floor(t):t)}}const ut={concat:(t,e)=>s.Buffer.concat([t,e]),toUtf8String:(t,e,r)=>t.toString("utf-8",e,r),copy(t,e,r){const n=s.Buffer.allocUnsafe(r-e);return t.copy(n,0,e,r),n}};const ct={flush:u.default.constants.Z_SYNC_FLUSH,finishFlush:u.default.constants.Z_SYNC_FLUSH},ht=s.Buffer.allocUnsafe(0);class ft{constructor(){this.cancelled=!1}cancel(){this.cancelled=!0}isCancelled(){return this.cancelled}}class pt{constructor(e){var r,s,n,i,o,u,c;this.chunkCombiner=ut;const{url:h,proxyUrl:f,token:p,transportOptions:d}=e,g=
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var t=require("url"),e=require("http"),r=require("https"),s=require("buffer"),n=require("zlib");function i(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}function o(t){if(t&&t.__esModule)return t;var e=Object.create(null);return t&&Object.keys(t).forEach((function(r){if("default"!==r){var s=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(e,r,s.get?s:{enumerable:!0,get:function(){return t[r]}})}})),e.default=t,Object.freeze(e)}var l=o(e),a=o(r),u=i(n);function c(){const t=new TextDecoder("utf-8");return{concat(t,e){const r=new Uint8Array(t.length+e.length);return r.set(t),r.set(e,t.length),r},copy(t,e,r){const s=new Uint8Array(r-e);return s.set(t.subarray(e,r)),s},toUtf8String:(e,r,s)=>t.decode(e.subarray(r,s))}}function h(t,e){const r=null!=e?e:c();let s,n=!1,i=!1;return{next(e){if(!n)try{!function(e){let o,l=0;for(s?(e=r.concat(s,e),o=s.length):o=0;o<e.length;){const s=e[o];if(10===s){if(!i){const s=o>0&&13===e[o-1]?o-1:o;if(n)return;t.next(r.toUtf8String(e,l,s)),l=o+1}}else 34===s&&(i=!i);o++}s=l<o?r.copy(e,l,o):void 0}(e)}catch(t){this.error(t)}},error(e){n||(n=!0,t.error(e))},complete(){n||(s&&t.next(r.toUtf8String(s,0,s.length)),n=!0,t.complete())},useCancellable(e){if(t.useCancellable){const r=this;t.useCancellable({cancel(){e.cancel(),s=void 0,r.complete()},isCancelled:()=>e.isCancelled()})}}}}class f{constructor(){this._reuse=!1}get reuse(){return this._reuse}set reuse(t){t&&!this.reusedValues&&(this.reusedValues=new Array(10)),this._reuse=t}withReuse(){return this.reuse=!0,this}splitLine(t){if(null==t)return this.lastSplitLength=0,[];let e=0,r=0;const s=this._reuse?this.reusedValues:[];let n=0;for(let i=0;i<t.length;i++){const o=t[i];if(","===o){if(e%2==0){const o=this.getValue(t,r,i,e);this._reuse?s[n++]=o:s.push(o),r=i+1,e=0}}else'"'===o&&e++}const i=this.getValue(t,r,t.length,e);return this._reuse?(s[n]=i,this.lastSplitLength=n+1):(s.push(i),this.lastSplitLength=s.length),s}getValue(t,e,r,s){return e===t.length?"":0===s?t.substring(e,r):2===s?t.substring(e+1,r-1):t.substring(e+1,r-1).replace(/""/gi,'"')}}const p=t=>t,d={boolean:t=>"true"===t,unsignedLong:t=>""===t?null:+t,long:t=>""===t?null:+t,double(t){switch(t){case"":return null;case"+Inf":return Number.POSITIVE_INFINITY;case"-Inf":return Number.NEGATIVE_INFINITY;default:return+t}},string:p,base64Binary:p,duration:t=>""===t?null:t,"dateTime:RFC3339":t=>""===t?null:t};class g{get(t){var e;let r=t[this.index];return""!==r&&void 0!==r||!this.defaultValue||(r=this.defaultValue),(null!==(e=d[this.dataType])&&void 0!==e?e:p)(r)}}const m=Object.freeze({label:"",dataType:"",group:!1,defaultValue:"",index:Number.MAX_SAFE_INTEGER,get:()=>{}});function y(){return new g}const x=[404,408,425,429,500,502,503,504];function w(t){return x.includes(t)}class b extends Error{constructor(t){super(t),this.name="IllegalArgumentError",Object.setPrototypeOf(this,b.prototype)}}class v extends Error{constructor(t,e,r,s,n,i){if(super(),this.statusCode=t,this.statusMessage=e,this.body=r,this.contentType=n,Object.setPrototypeOf(this,v.prototype),i)this.message=i;else if(r){if(null==n?void 0:n.startsWith("application/json"))try{this.json=JSON.parse(r),this.message=this.json.message,this.code=this.json.code}catch(t){}this.message||(this.message=`${t} ${e} : ${r}`)}else this.message=`${t} ${e}`;this.name="HttpError",this.setRetryAfter(s)}setRetryAfter(t){"string"==typeof t&&/^[0-9]+$/.test(t)?this._retryAfter=parseInt(t):this._retryAfter=0}canRetry(){return w(this.statusCode)}retryAfter(){return this._retryAfter}}const O=["ECONNRESET","ENOTFOUND","ESOCKETTIMEDOUT","ETIMEDOUT","ECONNREFUSED","EHOSTUNREACH","EPIPE"];function T(t,e){if(t){let r;return"function"==typeof t.retryAfter?t.retryAfter():(r=0,e&&e>0?r+Math.round(Math.random()*e):r)}return 0}class S extends Error{constructor(){super(),Object.setPrototypeOf(this,S.prototype),this.name="RequestTimedOutError",this.message="Request timed out"}canRetry(){return!0}retryAfter(){return 0}}class R extends Error{constructor(){super(),this.name="AbortError",Object.setPrototypeOf(this,R.prototype),this.message="Response aborted"}canRetry(){return!0}retryAfter(){return 0}}class C{constructor(t){t.forEach(((t,e)=>t.index=e)),this.columns=t}column(t,e=!0){for(let e=0;e<this.columns.length;e++){const r=this.columns[e];if(r.label===t)return r}if(e)throw new b(`Column ${t} not found!`);return m}toObject(t){const e={};for(let r=0;r<this.columns.length&&r<t.length;r++){const s=this.columns[r];e[s.label]=s.get(t)}return e}get(t,e){return this.column(e,!1).get(t)}}function E(t){return new C(t)}function $(t){const e=(new f).withReuse();let r,s,n=!0,i=0;return{error(e){t.error(e)},next(o){if(""===o)n=!0,r=void 0;else{const l=e.splitLine(o),a=e.lastSplitLength;if(n){if(!r){r=new Array(a);for(let t=0;t<a;t++)r[t]=y()}if(l[0].startsWith("#")){if("#datatype"===l[0])for(let t=1;t<a;t++)r[t].dataType=l[t];else if("#default"===l[0])for(let t=1;t<a;t++)r[t].defaultValue=l[t];else if("#group"===l[0])for(let t=1;t<a;t++)r[t].group="t"===l[t][0]}else{""===l[0]?(i=1,r=r.slice(1)):i=0;for(let t=i;t<a;t++)r[t-i].label=l[t];s=E(r),n=!1}}else t.next(l.slice(i,a),s)}},complete(){t.complete()},useCancellable(e){t.useCancellable&&t.useCancellable(e)}}}const D={timeout:1e4},j={retryJitter:200,minRetryDelay:5e3,maxRetryDelay:125e3,exponentialBase:5,randomRetry:!0},A={batchSize:1e3,maxBatchBytes:5e7,flushInterval:6e4,writeFailed:function(){},writeSuccess:function(){},maxRetries:5,maxRetryTime:18e4,maxBufferLines:32e3,retryJitter:200,minRetryDelay:5e3,maxRetryDelay:125e3,exponentialBase:2,gzipThreshold:1e3,randomRetry:!0};function B(t,e){return function(r){let s="",n=0,i=0;for(;i<r.length;){const o=t.indexOf(r[i]);o>=0&&(s+=r.substring(n,i),s+=e[o],n=i+1),i++}return 0==n?r:(n<r.length&&(s+=r.substring(n,r.length)),s)}}const _={measurement:B(", \n\r\t",["\\,","\\ ","\\n","\\r","\\t"]),quoted:function(t,e){const r=B(t,e);return t=>'"'+r(t)+'"'}('"\\',['\\"',"\\\\"]),tag:B(", =\n\r\t",["\\,","\\ ","\\=","\\n","\\r","\\t"])};let P,L,F=!1;function M(t){return F=t&&process&&"function"==typeof process.hrtime}M(!0);let N=Date.now(),I=0;function U(){if(F){const t=process.hrtime();let e=Date.now();L?(t[0]=t[0]-L[0],t[1]=t[1]-L[1],t[1]<0&&(t[0]-=1,t[1]+=1e9),e=P+1e3*t[0]+Math.floor(t[1]/1e6)):(L=t,P=e);const r=String(t[1]%1e6);return String(e)+"000000000".substr(0,6-r.length)+r}{const t=Date.now();t!==N?(N=t,I=0):I++;const e=String(I);return String(t)+"000000000".substr(0,6-e.length)+e}}function q(){if(F){const t=process.hrtime(),e=String(Math.trunc(t[1]/1e3)%1e3);return String(Date.now())+"000000000".substr(0,3-e.length)+e}return String(Date.now())+"000000000".substr(0,3)}function z(){return String(Date.now())}function k(){return String(Math.floor(Date.now()/1e3))}const V={s:k,ms:z,us:q,ns:U,seconds:k,millis:z,micros:q,nanos:U},H={s:t=>`${Math.floor(t.getTime()/1e3)}`,ms:t=>`${t.getTime()}`,us:t=>`${t.getTime()}000`,ns:t=>`${t.getTime()}000000`};function W(t){return void 0===t?U():"string"==typeof t?t.length>0?t:void 0:t instanceof Date?`${t.getTime()}000000`:String("number"==typeof t?Math.floor(t):t)}const J={error(t,e){console.error("ERROR: "+t,e||"")},warn(t,e){console.warn("WARN: "+t,e||"")}};let G=J;const X={error(t,e){G.error(t,e)},warn(t,e){G.warn(t,e)}};const Y=Symbol("FLUX_VALUE");class K{constructor(t){this.fluxValue=t}toString(){return this.fluxValue}[Y](){return this.fluxValue}}function Z(t){if(null==t)return"";let e;t=t.toString();let r=0;function s(){void 0===e&&(e=t.substring(0,r))}for(;r<t.length;r++){const n=t.charAt(r);switch(n){case"\r":s(),e+="\\r";break;case"\n":s(),e+="\\n";break;case"\t":s(),e+="\\t";break;case'"':case"\\":s(),e=e+"\\"+n;break;case"$":if(r+1<t.length&&"{"===t.charAt(r+1)){s(),r++,e+="\\${";break}null!=e&&(e+=n);break;default:null!=e&&(e+=n)}}return void 0!==e?e:t}function Q(t){if("number"==typeof t){if(!isFinite(t))throw new Error(`not a flux float: ${t}`);return t.toString()}const e=String(t);let r=!1;for(const t of e)if("."!==t){if("."!==t&&"-"!==t&&(t<"0"||t>"9"))throw new Error(`not a flux float: ${e}`)}else{if(r)throw new Error(`not a flux float: ${e}`);r=!r}return e}function tt(t){return`regexp.compile(v: "${Z(t)}")`}function et(t){return new K(String(t))}function rt(t){if(void 0===t)return"";if(null===t)return"null";if("boolean"==typeof t)return t.toString();if("string"==typeof t)return`"${Z(t)}"`;if("number"==typeof t)return Q(t);if("object"==typeof t){if("function"==typeof t[Y])return t[Y]();if(t instanceof Date)return t.toISOString();if(t instanceof RegExp)return tt(t);if(Array.isArray(t))return`[${t.map(rt).join(",")}]`}return rt(t.toString())}const st="function"==typeof Symbol&&Symbol.observable||"@@observable";function nt(t,e,r,s){return new(r||(r=Promise))((function(n,i){function o(t){try{a(s.next(t))}catch(t){i(t)}}function l(t){try{a(s.throw(t))}catch(t){i(t)}}function a(t){var e;t.done?n(t.value):(e=t.value,e instanceof r?e:new r((function(t){t(e)}))).then(o,l)}a((s=s.apply(t,e||[])).next())}))}class it{constructor(t){this.options=Object.assign(Object.assign({},j),t),this.success()}nextDelay(t,e){const r=T(t);if(r&&r>0)return r+Math.round(Math.random()*this.options.retryJitter);if(e&&e>0){if(this.options.randomRetry){let t=Math.max(this.options.minRetryDelay,1),r=t*this.options.exponentialBase;for(let s=1;s<e;s++)if(t=r,r*=this.options.exponentialBase,r>=this.options.maxRetryDelay){r=this.options.maxRetryDelay;break}return t+Math.round(Math.random()*(r-t)+Math.random()*this.options.retryJitter)}let t=Math.max(this.options.minRetryDelay,1);for(let r=1;r<e;r++)if(t*=this.options.exponentialBase,t>=this.options.maxRetryDelay){t=this.options.maxRetryDelay;break}return t+Math.round(Math.random()*this.options.retryJitter)}return this.currentDelay?this.currentDelay=Math.min(Math.max(this.currentDelay*this.options.exponentialBase,1)+Math.round(Math.random()*this.options.retryJitter),this.options.maxRetryDelay):this.currentDelay=this.options.minRetryDelay+Math.round(Math.random()*this.options.retryJitter),this.currentDelay}success(){this.currentDelay=void 0}}class ot{constructor(t,e){this.maxLines=t,this.retryLines=e,this.size=0,this.nextRetryTime=0,this.closed=!1,this._timeoutHandle=void 0}addLines(t,e,r,s){if(this.closed)return;if(!t.length)return;let n=Date.now()+r;if(s<n&&(r=s-Date.now(),n=s),n>this.nextRetryTime&&(this.nextRetryTime=n),this.first&&this.size+t.length>this.maxLines){const e=this.size,r=.7*e;do{const t=this.first.next;this.size-=this.first.lines.length,this.first.next=void 0,this.first=t,this.first||(this.last=void 0)}while(this.first&&this.size+t.length>r);X.error(`RetryBuffer: ${e-this.size} oldest lines removed to keep buffer size under the limit of ${this.maxLines} lines`)}const i={lines:t,retryCount:e,expires:s};this.last?(this.last.next=i,this.last=i):(this.first=i,this.last=i,this.scheduleRetry(r)),this.size+=t.length}removeLines(){if(this.first){const t=this.first;return this.first=this.first.next,t.next=void 0,this.size-=t.lines.length,this.first||(this.last=void 0),t}}scheduleRetry(t){this._timeoutHandle=setTimeout((()=>{const t=this.removeLines();t?this.retryLines(t.lines,t.retryCount,t.expires).then((()=>{this.scheduleRetry(1)})).catch((t=>{this.scheduleRetry(this.nextRetryTime-Date.now())})):this._timeoutHandle=void 0}),Math.max(t,0))}flush(){return nt(this,void 0,void 0,(function*(){let t;for(;t=this.removeLines();)yield this.retryLines(t.lines,t.retryCount,t.expires)}))}close(){return this._timeoutHandle&&(clearTimeout(this._timeoutHandle),this._timeoutHandle=void 0),this.closed=!0,this.size}}class lt{constructor(t,e,r,s){this.maxChunkRecords=t,this.maxBatchBytes=e,this.flushFn=r,this.scheduleSend=s,this.length=0,this.bytes=-1,this.lines=new Array(t)}add(t){const e=function(t){let e=t.length;for(let r=0;r<t.length;r++){const s=t.charCodeAt(r);s<128||(s>=128&&s<=2047?e++:s>=2048&&s<=65535?s>=55296&&s<=57343?e++:e+=2:e+=3)}return e}(t);0===this.length?this.scheduleSend():this.bytes+e+1>=this.maxBatchBytes&&this.flush().catch((t=>{})),this.lines[this.length]=t,this.length++,this.bytes+=e+1,(this.length>=this.maxChunkRecords||this.bytes>=this.maxBatchBytes)&&this.flush().catch((t=>{}))}flush(){const t=this.reset();return t.length>0?this.flushFn(t):Promise.resolve()}reset(){const t=this.lines.slice(0,this.length);return this.length=0,this.bytes=-1,t}}class at{constructor(t,e,r,s,n){this.transport=t,this.closed=!1,this._timeoutHandle=void 0,this.httpPath=`/api/v2/write?org=${encodeURIComponent(e)}&bucket=${encodeURIComponent(r)}&precision=${s}`,(null==n?void 0:n.consistency)&&(this.httpPath+=`&consistency=${encodeURIComponent(n.consistency)}`),this.writeOptions=Object.assign(Object.assign({},A),n),this.currentTime=V[s],this.dateToProtocolTimestamp=H[s],this.writeOptions.defaultTags&&this.useDefaultTags(this.writeOptions.defaultTags),this.sendOptions={method:"POST",headers:Object.assign({"content-type":"text/plain; charset=utf-8"},null==n?void 0:n.headers),gzipThreshold:this.writeOptions.gzipThreshold};var i;this.writeBuffer=new lt(this.writeOptions.batchSize,this.writeOptions.maxBatchBytes,(t=>(this._clearFlushTimeout(),this.sendBatch(t,this.writeOptions.maxRetries))),(()=>{this.writeOptions.flushInterval>0&&(this._clearFlushTimeout(),this.closed||(this._timeoutHandle=setTimeout((()=>this.sendBatch(this.writeBuffer.reset(),this.writeOptions.maxRetries).catch((t=>{}))),this.writeOptions.flushInterval)))})),this.sendBatch=this.sendBatch.bind(this),this.retryStrategy=(i=this.writeOptions,new it(i)),this.retryBuffer=new ot(this.writeOptions.maxBufferLines,this.sendBatch)}sendBatch(t,e,r=Date.now()+this.writeOptions.maxRetryTime){const s=this,n=s.writeOptions.maxRetries+1-e;if(!this.closed&&t.length>0){if(r<=Date.now()){const e=new Error("Max retry time exceeded."),i=s.writeOptions.writeFailed.call(s,e,t,n,r);return i||(X.error(`Write to InfluxDB failed (attempt: ${n}).`,e),Promise.reject(e))}return new Promise(((i,o)=>{let l;const a={responseStarted(t,e){l=e},error(l){const a=s.writeOptions.writeFailed.call(s,l,t,n,r);if(a)a.then(i,o);else{if(!s.closed&&e>0&&(!(l instanceof v)||l.statusCode>=429))return X.warn(`Write to InfluxDB failed (attempt: ${n}).`,l),s.retryBuffer.addLines(t,e-1,s.retryStrategy.nextDelay(l,n),r),void o(l);X.error("Write to InfluxDB failed.",l),o(l)}},complete(){if(204==l||null==l)s.writeOptions.writeSuccess.call(s,t),s.retryStrategy.success(),i();else{const t=`204 HTTP response status code expected, but ${l} returned`,e=new v(l,t,void 0,"0");e.message=t,a.error(e)}}};this.transport.send(this.httpPath,t.join("\n"),this.sendOptions,a)}))}return Promise.resolve()}_clearFlushTimeout(){void 0!==this._timeoutHandle&&(clearTimeout(this._timeoutHandle),this._timeoutHandle=void 0)}writeRecord(t){if(this.closed)throw new Error("writeApi: already closed!");this.writeBuffer.add(t)}writeRecords(t){if(this.closed)throw new Error("writeApi: already closed!");for(let e=0;e<t.length;e++)this.writeBuffer.add(t[e])}writePoint(t){if(this.closed)throw new Error("writeApi: already closed!");const e=t.toLineProtocol(this);e&&this.writeBuffer.add(e)}writePoints(t){if(this.closed)throw new Error("writeApi: already closed!");for(let e=0;e<t.length;e++){const r=t[e].toLineProtocol(this);r&&this.writeBuffer.add(r)}}flush(t){return nt(this,void 0,void 0,(function*(){if(yield this.writeBuffer.flush(),t)return yield this.retryBuffer.flush()}))}close(){return this.writeBuffer.flush().finally((()=>{const t=this.retryBuffer.close();t&&X.error(`Retry buffer closed with ${t} items that were not written to InfluxDB!`,null),this.closed=!0}))}dispose(){return this._clearFlushTimeout(),this.closed=!0,this.retryBuffer.close()+this.writeBuffer.length}useDefaultTags(t){return this.defaultTags=t,this}convertTime(t){return void 0===t?this.currentTime():"string"==typeof t?t.length>0?t:void 0:t instanceof Date?this.dateToProtocolTimestamp(t):String("number"==typeof t?Math.floor(t):t)}}const ut={concat:(t,e)=>s.Buffer.concat([t,e]),toUtf8String:(t,e,r)=>t.toString("utf-8",e,r),copy(t,e,r){const n=s.Buffer.allocUnsafe(r-e);return t.copy(n,0,e,r),n}};const ct={flush:u.default.constants.Z_SYNC_FLUSH,finishFlush:u.default.constants.Z_SYNC_FLUSH},ht=s.Buffer.allocUnsafe(0);class ft{constructor(){this.cancelled=!1}cancel(){this.cancelled=!0}isCancelled(){return this.cancelled}}class pt{constructor(e){var r,s,n,i,o,u,c;this.chunkCombiner=ut;const{url:h,proxyUrl:f,token:p,transportOptions:d}=e,g=
|
|
2
2
|
/*! *****************************************************************************
|
|
3
3
|
Copyright (c) Microsoft Corporation.
|
|
4
4
|
|
|
@@ -13,5 +13,5 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
13
13
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
14
14
|
PERFORMANCE OF THIS SOFTWARE.
|
|
15
15
|
***************************************************************************** */
|
|
16
|
-
function(t,e){var r={};for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&e.indexOf(s)<0&&(r[s]=t[s]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(s=Object.getOwnPropertySymbols(t);n<s.length;n++)e.indexOf(s[n])<0&&Object.prototype.propertyIsEnumerable.call(t,s[n])&&(r[s[n]]=t[s[n]])}return r}(e,["url","proxyUrl","token","transportOptions"]),m=t.parse(f||h);if(this.token=p,this.defaultOptions=Object.assign(Object.assign(Object.assign(Object.assign({},$),g),d),{port:m.port,protocol:m.protocol,hostname:m.hostname}),this.contextPath=f?h:null!==(r=m.path)&&void 0!==r?r:"",this.contextPath.endsWith("/")&&(this.contextPath=this.contextPath.substring(0,this.contextPath.length-1)),Object.keys(this.defaultOptions).forEach((t=>void 0===this.defaultOptions[t]&&delete this.defaultOptions[t])),this.contextPath.endsWith("/api/v2")&&(X.warn(`Please remove '/api/v2' context path from InfluxDB base url, using ${m.protocol}//${m.hostname}:${m.port} !`),this.contextPath=""),"http:"===m.protocol)this.requestApi=null!==(i=null===(n=null===(s=this.defaultOptions["follow-redirects"])||void 0===s?void 0:s.http)||void 0===n?void 0:n.request)&&void 0!==i?i:l.request;else{if("https:"!==m.protocol)throw new Error(`Unsupported protocol "${m.protocol} in URL: "${e.url}"`);this.requestApi=null!==(c=null===(u=null===(o=this.defaultOptions["follow-redirects"])||void 0===o?void 0:o.https)||void 0===u?void 0:u.request)&&void 0!==c?c:a.request}this.headers=Object.assign({"User-Agent":"influxdb-client-js/1.25.0.nightly"},e.headers),f&&(this.headers.Host=t.parse(h).host)}send(t,e,r,s){const n=new ft;s&&s.useCancellable&&s.useCancellable(n),this.createRequestMessage(t,e,r).then((t=>{this._request(t,n,s)}),(t=>(null==s?void 0:s.error)&&s.error(t)))}request(t,e,r,n){e?"string"!=typeof e&&(e=JSON.stringify(e)):e="";let i,o,l=ht;return new Promise(((a,u)=>{this.send(t,e,r,{responseStarted(t,e){n&&n(t,e),i=String(t["content-type"]),o=e},next:t=>{l=s.Buffer.concat([l,t])},complete:()=>{var t,e;const s=null!==(e=null===(t=r.headers)||void 0===t?void 0:t.accept)&&void 0!==e?e:i;try{204===o&&a(void 0),s.includes("json")?l.length?a(JSON.parse(l.toString("utf8"))):a(void 0):s.includes("text")||s.startsWith("application/csv")?a(l.toString("utf8")):a(l)}catch(t){u(t)}},error:t=>{u(t)}})}))}createRequestMessage(t,e,r){const n=s.Buffer.from(e,"utf-8"),i=Object.assign({"content-type":"application/json; charset=utf-8"},this.headers);this.token&&(i.authorization="Token "+this.token);let o=Promise.resolve(n);const l=Object.assign(Object.assign({},this.defaultOptions),{path:this.contextPath+t,method:r.method,headers:Object.assign(Object.assign({},i),r.headers)});return void 0!==r.gzipThreshold&&r.gzipThreshold<n.length&&(o=o.then((t=>new Promise(((e,r)=>{u.default.gzip(t,((t,s)=>t?r(t):(l.headers["content-encoding"]="gzip",e(s))))}))))),o.then((t=>(l.body=t,l.headers["content-length"]=t.length,l)))}_request(t,e,r){const s=function(t={}){let e=0;return{next:r=>{0===e&&t.next&&null!=r&&t.next(r)},error:r=>{0===e&&(e=1,t.error&&t.error(r))},complete:()=>{0===e&&(e=2,t.complete&&t.complete())},responseStarted:(e,r)=>{t.responseStarted&&t.responseStarted(e,r)}}}(r);if(e.isCancelled())return void s.complete();const n=this.requestApi(t,(t=>{var r;if(e.isCancelled())return t.resume(),void s.complete();t.on("aborted",(()=>{s.error(new R)})),t.on("error",s.error),s.responseStarted(t.headers,t.statusCode);const n=null!==(r=t.statusCode)&&void 0!==r?r:600;let i;if("gzip"===t.headers["content-encoding"]?(i=u.default.createGunzip(ct),i.on("error",s.error),t.pipe(i)):i=t,n>=300){let e="";const r=String(t.headers["content-type"]).startsWith("application/json");i.on("data",(s=>{e+=s.toString(),!r&&e.length>1e3&&(e=e.slice(0,1e3),t.resume())})),i.on("end",(()=>{""===e&&t.headers["x-influxdb-error"]&&(e=t.headers["x-influxdb-error"].toString()),s.error(new v(n,t.statusMessage,e,t.headers["retry-after"],t.headers["content-type"]))}))}else i.on("data",(r=>{e.isCancelled()?t.resume():s.next(r)})),i.on("end",s.complete)}));"function"==typeof n.setTimeout&&t.timeout&&n.setTimeout(t.timeout),n.on("timeout",(()=>{s.error(new S)})),n.on("error",(t=>{s.error(t)})),t.body&&n.write(t.body),n.end()}}const dt={header:!0,delimiter:",",quoteChar:'"',commentPrefix:"#",annotations:["datatype","group","default"]};class gt{constructor(t,e,r){this.transport=t,this.createCSVResponse=e,this.options="string"==typeof r?{org:r}:r}with(t){return new gt(this.transport,this.createCSVResponse,Object.assign(Object.assign({},this.options),t))}response(t){return this.createCSVResponse(this.createExecutor(t))}lines(t){return this.response(t).lines()}rows(t){return this.response(t).rows()}queryLines(t,e){return this.response(t).consumeLines(e)}queryRows(t,e){return this.response(t).consumeRows(e)}collectRows(t,e){return this.response(t).collectRows(e)}collectLines(t){return this.response(t).collectLines()}queryRaw(t){const{org:e,type:r,gzip:s,headers:n}=this.options;return this.transport.request(`/api/v2/query?org=${encodeURIComponent(e)}`,JSON.stringify(this.decorateRequest({query:t.toString(),dialect:dt,type:r})),{method:"POST",headers:Object.assign({accept:"text/csv","accept-encoding":s?"gzip":"identity","content-type":"application/json; encoding=utf-8"},n)})}createExecutor(t){const{org:e,type:r,gzip:s,headers:n}=this.options;return i=>{this.transport.send(`/api/v2/query?org=${encodeURIComponent(e)}`,JSON.stringify(this.decorateRequest({query:t.toString(),dialect:dt,type:r})),{method:"POST",headers:Object.assign({"content-type":"application/json; encoding=utf-8","accept-encoding":s?"gzip":"identity"},n)},i)}}decorateRequest(t){var e;return"function"==typeof this.options.now&&(t.now=this.options.now()),t.type=null!==(e=this.options.type)&&void 0!==e?e:"flux",t}}class mt{constructor(t,e){this.isClosed=!1;try{e({next:e=>{t.next(e)},error:e=>{this.isClosed=!0,t.error(e)},complete:()=>{this.isClosed=!0,t.complete()},useCancellable:t=>{this.cancellable=t}})}catch(e){this.isClosed=!0,t.error(e)}}get closed(){return this.isClosed}unsubscribe(){var t;null===(t=this.cancellable)||void 0===t||t.cancel(),this.isClosed=!0}}function yt(){}class xt{constructor(t,e){this.executor=t,this.decorator=e}subscribe(t,e,r){const s=function(t){const{next:e,error:r,complete:s}=t;return{next:e?e.bind(t):yt,error:r?r.bind(t):yt,complete:s?s.bind(t):yt}}("object"!=typeof t||null===t?{next:t,error:e,complete:r}:t);return new mt(this.decorator(s),this.executor)}[st](){return this}}function wt(t,e){return e.toObject(t)}class bt{constructor(t,e){this.executor=t,this.chunkCombiner=e}lines(){return new xt(this.executor,(t=>h(t,this.chunkCombiner)))}rows(){return new xt(this.executor,(t=>h(D({next(e,r){t.next({values:e,tableMeta:r})},error(e){t.error(e)},complete(){t.complete()}}),this.chunkCombiner)))}consumeLines(t){this.executor(h(t,this.chunkCombiner))}consumeRows(t){this.executor(h(D(t),this.chunkCombiner))}collectRows(t=wt){const e=[];return new Promise(((r,s)=>{this.consumeRows({next(r,s){const n=t.call(this,r,s);void 0!==n&&e.push(n)},error(t){s(t)},complete(){r(e)}})}))}collectLines(){const t=[];return new Promise(((e,r)=>{this.consumeLines({next(e){t.push(e)},error(t){r(t)},complete(){e(t)}})}))}}exports.AbortError=R,exports.DEFAULT_ConnectionOptions=$,exports.DEFAULT_RetryDelayStrategyOptions=j,exports.DEFAULT_WriteOptions=A,exports.FLUX_VALUE=Y,exports.HttpError=v,exports.IllegalArgumentError=b,exports.InfluxDB=class{constructor(t){var e;if("string"==typeof t)this._options={url:t};else{if(null===t||"object"!=typeof t)throw new b("No url or configuration specified!");this._options=t}const r=this._options.url;if("string"!=typeof r)throw new b("No url specified!");r.endsWith("/")&&(this._options.url=r.substring(0,r.length-1)),this.transport=null!==(e=this._options.transport)&&void 0!==e?e:new pt(this._options),this.processCSVResponse=t=>new bt(t,this.transport.chunkCombiner)}getWriteApi(t,e,r="ns",s){return new at(this.transport,t,e,r,null!=s?s:this._options.writeOptions)}getQueryApi(t){return new gt(this.transport,this.processCSVResponse,t)}},exports.LineSplitter=f,exports.Log=X,exports.Point=class{constructor(t){this.tags={},this.fields={},t&&(this.name=t)}measurement(t){return this.name=t,this}tag(t,e){return this.tags[t]=e,this}booleanField(t,e){return this.fields[t]=e?"T":"F",this}intField(t,e){let r;if(r="number"==typeof e?e:parseInt(String(e)),isNaN(r)||r<=-0x8000000000000000||r>=0x8000000000000000)throw new Error(`invalid integer value for field '${t}': '${e}'!`);return this.fields[t]=`${Math.floor(r)}i`,this}uintField(t,e){if("number"==typeof e){if(isNaN(e)||e<0||e>Number.MAX_SAFE_INTEGER)throw new Error(`uint value for field '${t}' out of range: ${e}`);this.fields[t]=`${Math.floor(e)}u`}else{const r=String(e);for(let t=0;t<r.length;t++){const s=r.charCodeAt(t);if(s<48||s>57)throw new Error(`uint value has an unsupported character at pos ${t}: ${e}`)}if(r.length>20||20===r.length&&r.localeCompare("18446744073709551615")>0)throw new Error(`uint value for field '${t}' out of range: ${r}`);this.fields[t]=`${r}u`}return this}floatField(t,e){let r;if(r="number"==typeof e?e:parseFloat(e),!isFinite(r))throw new Error(`invalid float value for field '${t}': ${e}`);return this.fields[t]=String(r),this}stringField(t,e){return null!=e&&("string"!=typeof e&&(e=String(e)),this.fields[t]=_.quoted(e)),this}timestamp(t){return this.time=t,this}toLineProtocol(t){if(!this.name)return;let e="";if(Object.keys(this.fields).sort().forEach((t=>{if(t){const r=this.fields[t];e.length>0&&(e+=","),e+=`${_.tag(t)}=${r}`}})),0===e.length)return;let r="";const s=t&&t.defaultTags?Object.assign(Object.assign({},t.defaultTags),this.tags):this.tags;Object.keys(s).sort().forEach((t=>{if(t){const e=s[t];e&&(r+=",",r+=`${_.tag(t)}=${_.tag(e)}`)}}));let n=this.time;return n=t&&t.convertTime?t.convertTime(n):W(n),`${_.measurement(this.name)}${r} ${e}${void 0!==n?" "+n:""}`}toString(){const t=this.toLineProtocol(void 0);return t||`invalid point: ${JSON.stringify(this,void 0)}`}},exports.RequestTimedOutError=S,exports.UNKNOWN_COLUMN=m,exports.canRetryHttpCall=function(t){return!!t&&("function"==typeof t.canRetry?!!t.canRetry():!(!t.code||!O.includes(t.code)))},exports.chunksToLines=h,exports.consoleLogger=J,exports.convertTimeToNanos=W,exports.createFluxTableColumn=function(t){var e,r;const s=new g;return s.label=String(t.label),s.dataType=t.dataType,s.group=Boolean(t.group),s.defaultValue=null!==(e=t.defaultValue)&&void 0!==e?e:"",s.index=null!==(r=t.index)&&void 0!==r?r:0,s},exports.createFluxTableMetaData=E,exports.createTextDecoderCombiner=c,exports.currentTime=V,exports.dateToProtocolTimestamp=H,exports.escape=_,exports.flux=function(t,...e){if(1==t.length&&0===e.length)return et(t[0]);const r=new Array(t.length+e.length);let s=0;for(let i=0;i<t.length;i++){const o=t[i];if(r[s++]=o,i<e.length){const l=e[i];let a;if(o.endsWith('"')&&i+1<t.length&&t[i+1].startsWith('"'))a=Z(l);else if(a=rt(l),""===a&&("object"!=typeof(n=l)||"function"!=typeof n[Y]))throw new Error(`Unsupported parameter literal '${l}' at index: ${i}, type: ${typeof l}`);r[s++]=a}else if(i<t.length-1)throw new Error("Too few parameters supplied!")}var n;return et(r.join(""))},exports.fluxBool=function(t){return new K("true"===t||"false"===t?t:(!!t).toString())},exports.fluxDateTime=function(t){return new K(function(t){return`time(v: "${Z(t)}")`}(t))},exports.fluxDuration=function(t){return new K(`duration(v: "${Z(t)}")`)},exports.fluxExpression=et,exports.fluxFloat=function(t){return new K(Q(t))},exports.fluxInteger=function(t){const e=Q(t);for(const t of e)if("."===t)throw new Error(`not a flux integer: ${e}`);return new K(e)},exports.fluxRegExp=function(t){return new K(tt(t))},exports.fluxString=function(t){return new K(`"${Z(t)}"`)},exports.getRetryDelay=T,exports.isStatusCodeRetriable=w,exports.linesToTables=D,exports.newFluxTableColumn=y,exports.sanitizeFloat=Q,exports.serializeDateTimeAsDate=function(){d["dateTime:RFC3339"]=t=>""===t?null:new Date(Date.parse(t))},exports.serializeDateTimeAsNumber=function(){d["dateTime:RFC3339"]=t=>""===t?null:Date.parse(t)},exports.serializeDateTimeAsString=function(){d["dateTime:RFC3339"]=t=>""===t?null:t},exports.setLogger=function(t){const e=G;return G=t,e},exports.stringToLines=function(t,e){let r=!1,s=0,n=0;for(;n<t.length;){const i=t.charCodeAt(n);if(10===i){if(!r){const r=n>0&&13===t.charCodeAt(n-1)?n-1:n;e.next(t.substring(s,r)),s=n+1}}else 34===i&&(r=!r);n++}s<n&&e.next(t.substring(s,n)),e.complete()},exports.symbolObservable=st,exports.toFluxValue=rt,exports.typeSerializers=d,exports.useProcessHrtime=M;
|
|
16
|
+
function(t,e){var r={};for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&e.indexOf(s)<0&&(r[s]=t[s]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(s=Object.getOwnPropertySymbols(t);n<s.length;n++)e.indexOf(s[n])<0&&Object.prototype.propertyIsEnumerable.call(t,s[n])&&(r[s[n]]=t[s[n]])}return r}(e,["url","proxyUrl","token","transportOptions"]),m=t.parse(f||h);if(this.token=p,this.defaultOptions=Object.assign(Object.assign(Object.assign(Object.assign({},D),g),d),{port:m.port,protocol:m.protocol,hostname:m.hostname}),this.contextPath=f?h:null!==(r=m.path)&&void 0!==r?r:"",this.contextPath.endsWith("/")&&(this.contextPath=this.contextPath.substring(0,this.contextPath.length-1)),Object.keys(this.defaultOptions).forEach((t=>void 0===this.defaultOptions[t]&&delete this.defaultOptions[t])),this.contextPath.endsWith("/api/v2")&&(X.warn(`Please remove '/api/v2' context path from InfluxDB base url, using ${m.protocol}//${m.hostname}:${m.port} !`),this.contextPath=""),"http:"===m.protocol)this.requestApi=null!==(i=null===(n=null===(s=this.defaultOptions["follow-redirects"])||void 0===s?void 0:s.http)||void 0===n?void 0:n.request)&&void 0!==i?i:l.request;else{if("https:"!==m.protocol)throw new Error(`Unsupported protocol "${m.protocol} in URL: "${e.url}"`);this.requestApi=null!==(c=null===(u=null===(o=this.defaultOptions["follow-redirects"])||void 0===o?void 0:o.https)||void 0===u?void 0:u.request)&&void 0!==c?c:a.request}this.headers=Object.assign({"User-Agent":"influxdb-client-js/1.25.0"},e.headers),f&&(this.headers.Host=t.parse(h).host)}send(t,e,r,s){const n=new ft;s&&s.useCancellable&&s.useCancellable(n),this.createRequestMessage(t,e,r).then((t=>{this._request(t,n,s)}),(t=>(null==s?void 0:s.error)&&s.error(t)))}request(t,e,r,n){e?"string"!=typeof e&&(e=JSON.stringify(e)):e="";let i,o,l=ht;return new Promise(((a,u)=>{this.send(t,e,r,{responseStarted(t,e){n&&n(t,e),i=String(t["content-type"]),o=e},next:t=>{l=s.Buffer.concat([l,t])},complete:()=>{var t,e;const s=null!==(e=null===(t=r.headers)||void 0===t?void 0:t.accept)&&void 0!==e?e:i;try{204===o&&a(void 0),s.includes("json")?l.length?a(JSON.parse(l.toString("utf8"))):a(void 0):s.includes("text")||s.startsWith("application/csv")?a(l.toString("utf8")):a(l)}catch(t){u(t)}},error:t=>{u(t)}})}))}createRequestMessage(t,e,r){const n=s.Buffer.from(e,"utf-8"),i=Object.assign({"content-type":"application/json; charset=utf-8"},this.headers);this.token&&(i.authorization="Token "+this.token);let o=Promise.resolve(n);const l=Object.assign(Object.assign({},this.defaultOptions),{path:this.contextPath+t,method:r.method,headers:Object.assign(Object.assign({},i),r.headers)});return void 0!==r.gzipThreshold&&r.gzipThreshold<n.length&&(o=o.then((t=>new Promise(((e,r)=>{u.default.gzip(t,((t,s)=>t?r(t):(l.headers["content-encoding"]="gzip",e(s))))}))))),o.then((t=>(l.body=t,l.headers["content-length"]=t.length,l)))}_request(t,e,r){const s=function(t={}){let e=0;return{next:r=>{0===e&&t.next&&null!=r&&t.next(r)},error:r=>{0===e&&(e=1,t.error&&t.error(r))},complete:()=>{0===e&&(e=2,t.complete&&t.complete())},responseStarted:(e,r)=>{t.responseStarted&&t.responseStarted(e,r)}}}(r);if(e.isCancelled())return void s.complete();const n=this.requestApi(t,(t=>{var r;if(e.isCancelled())return t.resume(),void s.complete();t.on("aborted",(()=>{s.error(new R)})),t.on("error",s.error),s.responseStarted(t.headers,t.statusCode);const n=null!==(r=t.statusCode)&&void 0!==r?r:600;let i;if("gzip"===t.headers["content-encoding"]?(i=u.default.createGunzip(ct),i.on("error",s.error),t.pipe(i)):i=t,n>=300){let e="";const r=String(t.headers["content-type"]).startsWith("application/json");i.on("data",(s=>{e+=s.toString(),!r&&e.length>1e3&&(e=e.slice(0,1e3),t.resume())})),i.on("end",(()=>{""===e&&t.headers["x-influxdb-error"]&&(e=t.headers["x-influxdb-error"].toString()),s.error(new v(n,t.statusMessage,e,t.headers["retry-after"],t.headers["content-type"]))}))}else i.on("data",(r=>{e.isCancelled()?t.resume():s.next(r)})),i.on("end",s.complete)}));"function"==typeof n.setTimeout&&t.timeout&&n.setTimeout(t.timeout),n.on("timeout",(()=>{s.error(new S)})),n.on("error",(t=>{s.error(t)})),t.body&&n.write(t.body),n.end()}}const dt={header:!0,delimiter:",",quoteChar:'"',commentPrefix:"#",annotations:["datatype","group","default"]};class gt{constructor(t,e,r){this.transport=t,this.createCSVResponse=e,this.options="string"==typeof r?{org:r}:r}with(t){return new gt(this.transport,this.createCSVResponse,Object.assign(Object.assign({},this.options),t))}response(t){return this.createCSVResponse(this.createExecutor(t))}lines(t){return this.response(t).lines()}rows(t){return this.response(t).rows()}queryLines(t,e){return this.response(t).consumeLines(e)}queryRows(t,e){return this.response(t).consumeRows(e)}collectRows(t,e){return this.response(t).collectRows(e)}collectLines(t){return this.response(t).collectLines()}queryRaw(t){const{org:e,type:r,gzip:s,headers:n}=this.options;return this.transport.request(`/api/v2/query?org=${encodeURIComponent(e)}`,JSON.stringify(this.decorateRequest({query:t.toString(),dialect:dt,type:r})),{method:"POST",headers:Object.assign({accept:"text/csv","accept-encoding":s?"gzip":"identity","content-type":"application/json; encoding=utf-8"},n)})}createExecutor(t){const{org:e,type:r,gzip:s,headers:n}=this.options;return i=>{this.transport.send(`/api/v2/query?org=${encodeURIComponent(e)}`,JSON.stringify(this.decorateRequest({query:t.toString(),dialect:dt,type:r})),{method:"POST",headers:Object.assign({"content-type":"application/json; encoding=utf-8","accept-encoding":s?"gzip":"identity"},n)},i)}}decorateRequest(t){var e;return"function"==typeof this.options.now&&(t.now=this.options.now()),t.type=null!==(e=this.options.type)&&void 0!==e?e:"flux",t}}class mt{constructor(t,e){this.isClosed=!1;try{e({next:e=>{t.next(e)},error:e=>{this.isClosed=!0,t.error(e)},complete:()=>{this.isClosed=!0,t.complete()},useCancellable:t=>{this.cancellable=t}})}catch(e){this.isClosed=!0,t.error(e)}}get closed(){return this.isClosed}unsubscribe(){var t;null===(t=this.cancellable)||void 0===t||t.cancel(),this.isClosed=!0}}function yt(){}class xt{constructor(t,e){this.executor=t,this.decorator=e}subscribe(t,e,r){const s=function(t){const{next:e,error:r,complete:s}=t;return{next:e?e.bind(t):yt,error:r?r.bind(t):yt,complete:s?s.bind(t):yt}}("object"!=typeof t||null===t?{next:t,error:e,complete:r}:t);return new mt(this.decorator(s),this.executor)}[st](){return this}}function wt(t,e){return e.toObject(t)}class bt{constructor(t,e){this.executor=t,this.chunkCombiner=e}lines(){return new xt(this.executor,(t=>h(t,this.chunkCombiner)))}rows(){return new xt(this.executor,(t=>h($({next(e,r){t.next({values:e,tableMeta:r})},error(e){t.error(e)},complete(){t.complete()}}),this.chunkCombiner)))}consumeLines(t){this.executor(h(t,this.chunkCombiner))}consumeRows(t){this.executor(h($(t),this.chunkCombiner))}collectRows(t=wt){const e=[];return new Promise(((r,s)=>{this.consumeRows({next(r,s){const n=t.call(this,r,s);void 0!==n&&e.push(n)},error(t){s(t)},complete(){r(e)}})}))}collectLines(){const t=[];return new Promise(((e,r)=>{this.consumeLines({next(e){t.push(e)},error(t){r(t)},complete(){e(t)}})}))}}exports.AbortError=R,exports.DEFAULT_ConnectionOptions=D,exports.DEFAULT_RetryDelayStrategyOptions=j,exports.DEFAULT_WriteOptions=A,exports.FLUX_VALUE=Y,exports.HttpError=v,exports.IllegalArgumentError=b,exports.InfluxDB=class{constructor(t){var e;if("string"==typeof t)this._options={url:t};else{if(null===t||"object"!=typeof t)throw new b("No url or configuration specified!");this._options=t}const r=this._options.url;if("string"!=typeof r)throw new b("No url specified!");r.endsWith("/")&&(this._options.url=r.substring(0,r.length-1)),this.transport=null!==(e=this._options.transport)&&void 0!==e?e:new pt(this._options),this.processCSVResponse=t=>new bt(t,this.transport.chunkCombiner)}getWriteApi(t,e,r="ns",s){return new at(this.transport,t,e,r,null!=s?s:this._options.writeOptions)}getQueryApi(t){return new gt(this.transport,this.processCSVResponse,t)}},exports.LineSplitter=f,exports.Log=X,exports.Point=class{constructor(t){this.tags={},this.fields={},t&&(this.name=t)}measurement(t){return this.name=t,this}tag(t,e){return this.tags[t]=e,this}booleanField(t,e){return this.fields[t]=e?"T":"F",this}intField(t,e){let r;if(r="number"==typeof e?e:parseInt(String(e)),isNaN(r)||r<=-0x8000000000000000||r>=0x8000000000000000)throw new Error(`invalid integer value for field '${t}': '${e}'!`);return this.fields[t]=`${Math.floor(r)}i`,this}uintField(t,e){if("number"==typeof e){if(isNaN(e)||e<0||e>Number.MAX_SAFE_INTEGER)throw new Error(`uint value for field '${t}' out of range: ${e}`);this.fields[t]=`${Math.floor(e)}u`}else{const r=String(e);for(let t=0;t<r.length;t++){const s=r.charCodeAt(t);if(s<48||s>57)throw new Error(`uint value has an unsupported character at pos ${t}: ${e}`)}if(r.length>20||20===r.length&&r.localeCompare("18446744073709551615")>0)throw new Error(`uint value for field '${t}' out of range: ${r}`);this.fields[t]=`${r}u`}return this}floatField(t,e){let r;if(r="number"==typeof e?e:parseFloat(e),!isFinite(r))throw new Error(`invalid float value for field '${t}': ${e}`);return this.fields[t]=String(r),this}stringField(t,e){return null!=e&&("string"!=typeof e&&(e=String(e)),this.fields[t]=_.quoted(e)),this}timestamp(t){return this.time=t,this}toLineProtocol(t){if(!this.name)return;let e="";if(Object.keys(this.fields).sort().forEach((t=>{if(t){const r=this.fields[t];e.length>0&&(e+=","),e+=`${_.tag(t)}=${r}`}})),0===e.length)return;let r="";const s=t&&t.defaultTags?Object.assign(Object.assign({},t.defaultTags),this.tags):this.tags;Object.keys(s).sort().forEach((t=>{if(t){const e=s[t];e&&(r+=",",r+=`${_.tag(t)}=${_.tag(e)}`)}}));let n=this.time;return n=t&&t.convertTime?t.convertTime(n):W(n),`${_.measurement(this.name)}${r} ${e}${void 0!==n?" "+n:""}`}toString(){const t=this.toLineProtocol(void 0);return t||`invalid point: ${JSON.stringify(this,void 0)}`}},exports.RequestTimedOutError=S,exports.UNKNOWN_COLUMN=m,exports.canRetryHttpCall=function(t){return!!t&&("function"==typeof t.canRetry?!!t.canRetry():!(!t.code||!O.includes(t.code)))},exports.chunksToLines=h,exports.consoleLogger=J,exports.convertTimeToNanos=W,exports.createFluxTableColumn=function(t){var e,r;const s=new g;return s.label=String(t.label),s.dataType=t.dataType,s.group=Boolean(t.group),s.defaultValue=null!==(e=t.defaultValue)&&void 0!==e?e:"",s.index=null!==(r=t.index)&&void 0!==r?r:0,s},exports.createFluxTableMetaData=E,exports.createTextDecoderCombiner=c,exports.currentTime=V,exports.dateToProtocolTimestamp=H,exports.escape=_,exports.flux=function(t,...e){if(1==t.length&&0===e.length)return et(t[0]);const r=new Array(t.length+e.length);let s=0;for(let i=0;i<t.length;i++){const o=t[i];if(r[s++]=o,i<e.length){const l=e[i];let a;if(o.endsWith('"')&&i+1<t.length&&t[i+1].startsWith('"'))a=Z(l);else if(a=rt(l),""===a&&("object"!=typeof(n=l)||"function"!=typeof n[Y]))throw new Error(`Unsupported parameter literal '${l}' at index: ${i}, type: ${typeof l}`);r[s++]=a}else if(i<t.length-1)throw new Error("Too few parameters supplied!")}var n;return et(r.join(""))},exports.fluxBool=function(t){return new K("true"===t||"false"===t?t:(!!t).toString())},exports.fluxDateTime=function(t){return new K(function(t){return`time(v: "${Z(t)}")`}(t))},exports.fluxDuration=function(t){return new K(`duration(v: "${Z(t)}")`)},exports.fluxExpression=et,exports.fluxFloat=function(t){return new K(Q(t))},exports.fluxInteger=function(t){const e=Q(t);for(const t of e)if("."===t)throw new Error(`not a flux integer: ${e}`);return new K(e)},exports.fluxRegExp=function(t){return new K(tt(t))},exports.fluxString=function(t){return new K(`"${Z(t)}"`)},exports.getRetryDelay=T,exports.isStatusCodeRetriable=w,exports.linesToTables=$,exports.newFluxTableColumn=y,exports.sanitizeFloat=Q,exports.serializeDateTimeAsDate=function(){d["dateTime:RFC3339"]=t=>""===t?null:new Date(Date.parse(t))},exports.serializeDateTimeAsNumber=function(){d["dateTime:RFC3339"]=t=>""===t?null:Date.parse(t)},exports.serializeDateTimeAsString=function(){d["dateTime:RFC3339"]=t=>""===t?null:t},exports.setLogger=function(t){const e=G;return G=t,e},exports.stringToLines=function(t,e){let r=!1,s=0,n=0;for(;n<t.length;){const i=t.charCodeAt(n);if(10===i){if(!r){const r=n>0&&13===t.charCodeAt(n-1)?n-1:n;e.next(t.substring(s,r)),s=n+1}}else 34===i&&(r=!r);n++}s<n&&e.next(t.substring(s,n)),e.complete()},exports.symbolObservable=st,exports.toFluxValue=rt,exports.typeSerializers=d,exports.useProcessHrtime=M;
|
|
17
17
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.gz
CHANGED
|
Binary file
|