-
-
Notifications
You must be signed in to change notification settings - Fork 171
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(wip): support source map codegen when merge module ast #1904
Open
wre232114
wants to merge
23
commits into
v2-dev
Choose a base branch
from
feat/multi-source-map-codegen
base: v2-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.
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
wre232114
force-pushed
the
feat/multi-source-map-codegen
branch
from
November 3, 2024 03:19
f8eaac5
to
e9e8f38
Compare
🦋 Changeset detectedLatest commit: f732dcc The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR 💥 An error occurred when fetching the changed packages and changesets in this PR
|
wre232114
force-pushed
the
feat/multi-source-map-codegen
branch
2 times, most recently
from
November 5, 2024 06:25
d15f6d3
to
6a80f53
Compare
wre232114
force-pushed
the
feat/multi-source-map-codegen
branch
from
November 17, 2024 16:03
6a80f53
to
57682c3
Compare
wre232114
force-pushed
the
feat/multi-source-map-codegen
branch
from
November 29, 2024 01:18
57682c3
to
932f789
Compare
shulandmimi
force-pushed
the
feat/multi-source-map-codegen
branch
from
November 29, 2024 10:42
fa15d99
to
ef7cb2a
Compare
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: brightwu <[email protected]>
* feat: support js process module * chore: minor version bump --------- Co-authored-by: brightwu <[email protected]>
* feat: support invalidate module * feat: remove unless code * feat: clear expired module --------- Co-authored-by: ADNY <[email protected]> Co-authored-by: brightwu <[email protected]>
* Version Packages * chore: revert major bump --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: brightwu <[email protected]>
* feat: support tailwindcss * feat: remove unuse code && add tailwind-next example * feat: usage invalidateModule remove css module cache * feat: upgrade tailwindcss version * test: e2e server instance use random port
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.
Description:
BREAKING CHANGE:
Related issue (if exists):