文件操作 - default_full.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/yaml-ast-parser/src/schema/default_full.ts
编辑文件内容
// JS-YAML's default schema for `load` function. // It is not described in the YAML specification. // // This schema is based on JS-YAML's default safe schema and includes // JavaScript-specific types: !!js/undefined, !!js/regexp and !!js/function. // // Also this schema is used as default base schema at `Schema.create` function. 'use strict'; declare function require(n:string):any import {Schema} from '../schema'; var schema=new Schema({ include: [ require('./default_safe') ], explicit: [ require('../type/js/undefined'), require('../type/js/regexp') ] }) Schema.DEFAULT = schema; export =schema;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件