feat(codemode): expand numeric standard library (#35749)
This commit is contained in:
parent
66a8d830aa
commit
1fb2837fd3
5 changed files with 40 additions and 4 deletions
|
|
@ -158,7 +158,7 @@ current omissions to implement, not intentional product boundaries.
|
|||
- [ ] Add `Object.is` after runtime method and tool references have stable identity semantics.
|
||||
- [ ] Add deterministic modern collection conveniences where they improve orchestration: `Object.groupBy`, Set
|
||||
composition methods, and `Array.prototype.toSpliced`.
|
||||
- [ ] Decide whether nondeterministic `Math.random` and iterable `Math.sumPrecise` belong in the runtime.
|
||||
- [ ] Decide whether iterable `Math.sumPrecise` belongs in the runtime.
|
||||
- [ ] Refine diagnostics so user throws, expected tool failures, unexpected host/tool defects, and genuine interpreter
|
||||
defects are distinguishable without leaking private causes.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue