@kumori/kdsl 0.0.18 → 0.0.20

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 (37) hide show
  1. package/dist/build/helpers/builtin.js +1 -11
  2. package/dist/build/helpers/builtin.js.map +1 -1
  3. package/dist/build/helpers/component.js +24 -0
  4. package/dist/build/helpers/component.js.map +1 -1
  5. package/dist/build/helpers/deployment.js +2 -1
  6. package/dist/build/helpers/deployment.js.map +1 -1
  7. package/dist/deployment/gen/main.js +1 -1
  8. package/dist/deployment/gen/main.js.map +1 -1
  9. package/dist/index/create/functions.d.ts +3 -0
  10. package/dist/index/create/functions.js +30 -0
  11. package/dist/index/create/functions.js.map +1 -1
  12. package/dist/index/create/main.d.ts +1 -0
  13. package/dist/index/create/main.js +73 -141
  14. package/dist/index/create/main.js.map +1 -1
  15. package/dist/index/create/types.d.ts +32 -0
  16. package/dist/index/create/types.js +7 -0
  17. package/dist/index/create/types.js.map +1 -0
  18. package/dist/lib/io/lib.kumori +0 -2
  19. package/dist/lib/kumori/builtin/httpinbound.h.kumori +0 -2
  20. package/dist/lib/kumori/builtin/tcpinbound.h.kumori +0 -2
  21. package/dist/lib/kumori/builtin.kumori +0 -2
  22. package/dist/lib/kumori/component.kumori +0 -2
  23. package/dist/lib/kumori/deployment.kumori +0 -2
  24. package/dist/lib/kumori/resource.kumori +0 -2
  25. package/dist/lib/kumori/service.kumori +0 -2
  26. package/dist/lib/strconv/lib.kumori +0 -2
  27. package/out/lib/io/lib.kumori +0 -2
  28. package/out/lib/kumori/builtin/httpinbound.h.kumori +0 -2
  29. package/out/lib/kumori/builtin/tcpinbound.h.kumori +0 -2
  30. package/out/lib/kumori/builtin.kumori +0 -2
  31. package/out/lib/kumori/component.kumori +0 -2
  32. package/out/lib/kumori/deployment.kumori +0 -2
  33. package/out/lib/kumori/resource.kumori +0 -2
  34. package/out/lib/kumori/service.kumori +0 -2
  35. package/out/lib/strconv/lib.kumori +0 -2
  36. package/out/main.cjs +323 -278
  37. package/package.json +1 -1
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Metadata file types for index creation
3
+ * This file defines the structure of the _index.json file
4
+ * that contains pre-filled metadata for module artifacts
5
+ */
6
+ export {};
7
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/index/create/types.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -1,5 +1,3 @@
1
- package io
2
-
3
1
  library
4
2
 
5
3
  func Open(path string, args? struct open[]) string
@@ -1,5 +1,3 @@
1
- package builtin
2
-
3
1
  import "kumori"
4
2
 
5
3
  builtin HTTPInbound {
@@ -1,5 +1,3 @@
1
- package builtin
2
-
3
1
  import "kumori"
4
2
 
5
3
  builtin TCPInbound {
@@ -1,5 +1,3 @@
1
- package kumori
2
-
3
1
  library
4
2
 
5
3
  alias builtin struct {
@@ -1,5 +1,3 @@
1
- package kumori
2
-
3
1
  library
4
2
 
5
3
  alias ComponentInterface struct {
@@ -1,5 +1,3 @@
1
- package kumori
2
-
3
1
  library
4
2
 
5
3
  alias deployment struct {
@@ -1,5 +1,3 @@
1
- package kumori
2
-
3
1
  library
4
2
 
5
3
  alias Resource Volume | CA | Certificate | Secret | Domain | Port
@@ -1,5 +1,3 @@
1
- package kumori
2
-
3
1
  library
4
2
 
5
3
  alias ServiceInterface struct {
@@ -1,5 +1,3 @@
1
- package strconv
2
-
3
1
  library
4
2
 
5
3
  func Format(i number, base number) string
@@ -1,5 +1,3 @@
1
- package io
2
-
3
1
  library
4
2
 
5
3
  func Open(path string, args? struct open[]) string
@@ -1,5 +1,3 @@
1
- package builtin
2
-
3
1
  import "kumori"
4
2
 
5
3
  builtin HTTPInbound {
@@ -1,5 +1,3 @@
1
- package builtin
2
-
3
1
  import "kumori"
4
2
 
5
3
  builtin TCPInbound {
@@ -1,5 +1,3 @@
1
- package kumori
2
-
3
1
  library
4
2
 
5
3
  alias builtin struct {
@@ -1,5 +1,3 @@
1
- package kumori
2
-
3
1
  library
4
2
 
5
3
  alias ComponentInterface struct {
@@ -1,5 +1,3 @@
1
- package kumori
2
-
3
1
  library
4
2
 
5
3
  alias deployment struct {
@@ -1,5 +1,3 @@
1
- package kumori
2
-
3
1
  library
4
2
 
5
3
  alias Resource Volume | CA | Certificate | Secret | Domain | Port
@@ -1,5 +1,3 @@
1
- package kumori
2
-
3
1
  library
4
2
 
5
3
  alias ServiceInterface struct {
@@ -1,5 +1,3 @@
1
- package strconv
2
-
3
1
  library
4
2
 
5
3
  func Format(i number, base number) string