From b3f35e2c70c7d1e3ee7b4c3fd74672adceb16c52 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 PR-URL: https://github.com/nodejs/node/pull/37541 Refs: https://github.com/nodejs/node/pull/37136 Reviewed-By: Anna Henningsen Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: Rich Trott Reviewed-By: Antoine du Hamel Reviewed-By: James M Snell --- 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