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

Refactor GenerateAst task #243

Merged
merged 2 commits into from
Aug 9, 2024
Merged

Refactor GenerateAst task #243

merged 2 commits into from
Aug 9, 2024

Conversation

SpaiR
Copy link
Owner

@SpaiR SpaiR commented Aug 9, 2024

Description

Offset property is necessary only for maintaining the correct relative order during parsing.
We should avoid storing it in a JSON file as it significantly increases the file differences, making version control more challenging.

Type of change

  • Minor changes or tweaks (quality of life stuff)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

@SpaiR SpaiR added the fix Fixes problems label Aug 9, 2024
@SpaiR SpaiR changed the title Build/refactor generate ast Refactor GenerateAst task Aug 9, 2024
@SpaiR SpaiR merged commit 588903f into main Aug 9, 2024
7 checks passed
@SpaiR SpaiR deleted the build/refactor-generate-ast branch August 9, 2024 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Fixes problems
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant