File tree Expand file tree Collapse file tree 17 files changed +16
-16
lines changed
i18n/zh-CN/docusaurus-plugin-content-docs
current/reference/lang/spec
version-0.10/reference/lang/spec
version-0.4/reference/lang/spec
version-0.5/reference/lang/spec
version-0.6/reference/lang/spec
version-0.7/reference/lang/spec
version-0.8/reference/lang/spec
version-0.9/reference/lang/spec
version-0.10/reference/lang/spec
version-0.4/reference/lang/spec
version-0.5/reference/lang/spec
version-0.6/reference/lang/spec
version-0.7/reference/lang/spec
version-0.8/reference/lang/spec
version-0.9/reference/lang/spec Expand file tree Collapse file tree 17 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ basic_type: STRING_TYPE | INT_TYPE | FLOAT_TYPE | BOOL_TYPE | ANY_TYPE
137137compound_type: list_type | dict_type
138138list_type: LEFT_BRACKETS (type )? RIGHT_BRACKETS
139139dict_type: LEFT_BRACE (type )? COLON (type )? RIGHT_BRACE
140- literal_type: string | number | TRUE | FALSE | NONE
140+ literal_type: string | number | TRUE | FALSE
141141
142142//////////// type alias ////////////
143143type_alias_stmt: TYPE NAME ASSIGN type
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ basic_type: STRING_TYPE | INT_TYPE | FLOAT_TYPE | BOOL_TYPE | ANY_TYPE
137137compound_type: list_type | dict_type
138138list_type: LEFT_BRACKETS (type )? RIGHT_BRACKETS
139139dict_type: LEFT_BRACE (type )? COLON (type )? RIGHT_BRACE
140- literal_type: string | number | TRUE | FALSE | NONE
140+ literal_type: string | number | TRUE | FALSE
141141
142142//////////// type alias ////////////
143143type_alias_stmt: TYPE NAME ASSIGN type
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ basic_type: STRING_TYPE | INT_TYPE | FLOAT_TYPE | BOOL_TYPE | ANY_TYPE
137137compound_type: list_type | dict_type
138138list_type: LEFT_BRACKETS (type )? RIGHT_BRACKETS
139139dict_type: LEFT_BRACE (type )? COLON (type )? RIGHT_BRACE
140- literal_type: string | number | TRUE | FALSE | NONE
140+ literal_type: string | number | TRUE | FALSE
141141
142142//////////// type alias ////////////
143143type_alias_stmt: TYPE NAME ASSIGN type
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ basic_type: STRING_TYPE | INT_TYPE | FLOAT_TYPE | BOOL_TYPE | ANY_TYPE
141141compound_type: list_type | dict_type
142142list_type: LEFT_BRACKETS (type )? RIGHT_BRACKETS
143143dict_type: LEFT_BRACE (type )? COLON (type )? RIGHT_BRACE
144- literal_type: string | number | TRUE | FALSE | NONE
144+ literal_type: string | number | TRUE | FALSE
145145
146146//////////// type alias ////////////
147147type_alias_stmt: TYPE NAME ASSIGN type
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ basic_type: STRING_TYPE | INT_TYPE | FLOAT_TYPE | BOOL_TYPE | ANY_TYPE
141141compound_type: list_type | dict_type
142142list_type: LEFT_BRACKETS (type )? RIGHT_BRACKETS
143143dict_type: LEFT_BRACE (type )? COLON (type )? RIGHT_BRACE
144- literal_type: string | number | TRUE | FALSE | NONE
144+ literal_type: string | number | TRUE | FALSE
145145
146146//////////// type alias ////////////
147147type_alias_stmt: TYPE NAME ASSIGN type
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ basic_type: STRING_TYPE | INT_TYPE | FLOAT_TYPE | BOOL_TYPE | ANY_TYPE
141141compound_type: list_type | dict_type
142142list_type: LEFT_BRACKETS (type )? RIGHT_BRACKETS
143143dict_type: LEFT_BRACE (type )? COLON (type )? RIGHT_BRACE
144- literal_type: string | number | TRUE | FALSE | NONE
144+ literal_type: string | number | TRUE | FALSE
145145
146146//////////// type alias ////////////
147147type_alias_stmt: TYPE NAME ASSIGN type
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ basic_type: STRING_TYPE | INT_TYPE | FLOAT_TYPE | BOOL_TYPE | ANY_TYPE
137137compound_type: list_type | dict_type
138138list_type: LEFT_BRACKETS (type )? RIGHT_BRACKETS
139139dict_type: LEFT_BRACE (type )? COLON (type )? RIGHT_BRACE
140- literal_type: string | number | TRUE | FALSE | NONE
140+ literal_type: string | number | TRUE | FALSE
141141
142142//////////// type alias ////////////
143143type_alias_stmt: TYPE NAME ASSIGN type
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ basic_type: STRING_TYPE | INT_TYPE | FLOAT_TYPE | BOOL_TYPE | ANY_TYPE
137137compound_type: list_type | dict_type
138138list_type: LEFT_BRACKETS (type )? RIGHT_BRACKETS
139139dict_type: LEFT_BRACE (type )? COLON (type )? RIGHT_BRACE
140- literal_type: string | number | TRUE | FALSE | NONE
140+ literal_type: string | number | TRUE | FALSE
141141
142142//////////// type alias ////////////
143143type_alias_stmt: TYPE NAME ASSIGN type
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ basic_type: STRING_TYPE | INT_TYPE | FLOAT_TYPE | BOOL_TYPE | ANY_TYPE
137137compound_type: list_type | dict_type
138138list_type: LEFT_BRACKETS (type )? RIGHT_BRACKETS
139139dict_type: LEFT_BRACE (type )? COLON (type )? RIGHT_BRACE
140- literal_type: string | number | TRUE | FALSE | NONE
140+ literal_type: string | number | TRUE | FALSE
141141
142142//////////// type alias ////////////
143143type_alias_stmt: TYPE NAME ASSIGN type
You can’t perform that action at this time.
0 commit comments