文件操作 - identifyShadowedGlobals.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/sucrase/dist/types/identifyShadowedGlobals.d.ts
编辑文件内容
import type { Scope } from "./parser/tokenizer/state"; import type TokenProcessor from "./TokenProcessor"; /** * Traverse the given tokens and modify them if necessary to indicate that some names shadow global * variables. */ export default function identifyShadowedGlobals(tokens: TokenProcessor, scopes: Array<Scope>, globalNames: Set<string>): void; /** * We can do a fast up-front check to see if there are any declarations to global names. If not, * then there's no point in computing scope assignments. */ export declare function hasShadowedGlobals(tokens: TokenProcessor, globalNames: Set<string>): boolean;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件