issues
search
tc39
/
proposal-relative-indexing-method
A TC39 proposal to add an .at() method to all the basic indexable classes (Array, String, TypedArray)
MIT License
352
stars
19
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Get the last array element with array destructuring syntax
#54
MiroslavPetrik
closed
2 years ago
1
stage-4
#53
aladdin-add
closed
2 years ago
0
[1,2,3,4].last(0) => 4; [1,2,3,4].last(1) => 3;
#52
ZhangSanDeHao
closed
3 years ago
1
TypeScript typings?
#51
Semigradsky
closed
3 years ago
1
Possible error suppression if the argument is not a number
#50
jfet97
closed
3 years ago
4
Should it really be Math.trunc(n) || 0
#49
kg
opened
3 years ago
1
Need use cases
#48
jfbrennan
opened
3 years ago
11
"Fine" polyfill
#47
taralx
opened
3 years ago
3
DOM collection
#46
mfulton26
opened
3 years ago
1
Assignability
#45
falsandtru
closed
3 years ago
4
Add a note about `core-js` polyfilling
#44
zloirock
closed
3 years ago
2
Use %TypedArray% in the rough polyfill
#43
ghost
closed
3 years ago
1
How about align o.at(expr) with o[expr]?
#42
zeldajay
closed
3 years ago
3
Web compatibility issue in bricklink.com with "at" method name
#41
Constellation
opened
3 years ago
17
[1,2,3].at('last') returns what?
#40
zeldajay
closed
3 years ago
8
Add browser implementations
#39
chicoxyzzy
closed
3 years ago
3
what the '7 more characters' are
#38
fayfang
opened
3 years ago
3
How about `.get()` instead of `.at()`?
#37
rauschma
opened
3 years ago
9
Fix typo in README
#36
styfle
closed
3 years ago
0
can support callback also
#35
nkitku
opened
4 years ago
4
Current plan given web incompat
#34
syg
closed
3 years ago
1
Naming proposal Array.prototype.itemAt()
#33
jboler
opened
4 years ago
24
Web compatibility issue with flickr.com (in YUI 3)
#32
jorendorff
opened
4 years ago
8
Web compatibility issue with Yui2
#31
evilpie
opened
4 years ago
3
Array.prototype[@@unscopables]
#30
rkirsling
closed
3 years ago
0
Fix typo in readme
#29
styfle
closed
4 years ago
0
Web compatibility issue with Magic360
#28
evilpie
opened
4 years ago
5
Implementation status tracking
#27
rkirsling
opened
4 years ago
2
Stage-3!
#26
hemanth
closed
4 years ago
1
Fix smooshgate reference
#25
styfle
closed
4 years ago
1
What is “squooshgate”?
#24
ExE-Boss
closed
4 years ago
1
Would allowing negative indices in square brackets really break existing code?
#23
rauschma
closed
4 years ago
0
[readme] add "implementations" section
#22
ljharb
closed
4 years ago
0
minor wording change in S.p.item
#21
michaelficarra
closed
4 years ago
0
`item` on Strings has questionable value
#20
michaelficarra
closed
3 years ago
33
Stage 3 spec reviewers
#19
syg
closed
3 years ago
12
[meta] add `npm run build` and action; run it
#18
ljharb
closed
4 years ago
0
Polyfill is confusing
#17
evilpie
closed
4 years ago
4
What about assignation?
#16
drpicox
opened
4 years ago
6
Add package.json, build step; update rendered spec.
#15
tjcrowder
closed
4 years ago
0
Add to `arguments` as well?
#14
tjcrowder
closed
3 years ago
14
Reflect proposal is at Stage 2, update spec text links to use new repo owner
#13
tjcrowder
closed
4 years ago
1
Return undefined for OOB indices
#12
syg
closed
4 years ago
0
OOB behavior
#11
syg
closed
4 years ago
7
How about `getItem()` and `setItem()`?
#10
rauschma
closed
3 years ago
8
Transfer to tc39-transfers
#9
syg
closed
4 years ago
1
Please update status to Stage 2
#8
leobalter
closed
4 years ago
0
Using `any` for the return type of `item` may incur a performance hit
#7
bzbarsky
opened
4 years ago
9
Can we distinguish that item(..) either found a value at an index or not?
#6
getify
closed
4 years ago
22
Initial spec
#5
syg
closed
4 years ago
2
Next