-
Notifications
You must be signed in to change notification settings - Fork 74
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 generator API to separate export #1285
Milestone
Comments
sailingKieler
added a commit
that referenced
this issue
Nov 10, 2023
* refactored most of our generators to use 'expandToNode' and friends instead of instantiating 'CompositeGeneratorNodes'
sailingKieler
added a commit
that referenced
this issue
Nov 10, 2023
* refactored most of our generators to use 'expandToNode' and friends instead of instantiating 'CompositeGeneratorNodes'
sailingKieler
added a commit
that referenced
this issue
Nov 13, 2023
* refactored our generators to use 'expandToNode' and friends instead of instantiating 'CompositeGeneratorNodes'
sailingKieler
added a commit
that referenced
this issue
Nov 13, 2023
* refactored our generators to use 'expandToNode' and friends instead of instantiating 'CompositeGeneratorNodes'
sailingKieler
added a commit
that referenced
this issue
Nov 21, 2023
* move NEWLINE_REGEXP from 'template-string.ts' to 'regex-util.ts', * refactored our generators to use 'expandToNode' and friends instead of instantiating 'CompositeGeneratorNodes'
sailingKieler
added a commit
that referenced
this issue
Nov 22, 2023
* move NEWLINE_REGEXP from 'template-string.ts' to 'regex-util.ts', * refactored our generators to use 'expandToNode' and friends instead of instantiating 'CompositeGeneratorNodes'
sailingKieler
added a commit
that referenced
this issue
Nov 22, 2023
* move NEWLINE_REGEXP from 'template-string.ts' to 'regex-util.ts', * refactored our generators to use 'expandToNode' and friends instead of instantiating 'CompositeGeneratorNodes'
sailingKieler
added a commit
that referenced
this issue
Nov 22, 2023
* move NEWLINE_REGEXP from 'template-string.ts' to 'regex-util.ts', * refactored our generators to use 'expandToNode' and friends instead of instantiating 'CompositeGeneratorNodes'
sailingKieler
added a commit
that referenced
this issue
Nov 22, 2023
* move NEWLINE_REGEXP from 'template-string.ts' to 'regex-util.ts', * refactored our generators to use 'expandToNode' and friends instead of instantiating 'CompositeGeneratorNodes'
sailingKieler
added a commit
that referenced
this issue
Nov 22, 2023
* move NEWLINE_REGEXP from 'template-string.ts' to 'regex-util.ts', * refactored our generators to use 'expandToNode' and friends instead of instantiating 'CompositeGeneratorNodes'
Requested changes were contributed by #1287. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In this week's dev meeting, we decided to move the generator API to a separate package export. This will help to reduce the API surface of the main package export (#1260) and is in line with other changes (#1171, #1258).
The text was updated successfully, but these errors were encountered: