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

Parse Stimulus-Decorators #12

Merged
merged 10 commits into from
Feb 12, 2024

Conversation

Zeko369
Copy link
Contributor

@Zeko369 Zeko369 commented Oct 11, 2023

Implement parsing of Stimulus Decorators

This PR introduces a way to parse decorators (Since they're still in stage3, this means you're using TS)

Closes #10

@Zeko369 Zeko369 force-pushed the feature/parse-stimulus-decorators branch from 2741da4 to 65510f4 Compare October 11, 2023 22:32
src/parser.ts Fixed Show fixed Hide fixed
@marcoroth marcoroth force-pushed the feature/parse-stimulus-decorators branch from 547b9ac to 872ab8c Compare February 10, 2024 02:37
test/parser/values.test.ts Fixed Show fixed Hide fixed
@marcoroth
Copy link
Owner

marcoroth commented Feb 10, 2024

@Zeko369 I just rebased this pull request after finishing and merging #49

@marcoroth marcoroth marked this pull request as ready for review February 12, 2024 07:26
Copy link
Owner

@marcoroth marcoroth left a comment

Choose a reason for hiding this comment

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

Thank you @Zeko369, I'm going to merge this as-is!

@marcoroth marcoroth merged commit 3614b9b into marcoroth:main Feb 12, 2024
5 checks passed
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.

Support for stimulus-decorators
2 participants