fsCallbackApiList.js 898 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. 'lchmod',
  23. 'lchown',
  24. 'link',
  25. 'lstat',
  26. 'mkdir',
  27. 'mkdtemp',
  28. 'open',
  29. 'openAsBlob',
  30. 'opendir',
  31. 'read',
  32. 'readv',
  33. 'readdir',
  34. 'readFile',
  35. 'readlink',
  36. 'realpath',
  37. 'rename',
  38. 'rm',
  39. 'rmdir',
  40. 'stat',
  41. 'statfs',
  42. 'symlink',
  43. 'truncate',
  44. 'unlink',
  45. 'unwatchFile',
  46. 'utimes',
  47. 'lutimes',
  48. 'watch',
  49. 'watchFile',
  50. 'write',
  51. 'writev',
  52. 'writeFile',
  53. ];
  54. //# sourceMappingURL=fsCallbackApiList.js.map