chore(ReactNative): Change deprecated assert to with (#972)

This commit is contained in:
lovegaoshi
2025-07-18 06:27:09 -07:00
committed by GitHub
parent dfaf1501c9
commit 8f81d54e40

View File

@@ -2,7 +2,7 @@
import type { ICache } from '../types/Cache.js';
import { Platform } from '../utils/Utils.js';
import sha1Hash from './polyfills/web-crypto.js';
import package_json from '../../package.json' assert { type: 'json' };
import package_json from '../../package.json' with { type: 'json' };
import evaluate from './jsruntime/jinter.js';
class Cache implements ICache {