### ⚙ Compilation target esnext ### ⚙ Library esnext ### Missing / Incorrect Definition The [RegExp.escape](https://github.com/tc39/proposal-regex-escaping) proposal has [landed](https://github.com/tc39/ecma262/pull/3382) and will be included in es2025. ### Sample Code ```TypeScript RegExp.escape("yay!"); ``` ### Documentation Link https://github.com/tc39/proposal-regex-escaping https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/escape
⚙ Compilation target
esnext
⚙ Library
esnext
Missing / Incorrect Definition
The RegExp.escape proposal has landed and will be included in es2025.
Sample Code
Documentation Link
https://github.com/tc39/proposal-regex-escaping
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/escape