forked from olcxjas-softworks/LarpixClient
Add capacitorjs runtime
This commit is contained in:
parent
d0ece489ee
commit
f90c0e6c40
8362 changed files with 1502407 additions and 1 deletions
7
node_modules/lru-cache/dist/esm/node/diagnostics-channel.js
generated
vendored
Normal file
7
node_modules/lru-cache/dist/esm/node/diagnostics-channel.js
generated
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// simple node version that imports from node builtin
|
||||
// this gets compiled to a require() commonjs-style override,
|
||||
// not using top level await on a conditional dynamic import
|
||||
import { tracingChannel, channel } from 'node:diagnostics_channel';
|
||||
export const metrics = channel('lru-cache:metrics');
|
||||
export const tracing = tracingChannel('lru-cache');
|
||||
//# sourceMappingURL=diagnostics-channel-node.mjs.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue