Describe the feature
Right now, Babel gets called with empty filename and cwd:
If the correct data was passed, we could use it for plugins that are enabled/disabled based on the file name (e.g. we want to detect *.wasp.ts files to do some extra processing for our framework).
Additional information
Describe the feature
Right now, Babel gets called with empty filename and cwd:
jiti/src/babel.ts
Lines 29 to 30 in fd3bb28
If the correct data was passed, we could use it for plugins that are enabled/disabled based on the file name (e.g. we want to detect
*.wasp.tsfiles to do some extra processing for our framework).Additional information