stack/apps
Devin AI df52acb94f refactor: migrate config parsing from Babel AST to jiti
Replace parseHexclaveConfigFileContent and evaluateStaticConfigExpression
with jiti-based evalConfigFileContent. Move renderConfigFileContent from
hexclave-config-file.ts to config-rendering.ts alongside the new eval
function.

Removed functions:
- parseHexclaveConfigFileContent (Babel AST walker)
- tryParseHexclaveConfigFileContent
- evaluateStaticConfigExpression
- unwrapStaticConfigExpression

Added jiti dep to @hexclave/shared since config-rendering.ts now uses
jiti.evalModule for runtime evaluation of config file content strings.

Co-Authored-By: mantra <mantra@stack-auth.com>
2026-06-23 23:38:10 +00:00
..
backend refactor: migrate config parsing from Babel AST to jiti 2026-06-23 23:38:10 +00:00
dashboard refactor: migrate config parsing from Babel AST to jiti 2026-06-23 23:38:10 +00:00
dev-launchpad chore: update package versions 2026-06-23 20:06:39 +00:00
e2e chore: update package versions 2026-06-23 20:06:39 +00:00
hosted-components chore: update package versions 2026-06-23 20:06:39 +00:00
internal-tool chore: update package versions 2026-06-23 20:06:39 +00:00
mcp chore: update package versions 2026-06-23 20:06:39 +00:00
mock-oauth-server chore: update package versions 2026-06-23 20:06:39 +00:00
oauth-mock-server In-source unit tests (#429) 2025-02-14 11:47:52 -08:00
skills chore: update package versions 2026-06-23 20:06:39 +00:00