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
137
137
compound_type: list_type | dict_type
138
138
list_type: LEFT_BRACKETS (type )? RIGHT_BRACKETS
139
139
dict_type: LEFT_BRACE (type )? COLON (type )? RIGHT_BRACE
140
- literal_type: string | number | TRUE | FALSE | NONE
140
+ literal_type: string | number | TRUE | FALSE
141
141
142
142
//////////// type alias ////////////
143
143
type_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
137
137
compound_type: list_type | dict_type
138
138
list_type: LEFT_BRACKETS (type )? RIGHT_BRACKETS
139
139
dict_type: LEFT_BRACE (type )? COLON (type )? RIGHT_BRACE
140
- literal_type: string | number | TRUE | FALSE | NONE
140
+ literal_type: string | number | TRUE | FALSE
141
141
142
142
//////////// type alias ////////////
143
143
type_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
137
137
compound_type: list_type | dict_type
138
138
list_type: LEFT_BRACKETS (type )? RIGHT_BRACKETS
139
139
dict_type: LEFT_BRACE (type )? COLON (type )? RIGHT_BRACE
140
- literal_type: string | number | TRUE | FALSE | NONE
140
+ literal_type: string | number | TRUE | FALSE
141
141
142
142
//////////// type alias ////////////
143
143
type_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
141
141
compound_type: list_type | dict_type
142
142
list_type: LEFT_BRACKETS (type )? RIGHT_BRACKETS
143
143
dict_type: LEFT_BRACE (type )? COLON (type )? RIGHT_BRACE
144
- literal_type: string | number | TRUE | FALSE | NONE
144
+ literal_type: string | number | TRUE | FALSE
145
145
146
146
//////////// type alias ////////////
147
147
type_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
141
141
compound_type: list_type | dict_type
142
142
list_type: LEFT_BRACKETS (type )? RIGHT_BRACKETS
143
143
dict_type: LEFT_BRACE (type )? COLON (type )? RIGHT_BRACE
144
- literal_type: string | number | TRUE | FALSE | NONE
144
+ literal_type: string | number | TRUE | FALSE
145
145
146
146
//////////// type alias ////////////
147
147
type_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
141
141
compound_type: list_type | dict_type
142
142
list_type: LEFT_BRACKETS (type )? RIGHT_BRACKETS
143
143
dict_type: LEFT_BRACE (type )? COLON (type )? RIGHT_BRACE
144
- literal_type: string | number | TRUE | FALSE | NONE
144
+ literal_type: string | number | TRUE | FALSE
145
145
146
146
//////////// type alias ////////////
147
147
type_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
137
137
compound_type: list_type | dict_type
138
138
list_type: LEFT_BRACKETS (type )? RIGHT_BRACKETS
139
139
dict_type: LEFT_BRACE (type )? COLON (type )? RIGHT_BRACE
140
- literal_type: string | number | TRUE | FALSE | NONE
140
+ literal_type: string | number | TRUE | FALSE
141
141
142
142
//////////// type alias ////////////
143
143
type_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
137
137
compound_type: list_type | dict_type
138
138
list_type: LEFT_BRACKETS (type )? RIGHT_BRACKETS
139
139
dict_type: LEFT_BRACE (type )? COLON (type )? RIGHT_BRACE
140
- literal_type: string | number | TRUE | FALSE | NONE
140
+ literal_type: string | number | TRUE | FALSE
141
141
142
142
//////////// type alias ////////////
143
143
type_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
137
137
compound_type: list_type | dict_type
138
138
list_type: LEFT_BRACKETS (type )? RIGHT_BRACKETS
139
139
dict_type: LEFT_BRACE (type )? COLON (type )? RIGHT_BRACE
140
- literal_type: string | number | TRUE | FALSE | NONE
140
+ literal_type: string | number | TRUE | FALSE
141
141
142
142
//////////// type alias ////////////
143
143
type_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
137
137
compound_type: list_type | dict_type
138
138
list_type: LEFT_BRACKETS (type )? RIGHT_BRACKETS
139
139
dict_type: LEFT_BRACE (type )? COLON (type )? RIGHT_BRACE
140
- literal_type: string | number | TRUE | FALSE | NONE
140
+ literal_type: string | number | TRUE | FALSE
141
141
142
142
//////////// type alias ////////////
143
143
type_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
141
141
compound_type: list_type | dict_type
142
142
list_type: LEFT_BRACKETS (type )? RIGHT_BRACKETS
143
143
dict_type: LEFT_BRACE (type )? COLON (type )? RIGHT_BRACE
144
- literal_type: string | number | TRUE | FALSE | NONE
144
+ literal_type: string | number | TRUE | FALSE
145
145
146
146
//////////// type alias ////////////
147
147
type_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
141
141
compound_type: list_type | dict_type
142
142
list_type: LEFT_BRACKETS (type )? RIGHT_BRACKETS
143
143
dict_type: LEFT_BRACE (type )? COLON (type )? RIGHT_BRACE
144
- literal_type: string | number | TRUE | FALSE | NONE
144
+ literal_type: string | number | TRUE | FALSE
145
145
146
146
//////////// type alias ////////////
147
147
type_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
141
141
compound_type: list_type | dict_type
142
142
list_type: LEFT_BRACKETS (type )? RIGHT_BRACKETS
143
143
dict_type: LEFT_BRACE (type )? COLON (type )? RIGHT_BRACE
144
- literal_type: string | number | TRUE | FALSE | NONE
144
+ literal_type: string | number | TRUE | FALSE
145
145
146
146
//////////// type alias ////////////
147
147
type_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
137
137
compound_type: list_type | dict_type
138
138
list_type: LEFT_BRACKETS (type )? RIGHT_BRACKETS
139
139
dict_type: LEFT_BRACE (type )? COLON (type )? RIGHT_BRACE
140
- literal_type: string | number | TRUE | FALSE | NONE
140
+ literal_type: string | number | TRUE | FALSE
141
141
142
142
//////////// type alias ////////////
143
143
type_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
137
137
compound_type: list_type | dict_type
138
138
list_type: LEFT_BRACKETS (type )? RIGHT_BRACKETS
139
139
dict_type: LEFT_BRACE (type )? COLON (type )? RIGHT_BRACE
140
- literal_type: string | number | TRUE | FALSE | NONE
140
+ literal_type: string | number | TRUE | FALSE
141
141
142
142
//////////// type alias ////////////
143
143
type_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
137
137
compound_type: list_type | dict_type
138
138
list_type: LEFT_BRACKETS (type )? RIGHT_BRACKETS
139
139
dict_type: LEFT_BRACE (type )? COLON (type )? RIGHT_BRACE
140
- literal_type: string | number | TRUE | FALSE | NONE
140
+ literal_type: string | number | TRUE | FALSE
141
141
142
142
//////////// type alias ////////////
143
143
type_alias_stmt: TYPE NAME ASSIGN type
You can’t perform that action at this time.
0 commit comments