| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f91509b commit b3f35e2
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2751,7 +2751,7 @@ Previously, `index.js` and extension searching lookups would apply to | |||
| 2751 | 2751 | With this deprecation, all ES module main entry point resolutions require | |
| 2752 | 2752 | an explicit [`"exports"` or `"main"` entry][] with the exact file extension. | |
| 2753 | 2753 | ||
| 2754 | - ### DEP0XXX: Extension PerformanceEntry properties | ||
| 2754 | + ### DEP0152: Extension PerformanceEntry properties | ||
| 2755 | 2755 | <!-- YAML | |
| 2756 | 2756 | changes: | |
| 2757 | 2757 | - version: REPLACEME | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -332,10 +332,10 @@ function observerCallback(name, type, startTime, duration, details) { | |||
| 332 | 332 | enumerable: true, | |
| 333 | 333 | get: deprecate(() => { | |
| 334 | 334 | return entry[kDeprecatedFields].get(key); | |
| 335 | - }, kDeprecationMessage, 'DEP0XXX'), | ||
| 335 | + }, kDeprecationMessage, 'DEP0152'), | ||
| 336 | 336 | set: deprecate((value) => { | |
| 337 | 337 | entry[kDeprecatedFields].set(key, value); | |
| 338 | - }, kDeprecationMessage, 'DEP0XXX'), | ||
| 338 | + }, kDeprecationMessage, 'DEP0152'), | ||
| 339 | 339 | }; | |
| 340 | 340 | } | |
| 341 | 341 | ObjectDefineProperties(entry, props); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments