-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.8.0](v1.7.2...v1.8.0) (2022-10-30) ### Features * **swc-plugin:** remove imported fetch.macro ([0aee575](0aee575)) * **swc:** basic fetch.macro feature in swc plugin ([9a06531](9a06531))
- Loading branch information
1 parent
06f38c9
commit e3b8aff
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"author": "r17x <[email protected]>", | ||
"homepage": "https://github.com/r17x/fetch.macro", | ||
"repository": "https://github.com/r17x/fetch.macro", | ||
"version": "1.7.2", | ||
"version": "1.8.0", | ||
"keywords": [ | ||
"babel-plugin-macros", | ||
"babel-plugins", | ||
|