Détail du package

tshy-after

node-modules853MIT1.4.1

Auto set package.json after tshy run

tshy

readme

tshy-after

NPM version Node.js CI npm download Node.js Version PRs Welcome

Auto set package.json after tshy run

keep types

Set package.types to package.exports['.'].require.types

Auto fix import.meta.url and import.meta.resolve SyntaxError on CJS

SyntaxError: Cannot use 'import.meta' outside a module

e.g.: Get the file's dirname

// src/index.ts

import { fileURLToPath } from 'node:url';
import path from 'node:path';

export function getDirname() {
  if (typeof __dirname !== 'undefined') {
    return __dirname;
  }
  // @ts-ignore
  return path.dirname(fileURLToPath(import.meta.url));
}

License

MIT

Contributors

Contributors

Made with contributors-img.