feat(plugin-tools): add types for "loader" plugins

This commit is contained in:
Joakim Carlstein 2023-11-15 16:00:21 +01:00
parent 70d2140dde
commit 81fde2ebd3
2 changed files with 31 additions and 2 deletions

View file

@ -0,0 +1,5 @@
---
'@emigrate/plugin-tools': minor
---
Prepare for supporting "loader" plugins. A loader plugin is used to transform a migration file of a given type (file extension) to a function that will execute the actual migration.