generated from napi-rs/package-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: use macro apply in resolvers (#104)
* refactor: use macro apply for resolvers * refactor: use macro apply for clap * chore: falling back to rust 2021 edition * chore: fix code lint * chore: fix code lint * refactor: move macros to lib * chore: fix ava test spec * chore: fix win test * chore: use absolute path * chore: try to add exports * chore: fix code lint * chore: use pnpm instead of yarn * chore: fix ci pnpm * chore: fix package double quote * chore: fix corepack * chore: fix ci checks * refactor: use jest instead of ava * refactor: reuse self linking * chore: fix ci test for linux x64 musl * chore: fix ci test for linux x64 gnu
- Loading branch information
Showing
25 changed files
with
6,006 additions
and
3,424 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'archons': patch | ||
--- | ||
|
||
Use macro apply for resolvers |
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
Oops, something went wrong.