Commit Graph

6 Commits

Author SHA1 Message Date
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