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
The expr_string module and its associated types (ExprString, exprQuote,
isExprString, useExprString) have been deprecated in favor of the eval
module's rawString functionality. This commit removes all deprecated code
and updates dependent files to use the new API.
Changes:
- Remove helper/expr_string.ts and helper/expr_string_test.ts
- Update helper/keymap.ts to remove ExprString type support
- Update eval/stringify.ts to remove isExprString checks
- Remove related test cases from affected test files
- Remove exports from helper/mod.ts and deno.jsonc
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments