Skip to content

Commit

Permalink
Merge branch 'main' into stage3-feedback-bakkot
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Apr 7, 2024
2 parents dacd682 + df742a5 commit 2864213
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ Champion(s): Luca Casonato, Guy Bedford

Author(s): Luca Casonato, Guy Bedford, Nicolo Ribaudo

Stage: 2
Stage: 3

Stage 3 reviewers: Daniel Ehrenberg, Kris Kowal

**Note:** Latest spec text is now maintained in the [ECMA-262 upstream PR](https://github.com/tc39/ecma262/pull/3094).

## Motivation

For both JavaScript and WebAssembly, there is a need to be able to more closely
Expand Down Expand Up @@ -80,7 +82,7 @@ Only the `source` import source phase is specified by this proposal.
### Defining Module Source

The object provided by the module source phase must be an object with
`AbtractModuleSource.prototype` in its prototype chain, defined by this specification
`AbstractModuleSource.prototype` in its prototype chain, defined by this specification
to be a minimal shared base prototype for a compiled modular resource.

In addition it defines the `@@toStringTag` getter returning the constructor name string
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3522,7 +3522,7 @@ <h1><span class="secnum">A.1</span> Host-defined Fields</h1>
<h1><span class="secnum">B</span> Copyright &amp; Software License</h1>

<h2>Copyright Notice</h2>
<p2023 Luca Casonato, Guy Bedford, Nicolò Ribaudo</p>
<p2024 Luca Casonato, Guy Bedford, Nicolò Ribaudo</p>

<h2>Software License</h2>
<p>All Software contained in this document ("Software") is protected by copyright and is being made available under the "BSD License", included below. This Software may be subject to third party rights (rights from parties other than Ecma International), including patent rights, and no licenses under such third party rights are granted under this license even if the third party concerned is a member of Ecma International. SEE THE ECMA CODE OF CONDUCT IN PATENT MATTERS AVAILABLE AT https://ecma-international.org/memento/codeofconduct.htm FOR INFORMATION REGARDING THE LICENSING OF PATENT CLAIMS THAT ARE REQUIRED TO IMPLEMENT ECMA INTERNATIONAL STANDARDS.</p>
Expand Down

0 comments on commit 2864213

Please sign in to comment.