-
-
Notifications
You must be signed in to change notification settings - Fork 250
Document tagged templates #803
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
Document tagged templates #803
Conversation
@tsnobip is attempting to deploy a commit to the ReScript Association Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! I added a few minor comments, do with it what you will.
5b9e336
to
4949dfe
Compare
Tests fail. You'd need to add "dependencies": {
...
"rescript-1100": "npm:[email protected]",
+ "rescript-1110": "npm:[email protected]",
"rescript-820": "npm:[email protected]",
...
} to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Just one tiny suggestion.
82820fc
to
068915d
Compare
You still need to change the used version in test-examples. Unfortunately, testing uses only thebmost current version for now still. |
thanks guys for the review, the tests pass now! |
Support of tagged templates was added by rescript-lang/rescript#6250.
This PR is meant to document this new feature that will land with v11.1.