-
Notifications
You must be signed in to change notification settings - Fork 7
Remove browserify, Use rollup #1561
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
Merged
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
bab31dc
Remove browserify, Use rollup
ShinobuTakahashi 9ec0aea
Remove comment
ShinobuTakahashi c1d6ab5
Fix NodeModules.ts
ShinobuTakahashi bb82fe8
Use memfs, remove mock-fs
ShinobuTakahashi 7386235
Fix spec
ShinobuTakahashi afe3253
Fix TestUtil.ts,
ShinobuTakahashi bf78a05
Fix NodeModulesSpec, TestUtil
ShinobuTakahashi 0597faf
Fix spec
ShinobuTakahashi 58e42ad
Fix export
ShinobuTakahashi c1f0ef9
fix extra
ShinobuTakahashi 7be56f1
Fix init
ShinobuTakahashi d671ac5
Fix scan
ShinobuTakahashi 93c7eb4
Fix lib-manage
ShinobuTakahashi b975719
Fix BasicParametersSpec
ShinobuTakahashi 8f0275f
Remove unnecessary fixes
ShinobuTakahashi af1a076
Fix NodeModulesSpec
ShinobuTakahashi c0a8a47
Merge branch 'main' into remove-browserify-use-rollup
ShinobuTakahashi 11451dd
Merge branch 'remove-browserify-use-rollup' into use-memfs-for-commons
ShinobuTakahashi 852f952
Merge branch 'use-memfs-for-commons' into use-memfs-other
ShinobuTakahashi 0eeb5dc
Remove mock-fs
ShinobuTakahashi b68692a
Fix Testutil
ShinobuTakahashi c4e3da8
Fix NodeModulesSpec
ShinobuTakahashi 5ad18d6
Fix NodeModuleSpec
ShinobuTakahashi 2c0ced3
Fix BasicParameterSpec
ShinobuTakahashi d20fc16
Fix installSpec
ShinobuTakahashi 482045b
remove unnecessary fixes
ShinobuTakahashi 59d09d2
Fix comment
ShinobuTakahashi 0b0002c
Merge pull request #1586 from akashic-games/use-memfs-other
ShinobuTakahashi d795562
Merge pull request #1576 from akashic-games/use-memfs-for-commons
ShinobuTakahashi 773ec2b
Merge branch 'main' into remove-browserify-use-rollup
ShinobuTakahashi bbe108c
Merge branch 'main' into remove-browserify-use-rollup
ShinobuTakahashi fbd2f96
Update sandbox package.json
ShinobuTakahashi 9e4223e
Update package-lock.json
ShinobuTakahashi 85def37
Fix scan spec
ShinobuTakahashi 204c5ae
Update package.json
ShinobuTakahashi 0bef5c0
Update package-lock.json
ShinobuTakahashi 5b21096
Add changeset
ShinobuTakahashi 77fae96
Fix changeset comment
ShinobuTakahashi 2e14a1e
Update moudles
ShinobuTakahashi 4116411
Add changeset dir to remarkignore
ShinobuTakahashi 97b9b55
Merge pull request #1703 from akashic-games/fix-after-merge-in-latest
ShinobuTakahashi 1390e50
Fix NodeModules.ts
ShinobuTakahashi 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 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| "@akashic/akashic-cli-lib-manage": patch | ||
| "@akashic/akashic-cli-commons": patch | ||
| "@akashic/akashic-cli-export": patch | ||
| --- | ||
|
|
||
| Remove browserify & mock-fs, Use rollup & memfs |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| node_modules/ | ||
| packages/akashic-cli-serve/www/public/thirdparty/ | ||
| CHANGELOG.md | ||
| .changeset/ |
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
browserify -> rollup 変更のファイルで、この PR でレビューしていただきたいファイルです。
CI で落ちていますが、#1703 で対応しています。