fsCallbackApiList.js 841 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. 'createReadStream',
  12. 'createWriteStream',
  13. 'exists',
  14. 'fchmod',
  15. 'fchown',
  16. 'fdatasync',
  17. 'fstat',
  18. 'fsync',
  19. 'ftruncate',
  20. 'futimes',
  21. 'lchmod',
  22. 'lchown',
  23. 'link',
  24. 'lstat',
  25. 'mkdir',
  26. 'mkdtemp',
  27. 'open',
  28. 'read',
  29. 'readv',
  30. 'readdir',
  31. 'readFile',
  32. 'readlink',
  33. 'realpath',
  34. 'rename',
  35. 'rm',
  36. 'rmdir',
  37. 'stat',
  38. 'symlink',
  39. 'truncate',
  40. 'unlink',
  41. 'unwatchFile',
  42. 'utimes',
  43. 'lutimes',
  44. 'watch',
  45. 'watchFile',
  46. 'write',
  47. 'writev',
  48. 'writeFile',
  49. ];
  50. //# sourceMappingURL=fsCallbackApiList.js.map