issues
search
tc39
/
proposal-negated-in-instanceof
A proposal to introduce negated in and instanceof operators to JavaScript
https://tc39.es/proposal-negated-in-instanceof/
MIT License
56
stars
0
forks
source link
Add template and spec
#4
Closed
gorosgobe
closed
1 year ago
gorosgobe
commented
1 year ago
Changes:
Use template from
https://github.com/tc39/template-for-proposals
Add spec changes. For the time being, using
!in
and
!instanceof
as placeholder. Final syntax will depend on whether we choose
!
vs
not
.
Changes:
!in
and!instanceof
as placeholder. Final syntax will depend on whether we choose!
vsnot
.