@react-native/js-polyfills
Advanced tools
Comparing version
@@ -572,2 +572,7 @@ /** | ||
// https://developer.mozilla.org/en-US/docs/Web/API/console/timeStamp_static. | ||
// Non-standard API for recording markers on a timeline of the Performance instrumentation. | ||
// The actual logging is not provided by definition. | ||
function consoleTimeStampPolyfill() {} | ||
if (global.nativeLoggingHook) { | ||
@@ -596,2 +601,3 @@ const originalConsole = global.console; | ||
assert: consoleAssertPolyfill, | ||
timeStamp: consoleTimeStampPolyfill, | ||
}; | ||
@@ -699,2 +705,3 @@ | ||
table: stub, | ||
timeStamp: stub, | ||
}; | ||
@@ -701,0 +708,0 @@ |
{ | ||
"name": "@react-native/js-polyfills", | ||
"version": "0.81.0-nightly-20250626-c6608685c", | ||
"version": "0.81.0-nightly-20250626-d0770ce42", | ||
"description": "Polyfills for React Native.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
25496
1.29%755
0.8%