@@ -371,6 +371,9 @@ util.formatWithOptions({ colors: true }, 'See object %O', { foo: 42 });
371
371
<!-- YAML
372
372
added: v22.9.0
373
373
changes:
374
+ - version: REPLACEME
375
+ pr-url: https://github.com/nodejs/node/pull/56551
376
+ description: Property `CallSite.scriptId` is exposed.
374
377
- version: v23.3.0
375
378
pr-url: https://github.com/nodejs/node/pull/55626
376
379
description: The API is renamed from `util.getCallSite` to `util.getCallSites()`.
@@ -385,6 +388,7 @@ changes:
385
388
* ` functionName ` {string} Returns the name of the function associated with this call site.
386
389
* ` scriptName ` {string} Returns the name of the resource that contains the script for the
387
390
function for this call site.
391
+ * ` scriptId ` {string} Returns the unique id of the script, as in Chrome DevTools protocol [ ` Runtime.ScriptId ` ] [ ] .
388
392
* ` lineNumber ` {number} Returns the number, 1-based, of the line for the associate function call.
389
393
* ` column ` {number} Returns the 1-based column offset on the line for the associated function call.
390
394
@@ -3184,6 +3188,7 @@ util.isArray({});
3184
3188
[` Object .freeze ()` ]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/freeze
3185
3189
[` Promise ` ]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise
3186
3190
[` Proxy ` ]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy
3191
+ [` Runtime .ScriptId ` ]: https://chromedevtools.github.io/devtools-protocol/1-3/Runtime/#type-ScriptId
3187
3192
[` Set ` ]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set
3188
3193
[` SharedArrayBuffer ` ]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer
3189
3194
[` TypedArray` ]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
0 commit comments