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.
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
core: restructure types for direct import and publishing #14441
core: restructure types for direct import and publishing #14441
Changes from 32 commits
271cf0c
5710d82
098806c
cb26da4
44b2a63
adc7ce9
dbc8d7d
654d977
36c6acb
7832e4f
b683d56
5c35f7c
ddd7f46
92e9c53
c26ad51
dd0843e
67dd4b8
3f429a3
d0de3a1
56e89e2
01573f9
f37ff2a
df88711
464dea0
2231c19
773105e
31470cf
1cfb63c
db59841
f6e5f32
77866e0
3ec52ee
d4bdee9
0f1e9c3
32ea5d2
ca6952b
4ea12f0
326510c
fa54814
687c219
715b4f7
c542551
d7477a7
cb9d884
7955ec9
73936ff
efb7d5e
14ca719
ba3104f
324012a
9a8b537
c6761ee
af34cd0
05e8815
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Large diffs are not rendered by default.
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.
For this to work, we shouldn't expose
LH
globally at least in core. This is a temporary measure if we decide to split into multiple PRs.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.
is there an update on this? More PRs to come?
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 changes in this PR should provide enough typings for the normal exposed api. We should still eliminate this global though.
Doing so would be done in a follow up, and probably wouldn't be a breaking change (although it would touch many files)
This file was deleted.