File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 22// this gets compiled to a require() commonjs-style override,
33// not using top level await on a conditional dynamic import
44import { tracingChannel , channel } from 'node:diagnostics_channel'
5- export { tracingChannel , channel }
65import type { TracingChannel , Channel } from 'node:diagnostics_channel'
76export type { TracingChannel , Channel }
87export const metrics : Channel < unknown > = channel ( 'lru-cache:metrics' )
Original file line number Diff line number Diff line change 22// this gets compiled to a require() commonjs-style override,
33// not using top level await on a conditional dynamic import
44import { tracingChannel , channel } from 'node:diagnostics_channel'
5- export { tracingChannel , channel }
65import type { TracingChannel , Channel } from 'node:diagnostics_channel'
76export type { TracingChannel , Channel }
87export const metrics : Channel < unknown > = channel ( 'lru-cache:metrics' )
You can’t perform that action at this time.
0 commit comments