Commit Graph

36 Commits

Author SHA1 Message Date
renovate[bot]
405230ce28 chore(deps): update all non-major dependencies 2026-02-24 10:06:53 +00:00
a275454860 Merge pull request #8 from robonen/renovate/clack-prompts-1.x
chore(deps): update devdependency @clack/prompts to v1
2026-02-07 20:17:10 +07:00
049062fdfe Merge pull request #9 from robonen/renovate/major-eslint-monorepo
chore(deps): update devdependency eslint to v10
2026-02-07 20:16:58 +07:00
renovate[bot]
02669723e6 chore(deps): update devdependency eslint to v10 2026-02-07 00:40:38 +00:00
renovate[bot]
ee99e6f819 chore(deps): update devdependency @clack/prompts to v1 2026-01-28 19:04:17 +00:00
e9bfa22185 Merge pull request #7 from robonen/renovate/antfu-eslint-config-7.x
chore(deps): update devdependency @antfu/eslint-config to v7
2026-01-14 00:07:36 +03:00
renovate[bot]
b31b35224a chore(deps): update devdependency @antfu/eslint-config to v7 2026-01-13 16:12:28 +00:00
0225db08ce chore: lint files 2025-11-16 18:25:11 +07:00
24297b8398 fix: update bin entry in package.json to use correct file extension for cli 2025-11-15 23:35:06 +07:00
9ac22d28bc build: update version in package.json to 0.0.3 2025-11-15 23:31:51 +07:00
840e3e8abe fix: update exports in package.json to use correct file extensions 2025-11-15 23:31:09 +07:00
2230910f4d fix: ensure dts option is set to false for cli entry in tsdown.config.ts 2025-11-15 22:37:42 +07:00
bb427ae332 fix: reorder dependencies in package.json and pnpm-lock.yaml 2025-11-15 22:34:39 +07:00
0108af28f6 fix: update package.json to correct project name and version 2025-11-15 22:32:30 +07:00
0add5faa43 feat: enhance module system with host interface for file operations 2025-11-15 21:02:14 +07:00
eadf1b9a73 chore: update deps 2025-11-15 20:47:32 +07:00
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
6219151726 Merge pull request #3 from robonen/renovate/all-minor-patch
chore(deps): update all non-major dependencies
2025-10-23 09:53:15 +03:00
renovate[bot]
75947c18fc chore(deps): update all non-major dependencies 2025-10-23 06:51:11 +00:00
42faa74c2d Merge pull request #4 from robonen/renovate/antfu-eslint-config-6.x
chore(deps): update devdependency @antfu/eslint-config to v6
2025-10-23 09:50:28 +03:00
renovate[bot]
6f8c5049fa chore(deps): update devdependency @antfu/eslint-config to v6 2025-10-23 06:50:16 +00:00
19e8d0fd91 Merge pull request #5 from robonen/renovate/major-vitest-monorepo
chore(deps): update devdependency vitest to v4
2025-10-23 09:48:10 +03:00
renovate[bot]
2c33ab68ef chore(deps): update devdependency vitest to v4 2025-10-22 19:06:25 +00:00
7ac7daa67e Merge pull request #2 from robonen/renovate/all-minor-patch
chore(deps): update all non-major dependencies
2025-09-06 13:48:20 +03:00
renovate[bot]
95695e1db7 chore(deps): update all non-major dependencies 2025-09-06 10:44:36 +00:00
3a0f152c6e feat: add initial version of the quest and accompanying graph image 2025-09-01 03:32:58 +07:00
d8ba6c611d fix: remove extra whitespace in installation verification code example 2025-09-01 03:22:46 +07:00
b405423082 feat: add manual installation guide to INSTALL.md and remove installation section from README.md 2025-09-01 03:22:33 +07:00
a444d44bd3 fix: update README.md to English and improve clarity 2025-09-01 03:16:48 +07:00
5330510977 feat: add initial renovate configuration file 2025-09-01 03:13:13 +07:00
65018dfcc6 feat: add QuestLang VS Code extension with syntax highlighting and installation instructions 2025-09-01 03:10:30 +07: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