Commit Graph

10 Commits

Author SHA1 Message Date
7fbd10c7df Merge remote-tracking branch 'origin/main' 2025-11-15 20:44:21 +07:00
eedd154884 fix: update package.json to correct project name and improve module exports 2025-11-15 20:43:04 +07:00
69ea8329e9 feat: implement module system with imports and exports support 2025-11-15 19:03:36 +07:00
renovate[bot]
75947c18fc chore(deps): update all non-major dependencies 2025-10-23 06:51:11 +00:00
renovate[bot]
6f8c5049fa chore(deps): update devdependency @antfu/eslint-config to v6 2025-10-23 06:50:16 +00:00
renovate[bot]
2c33ab68ef chore(deps): update devdependency vitest to v4 2025-10-22 19:06:25 +00:00
renovate[bot]
95695e1db7 chore(deps): update all non-major dependencies 2025-09-06 10:44:36 +00:00
96d6131c2c fix: add type checking script to package.json 2025-09-01 02:47:59 +07:00
13d79e37bb fix: lint, type errors
test: specify types for path checks in interpreter tests

test: add optional chaining in lexer tests to prevent errors

test: add optional chaining in parser tests to prevent errors

fix: clean up whitespace and formatting in AST and lexer files

feat: enhance CLI with improved error handling and user prompts

fix: update index and interpreter files for better type handling

fix: clean up parser code for better readability and error handling

build: enable minification in tsdown configuration
2025-09-01 02:44:45 +07:00
eb357ef703 feat: init 2025-09-01 02:28:55 +07:00