ts2esm icon indicating copy to clipboard operation
ts2esm copied to clipboard

Transforms TypeScript imports and exports into ESM-compatible declarations.

Results 13 ts2esm issues
Sort by recently updated
recently updated
newest added

Bumps [@evilmartians/lefthook](https://github.com/evilmartians/lefthook) from 1.7.2 to 1.7.11. Release notes Sourced from @​evilmartians/lefthook's releases. v1.7.11 Changelog 5c336d81a5bdfb4b527d6cea9859a38af20d306a fix: revert packaging change (#796) v1.7.10 Changelog b32fd3351664e8e4dd4da231f0e1c360ca0d549f deps: July 2024 (#795) 19b7a7290ed17bdb4b2cf7ffdbd8c8ba3c36b692 packaging(npm): try...

dependencies
javascript

There isn't really any clarity on how this works for JS file just a link pointing to an issue. It asks for a tsconfig.json but as the project is not...

Bumps [@tstv/eslint-config](https://github.com/typescripttv/tsconfigs/tree/HEAD/packages) from 3.2.4 to 4.0.0. Commits 11a22a2 [skip ci] chore: Publish 376aa60 refactor: Upgrade to ESLint v9 (#93) 70d0d8f chore(deps): bump eslint-plugin-prettier from 5.2.3 to 5.2.5 (#87) e812a40 chore(deps):...

dependencies
javascript

As of @2.2.7, The following works: ```js import App from './components/App'; // output => import App from './components/App.js'; ``` The following does not: ```js import App from 'components/App'; // output...

Hey there! First off, thanks for this awesome tool—it's been a huge time-saver! 🙌 I recently migrated a TypeScript project to ESM and used `ts2esm` to correctly add `.js` extensions...

Right now, `ts2esm` simply checks if a JS file is inside the `node_modules` directory of the referenced package. It doesn’t parse the `package.json` file of installed modules at all. It...

Project: - /tsconfig.json - root tsconfig, has path mappings such as @mylib -> /libs/mylib/src/index.ts - /libs/* - /libs/mylib/tsconfig.json lib tsconfig extends root one and has an include field for src/*...

Example: ```js const c0 = 0; const c1 = 1; module.exports = { c0, c1, }; ``` Incorrect result: ```js const c0 = 0; const c1 = 1; ``` Expected:...

Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) from 3.2.4 to 4.0.6. Release notes Sourced from @​vitest/coverage-v8's releases. v4.0.6    🐞 Bug Fixes Don't merge errors with different diffs for reporting  -  by @​hi-ogawa in vitest-dev/vitest#8871 (3e19f)...

dependencies
javascript

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 3.2.4 to 4.0.6. Release notes Sourced from vitest's releases. v4.0.6    🐞 Bug Fixes Don't merge errors with different diffs for reporting  -  by @​hi-ogawa in vitest-dev/vitest#8871 (3e19f)...

dependencies
javascript