From 40a94ec9f60ec2459c6ca5c80e8244c8ffdb45e8 Mon Sep 17 00:00:00 2001 From: Chengzhong Wu Date: Fri, 10 Jan 2025 14:32:24 +0000 Subject: [PATCH] util: rename CallSite.column to columnNumber Align the property names `lineNumber` and `columnNumber`. --- doc/api/util.md | 9 ++++++--- lib/util.js | 5 +++-- src/env_properties.h | 1 + src/node_util.cc | 4 ++++ test/parallel/test-util-getcallsites.js | 3 +++ 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/doc/api/util.md b/doc/api/util.md index ba6a4def9c110b..72a45b1cde8d11 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -371,6 +371,9 @@ util.formatWithOptions({ colors: true }, 'See object %O', { foo: 42 });