File tree 1 file changed +9
-11
lines changed
1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -650,17 +650,15 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
650
650
</ dd >
651
651
</ dl > <!-- go/version -->
652
652
653
- <!-- <dl id="html/template"><dt><a href="/pkg/html/template/">html/template</a></dt> -->
654
- <!-- <dd> -->
655
- <!-- <p><\!-- https://go.dev/issue/61619 -\-> -->
656
- <!-- TODO: <a href="https://go.dev/issue/61619">https://go.dev/issue/61619</a>: allow actions in JS template literals -->
657
- <!-- </p> -->
658
-
659
- <!-- <p><\!-- CL 507995 -\-> -->
660
- <!-- TODO: <a href="https://go.dev/cl/507995">https://go.dev/cl/507995</a>: html/template: support parsing complex JS template literals; modified api/next/61619.txt -->
661
- <!-- </p> -->
662
- <!-- </dd> -->
663
- <!-- </dl><\!-- html/template -\-> -->
653
+ < dl id ="html/template "> < dt > < a href ="/pkg/html/template/ "> html/template</ a > </ dt >
654
+ < dd >
655
+ < p > <!-- https://go.dev/issue/61619, CL 507995 -->
656
+ Javascript template literals may now contain Go template actions, and parsing a template containing one will
657
+ no longer return < code > ErrJSTemplate</ code > . Similarly the GODEBUG setting < code > jstmpllitinterp</ code > no
658
+ longer has any effect.
659
+ </ p >
660
+ </ dd >
661
+ </ dl > <!-- html/template -->
664
662
665
663
< dl id ="io "> < dt > < a href ="/pkg/io/ "> io</ a > </ dt >
666
664
< dd >
You can’t perform that action at this time.
0 commit comments