-
## Problem
Working with temporal data in JavaScript is currently quite hard. The builtin `Date` class only covers limited use cases, and have bugs which cannot be fixed whilst still conforming to s…
-
### Translation status of each language
Anyone interested in working on this, raise your hand on this issue. (To prevent duplication of effort among multiple contributors!)
| Language …
-
Taken from the tests PR: https://github.com/tc39/test262/pull/4326/files#diff-667834d670268d2d741d9c1331df51d617cb4281fd9a46f785af4f43cc1ff256R49.
```js
let oldIterResult = {
done: false,
value: …
-
Version: Deno 2.0.5
Expected:
```
> Temporal.Duration.from('P1DT6H30M').toLocaleString()
"1 day 6 hours 30 minutes"
```
Actual:
```
> Temporal.Duration.from('P1DT6H30M').toLocaleString…
-
Issue to track Stage 2 reviewers feedback.
Spec: https://tc39.es/proposal-esm-phase-imports/
Reviewers:
- [ ] @nicolo-ribaudo
- [ ] @legendecas
Editors:
- [ ] @bakkot
- [ ] @syg
- [x] @michaelfic…
-
### Description
See https://twitter.com/ljharb/status/1846298893447004498
Namely, with no announcement, the Ubuntu version seems to have been bumped from 22 to 24, and the current images fail to s…
-
Could we move this proposal to Stage 4 now?
Per https://tc39.es/process-document/
Stage 4:
* Status: The proposed feature is complete and ready to be included in the standard. No further changes…
-
### MDN URL
https://developer.mozilla.org/en-US/
### What specific section or headline is this issue about?
ShadowRealm
### What information was incorrect, unhelpful, or incomplete?
No documentat…
-
### Description
JSON modules are a way to import JSON in JavaScript using the import attributes Syntax.
Import attributes and JSON modules are at [stage 4 at TC39](https://x.com/robpalmer2/statu…
o-t-w updated
1 month ago
-
### ⚙ Compilation target
ES2017
### ⚙ Library
lib.es5.d.ts
### Missing / Incorrect Definition
```typescript
interface Boolean {
toString(this: T): `${T}`
toString(this: Boolean): `${boole…