jooby-codec 3.7.0 → 3.9.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.
Files changed (93) hide show
  1. package/dist/analog/CommandBinaryBuffer.d.ts +20 -2
  2. package/dist/analog/CommandBinaryBuffer.js +37 -1
  3. package/dist/analog/CommandBinaryBuffer.js.map +1 -1
  4. package/dist/analog/DataSegmentsCollector.d.ts +7 -0
  5. package/dist/analog/DataSegmentsCollector.js +61 -0
  6. package/dist/analog/DataSegmentsCollector.js.map +1 -0
  7. package/dist/analog/commands/DataSegmentBase.d.ts +11 -0
  8. package/dist/analog/commands/DataSegmentBase.js +41 -0
  9. package/dist/analog/commands/DataSegmentBase.js.map +1 -0
  10. package/dist/analog/commands/downlink/DataSegment.d.ts +4 -0
  11. package/dist/analog/commands/downlink/DataSegment.js +7 -0
  12. package/dist/analog/commands/downlink/DataSegment.js.map +1 -0
  13. package/dist/analog/commands/downlink/SetParameter.js +11 -0
  14. package/dist/analog/commands/downlink/SetParameter.js.map +1 -1
  15. package/dist/analog/commands/downlink/index.d.ts +1 -0
  16. package/dist/analog/commands/downlink/index.js +1 -0
  17. package/dist/analog/commands/downlink/index.js.map +1 -1
  18. package/dist/analog/commands/uplink/DataSegment.d.ts +4 -0
  19. package/dist/analog/commands/uplink/DataSegment.js +7 -0
  20. package/dist/analog/commands/uplink/DataSegment.js.map +1 -0
  21. package/dist/analog/commands/uplink/SetParameterResponse.js +8 -0
  22. package/dist/analog/commands/uplink/SetParameterResponse.js.map +1 -1
  23. package/dist/analog/commands/uplink/Status.js +54 -0
  24. package/dist/analog/commands/uplink/Status.js.map +1 -1
  25. package/dist/analog/commands/uplink/index.d.ts +1 -0
  26. package/dist/analog/commands/uplink/index.js +1 -0
  27. package/dist/analog/commands/uplink/index.js.map +1 -1
  28. package/dist/analog/constants/commandRelations.d.ts +2 -2
  29. package/dist/analog/constants/commandRelations.js +1 -0
  30. package/dist/analog/constants/commandRelations.js.map +1 -1
  31. package/dist/analog/constants/deviceParameters.d.ts +1 -0
  32. package/dist/analog/constants/deviceParameters.js +1 -0
  33. package/dist/analog/constants/deviceParameters.js.map +1 -1
  34. package/dist/index.d.ts +1 -0
  35. package/dist/index.js +1 -0
  36. package/dist/index.js.map +1 -1
  37. package/dist/mtx/message.d.ts +2 -1
  38. package/dist/mtx/message.js +8 -6
  39. package/dist/mtx/message.js.map +1 -1
  40. package/dist/mtxLora/Command.d.ts +1 -1
  41. package/dist/mtxLora/Command.js +0 -3
  42. package/dist/mtxLora/Command.js.map +1 -1
  43. package/dist/mtxLora/CommandBinaryBuffer.d.ts +44 -8
  44. package/dist/mtxLora/CommandBinaryBuffer.js +260 -16
  45. package/dist/mtxLora/CommandBinaryBuffer.js.map +1 -1
  46. package/dist/mtxLora/UnknownCommand.d.ts +12 -0
  47. package/dist/mtxLora/UnknownCommand.js +17 -0
  48. package/dist/mtxLora/UnknownCommand.js.map +1 -0
  49. package/dist/mtxLora/commands/downlink/GetHalfhoursEnergies.d.ts +20 -0
  50. package/dist/mtxLora/commands/downlink/GetHalfhoursEnergies.js +61 -0
  51. package/dist/mtxLora/commands/downlink/GetHalfhoursEnergies.js.map +1 -0
  52. package/dist/mtxLora/commands/downlink/index.d.ts +1 -1
  53. package/dist/mtxLora/commands/downlink/index.js +1 -1
  54. package/dist/mtxLora/commands/downlink/index.js.map +1 -1
  55. package/dist/mtxLora/commands/uplink/GetDayEnergies.d.ts +17 -0
  56. package/dist/mtxLora/commands/uplink/GetDayEnergies.js +59 -0
  57. package/dist/mtxLora/commands/uplink/GetDayEnergies.js.map +1 -0
  58. package/dist/mtxLora/commands/uplink/GetDayMaxPower.d.ts +17 -0
  59. package/dist/mtxLora/commands/uplink/GetDayMaxPower.js +67 -0
  60. package/dist/mtxLora/commands/uplink/GetDayMaxPower.js.map +1 -0
  61. package/dist/mtxLora/commands/uplink/GetHalfhoursEnergies.d.ts +19 -0
  62. package/dist/mtxLora/commands/uplink/GetHalfhoursEnergies.js +68 -0
  63. package/dist/mtxLora/commands/uplink/GetHalfhoursEnergies.js.map +1 -0
  64. package/dist/mtxLora/commands/uplink/index.d.ts +3 -1
  65. package/dist/mtxLora/commands/uplink/index.js +3 -1
  66. package/dist/mtxLora/commands/uplink/index.js.map +1 -1
  67. package/dist/mtxLora/constants/commandRelations.d.ts +2 -2
  68. package/dist/mtxLora/constants/commandRelations.js +1 -1
  69. package/dist/mtxLora/constants/commandRelations.js.map +1 -1
  70. package/dist/mtxLora/index.d.ts +1 -0
  71. package/dist/mtxLora/index.js +1 -0
  72. package/dist/mtxLora/index.js.map +1 -1
  73. package/dist/mtxLora/message.d.ts +24 -0
  74. package/dist/mtxLora/message.js +81 -0
  75. package/dist/mtxLora/message.js.map +1 -0
  76. package/dist/utils/frame.d.ts +7 -6
  77. package/dist/utils/frame.js.map +1 -1
  78. package/dist/utils/frameCollector.d.ts +3 -1
  79. package/dist/utils/frameCollector.js +6 -2
  80. package/dist/utils/frameCollector.js.map +1 -1
  81. package/dist/utils/permutations.d.ts +2 -0
  82. package/dist/utils/permutations.js +15 -0
  83. package/dist/utils/permutations.js.map +1 -0
  84. package/package.json +1 -1
  85. package/dist/mtxLora/commands/MtxCommandBase.d.ts +0 -11
  86. package/dist/mtxLora/commands/MtxCommandBase.js +0 -44
  87. package/dist/mtxLora/commands/MtxCommandBase.js.map +0 -1
  88. package/dist/mtxLora/commands/downlink/MtxCommand.d.ts +0 -4
  89. package/dist/mtxLora/commands/downlink/MtxCommand.js +0 -7
  90. package/dist/mtxLora/commands/downlink/MtxCommand.js.map +0 -1
  91. package/dist/mtxLora/commands/uplink/MtxCommand.d.ts +0 -4
  92. package/dist/mtxLora/commands/uplink/MtxCommand.js +0 -7
  93. package/dist/mtxLora/commands/uplink/MtxCommand.js.map +0 -1
@@ -1,11 +1,13 @@
1
1
  import * as Frame from './frame.js';
2
2
  declare class FrameCollector {
3
+ dataBits: Frame.TDataBits;
3
4
  frameBufferMaxSize: number;
4
5
  private frames;
5
6
  private buffer;
6
- constructor(frameBufferMaxSize?: number);
7
+ constructor(dataBits?: Frame.TDataBits, frameBufferMaxSize?: number);
7
8
  process(data: Uint8Array | Array<number>): Array<Frame.IFrame>;
8
9
  processByte(value: number): void;
10
+ isEmpty(): boolean;
9
11
  reset(): void;
10
12
  }
11
13
  export default FrameCollector;
@@ -1,7 +1,8 @@
1
1
  import * as Frame from './frame.js';
2
2
  import { START_BYTE, STOP_BYTE } from '../constants/frameAttributes.js';
3
3
  class FrameCollector {
4
- constructor(frameBufferMaxSize = 256) {
4
+ constructor(dataBits = 8, frameBufferMaxSize = 256) {
5
+ this.dataBits = dataBits;
5
6
  this.frameBufferMaxSize = frameBufferMaxSize;
6
7
  this.frames = [];
7
8
  this.buffer = [];
@@ -22,7 +23,7 @@ class FrameCollector {
22
23
  }
23
24
  this.buffer.push(byte);
24
25
  if (byte === STOP_BYTE) {
25
- this.frames.push(Frame.fromBytes(new Uint8Array(this.buffer)));
26
+ this.frames.push(Frame.fromBytes(new Uint8Array(this.buffer), this.dataBits));
26
27
  this.reset();
27
28
  return;
28
29
  }
@@ -30,6 +31,9 @@ class FrameCollector {
30
31
  this.reset();
31
32
  }
32
33
  }
34
+ isEmpty() {
35
+ return this.buffer.length === 0;
36
+ }
33
37
  reset() {
34
38
  this.buffer = [];
35
39
  }
@@ -1 +1 @@
1
- {"version":3,"file":"frameCollector.js","sourceRoot":"","sources":["../../src/utils/frameCollector.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,YAAY,CAAC;AACpC,OAAO,EAAC,UAAU,EAAE,SAAS,EAAC,MAAM,iCAAiC,CAAC;AAGtE,MAAM,cAAc;IAKhB,YAAqB,qBAA6B,GAAG;QAAhC,uBAAkB,GAAlB,kBAAkB,CAAc;QAJ7C,WAAM,GAAwB,EAAE,CAAC;QAEjC,WAAM,GAAkB,EAAE,CAAC;IAGnC,CAAC;IAED,OAAO,CAAG,IAAgC;QACtC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC,CAAC;QAE/C,MAAM,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC;QAC3B,IAAI,CAAC,MAAM,GAAG,EAAE,CAAC;QAEjB,OAAO,MAAM,CAAC;IAClB,CAAC;IAED,WAAW,CAAG,KAAa;QACvB,MAAM,IAAI,GAAG,KAAK,GAAG,IAAI,CAAC;QAE1B,IAAK,IAAI,CAAC,MAAM,CAAC,MAAM,KAAK,CAAC,EAAG,CAAC;YAC7B,IAAK,IAAI,KAAK,UAAU,EAAG,CAAC;gBACxB,IAAI,CAAC,MAAM,GAAG,CAAC,UAAU,CAAC,CAAC;YAC/B,CAAC;YAED,OAAO;QACX,CAAC;QAED,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAEvB,IAAK,IAAI,KAAK,SAAS,EAAG,CAAC;YACvB,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,IAAI,UAAU,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;YAC/D,IAAI,CAAC,KAAK,EAAE,CAAC;YAEb,OAAO;QACX,CAAC;QAED,IAAK,IAAI,CAAC,MAAM,CAAC,MAAM,KAAK,IAAI,CAAC,kBAAkB,EAAG,CAAC;YACnD,IAAI,CAAC,KAAK,EAAE,CAAC;QACjB,CAAC;IACL,CAAC;IAED,KAAK;QACD,IAAI,CAAC,MAAM,GAAG,EAAE,CAAC;IACrB,CAAC;CACJ;AAED,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"frameCollector.js","sourceRoot":"","sources":["../../src/utils/frameCollector.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,YAAY,CAAC;AACpC,OAAO,EAAC,UAAU,EAAE,SAAS,EAAC,MAAM,iCAAiC,CAAC;AAGtE,MAAM,cAAc;IAKhB,YAAqB,WAA4B,CAAC,EAAS,qBAA6B,GAAG;QAAtE,aAAQ,GAAR,QAAQ,CAAqB;QAAS,uBAAkB,GAAlB,kBAAkB,CAAc;QAJnF,WAAM,GAAwB,EAAE,CAAC;QAEjC,WAAM,GAAkB,EAAE,CAAC;IAE4D,CAAC;IAEhG,OAAO,CAAG,IAAgC;QACtC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC,CAAC;QAE/C,MAAM,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC;QAC3B,IAAI,CAAC,MAAM,GAAG,EAAE,CAAC;QAEjB,OAAO,MAAM,CAAC;IAClB,CAAC;IAED,WAAW,CAAG,KAAa;QACvB,MAAM,IAAI,GAAG,KAAK,GAAG,IAAI,CAAC;QAE1B,IAAK,IAAI,CAAC,MAAM,CAAC,MAAM,KAAK,CAAC,EAAG,CAAC;YAC7B,IAAK,IAAI,KAAK,UAAU,EAAG,CAAC;gBACxB,IAAI,CAAC,MAAM,GAAG,CAAC,UAAU,CAAC,CAAC;YAC/B,CAAC;YAED,OAAO;QACX,CAAC;QAED,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAEvB,IAAK,IAAI,KAAK,SAAS,EAAG,CAAC;YACvB,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,IAAI,UAAU,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC;YAC9E,IAAI,CAAC,KAAK,EAAE,CAAC;YAEb,OAAO;QACX,CAAC;QAED,IAAK,IAAI,CAAC,MAAM,CAAC,MAAM,KAAK,IAAI,CAAC,kBAAkB,EAAG,CAAC;YACnD,IAAI,CAAC,KAAK,EAAE,CAAC;QACjB,CAAC;IACL,CAAC;IAED,OAAO;QACH,OAAO,IAAI,CAAC,MAAM,CAAC,MAAM,KAAK,CAAC,CAAC;IACpC,CAAC;IAED,KAAK;QACD,IAAI,CAAC,MAAM,GAAG,EAAE,CAAC;IACrB,CAAC;CACJ;AAED,eAAe,cAAc,CAAC"}
@@ -0,0 +1,2 @@
1
+ declare const permutations: <T>(sequence: T[]) => T[][];
2
+ export default permutations;
@@ -0,0 +1,15 @@
1
+ const permutations = (sequence) => {
2
+ const result = new Array();
3
+ for (let i = 0; i < sequence.length; i++) {
4
+ if (sequence.length === 1) {
5
+ return [[sequence[i]]];
6
+ }
7
+ const remaining = permutations(sequence.filter((_value, index) => i !== index));
8
+ for (const rest of remaining) {
9
+ result.push([sequence[i], ...rest]);
10
+ }
11
+ }
12
+ return result;
13
+ };
14
+ export default permutations;
15
+ //# sourceMappingURL=permutations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"permutations.js","sourceRoot":"","sources":["../../src/utils/permutations.ts"],"names":[],"mappings":"AAsBA,MAAM,YAAY,GAAG,CAAK,QAAkB,EAAoB,EAAE;IAC9D,MAAM,MAAM,GAAG,IAAI,KAAK,EAAY,CAAC;IAErC,KAAM,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,QAAQ,CAAC,MAAM,EAAE,CAAC,EAAE,EAAG,CAAC;QACzC,IAAK,QAAQ,CAAC,MAAM,KAAK,CAAC,EAAG,CAAC;YAC1B,OAAO,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAC3B,CAAC;QAED,MAAM,SAAS,GAAG,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC,KAAK,KAAK,CAAC,CAAC,CAAC;QAEhF,KAAM,MAAM,IAAI,IAAI,SAAS,EAAG,CAAC;YAC7B,MAAM,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC;QACxC,CAAC;IACL,CAAC;IAED,OAAO,MAAM,CAAC;AAClB,CAAC,CAAC;AAEF,eAAe,YAAY,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jooby-codec",
3
- "version": "3.7.0",
3
+ "version": "3.9.0",
4
4
  "description": "Jooby message encoders/decoders",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -1,11 +0,0 @@
1
- import Command, { TCommandExampleList } from '../Command.js';
2
- import { IMtxCommand } from '../CommandBinaryBuffer.js';
3
- export default class MtxCommandBase extends Command {
4
- parameters: IMtxCommand;
5
- constructor(parameters: IMtxCommand);
6
- static readonly id = 30;
7
- static readonly examples: TCommandExampleList;
8
- static readonly hasParameters = true;
9
- toBytes(): Uint8Array;
10
- static fromBytes(data: Uint8Array): MtxCommandBase;
11
- }
@@ -1,44 +0,0 @@
1
- import Command, { COMMAND_HEADER_SIZE } from '../Command.js';
2
- import CommandBinaryBuffer from '../CommandBinaryBuffer.js';
3
- import getBytesFromHex from '../../utils/getBytesFromHex.js';
4
- const COMMAND_ID = 0x1e;
5
- const examples = [
6
- {
7
- name: 'MtxCommand request',
8
- parameters: {
9
- sequence: 2,
10
- last: false,
11
- fragmentsNumber: 5,
12
- fragmentIndex: 3,
13
- data: getBytesFromHex('00 01 02 03 04')
14
- },
15
- hex: {
16
- header: '1e 07',
17
- body: '02 53 00 01 02 03 04'
18
- }
19
- }
20
- ];
21
- class MtxCommandBase extends Command {
22
- constructor(parameters) {
23
- super();
24
- this.parameters = parameters;
25
- this.size = 2 + parameters.data.length;
26
- }
27
- toBytes() {
28
- const { size, parameters } = this;
29
- const buffer = new CommandBinaryBuffer(COMMAND_HEADER_SIZE + size);
30
- buffer.setUint8(COMMAND_ID);
31
- buffer.setUint8(size);
32
- buffer.setMtxCommand(parameters);
33
- return buffer.toUint8Array();
34
- }
35
- static fromBytes(data) {
36
- const buffer = new CommandBinaryBuffer(data);
37
- return new this(buffer.getMtxCommand());
38
- }
39
- }
40
- MtxCommandBase.id = COMMAND_ID;
41
- MtxCommandBase.examples = examples;
42
- MtxCommandBase.hasParameters = true;
43
- export default MtxCommandBase;
44
- //# sourceMappingURL=MtxCommandBase.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MtxCommandBase.js","sourceRoot":"","sources":["../../../src/mtxLora/commands/MtxCommandBase.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,EAAE,EAAsB,mBAAmB,EAAC,MAAM,eAAe,CAAC;AAChF,OAAO,mBAAkC,MAAM,2BAA2B,CAAC;AAC3E,OAAO,eAAe,MAAM,gCAAgC,CAAC;AAG7D,MAAM,UAAU,GAAG,IAAI,CAAC;AAGxB,MAAM,QAAQ,GAAwB;IAClC;QACI,IAAI,EAAE,oBAAoB;QAC1B,UAAU,EAAE;YACR,QAAQ,EAAE,CAAC;YACX,IAAI,EAAE,KAAK;YACX,eAAe,EAAE,CAAC;YAClB,aAAa,EAAE,CAAC;YAChB,IAAI,EAAE,eAAe,CAAC,gBAAgB,CAAC;SAC1C;QACD,GAAG,EAAE;YACD,MAAM,EAAE,OAAO;YACf,IAAI,EAAE,sBAAsB;SAC/B;KACJ;CACJ,CAAC;AAGF,MAAqB,cAAe,SAAQ,OAAO;IAC/C,YAAqB,UAAuB;QACxC,KAAK,EAAE,CAAC;QADS,eAAU,GAAV,UAAU,CAAa;QAGxC,IAAI,CAAC,IAAI,GAAG,CAAC,GAAG,UAAU,CAAC,IAAI,CAAC,MAAM,CAAC;IAC3C,CAAC;IASD,OAAO;QACH,MAAM,EAAC,IAAI,EAAE,UAAU,EAAC,GAAG,IAAI,CAAC;QAChC,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAAC;QAGnE,MAAM,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;QAC5B,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;QAGtB,MAAM,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC;QAEjC,OAAO,MAAM,CAAC,YAAY,EAAE,CAAC;IACjC,CAAC;IAGD,MAAM,CAAC,SAAS,CAAG,IAAgB;QAC/B,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,CAAC;QAE7C,OAAO,IAAI,IAAI,CAAC,MAAM,CAAC,aAAa,EAAE,CAAC,CAAC;IAC5C,CAAC;;AA1Be,iBAAE,GAAG,UAAU,CAAC;AAEhB,uBAAQ,GAAG,QAAQ,CAAC;AAEpB,4BAAa,GAAG,IAAI,CAAC;eAXpB,cAAc"}
@@ -1,4 +0,0 @@
1
- import MtxCommandBase from '../MtxCommandBase.js';
2
- export default class MtxCommand extends MtxCommandBase {
3
- static readonly directionType = 1;
4
- }
@@ -1,7 +0,0 @@
1
- import MtxCommandBase from '../MtxCommandBase.js';
2
- import { DOWNLINK } from '../../../constants/directions.js';
3
- class MtxCommand extends MtxCommandBase {
4
- }
5
- MtxCommand.directionType = DOWNLINK;
6
- export default MtxCommand;
7
- //# sourceMappingURL=MtxCommand.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MtxCommand.js","sourceRoot":"","sources":["../../../../src/mtxLora/commands/downlink/MtxCommand.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,sBAAsB,CAAC;AAElD,OAAO,EAAC,QAAQ,EAAC,MAAM,kCAAkC,CAAC;AAuB1D,MAAqB,UAAW,SAAQ,cAAc;;AAClC,wBAAa,GAAG,QAAQ,CAAC;eADxB,UAAU"}
@@ -1,4 +0,0 @@
1
- import MtxCommandBase from '../MtxCommandBase.js';
2
- export default class MtxCommand extends MtxCommandBase {
3
- static readonly directionType = 2;
4
- }
@@ -1,7 +0,0 @@
1
- import MtxCommandBase from '../MtxCommandBase.js';
2
- import { UPLINK } from '../../../constants/directions.js';
3
- class MtxCommand extends MtxCommandBase {
4
- }
5
- MtxCommand.directionType = UPLINK;
6
- export default MtxCommand;
7
- //# sourceMappingURL=MtxCommand.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MtxCommand.js","sourceRoot":"","sources":["../../../../src/mtxLora/commands/uplink/MtxCommand.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAC,MAAM,EAAC,MAAM,kCAAkC,CAAC;AA0BxD,MAAqB,UAAW,SAAQ,cAAc;;AAClC,wBAAa,GAAG,MAAM,CAAC;eADtB,UAAU"}