Make "sort" great again!
|
|
6
|
105
|
April 15, 2025
|
Grouped Export Namespaces: `export { foo, bar } as qux`
|
|
16
|
131
|
April 1, 2025
|
.map() equivalent for objects - Object.mapEntries()
|
|
14
|
741
|
April 1, 2025
|
Automatic detection of wrong index typos
|
|
1
|
42
|
March 31, 2025
|
Proposal: Enhanced Network Error Handling Using Error.cause
|
|
3
|
57
|
March 26, 2025
|
classList.remove should work if no class is assigned.
|
|
1
|
54
|
March 26, 2025
|
Named export exclusion & named aliases before wildcard export
|
|
1
|
271
|
March 26, 2025
|
Guard statement for early exit / positive coding
|
|
6
|
72
|
March 22, 2025
|
Allow accessing classes before initialization
|
|
4
|
76
|
March 16, 2025
|
String byteLength count?
|
|
15
|
140
|
March 15, 2025
|
declare a function's name without creating a variable
|
|
1
|
54
|
March 11, 2025
|
const function parameters
|
|
8
|
585
|
March 10, 2025
|
Can we remove the const keyword for named arrow function exports?
|
|
9
|
115
|
March 8, 2025
|
Default first parameter for Array.flatMap function
|
|
3
|
44
|
March 7, 2025
|
Comments in template literals `${/* comment */}`
|
|
9
|
113
|
March 5, 2025
|
Enhancing setInterval: Ability to Change Interval During Execution
|
|
1
|
27
|
March 4, 2025
|
Object.prototype.pipe() - Universal Method Chaining in JavaScript
|
|
19
|
207
|
February 26, 2025
|
next/prev for non-async iterators?
|
|
13
|
137
|
February 10, 2025
|
Make private properties and proxy work together (RETRACTED)
|
|
17
|
62
|
February 2, 2025
|
Allow words "int", "string", "double" and equal them to "let"
|
|
7
|
406
|
February 2, 2025
|
Proposal: Local variables as scope object properties
|
|
2
|
48
|
January 25, 2025
|
Try-catch oneliner
|
|
62
|
4431
|
January 20, 2025
|
Let Set.prototype.add() accept multiple args like Array.prototype.push()
|
|
3
|
533
|
January 18, 2025
|
Optional return
|
|
6
|
75
|
January 18, 2025
|
Nullish coalescing syntax for default param values
|
|
9
|
457
|
January 18, 2025
|
Replacing a string from last
|
|
6
|
85
|
January 16, 2025
|
Global imports
|
|
20
|
152
|
January 15, 2025
|
Dereference from Prototype Only
|
|
4
|
46
|
January 12, 2025
|
Optional Typing
|
|
20
|
1040
|
January 11, 2025
|
This one should work but it doesn't
|
|
1
|
45
|
January 5, 2025
|