文件操作 - node-file-trace.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/@vercel/nft/out/node-file-trace.d.ts
编辑文件内容
/// <reference types="node" /> /// <reference types="node" /> import { NodeFileTraceOptions, NodeFileTraceResult, NodeFileTraceReasons, NodeFileTraceReasonType } from './types'; export declare function nodeFileTrace(files: string[], opts?: NodeFileTraceOptions): Promise<NodeFileTraceResult>; export declare class Job { ts: boolean; base: string; cwd: string; conditions: string[]; exportsOnly: boolean; paths: Record<string, string>; ignoreFn: (path: string, parent?: string) => boolean; log: boolean; mixedModules: boolean; analysis: { emitGlobs?: boolean; computeFileReferences?: boolean; evaluatePureExpressions?: boolean; }; private analysisCache; fileList: Set<string>; esmFileList: Set<string>; processed: Set<string>; warnings: Set<Error>; reasons: NodeFileTraceReasons; private cachedFileSystem; private remappings; constructor({ base, processCwd, exports, conditions, exportsOnly, paths, ignore, log, mixedModules, ts, analysis, cache, fileIOConcurrency, }: NodeFileTraceOptions); addRemapping(path: string, dep: string): void; readlink(path: string): Promise<string | null>; isFile(path: string): Promise<boolean>; isDir(path: string): Promise<boolean>; stat(path: string): Promise<import("fs").Stats | null>; private maybeEmitDep; resolve(id: string, parent: string, job: Job, cjsResolve: boolean): Promise<string | string[]>; readFile(path: string): Promise<Buffer | string | null>; realpath(path: string, parent?: string, seen?: Set<unknown>): Promise<string>; emitFile(path: string, reasonType: NodeFileTraceReasonType, parent?: string, isRealpath?: boolean): Promise<boolean>; getPjsonBoundary(path: string): Promise<string | undefined>; emitDependency(path: string, parent?: string): Promise<void>; }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件