issues
search
tc39
/
proposal-class-public-fields
Stage 2 proposal for public class fields in ECMAScript
https://tc39.github.io/proposal-class-public-fields/
487
stars
25
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add a badge for specifying current stage
#65
aleen42
closed
3 years ago
1
remove the stage of this proposal
#64
varemenos
closed
2 years ago
0
semicolon required?
#63
bounceme
closed
6 years ago
11
interaction with super
#62
wmertens
closed
7 years ago
7
Align with the Orthogonal Classes framework
#61
erights
opened
7 years ago
1
Merge with private fields proposal?
#60
dead-claudia
closed
7 years ago
2
Member on instance vs prototype
#59
thepian
opened
7 years ago
34
How would decorators work with fields and get/set?
#58
justinbmeyer
closed
7 years ago
5
Uninitialized properties should still exist
#57
mbrowne
closed
7 years ago
12
Early error for arguments in initializer
#56
littledan
closed
7 years ago
6
Helping with progress
#55
RWOverdijk
closed
7 years ago
5
Order of execution with subclasses
#54
glenjamin
closed
7 years ago
6
Stage 2
#53
acusti
closed
8 years ago
2
Proposal clarification
#52
jdalton
opened
8 years ago
4
Enumerating through class instance properties prior to construct
#51
kirkouimet
closed
8 years ago
2
'this' in static initializers
#50
bakkot
closed
8 years ago
18
Correct link to specs
#49
danez
closed
8 years ago
1
Function name inference
#48
bakkot
closed
7 years ago
1
Add early error for static 'prototype' fields
#47
bakkot
closed
7 years ago
1
Examples?
#46
rwaldron
opened
8 years ago
6
add required semicolon
#45
michaelficarra
closed
7 years ago
1
Computed property name evaluation order
#44
bakkot
opened
8 years ago
9
Use method scope semantics for initializers
#43
littledan
closed
8 years ago
3
[[Set]] vs [[DefineOwnProperty]]
#42
bakkot
opened
8 years ago
24
Ban new.target and arguments from initializers
#41
littledan
closed
8 years ago
7
Evaluation order for static properties vs class declaration
#40
loganfsmyth
closed
8 years ago
8
Proposal: Add all of the properties at once
#39
littledan
closed
8 years ago
7
Initialized instance fields/properties need to be defined as own properties of the prototype
#38
silkentrance
opened
8 years ago
10
Could we do something about *this* ?
#37
dfahlander
opened
8 years ago
10
Configurable vs nonconfigurable properties
#36
littledan
opened
8 years ago
30
ES6 classes need fixing
#35
nmn
closed
8 years ago
6
What should `this` be bound to in initializers?
#34
littledan
opened
8 years ago
39
Syntactic ideas to try to clarify the different execution time and scoping
#33
domenic
opened
8 years ago
48
extend to get/set methods?
#32
KiaraGrouwstra
closed
8 years ago
7
Add proposal stage
#31
whitneyit
closed
7 years ago
6
Throw on duplicate properties?
#30
littledan
opened
8 years ago
5
Link this back to tc39
#29
whitneyit
closed
8 years ago
3
calling subclass property initializers in the constructor of a superclass
#28
jorgenhorstink
closed
8 years ago
3
Splitting this proposal into two
#27
chicoxyzzy
closed
8 years ago
7
use consistent semicolon elision rules
#26
flying-sheep
closed
8 years ago
60
Semi-colons required?
#25
jeffshaver
closed
8 years ago
21
Let and Const
#24
AlicanC
closed
8 years ago
8
Confusion with "this" and computed properties.
#23
ljharb
closed
8 years ago
4
Grammar & computed properties
#22
bathos
closed
8 years ago
3
remove trailing whitespace
#21
michaelficarra
closed
9 years ago
0
fix markdown list formatting
#20
michaelficarra
closed
9 years ago
0
don't assume that computed property names are strings
#19
michaelficarra
closed
9 years ago
0
Usage with arrow functions
#18
AsaAyers
closed
8 years ago
5
about react use case
#17
ustccjw
closed
9 years ago
7
Overriding with methods and other edge cases
#16
zenparsing
closed
8 years ago
8
Next