Editorial: correct 'import * circularity' to 'export * circularity' by uhyo · Pull Request #1873 · tc39/ecma262

Hello, Step 4.a of GetExportedNames refers to an 'import * circularity', but it should be corrected to export * circularity'. The GetExportedNames concrete method recurses for each entr...