Skip to content

Commit 19b73d6

Browse files
committed
upd
1 parent df4d71a commit 19b73d6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
- [ ] `clone()` returns the same ContextReference reference back without cloning
322322
- [ ] XML
323323
- [ ] Implement `Iterable`
324-
- [ ] self-attached `meta::invoke(arg:*):XML`
324+
- [ ] `meta::invoke(arg:*):XML`
325325
- [ ] `meta::has(name:QName):boolean`
326326
- [ ] `@` prefix in name = attribute
327327
- [ ] `meta::get(index:int):XML` (throws if out of bounds)
@@ -331,7 +331,7 @@
331331
- [ ] `sibling(n)` - e.g. `sibling(-1)` (previous) and `sibling(1)` (next) - uses `parent` internally.
332332
- [ ] Attributes
333333
- [ ] XMLList
334-
- [ ] self-attached `meta::invoke(arg:*):XMLList`
334+
- [ ] `meta::invoke(arg:*):XMLList`
335335
- [ ] XMLContext
336336
- [ ] Represent this as a class and not a record type (object literal works on classes now)
337337
- [ ] ignoreWhitespace defaults to true, which means "trim any whitespace at the beginning and end of text nodes". Unlike AS3/E4X, XML literals always ignore whitespace. (If whitespace is desired on text nodes, use interpolation.)
@@ -350,6 +350,7 @@
350350
- [ ] `clone()`
351351
- [ ] Endian enum
352352
- [ ] Date
353+
- [ ] meta::invoke(...) (same as Date(...) in JS, which returns a timestamp)
353354
- [ ] clone()
354355
- [ ] override equals()
355356
- [ ] `org.sx.intl.*`

0 commit comments

Comments
 (0)