tmpDir function calls to tmpdir to handle Node.js DEP0022.
What It Does
This codemod updates:- Function calls from
tmpDir()totmpdir() - Import/require statements to use the correct function name
Before/After
- ESM
- CommonJS
Before:After:
Migrate deprecated os.tmpDir() to os.tmpdir() for Node.js DEP0022
tmpDir function calls to tmpdir to handle Node.js DEP0022.
tmpDir() to tmpdir()