feat: implement module system with imports and exports support

This commit is contained in:
2025-11-15 19:03:36 +07:00
parent 3a0f152c6e
commit 69ea8329e9
14 changed files with 623 additions and 30 deletions

View File

@@ -20,7 +20,7 @@
"scripts": {
"build": "tsdown",
"dev": "vitest",
"test": "vitest",
"test": "vitest test",
"coverage": "vitest --coverage",
"lint:check": "eslint ./src",
"lint:fix": "eslint ./src --fix",