-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(marshal,pass-style): #1687 move deeplyFulfilled to @endo/pas… (
#2341) Closes: #1687 ## Description `deeplyFulfilled` has no dependence on concepts introduced by the @endo/marshal layer. This PR moves it to the @endo/pass-style layer, whose concepts it is directly about. See #1687 for other possible motives to do this. For compat, this PR still has @endo/marshal reexport it, but marked as a deprecated reexport, advising importers to import from @endo/pass-style instead. Thus, this PR should count as a pure refactor which cannot break any old code. ### Security Considerations none ### Scaling Considerations none ### Documentation Considerations minor. Changes only what packages `deeplyFulfilled` should be explained as part of, and which it should be imported from. ### Testing Considerations moved the test as well. ### Compatibility Considerations As above. ### Upgrade Considerations none. > Update `NEWS.md` for user-facing changes. Both `NEWS.md` updated.
- Loading branch information
Showing
6 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
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
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
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
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
4 changes: 3 additions & 1 deletion
4
packages/marshal/src/deeplyFulfilled.js → packages/pass-style/src/deeplyFulfilled.js
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
3 changes: 1 addition & 2 deletions
3
...ages/marshal/test/deeplyFulfilled.test.js → ...s/pass-style/test/deeplyFulfilled.test.js
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