From 8620c992f87c33cd9ee5ca727439cb9636febe9c Mon Sep 17 00:00:00 2001 From: cjihrig Date: Sat, 27 Feb 2021 14:20:19 -0500 Subject: [PATCH] doc,lib: add missing deprecation code Refs: https://github.com/nodejs/node/pull/37136 --- doc/api/deprecations.md | 2 +- lib/internal/perf/observe.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 5949a5b8f01a15..fa2f52c8265c2f 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2751,7 +2751,7 @@ Previously, `index.js` and extension searching lookups would apply to With this deprecation, all ES module main entry point resolutions require an explicit [`"exports"` or `"main"` entry][] with the exact file extension. -### DEP0XXX: Extension PerformanceEntry properties +### DEP0152: Extension PerformanceEntry properties