Skip to content

Commit

Permalink
Editorial: main is now ES2024
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 3, 2023
1 parent 1c5ca18 commit e356adc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"ipr-check": "node scripts/check-form tc39/ecma262 HEAD --all",
"prebuild-spec": "git remote rm travis-origin 2>/dev/null ; git remote add travis-origin \"git@github.com:${TRAVIS_REPO_SLUG:-tc39/ecma262}.git\" && git fetch --quiet travis-origin",
"build-spec": "YEAR=2022 && git checkout --quiet \"es${YEAR}\" && mkdir -p \"out/${YEAR}\" && cp -R img \"out/${YEAR}\" && ecmarkup --verbose spec.html \"out/${YEAR}/index.html\" --css \"out/${YEAR}/ecmarkup.css\" --js \"out/${YEAR}/ecmarkup.js\" && git checkout --quiet travis-origin/test-travis",
"build-spec": "YEAR=2023 && git checkout --quiet \"es${YEAR}\" && mkdir -p \"out/${YEAR}\" && cp -R img \"out/${YEAR}\" && ecmarkup --verbose spec.html \"out/${YEAR}/index.html\" --css \"out/${YEAR}/ecmarkup.css\" --js \"out/${YEAR}/ecmarkup.js\" && git checkout --quiet travis-origin/test-travis",
"postbuild-spec": "git remote rm travis-origin",
"build-head": "npm run build-only -- --lint-spec --strict",
"prebuild-only": "npm run clean && mkdir out && cp -R img out",
Expand Down
6 changes: 3 additions & 3 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

</style>
<pre class="metadata">
title: ECMAScript&reg; 2023 Language&nbsp;Specification
title: ECMAScript&reg; 2024 Language&nbsp;Specification
shortname: ECMA-262
status: draft
location: https://tc39.es/ecma262/
Expand Down Expand Up @@ -92,7 +92,7 @@ <h1>Contributing to this Specification</h1>

<emu-intro id="sec-intro">
<h1>Introduction</h1>
<p>This Ecma Standard defines the ECMAScript 2023 Language. It is the fourteenth edition of the ECMAScript Language Specification. Since publication of the first edition in 1997, ECMAScript has grown to be one of the world's most widely used general-purpose programming languages. It is best known as the language embedded in web browsers but has also been widely adopted for server and embedded applications.</p>
<p>This Ecma Standard defines the ECMAScript 2024 Language. It is the fifteenth edition of the ECMAScript Language Specification. Since publication of the first edition in 1997, ECMAScript has grown to be one of the world's most widely used general-purpose programming languages. It is best known as the language embedded in web browsers but has also been widely adopted for server and embedded applications.</p>
<p>ECMAScript is based on several originating technologies, the most well-known being JavaScript (Netscape) and JScript (Microsoft). The language was invented by Brendan Eich at Netscape and first appeared in that company's Navigator 2.0 browser. It has appeared in all subsequent browsers from Netscape and in all browsers from Microsoft starting with Internet Explorer 3.0.</p>
<p>The development of the ECMAScript Language Specification started in November 1996. The first edition of this Ecma Standard was adopted by the Ecma General Assembly of June 1997.</p>
<p>That Ecma Standard was submitted to ISO/IEC JTC 1 for adoption under the fast-track procedure, and approved as international standard ISO/IEC 16262, in April 1998. The Ecma General Assembly of June 1998 approved the second edition of ECMA-262 to keep it fully aligned with ISO/IEC 16262. Changes between the first and the second edition are editorial in nature.</p>
Expand Down Expand Up @@ -138,7 +138,7 @@ <h1>Introduction</h1>

<emu-clause id="sec-scope">
<h1>Scope</h1>
<p>This Standard defines the ECMAScript 2023 general-purpose programming language.</p>
<p>This Standard defines the ECMAScript 2024 general-purpose programming language.</p>
</emu-clause>

<emu-clause id="sec-conformance">
Expand Down

0 comments on commit e356adc

Please sign in to comment.