-
Notifications
You must be signed in to change notification settings - Fork 537
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
Move IdCompressor into a separate package #18749
Conversation
Co-authored-by: Joshua Smithrud <[email protected]>
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.
The README was copied from a directory-level README. We need to reformat the REAMDE to be a package-level one with our usual package README contents (in addition to the id-compressor context that's already there).
Looks like mocha is failing to find any tests in your package, and is failing. |
⯅ @fluid-example/bundle-size-tests: +139.13 KB
Baseline commit: 756e2fb |
…tions (#19031) ## Description This removes re-exported/deprecated compressor types from the runtime definitions public API. They were moved to the id-compressor package earlier. ## Breaking Changes The removed APIs were technically public but are very unlikely to ever have been used. They were moved to a publicly available package in #18749.
…tions (microsoft#19031) ## Description This removes re-exported/deprecated compressor types from the runtime definitions public API. They were moved to the id-compressor package earlier. ## Breaking Changes The removed APIs were technically public but are very unlikely to ever have been used. They were moved to a publicly available package in microsoft#18749.
…tions (#19031) ## Description This removes re-exported/deprecated compressor types from the runtime definitions public API. They were moved to the id-compressor package earlier. ## Breaking Changes The removed APIs were technically public but are very unlikely to ever have been used. They were moved to a publicly available package in #18749.
Description
This PR moves the ID compressor into a separate package, cleaning up the dependency structure and making it possible to depend on it in places where depending on the runtime is disallowed or inappropriate.