atom / language-javascript

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

Add AggregateError to classes in non-tree-sitter #698

Closed icecream17 closed 3 years ago

icecream17 commented 3 years ago

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

icecream17 commented 3 years ago

This pr is good, it's just that the windows github actions are failing: https://github.com/atom/language-javascript/issues/696

icecream17 commented 3 years ago

Superseded by https://github.com/atom/language-javascript/pull/709