文件操作 - computeSourceMap.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/sucrase/dist/types/computeSourceMap.d.ts
编辑文件内容
import type { SourceMapOptions } from "./index"; import type { Token } from "./parser/tokenizer"; import type { RootTransformerResult } from "./transformers/RootTransformer"; export interface RawSourceMap { version: number; file: string; sources: Array<string>; sourceRoot?: string; sourcesContent?: Array<string>; mappings: string; names: Array<string>; } /** * Generate a source map indicating that each line maps directly to the original line, * with the tokens in their new positions. */ export default function computeSourceMap({ code: generatedCode, mappings: rawMappings }: RootTransformerResult, filePath: string, options: SourceMapOptions, source: string, tokens: Array<Token>): RawSourceMap;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件