Enforce node: schema for builtins, import extensions

This commit is contained in:
Fedor Indutny
2025-09-16 17:39:03 -07:00
committed by GitHub
parent cc6b8795b8
commit c02565eaa8
2096 changed files with 14955 additions and 14023 deletions

View File

@@ -5,12 +5,12 @@ import type {
CDSAuthType,
CDSRequestOptionsType,
CDSResponseType,
} from './Types.d';
import type { LoggerType } from '../../types/Logging';
import { isOlderThan } from '../../util/timestamp';
import { HOUR } from '../../util/durations';
import { createProxyAgent } from '../../util/createProxyAgent';
import type { ProxyAgent } from '../../util/createProxyAgent';
} from './Types.d.ts';
import type { LoggerType } from '../../types/Logging.js';
import { isOlderThan } from '../../util/timestamp.js';
import { HOUR } from '../../util/durations/index.js';
import { createProxyAgent } from '../../util/createProxyAgent.js';
import type { ProxyAgent } from '../../util/createProxyAgent.js';
// It is 24 hours, but we don't want latency between server and client to be
// count.