文件操作 - fsevents-importer.js
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/rollup/dist/shared/fsevents-importer.js
编辑文件内容
/* @license Rollup.js v4.32.0 Fri, 24 Jan 2025 08:27:05 GMT - commit 2538304efdc05ecb7c52e6376d5777565139f075 https://github.com/rollup/rollup Released under the MIT License. */ 'use strict'; let fsEvents; let fsEventsImportError; async function loadFsEvents() { try { ({ default: fsEvents } = await import('fsevents')); } catch (error) { fsEventsImportError = error; } } // A call to this function will be injected into the chokidar code function getFsEvents() { if (fsEventsImportError) throw fsEventsImportError; return fsEvents; } const fseventsImporter = /*#__PURE__*/Object.defineProperty({ __proto__: null, getFsEvents, loadFsEvents }, Symbol.toStringTag, { value: 'Module' }); exports.fseventsImporter = fseventsImporter; exports.loadFsEvents = loadFsEvents; //# sourceMappingURL=fsevents-importer.js.map
修改文件时间
将文件时间修改为当前时间的前一年
删除文件