文件操作 - readWord.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/sucrase/dist/types/parser/tokenizer/readWord.d.ts
编辑文件内容
/** * Read an identifier, producing either a name token or matching on one of the existing keywords. * For performance, we pre-generate big decision tree that we traverse. Each node represents a * prefix and has 27 values, where the first value is the token or contextual token, if any (-1 if * not), and the other 26 values are the transitions to other nodes, or -1 to stop. */ export default function readWord(): void;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件