From d502ea4acdde7e89a7e042dcc4e9123c6c75f476 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 16 Feb 2024 21:58:12 -0800 Subject: [PATCH] Editorial: main is now ES2025 --- spec.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec.html b/spec.html index 890b049233..83dbb45476 100644 --- a/spec.html +++ b/spec.html @@ -42,7 +42,7 @@ }
-  title: ECMAScript® 2024 Language Specification
+  title: ECMAScript® 2025 Language Specification
   shortname: ECMA-262
   status: draft
   location: https://tc39.es/ecma262/
@@ -82,7 +82,7 @@ 

Contributing to this Specification

Introduction

-

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.

+

This Ecma Standard defines the ECMAScript 2025 Language. It is the sixteenth 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.

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.

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.

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.

@@ -129,7 +129,7 @@

Introduction

Scope

-

This Standard defines the ECMAScript 2024 general-purpose programming language.

+

This Standard defines the ECMAScript 2025 general-purpose programming language.