fsCallbackApiList.js 910 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.fsCallbackApiList = void 0;
  4. exports.fsCallbackApiList = [
  5. 'access',
  6. 'appendFile',
  7. 'chmod',
  8. 'chown',
  9. 'close',
  10. 'copyFile',
  11. 'cp',
  12. 'createReadStream',
  13. 'createWriteStream',
  14. 'exists',
  15. 'fchmod',
  16. 'fchown',
  17. 'fdatasync',
  18. 'fstat',
  19. 'fsync',
  20. 'ftruncate',
  21. 'futimes',
  22. 'glob',
  23. 'lchmod',
  24. 'lchown',
  25. 'link',
  26. 'lstat',
  27. 'mkdir',
  28. 'mkdtemp',
  29. 'open',
  30. 'openAsBlob',
  31. 'opendir',
  32. 'read',
  33. 'readv',
  34. 'readdir',
  35. 'readFile',
  36. 'readlink',
  37. 'realpath',
  38. 'rename',
  39. 'rm',
  40. 'rmdir',
  41. 'stat',
  42. 'statfs',
  43. 'symlink',
  44. 'truncate',
  45. 'unlink',
  46. 'unwatchFile',
  47. 'utimes',
  48. 'lutimes',
  49. 'watch',
  50. 'watchFile',
  51. 'write',
  52. 'writev',
  53. 'writeFile',
  54. ];
  55. //# sourceMappingURL=fsCallbackApiList.js.map