summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal_binding/symbols.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/polyfills/internal_binding/symbols.ts')
-rw-r--r--ext/node/polyfills/internal_binding/symbols.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/node/polyfills/internal_binding/symbols.ts b/ext/node/polyfills/internal_binding/symbols.ts
index affa86fbe..a1ad3de35 100644
--- a/ext/node/polyfills/internal_binding/symbols.ts
+++ b/ext/node/polyfills/internal_binding/symbols.ts
@@ -23,5 +23,8 @@
// This module ports:
// - https://github.com/nodejs/node/blob/master/src/node_symbols.cc
+// TODO(petamoriken): enable prefer-primordials for node polyfills
+// deno-lint-ignore-file prefer-primordials
+
export const asyncIdSymbol: unique symbol = Symbol("asyncIdSymbol");
export const ownerSymbol: unique symbol = Symbol("ownerSymbol");