Skip to content
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

JS-159 Send real AST using protobufjs #4716

Merged
merged 66 commits into from
Jun 10, 2024

Conversation

ilia-kebets-sonarsource
Copy link
Contributor

No description provided.

@@ -27,11 +27,10 @@ export type UnionFieldValue = {

export type Declaration = ts.InterfaceDeclaration | ts.TypeAliasDeclaration;

export const TOP_LEVEL_NODE = 'BaseNodeWithoutComments';
export const TOP_LEVEL_NODE = 'Node';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this change somehow changes the handling of DefaultExport node, not sure why. Just a remark

@ilia-kebets-sonarsource ilia-kebets-sonarsource marked this pull request as ready for review June 10, 2024 07:08
@ilia-kebets-sonarsource ilia-kebets-sonarsource merged commit b84d0f8 into master Jun 10, 2024
14 of 15 checks passed
@ilia-kebets-sonarsource ilia-kebets-sonarsource deleted the JS-159-send-real-AST-using-protobuf branch June 10, 2024 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants