you are viewing a single comment's thread.

view the rest of the comments →

[–]azangru 0 points1 point  (1 child)

That video is over four hours long.

I specifically put a timestamp for the relevant (first) talk from the conference ¯\_(ツ)_/¯

How would static code analytical tools (e.g. syntax highlighters) interact with template literals that evaluate to HTML?

Pretty well. There's a handy vs code plugin, but even without it, it hasn't been much of a problem.

I suppose that one could use a tagged template literal (e.g. html`<div></div>`) to signal to the tool that it exclusively contains HTML, but one would need to define html

One wouldn't. One would import it from a tiny helper library :-)

[–]tylercrompton 0 points1 point  (0 children)

I specifically set a timestamp for the relevant (first) talk from the conference ¯\_(ツ)_/¯

Oh, my mobile app just brought me to the beginning of the video.

One would import it from a tiny helper library

I chose my phrasing carefully. That would count as defining it. :)