diff options
Diffstat (limited to 'ext/node/polyfills/_events.mjs')
-rw-r--r-- | ext/node/polyfills/_events.mjs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/node/polyfills/_events.mjs b/ext/node/polyfills/_events.mjs index 021d75f95..b6f372723 100644 --- a/ext/node/polyfills/_events.mjs +++ b/ext/node/polyfills/_events.mjs @@ -20,6 +20,9 @@ // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE // USE OR OTHER DEALINGS IN THE SOFTWARE. +// TODO(petamoriken): enable prefer-primordials for node polyfills +// deno-lint-ignore-file prefer-primordials + "use strict"; const kRejection = Symbol.for("nodejs.rejection"); |