@zenithbuild/core 0.1.0 → 0.3.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 (82) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +24 -40
  3. package/bin/cli-source.ts +81 -0
  4. package/cli/commands/add.ts +37 -0
  5. package/cli/commands/build.ts +37 -0
  6. package/cli/commands/create.ts +702 -0
  7. package/cli/commands/dev.ts +197 -0
  8. package/cli/commands/index.ts +112 -0
  9. package/cli/commands/preview.ts +62 -0
  10. package/cli/commands/remove.ts +33 -0
  11. package/cli/index.ts +10 -0
  12. package/cli/utils/branding.ts +153 -0
  13. package/cli/utils/logger.ts +40 -0
  14. package/cli/utils/plugin-manager.ts +114 -0
  15. package/cli/utils/project.ts +71 -0
  16. package/compiler/build-analyzer.ts +122 -0
  17. package/compiler/discovery/layouts.ts +61 -0
  18. package/compiler/index.ts +40 -24
  19. package/compiler/ir/types.ts +1 -0
  20. package/compiler/parse/parseScript.ts +29 -5
  21. package/compiler/parse/parseTemplate.ts +96 -58
  22. package/compiler/parse/scriptAnalysis.ts +77 -0
  23. package/compiler/runtime/dataExposure.ts +49 -31
  24. package/compiler/runtime/generateDOM.ts +18 -17
  25. package/compiler/runtime/generateHydrationBundle.ts +24 -5
  26. package/compiler/runtime/transformIR.ts +140 -49
  27. package/compiler/runtime/wrapExpressionWithLoop.ts +11 -11
  28. package/compiler/spa-build.ts +70 -153
  29. package/compiler/ssg-build.ts +412 -0
  30. package/compiler/transform/layoutProcessor.ts +132 -0
  31. package/compiler/transform/transformNode.ts +19 -19
  32. package/dist/cli.js +11645 -0
  33. package/package.json +22 -2
  34. package/runtime/bundle-generator.ts +416 -0
  35. package/runtime/client-runtime.ts +532 -0
  36. package/.eslintignore +0 -15
  37. package/.gitattributes +0 -2
  38. package/.github/ISSUE_TEMPLATE/compiler-errors-for-invalid-state-declarations.md +0 -25
  39. package/.github/ISSUE_TEMPLATE/new_ticket.yaml +0 -34
  40. package/.github/pull_request_template.md +0 -15
  41. package/.github/workflows/discord-changelog.yml +0 -141
  42. package/.github/workflows/discord-notify.yml +0 -242
  43. package/.github/workflows/discord-version.yml +0 -195
  44. package/.prettierignore +0 -13
  45. package/.prettierrc +0 -21
  46. package/.zen.d.ts +0 -15
  47. package/app/components/Button.zen +0 -46
  48. package/app/components/Link.zen +0 -11
  49. package/app/favicon.ico +0 -0
  50. package/app/layouts/Main.zen +0 -59
  51. package/app/pages/about.zen +0 -23
  52. package/app/pages/blog/[id].zen +0 -53
  53. package/app/pages/blog/index.zen +0 -32
  54. package/app/pages/dynamic-dx.zen +0 -712
  55. package/app/pages/dynamic-primitives.zen +0 -453
  56. package/app/pages/index.zen +0 -154
  57. package/app/pages/navigation-demo.zen +0 -229
  58. package/app/pages/posts/[...slug].zen +0 -61
  59. package/app/pages/primitives-demo.zen +0 -273
  60. package/assets/logos/0E3B5DDD-605C-4839-BB2E-DFCA8ADC9604.PNG +0 -0
  61. package/assets/logos/760971E5-79A1-44F9-90B9-925DF30F4278.PNG +0 -0
  62. package/assets/logos/8A06ED80-9ED2-4689-BCBD-13B2E95EE8E4.JPG +0 -0
  63. package/assets/logos/C691FF58-ED13-4E8D-B6A3-02E835849340.PNG +0 -0
  64. package/assets/logos/C691FF58-ED13-4E8D-B6A3-02E835849340.svg +0 -601
  65. package/assets/logos/README.md +0 -54
  66. package/assets/logos/zen.icns +0 -0
  67. package/bun.lock +0 -39
  68. package/compiler/legacy/binding.ts +0 -254
  69. package/compiler/legacy/bindings.ts +0 -338
  70. package/compiler/legacy/component-process.ts +0 -1208
  71. package/compiler/legacy/component.ts +0 -301
  72. package/compiler/legacy/event.ts +0 -50
  73. package/compiler/legacy/expression.ts +0 -1149
  74. package/compiler/legacy/mutation.ts +0 -280
  75. package/compiler/legacy/parse.ts +0 -299
  76. package/compiler/legacy/split.ts +0 -608
  77. package/compiler/legacy/types.ts +0 -32
  78. package/docs/COMMENTS.md +0 -111
  79. package/docs/COMMITS.md +0 -36
  80. package/docs/CONTRIBUTING.md +0 -116
  81. package/docs/STYLEGUIDE.md +0 -62
  82. package/scripts/webhook-proxy.ts +0 -213

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.