pine icon indicating copy to clipboard operation
pine copied to clipboard

Use type provider for nodes with identifiers

Open tindzk opened this issue 9 years ago • 0 comments

We could make nodes with IDs accessible as follows:

val root = html("test.html")
val div = root.ids.text  // instead of: tpl.byId[tag.div]("text")

Type providers are an option, but are not well-supported by IDEs.

tindzk avatar Aug 15 '15 12:08 tindzk