Hooks and Codemods
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
- feat: add
addVitePlugin
method by @Julien-R44 in #73 - refactor: make
project
public inCodeTransformer
by @Julien-R44 in #74 - feat: add bundler and devserver hooks by @Julien-R44 in #75
Full Changelog: v7.1.1...v7.2.0