diff --git a/doc/go1.17.html b/doc/go1.17.html index 9452651295..50559c8933 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -693,6 +693,16 @@ func Foo() bool { +
+ The new SkipObjectResolution
+ Mode value instructs the parser not to resolve identifiers to
+ their declaration. This may improve parsing speed.
+