{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":704241151,"defaultBranch":"main","name":"proposal-shadowrealm","ownerLogin":"ptomato","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-10-12T20:56:57.000Z","ownerAvatar":"https://github.com/avatars/u/459371?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1722907358.0","currentOid":""},"activityList":{"items":[{"before":"50d6557e047f2ae218cb6b7cb5c306b2e916d35d","after":"12ee0eb2eefc759064d079a6d16b0c6f738b1caf","ref":"refs/heads/expose","pushedAt":"2024-08-06T18:26:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ptomato","name":"Philip Chimento","path":"/ptomato","primaryAvatarUrl":"https://github.com/avatars/u/459371?s=80&v=4"},"commit":{"message":"RFC: expose","shortMessageHtmlLink":"RFC: expose"}},{"before":null,"after":"50d6557e047f2ae218cb6b7cb5c306b2e916d35d","ref":"refs/heads/expose","pushedAt":"2024-08-06T01:22:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ptomato","name":"Philip Chimento","path":"/ptomato","primaryAvatarUrl":"https://github.com/avatars/u/459371?s=80&v=4"},"commit":{"message":"RFC: expose","shortMessageHtmlLink":"RFC: expose"}},{"before":"4e874674560fc881b551974e0e886d3e9c2b23d8","after":null,"ref":"refs/heads/367-hostensurecancompilestrings","pushedAt":"2024-02-17T18:13:55.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ptomato","name":"Philip Chimento","path":"/ptomato","primaryAvatarUrl":"https://github.com/avatars/u/459371?s=80&v=4"}},{"before":null,"after":"4e874674560fc881b551974e0e886d3e9c2b23d8","ref":"refs/heads/367-hostensurecancompilestrings","pushedAt":"2024-02-15T01:30:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ptomato","name":"Philip Chimento","path":"/ptomato","primaryAvatarUrl":"https://github.com/avatars/u/459371?s=80&v=4"},"commit":{"message":"Editorial: Adapt to new HostEnsureCanCompileStrings\n\nAs of https://github.com/tc39/ecma262/pull/3222 the signature of\nHostEnsureCanCompileStrings changed. This adapts to the new signature by\npulling in the latest version of ecma262-biblio and adding the missing\narguments.\n\nCloses: #367","shortMessageHtmlLink":"Editorial: Adapt to new HostEnsureCanCompileStrings"}},{"before":"557ab2cf6b183347541302f1a8bb5d5cb13bd5a6","after":null,"ref":"refs/heads/371-completion-types","pushedAt":"2024-02-13T16:00:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ptomato","name":"Philip Chimento","path":"/ptomato","primaryAvatarUrl":"https://github.com/avatars/u/459371?s=80&v=4"}},{"before":null,"after":"557ab2cf6b183347541302f1a8bb5d5cb13bd5a6","ref":"refs/heads/371-completion-types","pushedAt":"2024-02-13T01:06:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ptomato","name":"Philip Chimento","path":"/ptomato","primaryAvatarUrl":"https://github.com/avatars/u/459371?s=80&v=4"},"commit":{"message":"Editorial: Remove erroneous handling of ~return~ completion type\n\nECMA-262 Call, and therefore OrdinaryWrappedFunctionCall, can only\nreturn completions of type ~normal~ or ~throw~. All other types such as\n~return~ are wrapped inside the various objects' [[Call]] internal\nmethods. Therefore handling the ~return~ completion type here was\nerroneous and had no effect.\n\nSimilarly, the editors note about different completion types also had\nno effect.\n\nCloses: #371","shortMessageHtmlLink":"Editorial: Remove erroneous handling of ~return~ completion type"}},{"before":"f109fea555d52a3e96467ea491589f9d927954ee","after":null,"ref":"refs/heads/refresh","pushedAt":"2023-11-02T23:25:10.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ptomato","name":"Philip Chimento","path":"/ptomato","primaryAvatarUrl":"https://github.com/avatars/u/459371?s=80&v=4"}},{"before":"dd3a81adec567fdc42d76e9cd082f011e444f2b3","after":null,"ref":"refs/heads/hostloadimportedmodule","pushedAt":"2023-11-02T23:24:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ptomato","name":"Philip Chimento","path":"/ptomato","primaryAvatarUrl":"https://github.com/avatars/u/459371?s=80&v=4"}},{"before":"11484aefcc901c7011a3605b433ffecf83cdaf1e","after":"f109fea555d52a3e96467ea491589f9d927954ee","ref":"refs/heads/refresh","pushedAt":"2023-11-02T23:16:24.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"caridy","name":"Caridy Patiño","path":"/caridy","primaryAvatarUrl":"https://github.com/avatars/u/38969?s=80&v=4"},"commit":{"message":"Merge branch 'main' into refresh","shortMessageHtmlLink":"Merge branch 'main' into refresh"}},{"before":null,"after":"dd3a81adec567fdc42d76e9cd082f011e444f2b3","ref":"refs/heads/hostloadimportedmodule","pushedAt":"2023-11-02T19:02:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ptomato","name":"Philip Chimento","path":"/ptomato","primaryAvatarUrl":"https://github.com/avatars/u/459371?s=80&v=4"},"commit":{"message":"Update ecma262-biblio and pass referrer to HostLoadImportedModule\n\nHostImportModuleDynamically was replaced by HostLoadImportedModule and no\nlonger allows the referrer to be null. We should use evalContext's Realm\nto do the import.\n\nReference: https://github.com/tc39/ecma262/pull/2905/files?diff=split&w=0","shortMessageHtmlLink":"Update ecma262-biblio and pass referrer to HostLoadImportedModule"}},{"before":"3db6739c845e17ce4077e41ce0b2c9c47b121a13","after":"11484aefcc901c7011a3605b433ffecf83cdaf1e","ref":"refs/heads/refresh","pushedAt":"2023-11-02T19:01:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ptomato","name":"Philip Chimento","path":"/ptomato","primaryAvatarUrl":"https://github.com/avatars/u/459371?s=80&v=4"},"commit":{"message":"Update structured headers\n\nThe structured headers should get return types, and we should use a\nstructured header for the host-defined operation.","shortMessageHtmlLink":"Update structured headers"}},{"before":"1dde85853094feb7e0a5587bb39993a14715d3e4","after":"3db6739c845e17ce4077e41ce0b2c9c47b121a13","ref":"refs/heads/refresh","pushedAt":"2023-11-02T18:55:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ptomato","name":"Philip Chimento","path":"/ptomato","primaryAvatarUrl":"https://github.com/avatars/u/459371?s=80&v=4"},"commit":{"message":"Update structured headers\n\nThe structured headers should get return types, and we should use a\nstructured header for the host-defined operation.","shortMessageHtmlLink":"Update structured headers"}},{"before":"f1319043470c90558377dc420f6061b87d347c79","after":"1dde85853094feb7e0a5587bb39993a14715d3e4","ref":"refs/heads/refresh","pushedAt":"2023-10-17T17:34:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ptomato","name":"Philip Chimento","path":"/ptomato","primaryAvatarUrl":"https://github.com/avatars/u/459371?s=80&v=4"},"commit":{"message":"Update structured headers\n\nThe structured headers should get return types, and we should use a\nstructured header for the host-defined operation.","shortMessageHtmlLink":"Update structured headers"}},{"before":null,"after":"f1319043470c90558377dc420f6061b87d347c79","ref":"refs/heads/refresh","pushedAt":"2023-10-12T23:49:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ptomato","name":"Philip Chimento","path":"/ptomato","primaryAvatarUrl":"https://github.com/avatars/u/459371?s=80&v=4"},"commit":{"message":"Update structured headers\n\nThe structured headers should get return types, and we should use a\nstructured header for the host-defined operation.","shortMessageHtmlLink":"Update structured headers"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEk2mYVQA","startCursor":null,"endCursor":null}},"title":"Activity · ptomato/proposal-shadowrealm"}