Skip to content

Hooks and Codemods

Compare
Choose a tag to compare
@Julien-R44 Julien-R44 released this 24 Feb 11:41

Changes

This version adds several new features:

  • An addVitePlugin method in the Codemods API that can be used by package creators to add a new Vite plugin to the end-user configuration
  • Makes the project property of the codemods api public. This allows package authors to have direct access to ts-morph when they need to perform more specific modifications in the end-user code.
  • Added bundler and dev server hooks. See #75

Commits

  • feat: add bundler and dev server hooks (#75) 38a2835
  • refactor: make project public 5a476d6
  • chore: update readme db8b35a
  • feat: add addVitePlugin method 95f0cfa

What's Changed

Full Changelog: v7.1.1...v7.2.0