@platforma-sdk/tengo-builder 1.17.4 → 1.17.6

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 (52) hide show
  1. package/dist/commands/build.d.ts +4 -4
  2. package/dist/commands/build.d.ts.map +1 -1
  3. package/dist/commands/check.d.ts +1 -1
  4. package/dist/commands/dump/all.d.ts.map +1 -1
  5. package/dist/commands/dump/assets.d.ts.map +1 -1
  6. package/dist/commands/dump/libs.d.ts.map +1 -1
  7. package/dist/commands/dump/software.d.ts.map +1 -1
  8. package/dist/commands/dump/templates.d.ts.map +1 -1
  9. package/dist/commands/dump/tests.d.ts.map +1 -1
  10. package/dist/commands/test.d.ts +1 -1
  11. package/dist/compiler/artifactset.d.ts.map +1 -1
  12. package/dist/compiler/compiler.d.ts.map +1 -1
  13. package/dist/compiler/compileroptions.d.ts +1 -1
  14. package/dist/compiler/compileroptions.d.ts.map +1 -1
  15. package/dist/compiler/main.d.ts.map +1 -1
  16. package/dist/compiler/source.d.ts.map +1 -1
  17. package/dist/compiler/template.d.ts +1 -47
  18. package/dist/compiler/template.d.ts.map +1 -1
  19. package/dist/compiler/test.artifacts.d.ts.map +1 -1
  20. package/dist/compiler/util.d.ts.map +1 -1
  21. package/dist/index.js +11 -11
  22. package/dist/index.js.map +1 -1
  23. package/dist/index.mjs +153 -150
  24. package/dist/index.mjs.map +1 -1
  25. package/dist/shared/basecmd.d.ts +4 -4
  26. package/dist/shared/basecmd.d.ts.map +1 -1
  27. package/dist/shared/dump.d.ts.map +1 -1
  28. package/dist/shared/proc.d.ts +2 -2
  29. package/dist/shared/proc.d.ts.map +1 -1
  30. package/package.json +5 -3
  31. package/src/commands/build.ts +12 -11
  32. package/src/commands/check.ts +2 -2
  33. package/src/commands/dump/all.ts +8 -8
  34. package/src/commands/dump/assets.ts +8 -8
  35. package/src/commands/dump/libs.ts +11 -12
  36. package/src/commands/dump/software.ts +8 -8
  37. package/src/commands/dump/templates.ts +8 -9
  38. package/src/commands/dump/tests.ts +8 -8
  39. package/src/commands/test.ts +1 -1
  40. package/src/compiler/artifactset.ts +14 -13
  41. package/src/compiler/compiler.ts +63 -56
  42. package/src/compiler/compileroptions.ts +12 -12
  43. package/src/compiler/main.ts +29 -27
  44. package/src/compiler/package.ts +1 -1
  45. package/src/compiler/source.ts +53 -51
  46. package/src/compiler/template.ts +23 -75
  47. package/src/compiler/test.artifacts.ts +24 -24
  48. package/src/compiler/util.ts +7 -5
  49. package/src/index.ts +1 -1
  50. package/src/shared/basecmd.ts +16 -16
  51. package/src/shared/dump.ts +22 -21
  52. package/src/shared/proc.ts +6 -4
@@ -4,10 +4,10 @@ export default class Build extends Command {
4
4
  static description: string;
5
5
  static examples: string[];
6
6
  static flags: {
7
- "generate-tags": BooleanFlag<boolean>;
8
- "tags-file": OptionFlag<string, CustomOptions>;
9
- "tags-additional-args": OptionFlag<string[], CustomOptions>;
10
- "log-level": OptionFlag<string, CustomOptions>;
7
+ 'generate-tags': BooleanFlag<boolean>;
8
+ 'tags-file': OptionFlag<string, CustomOptions>;
9
+ 'tags-additional-args': OptionFlag<string[], CustomOptions>;
10
+ 'log-level': OptionFlag<string, CustomOptions>;
11
11
  };
12
12
  run(): Promise<void>;
13
13
  }
@@ -1 +1 @@
1
- {"version":3,"file":"build.d.ts","sourceRoot":"","sources":["../../src/commands/build.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAStC,MAAM,CAAC,OAAO,OAAO,KAAM,SAAQ,OAAO;IACxC,OAAgB,WAAW,SAA6D;IAExF,OAAgB,QAAQ,WAA2C;IAEnE,OAAgB,KAAK;;;;;MAGnB;IAEW,GAAG,IAAI,OAAO,CAAC,IAAI,CAAC;CAiDlC"}
1
+ {"version":3,"file":"build.d.ts","sourceRoot":"","sources":["../../src/commands/build.ts"],"names":[],"mappings":";AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAStC,MAAM,CAAC,OAAO,OAAO,KAAM,SAAQ,OAAO;IACxC,OAAgB,WAAW,SAA6D;IAExF,OAAgB,QAAQ,WAA2C;IAEnE,OAAgB,KAAK;;;;;MAGnB;IAEW,GAAG,IAAI,OAAO,CAAC,IAAI,CAAC;CAiDlC"}
@@ -4,7 +4,7 @@ export default class Check extends Command {
4
4
  static description: string;
5
5
  static strict: boolean;
6
6
  static flags: {
7
- "log-level": OptionFlag<string, CustomOptions>;
7
+ 'log-level': OptionFlag<string, CustomOptions>;
8
8
  };
9
9
  static examples: string[];
10
10
  run(): Promise<void>;
@@ -1 +1 @@
1
- {"version":3,"file":"all.d.ts","sourceRoot":"","sources":["../../../src/commands/dump/all.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AAKrC,MAAM,CAAC,OAAO,OAAO,OAAQ,SAAQ,OAAO;IAC1C,OAAgB,WAAW,SAA4E;IAEvG,OAAgB,QAAQ,WAEvB;IAEY,GAAG,IAAI,OAAO,CAAC,IAAI,CAAC;CAIlC"}
1
+ {"version":3,"file":"all.d.ts","sourceRoot":"","sources":["../../../src/commands/dump/all.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAKtC,MAAM,CAAC,OAAO,OAAO,OAAQ,SAAQ,OAAO;IAC1C,OAAgB,WAAW,SAA6E;IAExG,OAAgB,QAAQ,WAEtB;IAEW,GAAG,IAAI,OAAO,CAAC,IAAI,CAAC;CAIlC"}
@@ -1 +1 @@
1
- {"version":3,"file":"assets.d.ts","sourceRoot":"","sources":["../../../src/commands/dump/assets.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AAKrC,MAAM,CAAC,OAAO,OAAO,UAAW,SAAQ,OAAO;IAC7C,OAAgB,WAAW,SAAwE;IAEnG,OAAgB,QAAQ,WAEvB;IAEY,GAAG,IAAI,OAAO,CAAC,IAAI,CAAC;CAIlC"}
1
+ {"version":3,"file":"assets.d.ts","sourceRoot":"","sources":["../../../src/commands/dump/assets.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAKtC,MAAM,CAAC,OAAO,OAAO,UAAW,SAAQ,OAAO;IAC7C,OAAgB,WAAW,SAA0E;IAErG,OAAgB,QAAQ,WAEtB;IAEW,GAAG,IAAI,OAAO,CAAC,IAAI,CAAC;CAIlC"}
@@ -1 +1 @@
1
- {"version":3,"file":"libs.d.ts","sourceRoot":"","sources":["../../../src/commands/dump/libs.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAAS,MAAM,aAAa,CAAA;AAK5C,MAAM,CAAC,OAAO,OAAO,QAAS,SAAQ,OAAO;IAC3C,OAAgB,WAAW,SAA4E;IAEvG,OAAgB,QAAQ,WAEvB;IAED,OAAgB,KAAK;;MAEpB;IAEY,GAAG,IAAI,OAAO,CAAC,IAAI,CAAC;CAMlC"}
1
+ {"version":3,"file":"libs.d.ts","sourceRoot":"","sources":["../../../src/commands/dump/libs.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAAS,MAAM,aAAa,CAAC;AAK7C,MAAM,CAAC,OAAO,OAAO,QAAS,SAAQ,OAAO;IAC3C,OAAgB,WAAW,SAAwE;IAEnG,OAAgB,QAAQ,WAEtB;IAEF,OAAgB,KAAK;;MAEnB;IAEW,GAAG,IAAI,OAAO,CAAC,IAAI,CAAC;CAMlC"}
@@ -1 +1 @@
1
- {"version":3,"file":"software.d.ts","sourceRoot":"","sources":["../../../src/commands/dump/software.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AAKrC,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,OAAO;IAC/C,OAAgB,WAAW,SAAwE;IAEnG,OAAgB,QAAQ,WAEvB;IAEY,GAAG,IAAI,OAAO,CAAC,IAAI,CAAC;CAIlC"}
1
+ {"version":3,"file":"software.d.ts","sourceRoot":"","sources":["../../../src/commands/dump/software.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAKtC,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,OAAO;IAC/C,OAAgB,WAAW,SAA4E;IAEvG,OAAgB,QAAQ,WAEtB;IAEW,GAAG,IAAI,OAAO,CAAC,IAAI,CAAC;CAIlC"}
@@ -1 +1 @@
1
- {"version":3,"file":"templates.d.ts","sourceRoot":"","sources":["../../../src/commands/dump/templates.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AAKrC,MAAM,CAAC,OAAO,OAAO,aAAc,SAAQ,OAAO;IAChD,OAAgB,WAAW,SAA4E;IAEvG,OAAgB,QAAQ,WAEvB;IAEY,GAAG,IAAI,OAAO,CAAC,IAAI,CAAC;CAIlC"}
1
+ {"version":3,"file":"templates.d.ts","sourceRoot":"","sources":["../../../src/commands/dump/templates.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAKtC,MAAM,CAAC,OAAO,OAAO,aAAc,SAAQ,OAAO;IAChD,OAAgB,WAAW,SAA6E;IAExG,OAAgB,QAAQ,WAEtB;IAEW,GAAG,IAAI,OAAO,CAAC,IAAI,CAAC;CAIlC"}
@@ -1 +1 @@
1
- {"version":3,"file":"tests.d.ts","sourceRoot":"","sources":["../../../src/commands/dump/tests.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AAKrC,MAAM,CAAC,OAAO,OAAO,SAAU,SAAQ,OAAO;IAC5C,OAAgB,WAAW,SAAwE;IAEnG,OAAgB,QAAQ,WAEvB;IAEY,GAAG,IAAI,OAAO,CAAC,IAAI,CAAC;CAIlC"}
1
+ {"version":3,"file":"tests.d.ts","sourceRoot":"","sources":["../../../src/commands/dump/tests.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAKtC,MAAM,CAAC,OAAO,OAAO,SAAU,SAAQ,OAAO;IAC5C,OAAgB,WAAW,SAAyE;IAEpG,OAAgB,QAAQ,WAEtB;IAEW,GAAG,IAAI,OAAO,CAAC,IAAI,CAAC;CAIlC"}
@@ -4,7 +4,7 @@ export default class Test extends Command {
4
4
  static description: string;
5
5
  static strict: boolean;
6
6
  static flags: {
7
- "log-level": OptionFlag<string, CustomOptions>;
7
+ 'log-level': OptionFlag<string, CustomOptions>;
8
8
  };
9
9
  static examples: string[];
10
10
  run(): Promise<void>;
@@ -1 +1 @@
1
- {"version":3,"file":"artifactset.d.ts","sourceRoot":"","sources":["../../src/compiler/artifactset.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,iBAAiB,EAAe,MAAM,WAAW,CAAC;AAGxE,qBAAa,WAAW,CAAC,CAAC;IAGZ,OAAO,CAAC,QAAQ,CAAC,aAAa;IAF1C,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAwB;gBAEf,aAAa,EAAE,CAAC,GAAG,EAAE,CAAC,KAAK,iBAAiB;IAGzE,GAAG,CAAC,GAAG,EAAE,CAAC,EAAE,OAAO,GAAE,OAAc,GAAG,CAAC,GAAG,SAAS;IASnD,GAAG,CAAC,IAAI,EAAE,iBAAiB,GAAG,CAAC,GAAG,SAAS;IAI3C,IAAI,KAAK,IAAI,CAAC,EAAE,CAIf;IAED,OAAO,CAAC,QAAQ,EAAE,CAAC,KAAK,EAAE,CAAC,EAAE,GAAG,EAAE,iBAAiB,KAAK,IAAI;CAG7D;AAED,wBAAgB,qBAAqB,IAAI,WAAW,CAAC,iBAAiB,CAAC,CAEtE;AAED,qBAAa,aAAa,CAAC,CAAC;IAId,OAAO,CAAC,QAAQ,CAAC,aAAa;IAH1C,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAgB;IACpC,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAgB;gBAER,aAAa,EAAE,CAAC,GAAG,EAAE,CAAC,KAAK,iBAAiB;IAKzE,GAAG,CAAC,IAAI,EAAE,WAAW,EAAE,GAAG,EAAE,CAAC,EAAE,OAAO,GAAE,OAAc,GAAG,CAAC,GAAG,SAAS;IAUtE,GAAG,CAAC,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,iBAAiB,GAAG,CAAC,GAAG,SAAS;IAU9D,KAAK,CAAC,IAAI,EAAE,WAAW,GAAG,CAAC,EAAE;IAM7B,OAAO,CAAC,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,CAAC,KAAK,EAAE,CAAC,EAAE,GAAG,EAAE,iBAAiB,KAAK,IAAI;CAGhF"}
1
+ {"version":3,"file":"artifactset.d.ts","sourceRoot":"","sources":["../../src/compiler/artifactset.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAIhE,qBAAa,WAAW,CAAC,CAAC;IAGZ,OAAO,CAAC,QAAQ,CAAC,aAAa;IAF1C,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAwB;gBAEf,aAAa,EAAE,CAAC,GAAG,EAAE,CAAC,KAAK,iBAAiB;IAGzE,GAAG,CAAC,GAAG,EAAE,CAAC,EAAE,OAAO,GAAE,OAAc,GAAG,CAAC,GAAG,SAAS;IASnD,GAAG,CAAC,IAAI,EAAE,iBAAiB,GAAG,CAAC,GAAG,SAAS;IAI3C,IAAI,KAAK,IAAI,CAAC,EAAE,CAIf;IAED,OAAO,CAAC,QAAQ,EAAE,CAAC,KAAK,EAAE,CAAC,EAAE,GAAG,EAAE,iBAAiB,KAAK,IAAI;CAG7D;AAED,wBAAgB,qBAAqB,IAAI,WAAW,CAAC,iBAAiB,CAAC,CAEtE;AAED,qBAAa,aAAa,CAAC,CAAC;IAId,OAAO,CAAC,QAAQ,CAAC,aAAa;IAH1C,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAiB;IACrC,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAiB;gBAET,aAAa,EAAE,CAAC,GAAG,EAAE,CAAC,KAAK,iBAAiB;IAKzE,GAAG,CAAC,IAAI,EAAE,WAAW,EAAE,GAAG,EAAE,CAAC,EAAE,OAAO,GAAE,OAAc,GAAG,CAAC,GAAG,SAAS;IAUtE,GAAG,CAAC,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,iBAAiB,GAAG,CAAC,GAAG,SAAS;IAU9D,KAAK,CAAC,IAAI,EAAE,WAAW,GAAG,CAAC,EAAE;IAM7B,OAAO,CAAC,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,CAAC,KAAK,EAAE,CAAC,EAAE,GAAG,EAAE,iBAAiB,KAAK,IAAI;CAGhF"}
@@ -1 +1 @@
1
- {"version":3,"file":"compiler.d.ts","sourceRoot":"","sources":["../../src/compiler/compiler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAgB,MAAM,YAAY,CAAC;AACpD,OAAO,EACL,iBAAiB,EAKjB,WAAW,EACZ,MAAM,WAAW,CAAC;AAKnB,MAAM,WAAW,gBAAgB;IAC/B,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,IAAI,EAAE,cAAc,EAAE,CAAC;IACvB,QAAQ,EAAE,cAAc,EAAE,CAAA;IAC1B,MAAM,EAAE,cAAc,EAAE,CAAA;CACzB;AAED,qBAAa,qBAAqB;IAE9B,OAAO,CAAC,QAAQ,CAAC,WAAW;gBAAX,WAAW,EAAE,WAAW;IAG3C,OAAO,CAAC,QAAQ,CAAC,IAAI,CAA0D;IAC/E,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAA0D;IACnF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA0D;IACjF,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAoD;IAE9E,OAAO,CAAC,oCAAoC;IAgE5C,4FAA4F;IAC5F,OAAO,CAAC,qBAAqB;IAyB7B,MAAM,CAAC,GAAG,EAAE,cAAc;IAQ1B,OAAO,IAAI,cAAc,EAAE;IAI3B,MAAM,CAAC,IAAI,EAAE,iBAAiB,GAAG,cAAc,GAAG,SAAS;IAM3D,aAAa,CAAC,IAAI,EAAE,iBAAiB,GAAG,cAAc;IAOtD,WAAW,CAAC,QAAQ,EAAE,cAAc;IAQpC,WAAW,IAAI,cAAc,EAAE;IAI/B,WAAW,CAAC,IAAI,EAAE,iBAAiB,GAAG,cAAc,GAAG,SAAS;IAOhE,kBAAkB,CAAC,IAAI,EAAE,iBAAiB,GAAG,cAAc;IAO3D,QAAQ,CAAC,KAAK,EAAE,cAAc;IAQ9B,SAAS,IAAI,cAAc,EAAE;IAI7B,QAAQ,CAAC,IAAI,EAAE,iBAAiB,GAAG,cAAc,GAAG,SAAS;IAO7D,eAAe,CAAC,IAAI,EAAE,iBAAiB,GAAG,cAAc;IAOxD,WAAW,CAAC,GAAG,EAAE,QAAQ;IAQzB,YAAY,IAAI,QAAQ,EAAE;IAI1B,WAAW,CAAC,IAAI,EAAE,iBAAiB,GAAG,QAAQ,GAAG,SAAS;IAM1D,kBAAkB,CAAC,IAAI,EAAE,iBAAiB,GAAG,QAAQ;IAOrD,WAAW,CAAC,IAAI,EAAE,iBAAiB,GAAG,cAAc,GAAG,QAAQ,GAAG,SAAS;IAmB3E,SAAS;IAYT,aAAa,CAAC,OAAO,EAAE,cAAc,EAAE,GAAG,gBAAgB;CAqG3D"}
1
+ {"version":3,"file":"compiler.d.ts","sourceRoot":"","sources":["../../src/compiler/compiler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAC/C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,KAAK,EACV,iBAAiB,EACjB,WAAW,EACZ,MAAM,WAAW,CAAC;AAYnB,MAAM,WAAW,gBAAgB;IAC/B,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,IAAI,EAAE,cAAc,EAAE,CAAC;IACvB,QAAQ,EAAE,cAAc,EAAE,CAAC;IAC3B,MAAM,EAAE,cAAc,EAAE,CAAC;CAC1B;AAED,qBAAa,qBAAqB;IAE9B,OAAO,CAAC,QAAQ,CAAC,WAAW;gBAAX,WAAW,EAAE,WAAW;IAG3C,OAAO,CAAC,QAAQ,CAAC,IAAI,CAA4D;IACjF,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAA4D;IACrF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA4D;IACnF,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAsD;IAEhF,OAAO,CAAC,oCAAoC;IAmE5C,4FAA4F;IAC5F,OAAO,CAAC,qBAAqB;IAyB7B,MAAM,CAAC,GAAG,EAAE,cAAc;IAQ1B,OAAO,IAAI,cAAc,EAAE;IAI3B,MAAM,CAAC,IAAI,EAAE,iBAAiB,GAAG,cAAc,GAAG,SAAS;IAM3D,aAAa,CAAC,IAAI,EAAE,iBAAiB,GAAG,cAAc;IAOtD,WAAW,CAAC,QAAQ,EAAE,cAAc;IAQpC,WAAW,IAAI,cAAc,EAAE;IAI/B,WAAW,CAAC,IAAI,EAAE,iBAAiB,GAAG,cAAc,GAAG,SAAS;IAOhE,kBAAkB,CAAC,IAAI,EAAE,iBAAiB,GAAG,cAAc;IAO3D,QAAQ,CAAC,KAAK,EAAE,cAAc;IAQ9B,SAAS,IAAI,cAAc,EAAE;IAI7B,QAAQ,CAAC,IAAI,EAAE,iBAAiB,GAAG,cAAc,GAAG,SAAS;IAO7D,eAAe,CAAC,IAAI,EAAE,iBAAiB,GAAG,cAAc;IAOxD,WAAW,CAAC,GAAG,EAAE,QAAQ;IAQzB,YAAY,IAAI,QAAQ,EAAE;IAI1B,WAAW,CAAC,IAAI,EAAE,iBAAiB,GAAG,QAAQ,GAAG,SAAS;IAM1D,kBAAkB,CAAC,IAAI,EAAE,iBAAiB,GAAG,QAAQ;IAOrD,WAAW,CAAC,IAAI,EAAE,iBAAiB,GAAG,cAAc,GAAG,QAAQ,GAAG,SAAS;IAmB3E,SAAS;IAYT,aAAa,CAAC,OAAO,EAAE,cAAc,EAAE,GAAG,gBAAgB;CAsG3D"}
@@ -1,5 +1,5 @@
1
+ import { TemplateData, TemplateLibData } from '@milaboratories/pl-model-backend';
1
2
  import { CompilerOption } from './package';
2
- import { TemplateData, TemplateLibData } from './template';
3
3
  export declare function applyTemplateCompilerOptions(opts: CompilerOption[], tpl: TemplateData): void;
4
4
  export declare function applyLibraryCompilerOptions(opts: CompilerOption[], lib: TemplateLibData): void;
5
5
  export declare function hashOverride(args: string[]): string;
@@ -1 +1 @@
1
- {"version":3,"file":"compileroptions.d.ts","sourceRoot":"","sources":["../../src/compiler/compileroptions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAG3D,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,cAAc,EAAE,EAAE,GAAG,EAAE,YAAY,QASrF;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,cAAc,EAAE,EAAE,GAAG,EAAE,eAAe,QAavF;AAED,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,MAAM,CAoBnD"}
1
+ {"version":3,"file":"compileroptions.d.ts","sourceRoot":"","sources":["../../src/compiler/compileroptions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AACtF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAGhD,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,cAAc,EAAE,EAAE,GAAG,EAAE,YAAY,QASrF;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,cAAc,EAAE,EAAE,GAAG,EAAE,eAAe,QAavF;AAED,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,MAAM,CAoBnD"}
@@ -1 +1 @@
1
- {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../src/compiler/main.ts"],"names":[],"mappings":";AAKA,OAAO,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AACrE,OAAO,EAEL,WAAW,EAIZ,MAAM,WAAW,CAAC;AACnB,OAAO,EAAE,cAAc,EAAmB,MAAM,UAAU,CAAC;AAE3D,OAAO,OAAO,MAAM,SAAS,CAAC;AAE9B,UAAU,WAAW;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;CACd;AAkBD,wBAAgB,cAAc,IAAI,WAAW,CAG5C;AAwLD,wBAAgB,YAAY,CAC1B,MAAM,EAAE,OAAO,CAAC,MAAM,EACtB,WAAW,EAAE,WAAW,EACxB,IAAI,EAAE,WAAW,EACjB,IAAI,EAAE,MAAM,EACZ,MAAM,EAAE,MAAM,GACb,cAAc,EAAE,CAwClB;AAED,wBAAgB,WAAW,CACzB,MAAM,EAAE,OAAO,CAAC,MAAM,EACtB,WAAW,EAAE,WAAW,EACxB,IAAI,EAAE,WAAW,GAChB,qBAAqB,CAOvB;AAkDD,wBAAgB,OAAO,CAAC,MAAM,EAAE,OAAO,CAAC,MAAM,EAAE,IAAI,EAAE,WAAW,GAAG,gBAAgB,CAsBnF;AAED,wBAAgB,SAAS,CAAC,MAAM,EAAE,OAAO,CAAC,MAAM,EAAE,QAAQ,EAAE,gBAAgB,EAAE,IAAI,EAAE,WAAW,QA4C9F"}
1
+ {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../src/compiler/main.ts"],"names":[],"mappings":";AAKA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,KAAK,EACV,WAAW,EACO,MAAM,WAAW,CAAC;AAMtC,OAAO,EAAE,cAAc,EAAmB,MAAM,UAAU,CAAC;AAE3D,OAAO,KAAK,OAAO,MAAM,SAAS,CAAC;AAEnC,UAAU,WAAW;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;CACd;AAkBD,wBAAgB,cAAc,IAAI,WAAW,CAG5C;AAwLD,wBAAgB,YAAY,CAC1B,MAAM,EAAE,OAAO,CAAC,MAAM,EACtB,WAAW,EAAE,WAAW,EACxB,IAAI,EAAE,WAAW,EACjB,IAAI,EAAE,MAAM,EACZ,MAAM,EAAE,MAAM,GACb,cAAc,EAAE,CAwClB;AAED,wBAAgB,WAAW,CACzB,MAAM,EAAE,OAAO,CAAC,MAAM,EACtB,WAAW,EAAE,WAAW,EACxB,IAAI,EAAE,WAAW,GAChB,qBAAqB,CAOvB;AAkDD,wBAAgB,OAAO,CAAC,MAAM,EAAE,OAAO,CAAC,MAAM,EAAE,IAAI,EAAE,WAAW,GAAG,gBAAgB,CAsBnF;AAED,wBAAgB,SAAS,CAAC,MAAM,EAAE,OAAO,CAAC,MAAM,EAAE,QAAQ,EAAE,gBAAgB,EAAE,IAAI,EAAE,WAAW,QA4C9F"}
@@ -1 +1 @@
1
- {"version":3,"file":"source.d.ts","sourceRoot":"","sources":["../../src/compiler/source.ts"],"names":[],"mappings":"AACA,OAAO,OAAO,MAAM,SAAS,CAAC;AAC9B,OAAO,EACL,iBAAiB,EACjB,gBAAgB,EAEhB,WAAW,EACX,cAAc,EACf,MAAM,WAAW,CAAC;AAmEnB,qBAAa,cAAc;IAEvB,qDAAqD;aACrC,WAAW,EAAE,WAAW;IACxC,kDAAkD;aAClC,QAAQ,EAAE,gBAAgB;IAC1C,6BAA6B;aACb,GAAG,EAAE,MAAM;IAC3B,mDAAmD;aACnC,OAAO,EAAE,MAAM;IAC/B,2BAA2B;aACX,YAAY,EAAE,iBAAiB,EAAE;IACjD,0DAA0D;aAC1C,eAAe,EAAE,cAAc,EAAE;;IAXjD,qDAAqD;IACrC,WAAW,EAAE,WAAW;IACxC,kDAAkD;IAClC,QAAQ,EAAE,gBAAgB;IAC1C,6BAA6B;IACb,GAAG,EAAE,MAAM;IAC3B,mDAAmD;IACnC,OAAO,EAAE,MAAM;IAC/B,2BAA2B;IACX,YAAY,EAAE,iBAAiB,EAAE;IACjD,0DAA0D;IAC1C,eAAe,EAAE,cAAc,EAAE;CAEpD;AAED,wBAAgB,eAAe,CAC7B,MAAM,EAAE,OAAO,CAAC,MAAM,EACtB,IAAI,EAAE,WAAW,EACjB,OAAO,EAAE,MAAM,EACf,cAAc,EAAE,gBAAgB,EAChC,SAAS,EAAE,OAAO,GACjB,cAAc,CAKhB;AAED,wBAAgB,WAAW,CACzB,MAAM,EAAE,OAAO,CAAC,MAAM,EACtB,IAAI,EAAE,WAAW,EACjB,GAAG,EAAE,MAAM,EACX,cAAc,EAAE,gBAAgB,EAChC,SAAS,EAAE,OAAO,GACjB,cAAc,CAIhB"}
1
+ {"version":3,"file":"source.d.ts","sourceRoot":"","sources":["../../src/compiler/source.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,OAAO,MAAM,SAAS,CAAC;AACnC,OAAO,KAAK,EACV,iBAAiB,EACjB,gBAAgB,EAEhB,WAAW,EACX,cAAc,EACf,MAAM,WAAW,CAAC;AAoEnB,qBAAa,cAAc;IAEvB,qDAAqD;aACrC,WAAW,EAAE,WAAW;IACxC,kDAAkD;aAClC,QAAQ,EAAE,gBAAgB;IAC1C,6BAA6B;aACb,GAAG,EAAE,MAAM;IAC3B,mDAAmD;aACnC,OAAO,EAAE,MAAM;IAC/B,2BAA2B;aACX,YAAY,EAAE,iBAAiB,EAAE;IACjD,0DAA0D;aAC1C,eAAe,EAAE,cAAc,EAAE;;IAXjD,qDAAqD;IACrC,WAAW,EAAE,WAAW;IACxC,kDAAkD;IAClC,QAAQ,EAAE,gBAAgB;IAC1C,6BAA6B;IACb,GAAG,EAAE,MAAM;IAC3B,mDAAmD;IACnC,OAAO,EAAE,MAAM;IAC/B,2BAA2B;IACX,YAAY,EAAE,iBAAiB,EAAE;IACjD,0DAA0D;IAC1C,eAAe,EAAE,cAAc,EAAE;CAEpD;AAED,wBAAgB,eAAe,CAC7B,MAAM,EAAE,OAAO,CAAC,MAAM,EACtB,IAAI,EAAE,WAAW,EACjB,OAAO,EAAE,MAAM,EACf,cAAc,EAAE,gBAAgB,EAChC,SAAS,EAAE,OAAO,GACjB,cAAc,CAKhB;AAED,wBAAgB,WAAW,CACzB,MAAM,EAAE,OAAO,CAAC,MAAM,EACtB,IAAI,EAAE,WAAW,EACjB,GAAG,EAAE,MAAM,EACX,cAAc,EAAE,gBAAgB,EAChC,SAAS,EAAE,OAAO,GACjB,cAAc,CAIhB"}
@@ -1,51 +1,5 @@
1
1
  import { CompileMode, FullArtifactName } from './package';
2
- export interface TemplateLibData {
3
- /** i.e. @milaboratory/some-package:lib1 */
4
- name: string;
5
- /** i.e. 1.2.3 */
6
- version: string;
7
- /** full source code */
8
- src: string;
9
- }
10
- export interface TemplateSoftwareData {
11
- /** i.e. @milaboratory/mixcr:main */
12
- name: string;
13
- /** i.e. 4.2.3 */
14
- version: string;
15
- /** full contents of software dependency description */
16
- src: string;
17
- }
18
- export interface TemplateAssetData {
19
- /** i.e. @milaboratory/mixcr:main */
20
- name: string;
21
- /** i.e. 4.2.3 */
22
- version: string;
23
- /** full contents of asset dependency description */
24
- src: string;
25
- }
26
- export interface TemplateData {
27
- /** Discriminator for future use */
28
- type: 'pl.tengo-template.v2';
29
- /** i.e. @milaboratory/some-package:template */
30
- name: string;
31
- /** i.e. 1.2.3 */
32
- version: string;
33
- /**
34
- * Custom hash token of the template for deduplication purposes. Can be set with 'hash_override' compiler option.
35
- * Dangerous! Remember: great power comes with great responsibility.
36
- */
37
- hashOverride?: string;
38
- /** i.e. @milaboratory/some-package:some-lib -> normalized library source code */
39
- libs: Record<string, TemplateLibData>;
40
- /** i.e. @milaboratory/some-package:some-lib -> to nested template data */
41
- templates: Record<string, TemplateData>;
42
- /** i.e. @milaboratory/mixcr:main -> software metadata */
43
- software: Record<string, TemplateSoftwareData>;
44
- /** i.e. @milaboratory/genome:human -> asset metadata */
45
- assets: Record<string, TemplateAssetData>;
46
- /** Template source code */
47
- src: string;
48
- }
2
+ import { TemplateData } from '@milaboratories/pl-model-backend';
49
3
  export declare class Template {
50
4
  readonly compileMode: CompileMode;
51
5
  readonly fullName: FullArtifactName;
@@ -1 +1 @@
1
- {"version":3,"file":"template.d.ts","sourceRoot":"","sources":["../../src/compiler/template.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,WAAW,EACX,gBAAgB,EAIjB,MAAM,WAAW,CAAC;AAEnB,MAAM,WAAW,eAAe;IAC9B,2CAA2C;IAC3C,IAAI,EAAE,MAAM,CAAC;IACb,iBAAiB;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,uBAAuB;IACvB,GAAG,EAAE,MAAM,CAAC;CACb;AAED,MAAM,WAAW,oBAAoB;IACnC,oCAAoC;IACpC,IAAI,EAAE,MAAM,CAAC;IACb,iBAAiB;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,uDAAuD;IACvD,GAAG,EAAE,MAAM,CAAC;CACb;AAED,MAAM,WAAW,iBAAiB;IAChC,oCAAoC;IACpC,IAAI,EAAE,MAAM,CAAC;IACb,iBAAiB;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,oDAAoD;IACpD,GAAG,EAAE,MAAM,CAAC;CACb;AAED,MAAM,WAAW,YAAY;IAC3B,mCAAmC;IACnC,IAAI,EAAE,sBAAsB,CAAC;IAE7B,+CAA+C;IAC/C,IAAI,EAAE,MAAM,CAAC;IACb,iBAAiB;IACjB,OAAO,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,iFAAiF;IACjF,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,eAAe,CAAC,CAAC;IACtC,0EAA0E;IAC1E,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC;IACxC,yDAAyD;IACzD,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAC;IAC/C,wDAAwD;IACxD,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,iBAAiB,CAAC,CAAC;IAC1C,2BAA2B;IAC3B,GAAG,EAAE,MAAM,CAAC;CACb;AAKD,qBAAa,QAAQ;aAKD,WAAW,EAAE,WAAW;aACxB,QAAQ,EAAE,gBAAgB;IAL5C,SAAgB,IAAI,EAAE,YAAY,CAAC;IACnC,SAAgB,OAAO,EAAE,UAAU,CAAC;gBAGlB,WAAW,EAAE,WAAW,EACxB,QAAQ,EAAE,gBAAgB,EAC1C,IAAI,EAAE;QACJ,IAAI,CAAC,EAAE,YAAY,CAAC;QACpB,OAAO,CAAC,EAAE,UAAU,CAAA;KACrB;IA0BH,MAAM;;;;;CAGP"}
1
+ {"version":3,"file":"template.d.ts","sourceRoot":"","sources":["../../src/compiler/template.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,WAAW,EACX,gBAAgB,EAEjB,MAAM,WAAW,CAAC;AAKnB,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAMrE,qBAAa,QAAQ;aAKD,WAAW,EAAE,WAAW;aACxB,QAAQ,EAAE,gBAAgB;IAL5C,SAAgB,IAAI,EAAE,YAAY,CAAC;IACnC,SAAgB,OAAO,EAAE,UAAU,CAAC;gBAGlB,WAAW,EAAE,WAAW,EACxB,QAAQ,EAAE,gBAAgB,EAC1C,IAAI,EAAE;QACJ,IAAI,CAAC,EAAE,YAAY,CAAC;QACpB,OAAO,CAAC,EAAE,UAAU,CAAC;KACtB;IA0BH,MAAM;;;;;CAGP"}
@@ -1 +1 @@
1
- {"version":3,"file":"test.artifacts.d.ts","sourceRoot":"","sources":["../../src/compiler/test.artifacts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAE7C,MAAM,WAAW,kBAAkB;IACjC,QAAQ,EAAE,gBAAgB,CAAC;IAC3B,GAAG,EAAE,MAAM,CAAC;CACb;AA4BD,eAAO,MAAM,iBAAiB,EAAE,gBAK/B,CAAC;AACF,eAAO,MAAM,gBAAgB,qcAc5B,CAAC;AACF,eAAO,MAAM,0BAA0B,+dActC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,gBAK/B,CAAC;AACF,eAAO,MAAM,gBAAgB,qfAiB5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,gBAK/B,CAAC;AACF,eAAO,MAAM,gBAAgB,6CAI5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,gBAK/B,CAAC;AACF,eAAO,MAAM,gBAAgB,0LAM5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,gBAK/B,CAAC;AACF,eAAO,MAAM,gBAAgB,gDAE5B,CAAC;AACF,eAAO,MAAM,0BAA0B,gDAEtC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,gBAK/B,CAAC;AAEF,eAAO,MAAM,gBAAgB,qIAK5B,CAAC;AAEF,eAAO,MAAM,6BAA6B,qHAKzC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,kBAG3B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,kBAG3B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,kBAG3B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,kBAG3B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,kBAG3B,CAAC;AAEF,eAAO,MAAM,gBAAgB,sBAAgD,CAAC;AAE9E,eAAO,MAAM,oBAAoB,EAAE,gBAKlC,CAAC;AACF,eAAO,MAAM,mBAAmB,8CAI/B,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,gBAKnC,CAAC;AACF,eAAO,MAAM,oBAAoB,wEAEhC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,gBAKlC,CAAC;AACF,eAAO,MAAM,mBAAmB,kJAM/B,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,gBAKlC,CAAC;AACF,eAAO,MAAM,mBAAmB,gDAE/B,CAAC;AAEF,eAAO,MAAM,8BAA8B,yOAC6L,CAAC;AAEzO,eAAO,MAAM,gBAAgB,EAAE,kBAG9B,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,kBAG9B,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,kBAG9B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAAkB,EAI5C,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAAkB,EAAmC,CAAC;AAEjF,eAAO,MAAM,sBAAsB,EAAE,kBAAkB,EAMtD,CAAC"}
1
+ {"version":3,"file":"test.artifacts.d.ts","sourceRoot":"","sources":["../../src/compiler/test.artifacts.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAElD,MAAM,WAAW,kBAAkB;IACjC,QAAQ,EAAE,gBAAgB,CAAC;IAC3B,GAAG,EAAE,MAAM,CAAC;CACb;AA4BD,eAAO,MAAM,iBAAiB,EAAE,gBAK/B,CAAC;AACF,eAAO,MAAM,gBAAgB,qcAc5B,CAAC;AACF,eAAO,MAAM,0BAA0B,+dActC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,gBAK/B,CAAC;AACF,eAAO,MAAM,gBAAgB,qfAiB5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,gBAK/B,CAAC;AACF,eAAO,MAAM,gBAAgB,6CAI5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,gBAK/B,CAAC;AACF,eAAO,MAAM,gBAAgB,0LAM5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,gBAK/B,CAAC;AACF,eAAO,MAAM,gBAAgB,gDAE5B,CAAC;AACF,eAAO,MAAM,0BAA0B,gDAEtC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,gBAK/B,CAAC;AAEF,eAAO,MAAM,gBAAgB,qIAK5B,CAAC;AAEF,eAAO,MAAM,6BAA6B,qHAKzC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,kBAG3B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,kBAG3B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,kBAG3B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,kBAG3B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,kBAG3B,CAAC;AAEF,eAAO,MAAM,gBAAgB,sBAAgD,CAAC;AAE9E,eAAO,MAAM,oBAAoB,EAAE,gBAKlC,CAAC;AACF,eAAO,MAAM,mBAAmB,8CAI/B,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,gBAKnC,CAAC;AACF,eAAO,MAAM,oBAAoB,wEAEhC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,gBAKlC,CAAC;AACF,eAAO,MAAM,mBAAmB,kJAM/B,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,gBAKlC,CAAC;AACF,eAAO,MAAM,mBAAmB,gDAE/B,CAAC;AAEF,eAAO,MAAM,8BAA8B,yOAC+L,CAAC;AAE3O,eAAO,MAAM,gBAAgB,EAAE,kBAG9B,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,kBAG9B,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,kBAG9B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAAkB,EAI5C,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAAkB,EAAmC,CAAC;AAEjF,eAAO,MAAM,sBAAsB,EAAE,kBAAkB,EAMtD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../../src/compiler/util.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,OAAO,MAAM,SAAS,CAAC;AAEnC,wBAAgB,WAAW,CAAC,CAAC,EAAE,KAAK,GAAG,KAAK,CAE3C;AAED,wBAAgB,YAAY,CAAC,KAAK,GAAE,MAAgB,GAAG,OAAO,CAAC,MAAM,CAapE;AAED,wBAAgB,eAAe,IAAI,MAAM,CAexC;AAED,MAAM,MAAM,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;AAEtE,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,QAAQ,CAW/C;AAED,wBAAgB,MAAM,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAG5C"}
1
+ {"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../../src/compiler/util.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,OAAO,MAAM,SAAS,CAAC;AAEnC,wBAAgB,WAAW,CAAC,CAAC,EAAE,KAAK,GAAG,KAAK,CAG3C;AAED,wBAAgB,YAAY,CAAC,KAAK,GAAE,MAAgB,GAAG,OAAO,CAAC,MAAM,CAapE;AAED,wBAAgB,eAAe,IAAI,MAAM,CAexC;AAED,MAAM,MAAM,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;AAEtE,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,QAAQ,CAY/C;AAED,wBAAgB,MAAM,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAG5C"}
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
- "use strict";var Me=Object.defineProperty;var Re=(s,e,t)=>e in s?Me(s,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):s[e]=t;var l=(s,e,t)=>Re(s,typeof e!="symbol"?e+"":e,t);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const ye=require("node:child_process"),h=require("@oclif/core"),je=require("node:path"),be=require("node:fs"),Le=require("winston"),ce=require("node:zlib"),Ce=require("canonicalize"),Ie=require("node:fs/promises"),ve=require("@milaboratories/tengo-tester"),D=require("node:process");function C(s){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(s){for(const t in s)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(s,t);Object.defineProperty(e,t,r.get?r:{enumerable:!0,get:()=>s[t]})}}return e.default=s,Object.freeze(e)}const f=C(je),p=C(be),_=C(Le),O=C(Ie);function x(s){throw new Error("Unexpected object: "+s)}function $(s="debug"){return _.createLogger({level:s,format:_.format.printf(({level:e,message:t})=>`${e.padStart(6," ")}: ${t}`),transports:[new _.transports.Console({stderrLevels:["error","warn","info","debug"],handleExceptions:!0})]})}function _e(){let s=process.cwd();for(;s;){const e=f.join(s,"node_modules");if(p.existsSync(e))return e;const t=f.resolve(s,"..");if(t===s)break;s=t}throw new Error("Unable to find node_modules directory.")}function N(s){try{const e=p.statSync(s);return e.isDirectory()?"dir":e.isFile()?"file":e.isSymbolicLink()?"link":"unknown"}catch(e){if(e.code=="ENOENT")return"absent";throw e}}function Ge(s){return/^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i.test(s.toLowerCase())}function de(s){return`${s.type}||${s.pkg}||${s.id}`}function m(s){return`${s.type}:${s.pkg}:${s.id}:${s.version}`}function g(s){return`${s.type}:${s.pkg}:${s.id}`}function fe(s,e){return s.type==e.type&&s.pkg==e.pkg&&s.id==e.id}function w(s){return`${s.pkg}:${s.id}`}function j(s){return{name:w(s),version:s.version}}function Pe(s){const e=s.name.match(/^(?<pkg>[^:]*):(?<id>[^:]*)$/);if(!e)throw new Error(`malformed artifact name: ${s.name}`);return{pkg:e.groups.pkg,id:e.groups.id,version:s.version}}function pe(s){return`${s.pkg}:${s.id}:${s.version}`}const ze=new TextDecoder,qe=new TextEncoder;class Ee{constructor(e,t,r){l(this,"data");l(this,"content");this.compileMode=e,this.fullName=t;let{data:n,content:o}=r;if(n===void 0&&o===void 0)throw new Error("Neither data nor content is provided for template constructor");if(n!==void 0&&o!==void 0)throw new Error("Both data and content are provided for template constructor");if(n===void 0&&(n=JSON.parse(ze.decode(ce.gunzipSync(o))),n.type!=="pl.tengo-template.v2"))throw new Error("malformed template");o===void 0&&(o=ce.gzipSync(qe.encode(Ce(n)),{chunkSize:256*1024,level:9}));const i=Pe(n);if(i.pkg!==t.pkg||i.id!==t.id||i.version!==t.version)throw new Error(`Compiled template name don't match it's package and file names: ${pe(i)} != ${pe(t)}`);this.data=n,this.content=o}toJSON(){return{compileMode:this.compileMode,fullName:this.fullName,data:this.data}}}class G{constructor(e){l(this,"map",new Map);this.nameExtractor=e}add(e,t=!0){const r=de(this.nameExtractor(e)),n=this.map.get(r);return n&&!t||this.map.set(r,e),n}get(e){return this.map.get(de(e))}get array(){const e=[];return this.map.forEach(t=>e.push(t)),e}forEach(e){this.map.forEach(t=>e(t,this.nameExtractor(t)))}}function Je(){return new G(s=>s)}class L{constructor(e){l(this,"dev");l(this,"dist");this.nameExtractor=e,this.dev=new G(e),this.dist=new G(e)}add(e,t,r=!0){switch(e){case"dist":return this.dist.add(t,r);default:x(e)}}get(e,t){switch(e){case"dist":return this.dist.get(t);default:x(e)}}array(e){const t=[];return this.forEach(e,r=>t.push(r)),t}forEach(e,t){this.dist.forEach((r,n)=>t(this.get(e,n)??r,n))}}function Ue(s,e){for(const t of s)switch(t.name){case"hash_override":{e.hashOverride=Be(t.args);break}}}function We(s,e){for(const t of s)switch(t.name){case"hash_override":throw new Error("hash_override compiler option can be used ONLY on template level. Even in templates it is already dangerous enough to potentially break everything in Platforma Backend. In libraries with the transitive dependencies resolution and flattening of libraries list on template level, it becomes so unpredictibally disasterous, that we are doomed to never find the ends of a knot if anything goes wrong.")}}function Be(s){if(s.length!=1)throw new Error("hash_override compiler option expects exactly one argument: hash_override <some string>. Note, you can use only UUID as a value.");const e=s[0].toLowerCase();if(!Ge(e))throw new Error(`hash_override must contain valid UUID as an override. As hash_override affects deduplication, it becomes completely not possible to distinguish several different templates from each other on backend's side. This means, if you set hash_override to a simple value (say, letter "a") on two completely different templates, they will be marked as interchangeable on backend's side with unpredictable consequences. UUID looks like a safe enough tradeoff between the feature usage simplicity and duplication safety`);return e}class Ve{constructor(e){l(this,"libs",new L(e=>e.fullName));l(this,"software",new L(e=>e.fullName));l(this,"assets",new L(e=>e.fullName));l(this,"templates",new L(e=>e.fullName));this.compileMode=e}populateTemplateDataFromDependencies(e,t,r,n){for(const o of r)switch(o.type){case"library":{const u=this.getLibOrError(o),d=n.indexOf(w(o));if(d>=0){let y=`library import recursion detected: ${n.slice(d).join(" -> ")} -> ${w(o)}`;throw new Error(y)}const b={...j(u.fullName),src:u.src};We(u.compilerOptions),t.libs[w(o)]=b,this.populateTemplateDataFromDependencies(e,t,u.dependencies,[...n,w(o)]);break}case"software":const i=this.getSoftwareOrError(o);t.software[w(o)]={...j(i.fullName),src:i.src};break;case"asset":const a=this.getAssetOrError(o);t.software[w(o)]={...j(a.fullName),src:a.src};break;case"template":if(fe(e,o))continue;const c=this.getTemplateOrError(o);t.templates[w(o)]=c.data;break;case"test":throw new Error(`dependencies tree error: tests should never be part of template: ${g(o)} is dependency of ${w(e)}`);default:x(o.type)}}compileAndAddTemplate(e){if(e.fullName.type!=="template")throw new Error("unexpected source type");const t={type:"pl.tengo-template.v2",...j(e.fullName),templates:{},libs:{},software:{},assets:{},src:e.src};Ue(e.compilerOptions,t),this.populateTemplateDataFromDependencies(e.fullName,t,e.dependencies,[]);const r=new Ee(e.compileMode,e.fullName,{data:t});return this.addTemplate(r),r}addLib(e){const t=this.libs.add(e.compileMode,e,!1);if(t)throw new Error(`compiler already contain such library: adding = ${m(e.fullName)}, contains = ${m(t.fullName)}`)}allLibs(){return this.libs.array(this.compileMode)}getLib(e){if(e.type!=="library")throw new Error(`illegal artifact type: got ${e.type} instead of 'library`);return this.libs.get(this.compileMode,e)}getLibOrError(e){const t=this.getLib(e);if(!t)throw new Error(`library not found: ${w(e)}`);return t}addSoftware(e){const t=this.software.add(e.compileMode,e,!1);if(t)throw new Error(`compiler already contain info for software: adding = ${m(e.fullName)}, contains = ${m(t.fullName)}`)}allSoftware(){return this.software.array(this.compileMode)}getSoftware(e){if(e.type!=="software")throw new Error(`illegal artifact type: got ${e.type} instead of 'software`);return this.software.get(this.compileMode,e)}getSoftwareOrError(e){const t=this.getSoftware(e);if(!t)throw new Error(`software info not found: ${w(e)}`);return t}addAsset(e){const t=this.assets.add(e.compileMode,e,!1);if(t)throw new Error(`compiler already contain info for asset: adding = ${m(e.fullName)}, contains = ${m(t.fullName)}`)}allAssets(){return this.assets.array(this.compileMode)}getAsset(e){if(e.type!=="asset")throw new Error(`illegal artifact type: got ${e.type} instead of 'asset`);return this.assets.get(this.compileMode,e)}getAssetOrError(e){const t=this.getAsset(e);if(!t)throw new Error(`asset info not found: ${w(e)}`);return t}addTemplate(e){const t=this.templates.add(e.compileMode,e,!1);if(t)throw new Error(`compiler already contain such template: adding = ${m(e.fullName)}, contains = ${m(t.fullName)}`)}allTemplates(){return this.templates.array(this.compileMode)}getTemplate(e){if(e.type!=="template")throw new Error(`illegal artifact type: got ${e.type} instead of 'template`);return this.templates.get(this.compileMode,e)}getTemplateOrError(e){const t=this.getTemplate(e);if(!t)throw new Error(`template not found: ${w(e)}`);return t}getArtefact(e){switch(e.type){case"template":return this.getTemplate(e);case"library":return this.getLib(e);case"software":return this.getSoftware(e);case"asset":return this.getAsset(e);case"test":return;default:x(e.type)}}checkLibs(){this.libs.forEach(this.compileMode,e=>{for(const t of e.dependencies){if(t.type==="test")throw new Error(`test should never be dependency of production code: ${g(t)} test is dependency of ${m(e.fullName)}`);if(!this.getArtefact(t))throw new Error(`unresolved dependency ${g(t)} for ${m(e.fullName)}`)}})}compileAndAdd(e){const t={templates:[],libs:[],software:[],assets:[]};let r=[];for(const n of e)n.fullName.type==="library"?(this.addLib(n),t.libs.push(n)):n.fullName.type==="software"?(this.addSoftware(n),t.software.push(n)):n.fullName.type==="asset"?(this.addAsset(n),t.assets.push(n)):r.push(n);for(;r.length>0;){const n=[];for(const o of r){const i=o.dependencies.filter(a=>!this.getArtefact(a)&&!(o.fullName.type==="template"&&fe(o.fullName,a)));if(i.length>0){let a=`Unsatisfied dependencies in ${m(o.fullName)}:
1
+ "use strict";var Me=Object.defineProperty;var Re=(s,e,t)=>e in s?Me(s,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):s[e]=t;var l=(s,e,t)=>Re(s,typeof e!="symbol"?e+"":e,t);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const ye=require("node:child_process"),h=require("@oclif/core"),je=require("node:path"),be=require("node:fs"),Le=require("winston"),ce=require("@milaboratories/pl-model-backend"),Ce=require("node:fs/promises"),ve=require("@milaboratories/tengo-tester"),D=require("node:process");function C(s){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(s){for(const t in s)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(s,t);Object.defineProperty(e,t,r.get?r:{enumerable:!0,get:()=>s[t]})}}return e.default=s,Object.freeze(e)}const f=C(je),p=C(be),_=C(Le),O=C(Ce);function F(s){throw new Error("Unexpected object: "+s)}function N(s="debug"){return _.createLogger({level:s,format:_.format.printf(({level:e,message:t})=>`${e.padStart(6," ")}: ${t}`),transports:[new _.transports.Console({stderrLevels:["error","warn","info","debug"],handleExceptions:!0})]})}function Ie(){let s=process.cwd();for(;s;){const e=f.join(s,"node_modules");if(p.existsSync(e))return e;const t=f.resolve(s,"..");if(t===s)break;s=t}throw new Error("Unable to find node_modules directory.")}function $(s){try{const e=p.statSync(s);return e.isDirectory()?"dir":e.isFile()?"file":e.isSymbolicLink()?"link":"unknown"}catch(e){const t=e;if(t.code=="ENOENT")return"absent";throw t}}function _e(s){return/^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i.test(s.toLowerCase())}function de(s){return`${s.type}||${s.pkg}||${s.id}`}function m(s){return`${s.type}:${s.pkg}:${s.id}:${s.version}`}function g(s){return`${s.type}:${s.pkg}:${s.id}`}function fe(s,e){return s.type==e.type&&s.pkg==e.pkg&&s.id==e.id}function w(s){return`${s.pkg}:${s.id}`}function j(s){return{name:w(s),version:s.version}}function Ge(s){const e=s.name.match(/^(?<pkg>[^:]*):(?<id>[^:]*)$/);if(!e)throw new Error(`malformed artifact name: ${s.name}`);return{pkg:e.groups.pkg,id:e.groups.id,version:s.version}}function pe(s){return`${s.pkg}:${s.id}:${s.version}`}class Ee{constructor(e,t,r){l(this,"data");l(this,"content");this.compileMode=e,this.fullName=t;let{data:n,content:o}=r;if(n===void 0&&o===void 0)throw new Error("Neither data nor content is provided for template constructor");if(n!==void 0&&o!==void 0)throw new Error("Both data and content are provided for template constructor");n===void 0&&(n=ce.parseTemplate(o)),o===void 0&&(o=ce.serializeTemplate(n));const i=Ge(n);if(i.pkg!==t.pkg||i.id!==t.id||i.version!==t.version)throw new Error(`Compiled template name don't match it's package and file names: ${pe(i)} != ${pe(t)}`);this.data=n,this.content=o}toJSON(){return{compileMode:this.compileMode,fullName:this.fullName,data:this.data}}}class G{constructor(e){l(this,"map",new Map);this.nameExtractor=e}add(e,t=!0){const r=de(this.nameExtractor(e)),n=this.map.get(r);return n&&!t||this.map.set(r,e),n}get(e){return this.map.get(de(e))}get array(){const e=[];return this.map.forEach(t=>e.push(t)),e}forEach(e){this.map.forEach(t=>e(t,this.nameExtractor(t)))}}function Pe(){return new G(s=>s)}class L{constructor(e){l(this,"dev");l(this,"dist");this.nameExtractor=e,this.dev=new G(e),this.dist=new G(e)}add(e,t,r=!0){switch(e){case"dist":return this.dist.add(t,r);default:F(e)}}get(e,t){switch(e){case"dist":return this.dist.get(t);default:F(e)}}array(e){const t=[];return this.forEach(e,r=>t.push(r)),t}forEach(e,t){this.dist.forEach((r,n)=>t(this.get(e,n)??r,n))}}function Ue(s,e){for(const t of s)switch(t.name){case"hash_override":{e.hashOverride=Je(t.args);break}}}function qe(s,e){for(const t of s)switch(t.name){case"hash_override":throw new Error("hash_override compiler option can be used ONLY on template level. Even in templates it is already dangerous enough to potentially break everything in Platforma Backend. In libraries with the transitive dependencies resolution and flattening of libraries list on template level, it becomes so unpredictibally disasterous, that we are doomed to never find the ends of a knot if anything goes wrong.")}}function Je(s){if(s.length!=1)throw new Error("hash_override compiler option expects exactly one argument: hash_override <some string>. Note, you can use only UUID as a value.");const e=s[0].toLowerCase();if(!_e(e))throw new Error(`hash_override must contain valid UUID as an override. As hash_override affects deduplication, it becomes completely not possible to distinguish several different templates from each other on backend's side. This means, if you set hash_override to a simple value (say, letter "a") on two completely different templates, they will be marked as interchangeable on backend's side with unpredictable consequences. UUID looks like a safe enough tradeoff between the feature usage simplicity and duplication safety`);return e}class We{constructor(e){l(this,"libs",new L(e=>e.fullName));l(this,"software",new L(e=>e.fullName));l(this,"assets",new L(e=>e.fullName));l(this,"templates",new L(e=>e.fullName));this.compileMode=e}populateTemplateDataFromDependencies(e,t,r,n){for(const o of r)switch(o.type){case"library":{const i=this.getLibOrError(o),a=n.indexOf(w(o));if(a>=0){const u=`library import recursion detected: ${n.slice(a).join(" -> ")} -> ${w(o)}`;throw new Error(u)}const c={...j(i.fullName),src:i.src};qe(i.compilerOptions),t.libs[w(o)]=c,this.populateTemplateDataFromDependencies(e,t,i.dependencies,[...n,w(o)]);break}case"software":{const i=this.getSoftwareOrError(o);t.software[w(o)]={...j(i.fullName),src:i.src};break}case"asset":{const i=this.getAssetOrError(o);t.software[w(o)]={...j(i.fullName),src:i.src};break}case"template":{if(fe(e,o))continue;const i=this.getTemplateOrError(o);t.templates[w(o)]=i.data;break}case"test":throw new Error(`dependencies tree error: tests should never be part of template: ${g(o)} is dependency of ${w(e)}`);default:F(o.type)}}compileAndAddTemplate(e){if(e.fullName.type!=="template")throw new Error("unexpected source type");const t={type:"pl.tengo-template.v2",...j(e.fullName),templates:{},libs:{},software:{},assets:{},src:e.src};Ue(e.compilerOptions,t),this.populateTemplateDataFromDependencies(e.fullName,t,e.dependencies,[]);const r=new Ee(e.compileMode,e.fullName,{data:t});return this.addTemplate(r),r}addLib(e){const t=this.libs.add(e.compileMode,e,!1);if(t)throw new Error(`compiler already contain such library: adding = ${m(e.fullName)}, contains = ${m(t.fullName)}`)}allLibs(){return this.libs.array(this.compileMode)}getLib(e){if(e.type!=="library")throw new Error(`illegal artifact type: got ${e.type} instead of 'library`);return this.libs.get(this.compileMode,e)}getLibOrError(e){const t=this.getLib(e);if(!t)throw new Error(`library not found: ${w(e)}`);return t}addSoftware(e){const t=this.software.add(e.compileMode,e,!1);if(t)throw new Error(`compiler already contain info for software: adding = ${m(e.fullName)}, contains = ${m(t.fullName)}`)}allSoftware(){return this.software.array(this.compileMode)}getSoftware(e){if(e.type!=="software")throw new Error(`illegal artifact type: got ${e.type} instead of 'software`);return this.software.get(this.compileMode,e)}getSoftwareOrError(e){const t=this.getSoftware(e);if(!t)throw new Error(`software info not found: ${w(e)}`);return t}addAsset(e){const t=this.assets.add(e.compileMode,e,!1);if(t)throw new Error(`compiler already contain info for asset: adding = ${m(e.fullName)}, contains = ${m(t.fullName)}`)}allAssets(){return this.assets.array(this.compileMode)}getAsset(e){if(e.type!=="asset")throw new Error(`illegal artifact type: got ${e.type} instead of 'asset`);return this.assets.get(this.compileMode,e)}getAssetOrError(e){const t=this.getAsset(e);if(!t)throw new Error(`asset info not found: ${w(e)}`);return t}addTemplate(e){const t=this.templates.add(e.compileMode,e,!1);if(t)throw new Error(`compiler already contain such template: adding = ${m(e.fullName)}, contains = ${m(t.fullName)}`)}allTemplates(){return this.templates.array(this.compileMode)}getTemplate(e){if(e.type!=="template")throw new Error(`illegal artifact type: got ${e.type} instead of 'template`);return this.templates.get(this.compileMode,e)}getTemplateOrError(e){const t=this.getTemplate(e);if(!t)throw new Error(`template not found: ${w(e)}`);return t}getArtefact(e){switch(e.type){case"template":return this.getTemplate(e);case"library":return this.getLib(e);case"software":return this.getSoftware(e);case"asset":return this.getAsset(e);case"test":return;default:F(e.type)}}checkLibs(){this.libs.forEach(this.compileMode,e=>{for(const t of e.dependencies){if(t.type==="test")throw new Error(`test should never be dependency of production code: ${g(t)} test is dependency of ${m(e.fullName)}`);if(!this.getArtefact(t))throw new Error(`unresolved dependency ${g(t)} for ${m(e.fullName)}`)}})}compileAndAdd(e){const t={templates:[],libs:[],software:[],assets:[]};let r=[];for(const n of e)n.fullName.type==="library"?(this.addLib(n),t.libs.push(n)):n.fullName.type==="software"?(this.addSoftware(n),t.software.push(n)):n.fullName.type==="asset"?(this.addAsset(n),t.assets.push(n)):r.push(n);for(;r.length>0;){const n=[];for(const o of r){const i=o.dependencies.filter(a=>!this.getArtefact(a)&&!(o.fullName.type==="template"&&fe(o.fullName,a)));if(i.length>0){let a=`Unsatisfied dependencies in ${m(o.fullName)}:
2
2
  `;for(const c of i)a+=` - ${g(c)}
3
- `;n.push({src:o,err:Error(a)});continue}switch(o.fullName.type){case"library":this.addLib(o),t.libs.push(o);break;case"software":this.addSoftware(o),t.software.push(o);break;case"asset":this.addAsset(o),t.assets.push(o);break;case"template":try{const a=this.compileAndAddTemplate(o);t.templates.push(a)}catch(a){let c=`Unsatisfied dependencies in ${m(o.fullName)}:
4
- `;c+=` - ${a.message}
5
- `,n.push({src:o,err:Error(c)})}break;case"test":break;default:x(o.fullName.type)}}if(r.length===n.length){let o="";for(const i of n)o+=`
6
- ${i.err.message}`;throw new Error(o)}r=n.map(({src:o})=>o)}return t}}const ue="[_a-zA-Z][_a-zA-Z0-9]*",F=(s,e)=>new RegExp(`\\b${s}\\.(?<fnCall>(?<fnName>`+e+')\\s*\\(\\s*"(?<templateName>[^"]+)"\\s*\\))'),Ze=s=>F(s,"getTemplateId"),Ke=s=>F(s,"getSoftwareInfo"),me=s=>F(s,"importTemplate"),ge=s=>F(s,"importSoftware"),Xe=s=>F(s,"importAsset"),Ye=/^\s*$/,He=/^\/\/tengo:[\w]/,Qe=/^\s*\/\/\s*tengo:\s*./,et=/^\s*(\/\/)|(\/\*.*\*\/)/,tt=/^\s*\/\*/,st=/\*\//,Ne=/\s*:=\s*import\s*\(\s*"(?<moduleName>[^"]+)"\s*\)/,ot=new RegExp(`\\b(?<importName>${ue}(\\.${ue})*)${Ne.source}`),rt=/(?<pkgName>[^"]+)?:(?<depID>[^"]+)/,nt=s=>{const e=s.split(" "),t=e[0].split(":");if(t.length!=2)throw new Error("compiler option format is wrong: expect to have option name after 'tengo:' prefix, like 'tengo:MyOption'");return{name:t[1],args:e.slice(1)}};class oe{constructor(e,t,r,n,o,i){this.compileMode=e,this.fullName=t,this.src=r,this.srcName=n,this.dependencies=o,this.compilerOptions=i}}function $e(s,e,t,r,n){const o=be.readFileSync(t).toString(),{deps:i,normalized:a,opts:c}=it(s,o,r,n);return new oe(e,r,a,t,i.array,c)}function it(s,e,t,r){const n=Je(),o=[],i=e.split(`
7
- `),a=[];let c={isInCommentBlock:!1,canDetectOptions:!0,tplDepREs:new Map,lineNo:0};for(const u of i){c.lineNo++;try{const d=at(s,u,c,t.pkg,r);a.push(d.line),c=d.context,d.artifact&&n.add(d.artifact),d.option&&o.push(d.option)}catch(d){throw new Error(`[line ${c.lineNo}]: ${d.message}
3
+ `;n.push({src:o,err:Error(a)});continue}switch(o.fullName.type){case"library":this.addLib(o),t.libs.push(o);break;case"software":this.addSoftware(o),t.software.push(o);break;case"asset":this.addAsset(o),t.assets.push(o);break;case"template":try{const a=this.compileAndAddTemplate(o);t.templates.push(a)}catch(a){const c=a;let u=`Unsatisfied dependencies in ${m(o.fullName)}:
4
+ `;u+=` - ${c.message}
5
+ `,n.push({src:o,err:Error(u)})}break;case"test":break;default:F(o.fullName.type)}}if(r.length===n.length){let o="";for(const i of n)o+=`
6
+ ${i.err.message}`;throw new Error(o)}r=n.map(({src:o})=>o)}return t}}const ue="[_a-zA-Z][_a-zA-Z0-9]*",x=(s,e)=>new RegExp(`\\b${s}\\.(?<fnCall>(?<fnName>`+e+')\\s*\\(\\s*"(?<templateName>[^"]+)"\\s*\\))'),ze=s=>x(s,"getTemplateId"),Be=s=>x(s,"getSoftwareInfo"),me=s=>x(s,"importTemplate"),ge=s=>x(s,"importSoftware"),Ve=s=>x(s,"importAsset"),Ze=/^\s*$/,Ke=/^\/\/tengo:[\w]/,Xe=/^\s*\/\/\s*tengo:\s*./,Ye=/^\s*(\/\/)|(\/\*.*\*\/)/,He=/^\s*\/\*/,Qe=/\*\//,$e=/\s*:=\s*import\s*\(\s*"(?<moduleName>[^"]+)"\s*\)/,et=new RegExp(`\\b(?<importName>${ue}(\\.${ue})*)${$e.source}`),tt=/(?<pkgName>[^"]+)?:(?<depID>[^"]+)/,st=s=>{const e=s.split(" "),t=e[0].split(":");if(t.length!=2)throw new Error("compiler option format is wrong: expect to have option name after 'tengo:' prefix, like 'tengo:MyOption'");return{name:t[1],args:e.slice(1)}};class oe{constructor(e,t,r,n,o,i){this.compileMode=e,this.fullName=t,this.src=r,this.srcName=n,this.dependencies=o,this.compilerOptions=i}}function Ne(s,e,t,r,n){const o=be.readFileSync(t).toString(),{deps:i,normalized:a,opts:c}=ot(s,o,r,n);return new oe(e,r,a,t,i.array,c)}function ot(s,e,t,r){const n=Pe(),o=[],i=e.split(`
7
+ `),a=[];let c={isInCommentBlock:!1,canDetectOptions:!0,tplDepREs:new Map,lineNo:0};for(const u of i){c.lineNo++;try{const d=rt(s,u,c,t.pkg,r);a.push(d.line),c=d.context,d.artifact&&n.add(d.artifact),d.option&&o.push(d.option)}catch(d){const y=d;throw new Error(`[line ${c.lineNo}]: ${y.message}
8
8
  ${u}`)}}return{normalized:a.join(`
9
- `),deps:n,opts:o}}function at(s,e,t,r,n){if(t.isInCommentBlock)return st.exec(e)&&(t.isInCommentBlock=!1),{line:e,context:t,artifact:void 0,option:void 0};if(He.exec(e)){if(!t.canDetectOptions)throw s.error(`[line ${t.lineNo}]: compiler option '//tengo:' was detected, but it cannot be applied as compiler options can be set only at the file header, before any code line'`),new Error("tengo compiler options ('//tengo:' comments) can be set only in file header");return{line:e,context:t,artifact:void 0,option:nt(e)}}if(Qe.exec(e)&&t.canDetectOptions)return s.warn(`[line ${t.lineNo}]: text simillar to compiler option ('//tengo:...') was detected, but it has wrong format. Leave it as is, if you did not mean to use a line as compiler option. Or format it to '//tengo:<option>' otherwise (no spaces between '//' and 'tengo', no spaces between ':' and option name)`),{line:e,context:t,artifact:void 0,option:void 0};if(et.exec(e))return{line:e,context:t,artifact:void 0,option:void 0};if(tt.exec(e))return t.isInCommentBlock=!0,{line:e,context:t,artifact:void 0,option:void 0};if(Ye.exec(e))return{line:e,context:t,artifact:void 0,option:void 0};t.canDetectOptions=!1;const o=Ne.exec(e);if(o){const i=lt(e);if(i.module==="plapi")return t.tplDepREs.has(i.module)||t.tplDepREs.set(i.module,[["template",Ze(i.alias)],["software",Ke(i.alias)]]),{line:e,context:t,artifact:void 0,option:void 0};(i.module==="@milaboratory/tengo-sdk:ll"||i.module==="@platforma-sdk/workflow-tengo:ll"||(r==="@milaboratory/tengo-sdk"||r==="@platforma-sdk/workflow-tengo")&&i.module===":ll")&&(t.tplDepREs.has(i.module)||t.tplDepREs.set(i.module,[["template",me(i.alias)],["software",ge(i.alias)]])),(i.module==="@milaboratory/tengo-sdk:assets"||i.module==="@platforma-sdk/workflow-tengo:assets"||(r==="@milaboratory/tengo-sdk"||r==="@platforma-sdk/workflow-tengo")&&i.module===":assets")&&(t.tplDepREs.has(i.module)||t.tplDepREs.set(i.module,[["template",me(i.alias)],["software",ge(i.alias)],["asset",Xe(i.alias)]]));const a=he(i.module,"library",r);return a?(e=e.replace(o[0],` := import("${a.pkg}:${a.id}")`),{line:e,context:t,artifact:a,option:void 0}):{line:e,context:t,artifact:void 0,option:void 0}}if(t.tplDepREs.size>0)for(const[i,a]of t.tplDepREs)for(const[c,u]of a){const d=u.exec(e);if(!d||!d.groups)continue;const{fnCall:b,templateName:y,fnName:v}=d.groups;if(!b||!y||!v)throw Error("failed to parse template import statement");const E=he(y,c,r);if(!E)throw Error(`failed to parse artifact name in ${v} import statement`);return e=e.replace(b,`${v}("${E.pkg}:${E.id}")`),{line:e,context:t,artifact:E,option:void 0}}return{line:e,context:t,artifact:void 0,option:void 0}}function lt(s){const e=ot.exec(s);if(!e||!e.groups)throw Error("failed to parse 'import' statement");const{importName:t,moduleName:r}=e.groups;if(!t||!r)throw Error("failed to parse 'import' statement");return{module:r,alias:t}}function he(s,e,t){const r=rt.exec(s);if(!r)return;if(!r.groups)throw Error("failed to parse dependency name inside 'import' statement. The dependency name should have format '<package>:<templateName>'");const{pkgName:n,depID:o}=r.groups;if(!o)throw Error("failed to parse dependency name inside 'import' statement. The dependency name should have format '<package>:<templateName>'");return{type:e,pkg:n??t,id:o}}const P=".plj.gz",z=".lib.tengo",q=".sw.json",J=".as.json",we=".test.tengo",U=".tpl.tengo",W=".lib.tengo",B=".sw.json",V=".as.json",ct=[W,U,B,V];function M(){return JSON.parse(p.readFileSync("package.json").toString())}function Se(s,e){return f.resolve(e,s,"tengo","lib")}function ke(s,e){return f.resolve(e,s,"tengo","tpl")}function Ae(s,e){return f.resolve(e,s,"tengo","software")}function Te(s,e){return f.resolve(e,s,"tengo","asset")}function De(s,e,t,r,n=!1){const o=f.resolve(r,"package.json");if(N(o)!=="file"){for(const ae of p.readdirSync(r)){const Fe=N(f.join(r,ae))==="link",le=f.resolve(r,ae);N(le)==="dir"&&De(s,e,t,le,Fe)}return}const i=Se("dist",r),a=ke("dist",r),c=Ae("dist",r),u=Te("dist",r),d=N(i)==="dir",b=N(a)==="dir",y=N(c)==="dir",v=N(u)==="dir";if(!d&&!b&&!y&&!v)return;const E=JSON.parse(p.readFileSync(o).toString());if(E.name!==t.name){if(N(f.resolve(r,"node_modules"))==="dir"&&n)throw new Error(`nested node_modules is a sign of library dependencies version incompatibility in ${r}`);d&&dt(s,E,"dist",i,e),b&&ft(s,E,"dist",a,e),y&&pt(s,E,"dist",c,e),v&&ut(s,E,"dist",u,e)}}function dt(s,e,t,r,n){for(const o of p.readdirSync(r)){const i=f.resolve(r,o);if(!o.endsWith(z))throw new Error(`unexpected file in 'lib' folder: ${i}`);const a={type:"library",pkg:e.name,id:o.slice(0,o.length-z.length),version:e.version},c=$e(s,t,i,a,!0);if(n.addLib(c),s.debug(`Adding dependency ${m(a)} from ${i}`),c.dependencies.length>0){s.debug("Dependencies:");for(const u of c.dependencies)s.debug(` - ${g(u)}`)}}}function ft(s,e,t,r,n){for(const o of p.readdirSync(r)){const i=f.resolve(r,o);if(!o.endsWith(P))throw new Error(`unexpected file in 'tpl' folder: ${i}`);const a={type:"template",pkg:e.name,id:o.slice(0,o.length-P.length),version:e.version},c=new Ee(t,a,{content:p.readFileSync(i)});n.addTemplate(c),s.debug(`Adding dependency ${m(a)} from ${i}`)}}function pt(s,e,t,r,n){for(const o of p.readdirSync(r)){const i=f.resolve(r,o);if(!o.endsWith(q))throw new Error(`unexpected file in 'software' folder: ${i}`);const a={type:"software",pkg:e.name,id:o.slice(0,o.length-q.length),version:e.version},c=new oe(t,a,p.readFileSync(i).toString(),i,[],[]);s.debug(`Adding dependency ${m(a)} from ${i}`),n.addSoftware(c)}}function ut(s,e,t,r,n){for(const o of p.readdirSync(r)){const i=f.resolve(r,o);if(!o.endsWith(J))throw new Error(`unexpected file in 'asset' folder: ${i}`);const a={type:"asset",pkg:e.name,id:o.slice(0,o.length-J.length),version:e.version},c=new oe(t,a,p.readFileSync(i).toString(),i,[],[]);s.debug(`Adding dependency ${m(a)} from ${i}`),n.addAsset(c)}}function R(s,e,t,r,n){const o=[];for(const i of p.readdirSync(f.join(r,n))){const a=f.join(n,i),c=f.join(r,a);if(N(c)==="dir"){const v=R(s,e,t,r,a);o.push(...v);continue}const u=i==="index.lib.tengo"?`${f.dirname(a)}.lib.tengo`:a,d=mt(e,u.replaceAll(f.sep,"."));if(!d)continue;const b=f.resolve(r,a);s.debug(`Parsing ${m(d)} from ${b}`);const y=$e(s,t,b,d,!0);if(y.dependencies.length>0){s.debug("Detected dependencies:");for(const v of y.dependencies)s.debug(` - ${g(v)}`)}o.push(y)}return o}function re(s,e,t){const r=new Ve(t);return De(s,r,e,_e()),r}function mt(s,e){const t={pkg:s.name,version:s.version};return e.endsWith(W)?{...t,id:e.substring(0,e.length-W.length),type:"library"}:e.endsWith(U)?{...t,id:e.substring(0,e.length-U.length),type:"template"}:e.endsWith(B)?{...t,id:e.substring(0,e.length-B.length),type:"software"}:e.endsWith(V)?{...t,id:e.substring(0,e.length-V.length),type:"asset"}:e.endsWith(we)?{...t,id:e.substring(0,e.length-we.length),type:"test"}:null}function gt(s,e){const t=M(),r=re(s,t,e),n=R(s,t,e,"src","");if(n.length===0){const i=[];for(const a of ct)i.push(`*${a}`);s.error(`Nothing to compile. Looked for ${i.join(", ")}`),process.exit(1)}s.info(`Compiling '${e}'...`);const o=r.compileAndAdd(n);return s.debug("Done."),o}function ht(s,e,t){if(e.libs.length>0){const r=Se(t,".");p.mkdirSync(r,{recursive:!0});for(const n of e.libs){const o=f.resolve(r,n.fullName.id+z);s.info(` - writing ${o}`),p.writeFileSync(o,n.src)}}if(e.templates.length>0){const r=ke(t,".");p.mkdirSync(r,{recursive:!0});for(const n of e.templates){const o=f.resolve(r,n.fullName.id+P);s.info(` - writing ${o}`),p.writeFileSync(o,n.content)}}if(e.software.length>0){const r=Ae(t,".");p.mkdirSync(r,{recursive:!0});for(const n of e.software){const o=f.resolve(r,n.fullName.id+q);s.info(` - writing ${o}`),p.writeFileSync(o,n.src)}}if(e.assets.length>0){const r=Te(t,".");p.mkdirSync(r,{recursive:!0});for(const n of e.software){const o=f.resolve(r,n.fullName.id+J);s.info(` - writing ${o}`),p.writeFileSync(o,n.src)}}}const ne={"log-level":h.Flags.string({description:"logging level",default:"info",options:["error","warn","info","debug"]})},wt={"generate-tags":h.Flags.boolean({description:"generate tags, default false",default:!1}),"tags-file":h.Flags.file({description:'where to put ".tags" file, it should be a root of VS Code project',default:"../../.tags"}),"tags-additional-args":h.Flags.string({description:"additional flags for universal-ctags command: e.g. -e for emacs",default:[],multiple:!0,delimiter:","})},A=class A extends h.Command{async run(){const{flags:e}=await this.parse(A),t=$(e["log-level"]),r=M(),n=gt(t,"dist");ht(t,n,"dist"),t.info("");let o=`declare type TemplateFromFile = { readonly type: "from-file"; readonly path: string; };
9
+ `),deps:n,opts:o}}function rt(s,e,t,r,n){if(t.isInCommentBlock)return Qe.exec(e)&&(t.isInCommentBlock=!1),{line:e,context:t,artifact:void 0,option:void 0};if(Ke.exec(e)){if(!t.canDetectOptions)throw s.error(`[line ${t.lineNo}]: compiler option '//tengo:' was detected, but it cannot be applied as compiler options can be set only at the file header, before any code line'`),new Error("tengo compiler options ('//tengo:' comments) can be set only in file header");return{line:e,context:t,artifact:void 0,option:st(e)}}if(Xe.exec(e)&&t.canDetectOptions)return s.warn(`[line ${t.lineNo}]: text simillar to compiler option ('//tengo:...') was detected, but it has wrong format. Leave it as is, if you did not mean to use a line as compiler option. Or format it to '//tengo:<option>' otherwise (no spaces between '//' and 'tengo', no spaces between ':' and option name)`),{line:e,context:t,artifact:void 0,option:void 0};if(Ye.exec(e))return{line:e,context:t,artifact:void 0,option:void 0};if(He.exec(e))return t.isInCommentBlock=!0,{line:e,context:t,artifact:void 0,option:void 0};if(Ze.exec(e))return{line:e,context:t,artifact:void 0,option:void 0};t.canDetectOptions=!1;const o=$e.exec(e);if(o){const i=nt(e);if(i.module==="plapi")return t.tplDepREs.has(i.module)||t.tplDepREs.set(i.module,[["template",ze(i.alias)],["software",Be(i.alias)]]),{line:e,context:t,artifact:void 0,option:void 0};(i.module==="@milaboratory/tengo-sdk:ll"||i.module==="@platforma-sdk/workflow-tengo:ll"||(r==="@milaboratory/tengo-sdk"||r==="@platforma-sdk/workflow-tengo")&&i.module===":ll")&&(t.tplDepREs.has(i.module)||t.tplDepREs.set(i.module,[["template",me(i.alias)],["software",ge(i.alias)]])),(i.module==="@milaboratory/tengo-sdk:assets"||i.module==="@platforma-sdk/workflow-tengo:assets"||(r==="@milaboratory/tengo-sdk"||r==="@platforma-sdk/workflow-tengo")&&i.module===":assets")&&(t.tplDepREs.has(i.module)||t.tplDepREs.set(i.module,[["template",me(i.alias)],["software",ge(i.alias)],["asset",Ve(i.alias)]]));const a=he(i.module,"library",r);return a?(e=e.replace(o[0],` := import("${a.pkg}:${a.id}")`),{line:e,context:t,artifact:a,option:void 0}):{line:e,context:t,artifact:void 0,option:void 0}}if(t.tplDepREs.size>0)for(const[i,a]of t.tplDepREs)for(const[c,u]of a){const d=u.exec(e);if(!d||!d.groups)continue;const{fnCall:y,templateName:E,fnName:b}=d.groups;if(!y||!E||!b)throw Error("failed to parse template import statement");const v=he(E,c,r);if(!v)throw Error(`failed to parse artifact name in ${b} import statement`);return e=e.replace(y,`${b}("${v.pkg}:${v.id}")`),{line:e,context:t,artifact:v,option:void 0}}return{line:e,context:t,artifact:void 0,option:void 0}}function nt(s){const e=et.exec(s);if(!e||!e.groups)throw Error("failed to parse 'import' statement");const{importName:t,moduleName:r}=e.groups;if(!t||!r)throw Error("failed to parse 'import' statement");return{module:r,alias:t}}function he(s,e,t){const r=tt.exec(s);if(!r)return;if(!r.groups)throw Error("failed to parse dependency name inside 'import' statement. The dependency name should have format '<package>:<templateName>'");const{pkgName:n,depID:o}=r.groups;if(!o)throw Error("failed to parse dependency name inside 'import' statement. The dependency name should have format '<package>:<templateName>'");return{type:e,pkg:n??t,id:o}}const P=".plj.gz",U=".lib.tengo",q=".sw.json",J=".as.json",we=".test.tengo",W=".tpl.tengo",z=".lib.tengo",B=".sw.json",V=".as.json",it=[z,W,B,V];function M(){return JSON.parse(p.readFileSync("package.json").toString())}function Se(s,e){return f.resolve(e,s,"tengo","lib")}function ke(s,e){return f.resolve(e,s,"tengo","tpl")}function Ae(s,e){return f.resolve(e,s,"tengo","software")}function Te(s,e){return f.resolve(e,s,"tengo","asset")}function De(s,e,t,r,n=!1){const o=f.resolve(r,"package.json");if($(o)!=="file"){for(const ae of p.readdirSync(r)){const xe=$(f.join(r,ae))==="link",le=f.resolve(r,ae);$(le)==="dir"&&De(s,e,t,le,xe)}return}const i=Se("dist",r),a=ke("dist",r),c=Ae("dist",r),u=Te("dist",r),d=$(i)==="dir",y=$(a)==="dir",E=$(c)==="dir",b=$(u)==="dir";if(!d&&!y&&!E&&!b)return;const v=JSON.parse(p.readFileSync(o).toString());if(v.name!==t.name){if($(f.resolve(r,"node_modules"))==="dir"&&n)throw new Error(`nested node_modules is a sign of library dependencies version incompatibility in ${r}`);d&&at(s,v,"dist",i,e),y&&lt(s,v,"dist",a,e),E&&ct(s,v,"dist",c,e),b&&dt(s,v,"dist",u,e)}}function at(s,e,t,r,n){for(const o of p.readdirSync(r)){const i=f.resolve(r,o);if(!o.endsWith(U))throw new Error(`unexpected file in 'lib' folder: ${i}`);const a={type:"library",pkg:e.name,id:o.slice(0,o.length-U.length),version:e.version},c=Ne(s,t,i,a,!0);if(n.addLib(c),s.debug(`Adding dependency ${m(a)} from ${i}`),c.dependencies.length>0){s.debug("Dependencies:");for(const u of c.dependencies)s.debug(` - ${g(u)}`)}}}function lt(s,e,t,r,n){for(const o of p.readdirSync(r)){const i=f.resolve(r,o);if(!o.endsWith(P))throw new Error(`unexpected file in 'tpl' folder: ${i}`);const a={type:"template",pkg:e.name,id:o.slice(0,o.length-P.length),version:e.version},c=new Ee(t,a,{content:p.readFileSync(i)});n.addTemplate(c),s.debug(`Adding dependency ${m(a)} from ${i}`)}}function ct(s,e,t,r,n){for(const o of p.readdirSync(r)){const i=f.resolve(r,o);if(!o.endsWith(q))throw new Error(`unexpected file in 'software' folder: ${i}`);const a={type:"software",pkg:e.name,id:o.slice(0,o.length-q.length),version:e.version},c=new oe(t,a,p.readFileSync(i).toString(),i,[],[]);s.debug(`Adding dependency ${m(a)} from ${i}`),n.addSoftware(c)}}function dt(s,e,t,r,n){for(const o of p.readdirSync(r)){const i=f.resolve(r,o);if(!o.endsWith(J))throw new Error(`unexpected file in 'asset' folder: ${i}`);const a={type:"asset",pkg:e.name,id:o.slice(0,o.length-J.length),version:e.version},c=new oe(t,a,p.readFileSync(i).toString(),i,[],[]);s.debug(`Adding dependency ${m(a)} from ${i}`),n.addAsset(c)}}function R(s,e,t,r,n){const o=[];for(const i of p.readdirSync(f.join(r,n))){const a=f.join(n,i),c=f.join(r,a);if($(c)==="dir"){const b=R(s,e,t,r,a);o.push(...b);continue}const u=i==="index.lib.tengo"?`${f.dirname(a)}.lib.tengo`:a,d=ft(e,u.replaceAll(f.sep,"."));if(!d)continue;const y=f.resolve(r,a);s.debug(`Parsing ${m(d)} from ${y}`);const E=Ne(s,t,y,d,!0);if(E.dependencies.length>0){s.debug("Detected dependencies:");for(const b of E.dependencies)s.debug(` - ${g(b)}`)}o.push(E)}return o}function re(s,e,t){const r=new We(t);return De(s,r,e,Ie()),r}function ft(s,e){const t={pkg:s.name,version:s.version};return e.endsWith(z)?{...t,id:e.substring(0,e.length-z.length),type:"library"}:e.endsWith(W)?{...t,id:e.substring(0,e.length-W.length),type:"template"}:e.endsWith(B)?{...t,id:e.substring(0,e.length-B.length),type:"software"}:e.endsWith(V)?{...t,id:e.substring(0,e.length-V.length),type:"asset"}:e.endsWith(we)?{...t,id:e.substring(0,e.length-we.length),type:"test"}:null}function pt(s,e){const t=M(),r=re(s,t,e),n=R(s,t,e,"src","");if(n.length===0){const i=[];for(const a of it)i.push(`*${a}`);s.error(`Nothing to compile. Looked for ${i.join(", ")}`),process.exit(1)}s.info(`Compiling '${e}'...`);const o=r.compileAndAdd(n);return s.debug("Done."),o}function ut(s,e,t){if(e.libs.length>0){const r=Se(t,".");p.mkdirSync(r,{recursive:!0});for(const n of e.libs){const o=f.resolve(r,n.fullName.id+U);s.info(` - writing ${o}`),p.writeFileSync(o,n.src)}}if(e.templates.length>0){const r=ke(t,".");p.mkdirSync(r,{recursive:!0});for(const n of e.templates){const o=f.resolve(r,n.fullName.id+P);s.info(` - writing ${o}`),p.writeFileSync(o,n.content)}}if(e.software.length>0){const r=Ae(t,".");p.mkdirSync(r,{recursive:!0});for(const n of e.software){const o=f.resolve(r,n.fullName.id+q);s.info(` - writing ${o}`),p.writeFileSync(o,n.src)}}if(e.assets.length>0){const r=Te(t,".");p.mkdirSync(r,{recursive:!0});for(const n of e.software){const o=f.resolve(r,n.fullName.id+J);s.info(` - writing ${o}`),p.writeFileSync(o,n.src)}}}const ne={"log-level":h.Flags.string({description:"logging level",default:"info",options:["error","warn","info","debug"]})},mt={"generate-tags":h.Flags.boolean({description:"generate tags, default false",default:!1}),"tags-file":h.Flags.file({description:'where to put ".tags" file, it should be a root of VS Code project',default:"../../.tags"}),"tags-additional-args":h.Flags.string({description:"additional flags for universal-ctags command: e.g. -e for emacs",default:[],multiple:!0,delimiter:","})},A=class A extends h.Command{async run(){const{flags:e}=await this.parse(A),t=N(e["log-level"]),r=M(),n=pt(t,"dist");ut(t,n,"dist"),t.info("");let o=`declare type TemplateFromFile = { readonly type: "from-file"; readonly path: string; };
10
10
  `;o+=`declare type TplName = ${n.templates.map(d=>'"'+d.fullName.id+'"').join(" | ")};
11
11
  `,o+=`declare const Templates: Record<TplName, TemplateFromFile>;
12
12
  `,o+=`export { Templates };
@@ -19,7 +19,7 @@ export const Templates = {
19
19
  }};
20
20
  `,a+=`
21
21
  };
22
- `,await O.writeFile("dist/index.d.ts",o),r.type==="module"?(await O.writeFile("dist/index.cjs",i),await O.writeFile("dist/index.js",a)):(await O.writeFile("dist/index.js",i),await O.writeFile("dist/index.mjs",a)),yt(e),e["generate-tags"]&&bt(t,e),t.info("Template Pack build done.")}};l(A,"description","build tengo sources into single distributable pack file"),l(A,"examples",["<%= config.bin %> <%= command.id %>"]),l(A,"flags",{...ne,...wt});let Z=A;function yt(s){process.env.GENERATE_TAGS!=null&&(s["generate-tags"]=process.env.GENERATE_TAGS=="true"),process.env.TAGS_FILE!=null&&(s["tags-file"]=process.env.TAGS_FILE),process.env.TAGS_ADDITIONAL_ARGS!=null&&(s["tags-additional-args"]=process.env.TAGS_ADDITIONAL_ARGS.split(","))}function bt(s,e){var a;const t=f.resolve(e["tags-file"]),r=f.dirname(t),n=e["tags-additional-args"],o=vt(r);s.info(`Generating tags for tengo autocompletion from "${r}" in "${t}", additional arguments: "${n}".
22
+ `,await O.writeFile("dist/index.d.ts",o),r.type==="module"?(await O.writeFile("dist/index.cjs",i),await O.writeFile("dist/index.js",a)):(await O.writeFile("dist/index.js",i),await O.writeFile("dist/index.mjs",a)),gt(e),e["generate-tags"]&&ht(t,e),t.info("Template Pack build done.")}};l(A,"description","build tengo sources into single distributable pack file"),l(A,"examples",["<%= config.bin %> <%= command.id %>"]),l(A,"flags",{...ne,...mt});let Z=A;function gt(s){process.env.GENERATE_TAGS!=null&&(s["generate-tags"]=process.env.GENERATE_TAGS=="true"),process.env.TAGS_FILE!=null&&(s["tags-file"]=process.env.TAGS_FILE),process.env.TAGS_ADDITIONAL_ARGS!=null&&(s["tags-additional-args"]=process.env.TAGS_ADDITIONAL_ARGS.split(","))}function ht(s,e){var a;const t=f.resolve(e["tags-file"]),r=f.dirname(t),n=e["tags-additional-args"],o=wt(r);s.info(`Generating tags for tengo autocompletion from "${r}" in "${t}", additional arguments: "${n.join('" "')}".
23
23
  Found ${o.length} tengo files...`);const i=ye.spawnSync("ctags",["-f",t,...n,"--langdef=tengo","--map-tengo=+.tengo","--kinddef-tengo=f,function,function","--regex-tengo=/^\\s*(.*)(:| :=| =) ?func.*/\\1/f/","--kinddef-tengo=c,constant,constant",'--regex-tengo=/^\\s*(.*) := ("|\\{).*/\\1/c/',"-R",...o],{env:process.env,stdio:"inherit",cwd:r});if((a=i.error)!=null&&a.message.includes("ENOENT")){console.log(`
24
24
  pl-tengo can create tags for tengo autocompletion,
25
25
  but the program should be installed
@@ -27,7 +27,7 @@ with "brew install universal-ctags" on OSX
27
27
  or "sudo apt install universal-ctags" on Ubuntu.
28
28
 
29
29
  For vscode, you should also install ctags extension:
30
- https://marketplace.visualstudio.com/items?itemName=jaydenlin.ctags-support`);return}Et(i,"failed to generate ctags"),s.info("Generation of tags is done.")}function vt(s){const e=p.readdirSync(s,{withFileTypes:!0,recursive:!0}),t=[];return e.forEach(r=>{if(!r.isDirectory()&&r.name.endsWith(".tengo")){const n=f.join(r.parentPath,r.name).replace(s,".");t.push(n)}}),t}function Et(s,e){s.error&&console.log(s.error);const t=e;s.status!==0&&console.log(`WARN: ${t} the build will continue as-is`)}function ie(s,e){const t=M(),r=R(s,t,"dist","src",""),n=re(s,t,"dist");for(const o of n.allLibs())s.debug(`Dumping to pl-tester: ${g(o.fullName)}`),e.write(JSON.stringify(o)+`
30
+ https://marketplace.visualstudio.com/items?itemName=jaydenlin.ctags-support`);return}yt(i,"failed to generate ctags"),s.info("Generation of tags is done.")}function wt(s){const e=p.readdirSync(s,{withFileTypes:!0,recursive:!0}),t=[];return e.forEach(r=>{if(!r.isDirectory()&&r.name.endsWith(".tengo")){const n=f.join(r.parentPath,r.name).replace(s,".");t.push(n)}}),t}function yt(s,e){s.error&&console.log(s.error);const t=e;s.status!==0&&console.log(`WARN: ${t} the build will continue as-is`)}function ie(s,e){const t=M(),r=R(s,t,"dist","src",""),n=re(s,t,"dist");for(const o of n.allLibs())s.debug(`Dumping to pl-tester: ${g(o.fullName)}`),e.write(JSON.stringify(o)+`
31
31
  `);for(const o of r)o.fullName.type==="library"&&(s.debug(`Dumping to pl-tester: ${g(o.fullName)}`),e.write(JSON.stringify(o)+`
32
32
  `));for(const o of n.allTemplates())s.debug(`Dumping to pl-tester: ${g(o.fullName)}`),e.write(JSON.stringify(o)+`
33
33
  `);for(const o of r)o.fullName.type==="template"&&(s.debug(`Dumping to pl-tester: ${g(o.fullName)} ${o.srcName}`),e.write(JSON.stringify(o)+`
@@ -36,8 +36,8 @@ https://marketplace.visualstudio.com/items?itemName=jaydenlin.ctags-support`);re
36
36
  `));for(const o of n.allAssets())s.debug(`Dumping to pl-tester: ${g(o.fullName)}`),e.write(JSON.stringify(o)+`
37
37
  `);for(const o of r)o.fullName.type==="asset"&&(s.debug(`Dumping to pl-tester: ${g(o.fullName)}`),e.write(JSON.stringify(o)+`
38
38
  `));for(const o of r)o.fullName.type==="test"&&(s.debug(`Dumping to pl-tester: ${g(o.fullName)} ${o.srcName}`),e.write(JSON.stringify(o)+`
39
- `))}function Nt(s,e,t){const r=M(),n=R(s,r,"dist","src","");if(!e){for(const i of n)i.fullName.type==="library"&&t.write(JSON.stringify(i)+`
39
+ `))}function bt(s,e,t){const r=M(),n=R(s,r,"dist","src","");if(!e){for(const i of n)i.fullName.type==="library"&&t.write(JSON.stringify(i)+`
40
40
  `);return}const o=re(s,r,"dist");for(const i of n)i.fullName.type==="library"&&o.addLib(i);for(const i of o.allLibs())t.write(JSON.stringify(i)+`
41
41
  `)}function I(s,e,t){const r=M(),n=R(s,r,"dist","src","");for(const o of n)o.fullName.type===t&&e.write(JSON.stringify(o)+`
42
- `)}function $t(s,e){I(s,e,"template")}function St(s,e){I(s,e,"software")}function kt(s,e){I(s,e,"asset")}function At(s,e){I(s,e,"test")}function Oe(s,...e){const t=ye.spawn(s,e,{stdio:["pipe","inherit","inherit"]});return t.stdin.on("error",r=>{r.code}),t}function xe(s){return new Promise((e,t)=>{s.on("close",r=>{e(r)}),s.on("error",r=>{t(r)})})}const S=class S extends h.Command{async run(){const{flags:e,argv:t}=await this.parse(S),r=$(e["log-level"]),n=t.length==0?["./src"]:t,o=Oe(ve.TengoTesterBinaryPath,"check","--log-level",e["log-level"],"--artifacts","-",...n);try{ie(r,o.stdin)}catch(i){r.error(i)}finally{o.stdin.end();const i=await xe(o);process.exit(i)}}};l(S,"description","check tengo sources for language processor an"),l(S,"strict",!1),l(S,"flags",{...ne}),l(S,"examples",["<%= config.bin %> <%= command.id %>"]);let K=S;const k=class k extends h.Command{async run(){const{flags:e}=await this.parse(k),t=$(e["log-level"]),r=this.argv.length==0?["./src"]:this.argv,n=Oe(ve.TengoTesterBinaryPath,"run","--log-level",e["log-level"],"--artifacts","-",...r);try{ie(t,n.stdin)}catch(o){t.error(o)}finally{n.stdin.end();const o=await xe(n);process.exit(o)}}};l(k,"description","run tengo unit tests (.test.tengo)"),l(k,"strict",!1),l(k,"flags",{...ne}),l(k,"examples",["<%= config.bin %> <%= command.id %>"]);let X=k;class Y extends h.Command{async run(){const e=$();ie(e,D.stdout)}}l(Y,"description","parse sources in current package and dump all found artifacts to stdout"),l(Y,"examples",["<%= config.bin %> <%= command.id %>"]);class H extends h.Command{async run(){const e=$();kt(e,D.stdout)}}l(H,"description","parse sources in current package and dump all found tests to stdout"),l(H,"examples",["<%= config.bin %> <%= command.id %>"]);const T=class T extends h.Command{async run(){const{flags:e}=await this.parse(T),t=$();Nt(t,e.deps,D.stdout)}};l(T,"description","parse sources in current package and dump all found templates to stdout"),l(T,"examples",["<%= config.bin %> <%= command.id %>"]),l(T,"flags",{deps:h.Flags.boolean({name:"deps",description:"add also all libraries found in node_modules"})});let Q=T;class ee extends h.Command{async run(){const e=$();St(e,D.stdout)}}l(ee,"description","parse sources in current package and dump all found tests to stdout"),l(ee,"examples",["<%= config.bin %> <%= command.id %>"]);class te extends h.Command{async run(){const e=$();$t(e,D.stdout)}}l(te,"description","parse sources in current package and dump all found templates to stdout"),l(te,"examples",["<%= config.bin %> <%= command.id %>"]);class se extends h.Command{async run(){const e=$();At(e,D.stdout)}}l(se,"description","parse sources in current package and dump all found tests to stdout"),l(se,"examples",["<%= config.bin %> <%= command.id %>"]);const Tt={build:Z,check:K,test:X,"dump:all":Y,"dump:assets":H,"dump:libs":Q,"dump:software":ee,"dump:templates":te,"dump:tests":se};exports.COMMANDS=Tt;
42
+ `)}function vt(s,e){I(s,e,"template")}function Et(s,e){I(s,e,"software")}function $t(s,e){I(s,e,"asset")}function Nt(s,e){I(s,e,"test")}function Oe(s,...e){const t=ye.spawn(s,e,{stdio:["pipe","inherit","inherit"]});return t.stdin.on("error",r=>{r.code}),t}function Fe(s){return new Promise((e,t)=>{s.on("close",r=>{e(r)}),s.on("error",r=>{t(r)})})}const S=class S extends h.Command{async run(){const{flags:e,argv:t}=await this.parse(S),r=N(e["log-level"]),n=t.length==0?["./src"]:t,o=Oe(ve.TengoTesterBinaryPath,"check","--log-level",e["log-level"],"--artifacts","-",...n);try{ie(r,o.stdin)}catch(i){r.error(i)}finally{o.stdin.end();const i=await Fe(o);process.exit(i)}}};l(S,"description","check tengo sources for language processor an"),l(S,"strict",!1),l(S,"flags",{...ne}),l(S,"examples",["<%= config.bin %> <%= command.id %>"]);let K=S;const k=class k extends h.Command{async run(){const{flags:e}=await this.parse(k),t=N(e["log-level"]),r=this.argv.length==0?["./src"]:this.argv,n=Oe(ve.TengoTesterBinaryPath,"run","--log-level",e["log-level"],"--artifacts","-",...r);try{ie(t,n.stdin)}catch(o){t.error(o)}finally{n.stdin.end();const o=await Fe(n);process.exit(o)}}};l(k,"description","run tengo unit tests (.test.tengo)"),l(k,"strict",!1),l(k,"flags",{...ne}),l(k,"examples",["<%= config.bin %> <%= command.id %>"]);let X=k;class Y extends h.Command{async run(){const e=N();ie(e,D.stdout)}}l(Y,"description","parse sources in current package and dump all found artifacts to stdout"),l(Y,"examples",["<%= config.bin %> <%= command.id %>"]);class H extends h.Command{async run(){const e=N();$t(e,D.stdout)}}l(H,"description","parse sources in current package and dump all found assets to stdout"),l(H,"examples",["<%= config.bin %> <%= command.id %>"]);const T=class T extends h.Command{async run(){const{flags:e}=await this.parse(T),t=N();bt(t,e.deps,D.stdout)}};l(T,"description","parse sources in current package and dump all found libs to stdout"),l(T,"examples",["<%= config.bin %> <%= command.id %>"]),l(T,"flags",{deps:h.Flags.boolean({name:"deps",description:"add also all libraries found in node_modules"})});let Q=T;class ee extends h.Command{async run(){const e=N();Et(e,D.stdout)}}l(ee,"description","parse sources in current package and dump all found software to stdout"),l(ee,"examples",["<%= config.bin %> <%= command.id %>"]);class te extends h.Command{async run(){const e=N();vt(e,D.stdout)}}l(te,"description","parse sources in current package and dump all found templates to stdout"),l(te,"examples",["<%= config.bin %> <%= command.id %>"]);class se extends h.Command{async run(){const e=N();Nt(e,D.stdout)}}l(se,"description","parse sources in current package and dump all found tests to stdout"),l(se,"examples",["<%= config.bin %> <%= command.id %>"]);const St={build:Z,check:K,test:X,"dump:all":Y,"dump:assets":H,"dump:libs":Q,"dump:software":ee,"dump:templates":te,"dump:tests":se};exports.COMMANDS=St;
43
43
  //# sourceMappingURL=index.js.map