文件操作 - WhiteSpace.js
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/css-tree/lib/syntax/node/WhiteSpace.js
编辑文件内容
import { WhiteSpace } from '../../tokenizer/index.js'; const SPACE = Object.freeze({ type: 'WhiteSpace', loc: null, value: ' ' }); export const name = 'WhiteSpace'; export const structure = { value: String }; export function parse() { this.eat(WhiteSpace); return SPACE; // return { // type: 'WhiteSpace', // loc: this.getLocation(this.tokenStart, this.tokenEnd), // value: this.consume(WHITESPACE) // }; } export function generate(node) { this.token(WhiteSpace, node.value); }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件