文件操作 - source-map.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/vite-node/dist/source-map.d.ts
编辑文件内容
import { TransformResult } from 'vite'; import { E as EncodedSourceMap } from './trace-mapping.d-DLVdEqOp.js'; interface InstallSourceMapSupportOptions { getSourceMap: (source: string) => EncodedSourceMap | null | undefined; } declare function withInlineSourcemap(result: TransformResult, options: { root: string; filepath: string; }): TransformResult; declare function extractSourceMap(code: string): EncodedSourceMap | null; declare function installSourcemapsSupport(options: InstallSourceMapSupportOptions): void; export { extractSourceMap, installSourcemapsSupport, withInlineSourcemap };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件