Skip to content

clean up AST types#727

Merged
OmarTawfik merged 1 commit intoNomicFoundation:mainfrom
OmarTawfik-forks:ast-pr-feedback
Jan 3, 2024
Merged

clean up AST types#727
OmarTawfik merged 1 commit intoNomicFoundation:mainfrom
OmarTawfik-forks:ast-pr-feedback

Conversation

@OmarTawfik
Copy link
Copy Markdown
Contributor

  • address later feedback on add AST strong types #719
  • fix syntax highlighting for TS templates
  • use ReadonlyArray<T> in return types instead of Array<T>.
  • use undefined instead of null for optional fields, as it is more idiomatic.

- address later feedback on NomicFoundation#719
- fix syntax highlighting for TS templates
- use `ReadonlyArray<T>` in return types instead of `Array<T>`.
- use `undefined` instead of `null` for optional fields, as it is more idiomatic.
@OmarTawfik OmarTawfik requested a review from a team as a code owner January 3, 2024 00:27
@OmarTawfik OmarTawfik enabled auto-merge January 3, 2024 00:27
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Jan 3, 2024

⚠️ No Changeset found

Latest commit: 913d799

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Copy Markdown
Contributor

@Xanewok Xanewok left a comment

Choose a reason for hiding this comment

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

Looks great, thank you for addressing these! 🙏

@OmarTawfik OmarTawfik added this pull request to the merge queue Jan 3, 2024
Merged via the queue into NomicFoundation:main with commit 67b2c53 Jan 3, 2024
@OmarTawfik OmarTawfik deleted the ast-pr-feedback branch January 3, 2024 09:48
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.

2 participants