About the 💡 Ideas category
|
|
0
|
995
|
March 27, 2019
|
Treating strings as an array of chars, maybe a new Char type?
|
|
4
|
292
|
May 8, 2025
|
Hex numbers without 0x, strings without quotation marks
|
|
3
|
22
|
May 8, 2025
|
Mixing FIFO and LIFO in JavaScript's Event Loop
|
|
6
|
46
|
May 8, 2025
|
Module-Level Export Visibility: 'use internal' Directive or export internal Syntax
|
|
2
|
121
|
May 7, 2025
|
Allow trailing comma in sequence expression
|
|
5
|
85
|
May 7, 2025
|
[Issue] BigInt serialization
|
|
21
|
275
|
May 5, 2025
|
Static inline import
|
|
5
|
66
|
May 5, 2025
|
`Int32` math
|
|
2
|
66
|
May 4, 2025
|
please remove the error types
|
|
24
|
90
|
April 30, 2025
|
ECMAScript proposal: Hash Comments (replacement for Type Annotations)
|
|
20
|
173
|
April 28, 2025
|
new methods of Set: equals, isProperSubsetOf, isProperSupersetOf
|
|
4
|
87
|
April 16, 2025
|
Support argument length binding
|
|
6
|
83
|
April 16, 2025
|
Make "sort" great again!
|
|
6
|
89
|
April 15, 2025
|
Grouped Export Namespaces: `export { foo, bar } as qux`
|
|
16
|
102
|
April 1, 2025
|
.map() equivalent for objects - Object.mapEntries()
|
|
14
|
740
|
April 1, 2025
|
Automatic detection of wrong index typos
|
|
1
|
41
|
March 31, 2025
|
Proposal: Enhanced Network Error Handling Using Error.cause
|
|
3
|
55
|
March 26, 2025
|
classList.remove should work if no class is assigned.
|
|
1
|
52
|
March 26, 2025
|
Named export exclusion & named aliases before wildcard export
|
|
1
|
271
|
March 26, 2025
|
Guard statement for early exit / positive coding
|
|
6
|
70
|
March 22, 2025
|
Allow accessing classes before initialization
|
|
4
|
73
|
March 16, 2025
|
String byteLength count?
|
|
15
|
107
|
March 15, 2025
|
declare a function's name without creating a variable
|
|
1
|
52
|
March 11, 2025
|
const function parameters
|
|
8
|
579
|
March 10, 2025
|
Can we remove the const keyword for named arrow function exports?
|
|
9
|
74
|
March 8, 2025
|
Default first parameter for Array.flatMap function
|
|
3
|
43
|
March 7, 2025
|
Comments in template literals `${/* comment */}`
|
|
9
|
105
|
March 5, 2025
|
Enhancing setInterval: Ability to Change Interval During Execution
|
|
1
|
26
|
March 4, 2025
|
Object.prototype.pipe() - Universal Method Chaining in JavaScript
|
|
19
|
191
|
February 26, 2025
|