-
Notifications
You must be signed in to change notification settings - Fork 536
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
Protected APIs marked with @internal
for SharedMap and Counter
#7521
Protected APIs marked with @internal
for SharedMap and Counter
#7521
Conversation
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.
Address the missing exports and ship it. :)
api-report/map.api.md
Outdated
// Warning: (ae-forgotten-export) The symbol "LocalValueMaker" needs to be exported by the entry point index.d.ts | ||
// |
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.
You need to export this type too.
api-report/map.api.md
Outdated
// Warning: (ae-forgotten-export) The symbol "IDirectoryOperation" needs to be exported by the entry point index.d.ts | ||
// |
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.
Same here.
Build blocker is probably being caused by the package-lock and lerna-package-lock changes. Leaving those out of the PR should allow it to pass |
are we forcing npm 7? Refers to: package-lock.json:4 in ce6320e. [](commit_id = ce6320e, deletion_comment = False) |
…to protected-apis-to-internal
Prevent protected methods from showing up in public docs
Broken link report 👍🏻🔗 No broken links found! ✅ Your attention to detail is admirable. |
Adding @internal prevents APIs from being on the public docs.