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

Generate runtime options file using Babel #160

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

brawaru
Copy link
Member

@brawaru brawaru commented Oct 23, 2024

Previously runtime options were generated using manually created AST
nodes and astring module. This was hindersome to maintain, so I
decided to switch to using recast at first, but quickly found it doesn't
support some of AST types that we need, so I've migrated to Babel
modules instead, which provide all the nice APIs and generate more
correct code than recast.

Previously runtime options were generated using manually created AST
nodes and `astring` module. This was hindersome to maintain, so I
decided to switch to using recast at first, but quickly found it doesn't
support some of AST types that we need, so I've migrated to Babel
modules instead, which provide all the nice APIs and generate more
correct code than recast.
Copy link

changeset-bot bot commented Oct 23, 2024

🦋 Changeset detected

Latest commit: 1583989

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@vintl/nuxt Patch

Not sure what this means? Click here to learn what changesets are.

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

Copy link

netlify bot commented Oct 23, 2024

Deploy Preview for vintl-nuxt ready!

Name Link
🔨 Latest commit 1583989
🔍 Latest deploy log https://app.netlify.com/sites/vintl-nuxt/deploys/6719159f37399b00082c84b0
😎 Deploy Preview https://deploy-preview-160--vintl-nuxt.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.

@brawaru brawaru merged commit 1583989 into vintl-dev:main Oct 23, 2024
5 checks passed
@brawaru brawaru linked an issue Oct 24, 2024 that may be closed by this pull request
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.

Use recast to generate options file
1 participant