-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Plugin] [1/9] Remove passing a 'method holder' object and properly u…
…se TypeScript for plugin. (#4210) ## Summary Since we are using TypeScript for plugin now we should get rid of passing the magic `t` object as a function argument and use proper imports instead. Also we no longer import whole `BabelCore` and `BabelTypes` but just the required objects. This is a direct follow up to #4209 ## Test plan `Yarn jest`, these changes don't touch plugin's logic.
- Loading branch information
Showing
12 changed files
with
476 additions
and
643 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.