2020-08-17 11:10:12 -06:00
|
|
|
pkg unicode, const Version = "13.0.0"
|
|
|
|
pkg unicode, var Chorasmian *RangeTable
|
|
|
|
pkg unicode, var Dives_Akuru *RangeTable
|
|
|
|
pkg unicode, var Khitan_Small_Script *RangeTable
|
|
|
|
pkg unicode, var Yezidi *RangeTable
|
2020-04-22 13:17:56 -06:00
|
|
|
pkg text/template/parse, const NodeComment = 20
|
|
|
|
pkg text/template/parse, const NodeComment NodeType
|
|
|
|
pkg text/template/parse, const ParseComments = 1
|
|
|
|
pkg text/template/parse, const ParseComments Mode
|
|
|
|
pkg text/template/parse, method (*CommentNode) Copy() Node
|
|
|
|
pkg text/template/parse, method (*CommentNode) String() string
|
|
|
|
pkg text/template/parse, method (CommentNode) Position() Pos
|
|
|
|
pkg text/template/parse, method (CommentNode) Type() NodeType
|
|
|
|
pkg text/template/parse, type CommentNode struct
|
|
|
|
pkg text/template/parse, type CommentNode struct, Text string
|
|
|
|
pkg text/template/parse, type CommentNode struct, embedded NodeType
|
|
|
|
pkg text/template/parse, type CommentNode struct, embedded Pos
|
|
|
|
pkg text/template/parse, type Mode uint
|
|
|
|
pkg text/template/parse, type Tree struct, Mode Mode
|