mirror of
https://github.com/robonen/questlang.git
synced 2026-03-20 02:44:47 +00:00
feat: implement module system with imports and exports support
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user