cjstoesm

A tool that can transform CommonJS to ESM

MIT License

Downloads
12.1K
Stars
376
Committers
2
cjstoesm -

Published by wessberg almost 5 years ago

  • chore(style): run Prettier 3a707ad
  • add more builtin modules cfa444d
  • fix: fix Windows bugs 5a2fa10
  • fix: fix Windows bugs 9de491b
  • chore(test): fix Windows problem 516de30
  • chore(npm): allow Node 8 99887bf
  • chore(ci): add missing dependencies 9cc67b2
  • chore(ci): add Github Actions 7e42505

https://github.com/wessberg/cjs-to-esm-transformer/compare/v0.0.14...v0.0.15

cjstoesm -

Published by wessberg almost 5 years ago

  • chore(npm): update dependencies 44cc335
  • docs(funding): fix funding 80437b5

https://github.com/wessberg/cjs-to-esm-transformer/compare/v0.0.13...v0.0.14

cjstoesm -

Published by wessberg almost 5 years ago

  • fix: fix bug where parent links wasn't being set. Closes #2 29808ff

https://github.com/wessberg/cjs-to-esm-transformer/compare/v0.0.12...v0.0.13

cjstoesm -

Published by wessberg about 5 years ago

  • feat(cli): make it possible to run the transform command with simple 'cjstoesm'. 43e51b6

https://github.com/wessberg/cjs-to-esm-transformer/compare/v0.0.11...v0.0.12

cjstoesm -

Published by wessberg about 5 years ago

  • perf: improves performance by avoiding the emit-phase of TSC in the CLI f0e3923
  • docs(README): fix typo 358f336

https://github.com/wessberg/cjs-to-esm-transformer/compare/v0.0.10...v0.0.11

cjstoesm -

Published by wessberg about 5 years ago

  • chore(lint): fixes lint b45915b
  • feat(cli): adds CLI support for transforming a project from CJS to ESM b542834

https://github.com/wessberg/cjs-to-esm-transformer/compare/v0.0.9...v0.0.10

cjstoesm -

Published by wessberg over 5 years ago

  • build(npm): Moves Typescript to peer dependencies 96a539e
  • fix(bug): fixes issues with handling patterns such as 'const foo = module.exports = ...' or 'const foo = exports.bar = ...' ef0fe30

https://github.com/wessberg/cjs-to-esm-transformer/compare/v0.0.8...v0.0.9

cjstoesm -

Published by wessberg over 5 years ago

cjstoesm -

Published by wessberg over 5 years ago

  • Returns 'null' from resolve id hook rather than undefined to fix compatibility issue with newest Rollup version 2ebf7a6

https://github.com/wessberg/cjs-to-esm-transformer/compare/v0.0.6...v0.0.7

cjstoesm -

Published by wessberg over 5 years ago

  • build(npm): updates dependencies 82ba974
  • build(npm): updates dependencies 6a78fe0

https://github.com/wessberg/cjs-to-esm-transformer/compare/v0.0.5...v0.0.6

cjstoesm -

Published by wessberg over 5 years ago

  • fix(exports): fixes a bug where exports = require(...)() would lead to SyntaxErrors 1803b54

https://github.com/wessberg/cjs-to-esm-transformer/compare/v0.0.4...v0.0.5

cjstoesm -

Published by wessberg over 5 years ago

  • feat(exports): adds support for re-exports with 'exports = require(...)' syntax 19753ce

https://github.com/wessberg/cjs-to-esm-transformer/compare/v0.0.3...v0.0.4

cjstoesm -

Published by wessberg over 5 years ago

  • docs(readme): fixes a list issue in the README 288919b

https://github.com/wessberg/cjs-to-esm-transformer/compare/v0.0.2...v0.0.3

cjstoesm -

Published by wessberg over 5 years ago