This repository was archived by the owner on Aug 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 657
feat(rome_js_ananlyze): noImportAssign #2922
Merged
Merged
Conversation
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
ematipico
suggested changes
Jul 25, 2022
crates/rome_js_analyze/src/semantic_analyzers/js/no_import_assign.rs
Outdated
Show resolved
Hide resolved
!bench_analyzer |
Analyzer Benchmark Results
|
!bench_analyzer |
Analyzer Benchmark Results
|
6ba8656
to
d0c232f
Compare
@xunilrj , would you mind helping with reviewing? I can't find any way to optimize this implementation |
!bench_analyzer |
Analyzer Benchmark Results
|
The performance looks good now. |
xunilrj
reviewed
Jul 30, 2022
crates/rome_js_analyze/src/semantic_analyzers/js/no_import_assign.rs
Outdated
Show resolved
Hide resolved
d4a9720
to
b3a83df
Compare
xunilrj
approved these changes
Jul 30, 2022
ematipico
approved these changes
Aug 2, 2022
Let's hold the merging of this PR until this PR #2980 lands |
ematipico
reviewed
Aug 3, 2022
crates/rome_js_analyze/src/semantic_analyzers/js/no_import_assign.rs
Outdated
Show resolved
Hide resolved
3ae91e1
to
b1628e5
Compare
Since #2980 has landed, I thinks this pull request is good to merge now. |
Merged
IWANABETHATGUY
added a commit
to IWANABETHATGUY/tools
that referenced
this pull request
Aug 22, 2022
* feat: 🎸 no-import-assign * style: 💄 fmt * fix: 🐛 cr issues * docs: ✏️ update doc * chore: 🤖 avoid unncessary cast * chore: 🤖 lintdoc * fix: 🐛 use ctx model api * fix: 🐛 lint doc * fix: 🐛 cr issue * fix: 🐛 cr issue * chore: 🤖 update log * chore: 🤖 codegen configuration
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary
Test Plan