Skip to content

Expose the Cursor.nodeName on the NAPI side#730

Merged
Xanewok merged 2 commits intoNomicFoundation:mainfrom
Xanewok:cursor-node-name-napi
Jan 9, 2024
Merged

Expose the Cursor.nodeName on the NAPI side#730
Xanewok merged 2 commits intoNomicFoundation:mainfrom
Xanewok:cursor-node-name-napi

Conversation

@Xanewok
Copy link
Copy Markdown
Contributor

@Xanewok Xanewok commented Jan 8, 2024

Part of #710 #713

Forgot to expose the relevant function in NAPI.

@Xanewok Xanewok requested a review from a team as a code owner January 8, 2024 17:24
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Jan 8, 2024

⚠️ No Changeset found

Latest commit: 468a451

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


export const TokenKind = generated.kinds.TokenKind;
export type TokenKind = generated.kinds.TokenKind;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I suggest adding a TS unit test that uses this new API to crates/solidity/outputs/npm/tests/

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Done!

@Xanewok Xanewok enabled auto-merge January 9, 2024 09:45
@Xanewok Xanewok added this pull request to the merge queue Jan 9, 2024
Merged via the queue into NomicFoundation:main with commit 1806a79 Jan 9, 2024
@Xanewok Xanewok deleted the cursor-node-name-napi branch January 9, 2024 10:02
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