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
feat(api): proper esm support and codegen overhauls #754
feat(api): proper esm support and codegen overhauls #754
Changes from 14 commits
8e5558d
0db62a3
84872e6
e2e1259
6463a02
ccbdc40
654194e
9ade11b
8e11923
d33e655
7d7b4cc
d4e5d5a
330a3a1
488041e
9fd0370
b1e705d
87f7319
594710c
c7c7f55
e681ee7
6a66d22
7173c80
d591696
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.
could we remove this as a dep since it's being installed in the codegen'd directory now?
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.
as a follow-up to the work I added in #759, i was thinking it might make sense to have a
devDep
flag that splits out our required deps (e.g.,@readme/api-core
) from our required dev-deps (e.g.,typescript
)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.
will do this in another PR since it's going to require a little bit of work