-
Notifications
You must be signed in to change notification settings - Fork 14
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
Pins external library versions, other housekeeping #157
Conversation
<uhtml-element message=" yay! "></uhtml-element> | ||
<uhtml-element message=" woo! "></uhtml-element> | ||
<ol> | ||
<li><demo-uhtml message="one" emoji="🔥"></demo-uhtml></li> |
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.
🔥
import { unsafeHTML } from 'https://unpkg.com/lit-html/directives/unsafe-html.js'; | ||
import { unsafeSVG } from 'https://unpkg.com/lit-html/directives/unsafe-svg.js'; | ||
import { until } from 'https://unpkg.com/lit-html/directives/until.js'; | ||
import { asyncAppend } from 'https://unpkg.com/[email protected]/directives/async-append.js'; |
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.
👌
LGTM! Thanks for all the linguistic updates as well! |
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.
✅
f026460
to
9b549b6
Compare
Rebased |
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.
🤘
Addresses #153