Commit Graph

8 Commits

Author SHA1 Message Date
3cdf0a28ef
fix: type challenges gived up ˊ_>ˋ
All checks were successful
Quality Check & Publish / quality (push) Successful in 26s
Quality Check & Publish / quality-failed-webhook (push) Has been skipped
Quality Check & Publish / publish (push) Successful in 27s
Quality Check & Publish / publish-failed-webhook (push) Has been skipped
2025-05-21 22:53:44 +10:00
5f3b4395ab
fix: rollup compress the utils folder
Some checks failed
Quality Check & Publish / quality (push) Failing after 22s
Quality Check & Publish / quality-failed-webhook (push) Has been skipped
Quality Check & Publish / publish (push) Has been skipped
Quality Check & Publish / publish-failed-webhook (push) Has been skipped
2025-05-21 22:12:32 +10:00
a8b1a1512d
chore: linting the files 2025-05-16 19:48:50 +10:00
5847615a17
chore: update build process and configuration
All checks were successful
Publish to npm / publish (push) Successful in 23s
- Changed main entry point to "dist/main.min.js" and updated types to "dist/types.d.ts" in package.json.
- Added Rollup configuration for bundling and minifying the output JavaScript and generating type definitions.
- Updated build script to include Rollup and cleanup intermediate files.
- Specified output directory for declaration files in tsconfig.json.
- Added necessary development dependencies for Rollup and TypeScript.
2025-05-16 12:00:16 +10:00
943678b4f3
Enhance template processing: implement macro handling for condition rendering and two-way data binding 2025-05-15 10:07:35 +10:00
cd4d195bd4
Refactor component structure: move ComponentOptions to main.ts, update package.json, and remove unused files 2025-05-14 15:21:45 +10:00
5a1d8469d6
Add ComponentOptions type definition and update index.ts to use it 2025-05-14 10:19:10 +10:00
8fe77f3b9b
initial commit
with basic features of Laterano
2025-05-14 09:34:13 +10:00