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

Support symbol properties on extension objects #4234

Merged
merged 2 commits into from
Oct 14, 2024

Conversation

JoviDeCroock
Copy link
Member

Supersedes #3511

This adds support for Symbol property keys on the extension property of AST nodes. Had to tweak toObjMap here to support symbol keys by adding getOwnPropertySymbols which is the only way to enumerate over them.

@JoviDeCroock JoviDeCroock requested a review from a team as a code owner October 14, 2024 06:07
Copy link

netlify bot commented Oct 14, 2024

Deploy Preview for compassionate-pike-271cb3 ready!

Name Link
🔨 Latest commit 7c52b9d
🔍 Latest deploy log https://app.netlify.com/sites/compassionate-pike-271cb3/deploys/670cca5ee57a2e000810282d
😎 Deploy Preview https://deploy-preview-4234--compassionate-pike-271cb3.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

Hi @JoviDeCroock, I'm @github-actions bot happy to help you with this PR 👋

Supported commands

Please post this commands in separate comments and only one per comment:

  • @github-actions run-benchmark - Run benchmark comparing base and merge commits for this PR
  • @github-actions publish-pr-on-npm - Build package from this PR and publish it on NPM

@JoviDeCroock JoviDeCroock added the PR: feature 🚀 requires increase of "minor" version number label Oct 14, 2024
src/jsutils/ObjMap.ts Outdated Show resolved Hide resolved
@JoviDeCroock JoviDeCroock requested a review from yaacovCR October 14, 2024 07:40
@JoviDeCroock JoviDeCroock merged commit 70ad2f5 into main Oct 14, 2024
34 checks passed
@yaacovCR yaacovCR deleted the support-symbol-properties-on-extensions branch October 27, 2024 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: feature 🚀 requires increase of "minor" version number
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants