I wrote a simple Error wrapper for production
|
|
8
|
178
|
July 18, 2022
|
Why is "use strict" prohibited in functions with non-simple parameters?
|
|
2
|
256
|
July 14, 2022
|
The tilda prefixed parameter in the Spec
|
|
2
|
129
|
July 8, 2022
|
What is the current status of SES, tinySES and Jessie?
|
|
9
|
510
|
July 2, 2022
|
Is bitwise shift's left operand's encoding well-defined?
|
|
2
|
161
|
June 23, 2022
|
Is it possible to do something like this in Javascript?
|
|
5
|
217
|
June 13, 2022
|
Note in ‘liveness’ section appears to be normative
|
|
1
|
199
|
May 16, 2022
|
[RegExp] "choice point" is never defined
|
|
1
|
161
|
May 12, 2022
|
Is it possible to yields with array?
|
|
1
|
169
|
April 28, 2022
|
resumable thenables
|
|
2
|
160
|
April 21, 2022
|
What is spec's purpose to Return some kind of Completion Record in the algorithms?
|
|
4
|
171
|
April 20, 2022
|
RegExp constructor and oddly escaped new line characters
|
|
2
|
115
|
April 18, 2022
|
How does super work as an object?
|
|
4
|
239
|
April 6, 2022
|
How is it possible to have a _subset_ of the private fields of a class?
|
|
2
|
188
|
February 20, 2022
|
Is Ecmascript's internal PropertyDescriptor an Ecmascript language value?
|
|
5
|
297
|
February 14, 2022
|
Lexical environment chain unexpected bindings
|
|
2
|
303
|
May 20, 2021
|
Multidimensional Arrays - unexpected behaviour
|
|
5
|
177
|
March 18, 2022
|
Hypothetically, if JS were to implement TS-like typing, what would we gain?
|
|
3
|
215
|
March 18, 2022
|
how should import css and html module behave
|
|
3
|
127
|
March 3, 2022
|
Private Fields vs S.O.L.I.D. Principles
|
|
11
|
807
|
February 23, 2022
|
Are engines allowed to implement their own reentrancy guards for native functions?
|
|
1
|
190
|
February 18, 2022
|
Why was "with" statement deprecated ?
|
|
6
|
185
|
February 10, 2022
|
Error expected when super constructors invoke private methods in derived classes?
|
|
6
|
292
|
February 8, 2022
|
private vs static private
|
|
76
|
512
|
February 4, 2022
|
Array forEach - doesn't iterate through all elements of mutating array
|
|
10
|
214
|
January 25, 2022
|
How to implement TwoWayWeakMap? Using WeakRef?
|
|
14
|
458
|
December 31, 2021
|
Sequence of super()?
|
|
11
|
269
|
December 29, 2021
|
Liveness barriers and finalization
|
|
30
|
1078
|
December 21, 2021
|
Terminology question: private fields
|
|
5
|
407
|
December 12, 2021
|
Should String.prototype.trim remove zero-width space? (\u200b)
|
|
4
|
208
|
December 10, 2021
|