esbuild-plugin-polyfill-node icon indicating copy to clipboard operation
esbuild-plugin-polyfill-node copied to clipboard

Fix Deprecation Warning: fs.Stats Constructor Is Deprecated

Open vhrechukha opened this issue 10 months ago • 1 comments

Error:

(node:72235) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.

Changes:

  1. package.json:

    • Updated @jspm/core to version 2.1.0.
    • Updated import-meta-resolve to version 4.1.0.
  2. tsconfig.json:

    • Changed module to NodeNext for better Node.js compatibility.
    • Updated target to ES2020.
    • Added declaration: true to generate type declaration files.
  3. tsup.config.ts:

    • Added shims: true to include necessary Node.js polyfills.

vhrechukha avatar Feb 18 '25 17:02 vhrechukha

Hi @cyco130! Any updates on this?

vhrechukha avatar Mar 30 '25 20:03 vhrechukha