-
-
Notifications
You must be signed in to change notification settings - Fork 127
[code-infra] Add bundle size monitor #1791
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
34 commits
Select commit
Hold shift + click to select a range
f2d25ac
[code-infra] Add bundle size monitor
Janpot 73628aa
Update bundle-size-checker.config.mjs
Janpot ccc50b3
Update config.yml
Janpot f806831
fixes
Janpot 4153831
Update pnpm-lock.yaml
Janpot dd7fcac
Update pnpm-lock.yaml
Janpot e83825b
Merge remote-tracking branch 'upstream/master' into bundle-sizes
Janpot 3a1344c
update
Janpot 7328fa6
Merge remote-tracking branch 'upstream/master' into bundle-sizes
Janpot 117b8a6
Update pnpm-lock.yaml
Janpot 3d2ae51
Update pnpm-lock.yaml
Janpot 42b3de3
Update pnpm-lock.yaml
Janpot 5888404
Update pnpm-lock.yaml
Janpot c994fca
this works now
Janpot 4afed6d
remove unneeded
Janpot 6f0cd7d
remove name
Janpot 9a8923e
Update pnpm-lock.yaml
Janpot 342507b
externals
Janpot 14acab1
fix attw
Janpot b6ca230
Merge remote-tracking branch 'upstream/master' into bundle-sizes
Janpot 7ccc2ae
update packages
Janpot 3c61659
Merge branch 'master' into bundle-sizes
Janpot ba1e3b3
vfege
Janpot 1afe275
Merge remote-tracking branch 'upstream/master' into bundle-sizes
Janpot 73e45e4
Move dangerfile content
Janpot e96459d
move bundle-size folder to test
Janpot a91b645
Add radix/base checkbox comparison snippets
Janpot e2404c3
update monitor
Janpot e3c4fa3
use separate file
Janpot 373d942
Merge remote-tracking branch 'upstream/master' into bundle-sizes
Janpot 4eb9ebe
Merge remote-tracking branch 'upstream/master' into bundle-sizes
Janpot 9160734
Add package.json export back
Janpot 60edf24
fix ci
Janpot f1f2b1f
Merge remote-tracking branch 'upstream/master' into bundle-sizes
Janpot 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
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,6 @@ | ||
const tsx = require('tsx/cjs/api'); | ||
|
||
// danger uses babelify under the hood. The implementation is buggy and fails on our | ||
// custom plugins in our codebase. We'll just disable it and do our own compilation. | ||
// Danger must always be run with envirnonent variable `DANGER_DISABLE_TRANSPILATION="true"`. | ||
tsx.require('./scripts/dangerFileContent', __filename); |
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.