-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat!: rewrite in unplugin #35
Open
2nthony
wants to merge
41
commits into
FEMessage:dev
Choose a base branch
from
2nthony:feat/unplugin
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 36 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
2c03124
feat: update `snippet.js`, formerly `main.js`
2nthony 33bb18c
fix(snippet): `compareVersion`
2nthony 7d25b8f
chore: remove useless files
2nthony 770b50a
chore(deps): unplugin init
2nthony 443047e
chore: unplugin init
2nthony db289d8
chore(tsconfig): init
2nthony de7a8ce
test(jestconfig): update
2nthony a219f89
feat(unplugin): rewrite
2nthony e74fbaf
test: update files
2nthony 2f501a7
chore(pkg): verbose test script
2nthony 04b08b5
chore(pkg): rollback scripts
2nthony dc3f4f5
chore: nuxt worked!
2nthony a6922b9
chore: remove `index.js`
2nthony 5f856a0
chore(deps): clean
2nthony d6c125a
feat(types): interface `PupaOptions`
2nthony a3e0182
Revert "feat(types): interface `PupaOptions`"
2nthony 3e3326e
chore(readme): update
2nthony 4e44dbb
chore(readme): center the preview
2nthony 86608a4
chore(readme): include zh
2nthony 9051975
chore(readme): update migrate
2nthony d6a5e8f
build: add script
2nthony cc913e9
chore: add funding
2nthony 9ae9261
refactor: snippet.ts
2nthony 2787e30
feat: support modify the popup text or message
2nthony 343fc7e
chore(readme): update
2nthony 6311b2a
fix: missing ','
2nthony 9277bef
chore: update lint-staged match
2nthony 9bb3973
fix: move arguments
2nthony 74f72da
revert: snippet.ts
2nthony cce5e16
chore(readme): new preview
2nthony 03cd92f
chore(readme): add chinese doc
2nthony cde32f9
chore(snippet): update
2nthony 0e242f1
refactor: resolved id
2nthony 47f98ad
chore: update
2nthony 49fc0da
chore(readme-zh): fix contributors and code syntax
2nthony ce7b367
fix(utils): drop `ftp` path resolve
2nthony 83d4848
refactor: move assert
2nthony ab2f5c0
chore: classic yarn
2nthony 103dff6
remove funding
2nthony 34b6912
revert options to legacy
2nthony b69c1f3
update readme
2nthony File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
github: 2nthony |
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
有点不太明白,为什么一些地方可以直接
@update-popup
,有些地方又需要添加 scope@femessage/update-popup
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
在
xxx.config.js
中视为包名,在 client 中@update-popup
视为虚拟文件,https://cn.vitejs.dev/guide/api-plugin.html#importing-a-virtual-file