+4
-4
lines changedFilter options
+4
-4
lines changed Original file line number Diff line number Diff line change
@@ -123,7 +123,7 @@ For example, in JavaScript, a tree can be passed through
123
123
interface Position {
124
124
start: Point;
125
125
end: Point;
126
-
indent: [uint32 >= 1]?;
126
+
indent: [number >= 1]?;
127
127
}
128
128
```
129
129
@@ -147,9 +147,9 @@ If the syntactic unit represented by a node is not present in the source
147
147
148
148
```idl
149
149
interface Point {
150
-
line: unsigned long >= 1;
151
-
column: unsigned long >= 1;
152
-
offset: unsigned long >= 0?;
150
+
line: number >= 1;
151
+
column: number >= 1;
152
+
offset: number >= 0?;
153
153
}
154
154
```
155
155
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4