javascript
Context:
user.community.lang.javascript.javascript.talon
| Spoken | Backend |
|---|---|
| (op | is) strict equal | user.deprecate_command("2025-03-4", "(op | is) strict equal", "is equal")user.code_operator("MATH_EQUAL") |
| (op | is) strict not equal | user.deprecate_command("2025-03-4", "(op | is) strict not equal", "is not equal")user.code_operator("MATH_NOT_EQUAL") |
| dot {user.code_common_member_function} | user.insert_between(".{code_common_member_function}(", ")") |
| from import | user.insert_between(' from "', '"') |
| op null else | " ?? " |
| state async | "async " |
| state await | "await " |
| state const | "const " |
| state export | "export " |
| state filter | app.notify('ERROR: Command deprecated; please use "dot filter"') |
| state let | "let " |
| state map | app.notify('ERROR: Command deprecated; please use "dot map"') |
| state reduce | app.notify('ERROR: Command deprecated; please use "dot reduce"') |
| state spread | "..." |
| state var | "var " |