-
Notifications
You must be signed in to change notification settings - Fork 924
Split the dependency between compile:typedefs
and the legacy library
#2370
Split the dependency between compile:typedefs
and the legacy library
#2370
Conversation
|
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @steveluscher and the rest of your teammates on Graphite |
c048ca1
to
89625d3
Compare
e08ba97
to
5ffe87b
Compare
"outputs": ["docs/**", "declarations/**", "lib/**"] | ||
}, | ||
"@solana/web3.js#clean": { | ||
"outputs": ["doc/**", "declarations/**", "lib/**"] |
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.
Also bunch missing from clean.
}, | ||
"@solana/web3.js#compile:js": { | ||
"dependsOn": ["clean", "^compile:js"], | ||
"inputs": ["babel.config.json", "rollup.config.mjs", "tsconfig.*", "src/**"], |
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.
Babel config was missing.
"rollup.config.types.mjs", | ||
"scripts/typegen.sh", | ||
"src/**", | ||
"test/__shadow-jest-types.d.ts", | ||
"tsconfig.*" |
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.
Lots of stuff used in scripts/typegen.sh
that was missing.
"@solana/web3.js#test:unit:node": { | ||
"dependsOn": ["compile:js"], | ||
"inputs": ["babel.config.json", "src/**", "test/**"] |
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.
Tests use ts-mocha
so they don't actually depend on Babel.
"test:typecheck", | ||
"test:unit:node" | ||
], | ||
"outputs": ["doc/**", "declarations/**", "lib/**"] |
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.
Bunch of outputs missing previously.
5ffe87b
to
32ccc43
Compare
c0ce53d
to
a32c78d
Compare
32ccc43
to
3127bf6
Compare
a32c78d
to
3f9f5b4
Compare
3127bf6
to
72ec318
Compare
72ec318
to
fb7bcbd
Compare
fb7bcbd
to
dc74e1f
Compare
Merge activity
|
76fc9b4
to
3233dbb
Compare
dc74e1f
to
8b283f8
Compare
🎉 This PR is included in version 1.91.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up. |
No description provided.