feat: concatenate plugin part one#5237
Merged
IWANABETHATGUY merged 81 commits intomainfrom Jan 23, 2024
Merged
Conversation
97f84b8 to
9015835
Compare
ahabhgk
approved these changes
Jan 23, 2024
IWANABETHATGUY
added a commit
that referenced
this pull request
Jan 23, 2024
* chore: π€ ck point * chore: π€ ck point * chore: π€ ck point * chore: π€ ck point * chore: π€ replace all atoms as JsWord * chore: π€ concatenation scope * chore: π€ ck point * chore: π€ remove tmp file * chore: π€ ck point * chore: π€ fix compilation err * chore: π€ reserved_names * chore: π€ build * chore: π€ lint * chore: π€ move concatenation scope * chore: π€ pass concate scope * chore: π€ make it can pass concatenation scope * chore: π€ reset concatenation scope * chore: π€ push error * chore: π€ parse js source file * chore: π€ update module after analyze module * chore: π€ create concatenation list * chore: π€ get module with info * chore: π€ collect all ident * chore: π€ ck point * chore: π€ ck point * chore: π€ get final binding * chore: π€ remove unnecessary branch * chore: π€ update doc * chore: π€ generate all used names * chore: π€ remove temp file * chore: π€ rename in concatenate module * chore: π€ basic return * feat: πΈ create concate module * feat: πΈ concatenate module build * feat: πΈ clone attrs * feat: πΈ copy outgoing module * feat: πΈ chunk graph replace module * chore: π€ remove redundant main * feat: πΈ add module * feat: πΈ add config * chore: π€ ckpoint * feat: πΈ ck point * chore: π€ remove temp file * feat: πΈ incomming from modules * chore: π€ no harmony connection * chore: π€ basic work * chore: π€ recover * chore: π€ make it right * feat: πΈ scope for harmony import specifier * feat: πΈ export specifier * feat: πΈ finish codegen * fix: π update connection * fix: π compile error * chore: π€ lint * chore: π€ lint * chore: π€ ck point * chore: π€ ck point * chore: π€ lint * chore: π€ ck point * feat: πΈ update concate source * chore: π€ replace in chunk * feat: πΈ update snap * fix: π depth deduplicated * chore: π€ update depth * chore: π€ update compatibility dep * fix: π compile err * fix: π typos * chore: π€ remove temp snapshot * chore: π€ clean up * chore: π€ lint * chore: π€ add concatenateModules option * chore: π€ update config * chore: π€ fix test * fix: π fix js test * fix: π js test case * fix: π finish todo!
Contributor
|
!canary |
Contributor
|
0.5.1-canary-f73e8b2-20240123072324 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
added
Require Documentation?