@akanjs/cli 0.9.60-canary.0 → 0.9.60-canary.2

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 (31) hide show
  1. package/cjs/index.js +109 -62
  2. package/cjs/src/templates/__scalar/__model__/__model__.dictionary.js +6 -13
  3. package/cjs/src/templates/app/akan.config.js +2 -4
  4. package/cjs/src/templates/env/{env.server.type.js → _env.server.type.js} +6 -3
  5. package/cjs/src/templates/lib/__lib/lib.constant.js +1 -1
  6. package/cjs/src/templates/lib/__lib/lib.dictionary.js +1 -1
  7. package/cjs/src/templates/libRoot/akan.config.js +1 -3
  8. package/cjs/src/templates/module/__model__.dictionary.js +0 -1
  9. package/esm/index.js +109 -62
  10. package/esm/src/templates/__scalar/__model__/__model__.dictionary.js +6 -13
  11. package/esm/src/templates/app/akan.config.js +2 -4
  12. package/esm/src/templates/env/{env.server.type.js → _env.server.type.js} +6 -3
  13. package/esm/src/templates/lib/__lib/lib.constant.js +1 -1
  14. package/esm/src/templates/lib/__lib/lib.dictionary.js +1 -1
  15. package/esm/src/templates/libRoot/akan.config.js +1 -3
  16. package/esm/src/templates/module/__model__.dictionary.js +0 -1
  17. package/package.json +2 -1
  18. package/src/scalar/scalar.command.d.ts +2 -2
  19. package/src/scalar/scalar.runner.d.ts +1 -0
  20. package/src/scalar/scalar.script.d.ts +1 -0
  21. package/src/templates/app/akan.config.d.ts +1 -3
  22. package/src/templates/env/{env.server.type.d.ts → _env.server.type.d.ts} +4 -1
  23. package/src/workspace/workspace.command.d.ts +1 -1
  24. package/src/workspace/workspace.runner.d.ts +4 -1
  25. package/src/workspace/workspace.script.d.ts +5 -1
  26. package/cjs/src/templates/module/__model__.signal.spec.js +0 -27
  27. package/cjs/src/templates/module/__model__.signal.test.js +0 -27
  28. package/esm/src/templates/module/__model__.signal.spec.js +0 -7
  29. package/esm/src/templates/module/__model__.signal.test.js +0 -7
  30. package/src/templates/module/__model__.signal.spec.d.ts +0 -8
  31. package/src/templates/module/__model__.signal.test.d.ts +0 -8
@@ -1,27 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __export = (target, all) => {
6
- for (var name in all)
7
- __defProp(target, name, { get: all[name], enumerable: true });
8
- };
9
- var __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from === "object" || typeof from === "function") {
11
- for (let key of __getOwnPropNames(from))
12
- if (!__hasOwnProp.call(to, key) && key !== except)
13
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
- }
15
- return to;
16
- };
17
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
-
19
- // pkgs/@akanjs/cli/src/templates/module/__model__.signal.spec.ts
20
- var model_signal_spec_exports = {};
21
- __export(model_signal_spec_exports, {
22
- default: () => getContent
23
- });
24
- module.exports = __toCommonJS(model_signal_spec_exports);
25
- function getContent(scanInfo, dict) {
26
- return null;
27
- }
@@ -1,27 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __export = (target, all) => {
6
- for (var name in all)
7
- __defProp(target, name, { get: all[name], enumerable: true });
8
- };
9
- var __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from === "object" || typeof from === "function") {
11
- for (let key of __getOwnPropNames(from))
12
- if (!__hasOwnProp.call(to, key) && key !== except)
13
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
- }
15
- return to;
16
- };
17
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
-
19
- // pkgs/@akanjs/cli/src/templates/module/__model__.signal.test.ts
20
- var model_signal_test_exports = {};
21
- __export(model_signal_test_exports, {
22
- default: () => getContent
23
- });
24
- module.exports = __toCommonJS(model_signal_test_exports);
25
- function getContent(scanInfo, dict) {
26
- return null;
27
- }
@@ -1,7 +0,0 @@
1
- // pkgs/@akanjs/cli/src/templates/module/__model__.signal.spec.ts
2
- function getContent(scanInfo, dict) {
3
- return null;
4
- }
5
- export {
6
- getContent as default
7
- };
@@ -1,7 +0,0 @@
1
- // pkgs/@akanjs/cli/src/templates/module/__model__.signal.test.ts
2
- function getContent(scanInfo, dict) {
3
- return null;
4
- }
5
- export {
6
- getContent as default
7
- };
@@ -1,8 +0,0 @@
1
- import type { AppInfo, LibInfo } from "@akanjs/devkit";
2
- interface Dict {
3
- Model: string;
4
- model: string;
5
- sysName: string;
6
- }
7
- export default function getContent(scanInfo: AppInfo | LibInfo | null, dict: Dict): null;
8
- export {};
@@ -1,8 +0,0 @@
1
- import type { AppInfo, LibInfo } from "@akanjs/devkit";
2
- interface Dict {
3
- Model: string;
4
- model: string;
5
- sysName: string;
6
- }
7
- export default function getContent(scanInfo: AppInfo | LibInfo | null, dict: Dict): null;
8
- export {};