rainforestapp / decaf

Coffeescript to ES.next transpiler. Now maintained over at
https://github.com/juliankrispel/decaf
MIT License
106 stars 10 forks source link

range with -1 as second parameter #128

Closed juliankrispel closed 8 years ago

juliankrispel commented 8 years ago

key[1..-1] should ealuate to key.slice(1, -1)

cc @eventualbuddha