atom / language-javascript

JavaScript language package for Atom
Other
194 stars 235 forks source link

Add AggregateError to non-tree-sitter classes #709

Closed icecream17 closed 2 years ago

icecream17 commented 3 years ago

This is a copy of #698, but remade so that there's only 1 commit and so that the tests are reflected as passing.

Copied from #698:


There are plenty of unsupported objects: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects, this just adds one

Kinda fixes #697. But tree-sitter still doesn't support

Description of the Change

Add AggregateError

Alternate Designs

There seems to be a vertical column alignment, so it kept it.

Benefits

Slightly more updated code

Possible Drawbacks

Applicable Issues

697

darangi commented 2 years ago

Thanks for the contribution @icecream17 🙇🏾