atom / language-javascript

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

Html update #685

Closed icecream17 closed 3 years ago

icecream17 commented 4 years ago

Requirements

None

Description of the Change

See pull #681 Adds globalThis, self, and frames

Notes

Both files are now consistent compared to the last pull Note that globalThis is not in support.variable.dom, but rather support.variable, as it refers to the globalThis (which doesn't have to be Window). See MDN for this one. I find putting globalThis in the same section as "module" and "exports" pretty strange though.