tc39 / proposal-import-attributes

Proposal for syntax to import ES modules with assertions
https://tc39.es/proposal-import-attributes/
Apache License 2.0
569 stars 32 forks source link

Stop referring to the things in a List as 'entries' #112

Closed dandclark closed 3 years ago

dandclark commented 3 years ago

In https://github.com/tc39/proposal-import-assertions/pull/111 @ljharb pointed out that I was incorrectly referring to the elements in a list as 'entries'. This fixes a few existing instances of that error.

I haven't changed the usage of _entry_ as a variable name when referring to List elements, because it seems there's existing precedent for that pattern in the spec.