You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2026. It is now read-only.
Update the Player CLI tool to support the new dsl-lite compiler as an alternative to the current React-based DSL compiler. This should be implemented as a flag that users can enable to use the faster compiler.
Tasks
Add a new flag to the 'dsl compile' command (e.g., --use-dsl-lite)
Update CLI logic to use dsl-lite when the flag is enabled
Implement appropriate error handling and messaging
Update help documentation to describe the new flag
Add tests for CLI with the new flag
Document performance implications and usage guidelines
Description
Update the Player CLI tool to support the new
dsl-litecompiler as an alternative to the current React-based DSL compiler. This should be implemented as a flag that users can enable to use the faster compiler.Tasks