-
Notifications
You must be signed in to change notification settings - Fork 17
Final “2.x” interface. #215
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
base: main
Are you sure you want to change the base?
Conversation
|
@klebba — You asked about a PR to show what the interface will look like. Here one is! This is just throwaway work since it’s pointing to a different PR, but I’ll keep recreating every time I make changes so that you can stay updated here. |
|
The git diff shown in the |
bc23055 to
69c8936
Compare
56ae8dd to
c5a3540
Compare
^ can we incorporate this somewhere? my thought is that the x-template would be a mime type |
9460060 to
19367eb
Compare
3c2943e to
5533a58
Compare
| // the parser is _very_ strict, we can make a lot of simplifying assumptions. | ||
| static #onToken( | ||
| // These areguments are passed in through a “bind”. | ||
| // These arguments are passed in through a “bind”. |
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.
This is unrelated, just found a typo.
| node[name] = value; | ||
| } | ||
|
|
||
| // TODO: Future state here once “ifDefined” is gone. |
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.
The future is now!
42e2490 to
d7ddf41
Compare
* Removes “ifDefined” (previously just deprecated). * Removes “repeat” (previously just deprecated). * Removes some “future state” commentary (cleanup). Closes #314.
Uh oh!
There was an error while loading. Please reload this page.