Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by tc39

A curated list of projects in awesome lists by tc39 .

https://github.com/tc39/ecma262

Status, process, and documents for ECMA-262

ecmascript javascript

Last synced: 30 Jul 2024

https://github.com/tc39/proposal-pipeline-operator

A proposal for adding a useful pipe operator to JavaScript.

javascript operator pipeline proposal syntax tc39

Last synced: 31 Jul 2024

https://github.com/tc39/proposal-pattern-matching

Pattern matching syntax for ECMAScript

Last synced: 30 Jul 2024

https://github.com/tc39/proposal-type-annotations

ECMAScript proposal for type syntax that is erased - Stage 1

Last synced: 31 Jul 2024

https://github.com/tc39/proposal-temporal

Provides standard objects and functions for working with dates and times.

Last synced: 31 Jul 2024

https://github.com/tc39/proposal-observable

Observables for ECMAScript

Last synced: 31 Jul 2024

https://github.com/tc39/proposal-signals

A proposal to add signals to JavaScript.

Last synced: 01 Aug 2024

https://github.com/tc39/proposal-decorators

Decorators for ES6 classes

Last synced: 01 Aug 2024

https://github.com/tc39/proposal-record-tuple

ECMAScript proposal for the Record and Tuple value types. | Stage 2: it will change!

immutable javascript record tc39 tuple

Last synced: 01 Aug 2024

https://github.com/tc39/test262

Official ECMAScript Conformance Test Suite

javascript js tc39 tests

Last synced: 31 Jul 2024

https://github.com/tc39/proposal-dynamic-import

import() proposal for JavaScript

Last synced: 30 Jul 2024

https://github.com/tc39/proposal-bind-operator

This-Binding Syntax for ECMAScript

Last synced: 31 Jul 2024

https://github.com/tc39/proposal-class-fields

Orthogonally-informed combination of public and private fields proposals

Last synced: 31 Jul 2024

https://github.com/tc39/proposal-async-await

Async/await for ECMAScript

Last synced: 30 Jul 2024

https://github.com/tc39/proposal-object-rest-spread

Rest/Spread Properties for ECMAScript

Last synced: 30 Jul 2024

https://github.com/tc39/proposal-shadowrealm

ECMAScript Proposal, specs, and reference implementation for Realms

Last synced: 31 Jul 2024

https://github.com/tc39/proposal-iterator-helpers

Methods for working with iterators in ECMAScript

ecmascript-proposal iterators javascript tc39

Last synced: 31 Jul 2024

https://github.com/tc39/proposal-nullish-coalescing

Nullish coalescing proposal x ?? y

Last synced: 31 Jul 2024

https://github.com/tc39/proposal-top-level-await

top-level `await` proposal for ECMAScript (stage 4)

Last synced: 02 Aug 2024

https://github.com/tc39/proposal-do-expressions

Proposal for `do` expressions

Last synced: 01 Aug 2024

https://github.com/tc39/agendas

TC39 meeting agendas

Last synced: 30 Jul 2024

https://github.com/tc39/proposal-partial-application

Proposal to add partial application to ECMAScript

Last synced: 01 Aug 2024

https://github.com/tc39/proposal-binary-ast

Binary AST proposal for ECMAScript

ast ecma ecmascript javascript parser proposal standard

Last synced: 02 Aug 2024

https://github.com/tc39/proposal-async-iteration

Asynchronous iteration for JavaScript

Last synced: 01 Aug 2024

https://github.com/tc39/proposal-explicit-resource-management

ECMAScript Explicit Resource Management

Last synced: 01 Aug 2024

https://github.com/tc39/notes

TC39 meeting notes

Last synced: 03 Aug 2024

https://github.com/tc39/proposal-set-methods

Proposal for new Set methods in JS

Last synced: 31 Jul 2024

https://github.com/tc39/proposal-string-dedent

TC39 Proposal to remove common leading indentation from multiline template strings

Last synced: 31 Jul 2024

https://github.com/tc39/proposal-import-attributes

Proposal for syntax to import ES modules with assertions

Last synced: 03 Aug 2024

https://github.com/tc39/proposal-bigint

Arbitrary precision integers in JavaScript

Last synced: 01 Aug 2024

https://github.com/tc39/ecma402

Status, process, and documents for ECMA 402

Last synced: 02 Aug 2024

https://github.com/tc39/proposal-array-grouping

A proposal to make grouping of array items easier

Last synced: 04 Aug 2024

https://github.com/tc39/proposal-change-array-by-copy

Provides additional methods on Array.prototype and TypedArray.prototype to enable changes on the array by returning a new copy of it with the change.

array javascript tc39 tuple typedarray

Last synced: 01 Aug 2024

https://github.com/tc39/proposal-class-public-fields

Stage 2 proposal for public class fields in ECMAScript

Last synced: 30 Jul 2024

https://github.com/tc39/proposal-iterator.range

A proposal for ECMAScript to add a built-in Iterator.range()

Last synced: 01 Aug 2024

https://github.com/tc39/proposal-uuid

UUID proposal for ECMAScript (Stage 1)

Last synced: 01 Aug 2024

https://github.com/tc39/proposal-weakrefs

WeakRefs

Last synced: 03 Aug 2024

https://github.com/tc39/proposal-error-cause

TC39 proposal for accumulating errors

proposal tc39

Last synced: 01 Aug 2024

https://github.com/tc39/proposal-module-declarations

JavaScript Module Declarations

Last synced: 01 Aug 2024

https://github.com/tc39/proposal-relative-indexing-method

A TC39 proposal to add an .at() method to all the basic indexable classes (Array, String, TypedArray)

Last synced: 01 Aug 2024

https://github.com/tc39/proposal-regex-escaping

Proposal for investigating RegExp escaping for the ECMAScript standard

Last synced: 04 Aug 2024

https://github.com/tc39/proposal-first-class-protocols

a proposal to bring protocol-based interfaces to ECMAScript users

Last synced: 03 Aug 2024

https://github.com/tc39/proposal-global

ECMAScript Proposal, specs, and reference implementation for `global`

Last synced: 03 Aug 2024

https://github.com/tc39/proposal-private-methods

Private methods and getter/setters for ES6 classes

Last synced: 31 Jul 2024

https://github.com/tc39/proposal-numeric-separator

A proposal to add numeric literal separators in JavaScript.

Last synced: 01 Aug 2024

https://github.com/tc39/proposal-promise-allSettled

ECMAScript Proposal, specs, and reference implementation for Promise.allSettled

Last synced: 31 Jul 2024

https://github.com/tc39/tc39.github.io

Get involved in specifying JavaScript

Last synced: 03 Aug 2024

https://github.com/tc39/proposal-array-last

A JavaScript TC39 Proposal for getting the last element from an array

Last synced: 01 Aug 2024

https://github.com/tc39/proposal-await.ops

Introduce await.all / await.race / await.allSettled / await.any to simplify the usage of Promises

Last synced: 03 Aug 2024

https://github.com/tc39/proposal-logical-assignment

A proposal to combine Logical Operators and Assignment Expressions

Last synced: 02 Aug 2024

https://github.com/tc39/proposal-export-default-from

Proposal to add `export v from "mod";` to ECMAScript.

Last synced: 31 Jul 2024

https://github.com/tc39/proposal-cancellation

Proposal for a Cancellation API for ECMAScript

cancellation ecmascript javascript proposal

Last synced: 01 Aug 2024

https://github.com/tc39/proposal-string-replaceall

ECMAScript proposal: String.prototype.replaceAll

Last synced: 31 Jul 2024

https://github.com/tc39/proposal-arraybuffer-base64

TC39 proposal for Uint8Array<->base64/hex

Last synced: 01 Aug 2024

https://github.com/tc39/proposal-regexp-named-groups

Named capture groups for JavaScript RegExps

Last synced: 01 Aug 2024

https://github.com/tc39/proposal-ses

Draft proposal for SES (Secure EcmaScript)

Last synced: 31 Jul 2024

https://github.com/tc39/proposal-intl-relative-time

`Intl.RelativeTimeFormat` specification [draft]

Last synced: 02 Aug 2024

https://github.com/tc39/ecmarkup

An HTML superset/Markdown subset source format for ECMAScript and related specifications

Last synced: 31 Jul 2024

https://github.com/tc39/proposal-defer-import-eval

A proposal for introducing a way to defer evaluate of a module

Last synced: 31 Jul 2024

https://github.com/tc39/proposal-promise-any

ECMAScript proposal: Promise.any

Last synced: 02 Aug 2024

https://github.com/tc39/proposal-extractors

Extractors for ECMAScript

Last synced: 31 Jul 2024

https://github.com/tc39/proposal-decorators-previous

Decorators for ECMAScript

Last synced: 01 Aug 2024

https://github.com/tc39/proposal-array-filtering

A proposal to make filtering arrays easier

Last synced: 01 Aug 2024

https://github.com/tc39/proposal-error-stacks

ECMAScript Proposal, specs, and reference implementation for Error.prototype.stack / System.getStack

Last synced: 01 Aug 2024

https://github.com/tc39/proposal-seeded-random

Proposal for an options argument to be added to JS's Math.random() function, and some options to start it with.

Last synced: 31 Jul 2024

https://github.com/tc39/proposal-compartments

Compartmentalization of host behavior hooks for JS

Last synced: 31 Jul 2024

https://github.com/tc39/proposal-string-matchall

ES Proposal, specs, tests, reference implementation, and polyfill/shim for String.prototype.matchAll

Last synced: 04 Aug 2024

https://github.com/tc39/proposal-deep-path-properties-for-record

ECMAScript proposal for deep spread syntax for Records

Last synced: 03 Aug 2024

https://github.com/tc39/proposal-exponentiation-operator

Progress tracking for ES7 exponentiation operator

Last synced: 30 Jul 2024

https://github.com/rwaldron/exponentiation-operator

Progress tracking for ES7 exponentiation operator

Last synced: 31 Jul 2024

https://github.com/tc39/proposal-symbols-as-weakmap-keys

Permit Symbols as keys in WeakMaps, entries in WeakSets and WeakRefs, and registered in FinalizationRegistries

membranes realms record symbols tc39 tuple weakmap-keys

Last synced: 01 Aug 2024

https://github.com/tc39/proposal-regexp-dotall-flag

Proposal to add the `s` (`dotAll`) flag to regular expressions in ECMAScript.

Last synced: 04 Aug 2024

https://github.com/tc39/proposal-atomics-wait-async

"asynchronous atomic wait" for ECMAScript

Last synced: 01 Aug 2024

https://github.com/tc39/proposal-optional-catch-binding

proposal for ECMAScript to allow omission of the catch binding

Last synced: 01 Aug 2024

https://github.com/tc39/proposal-regexp-v-flag

UTS18 set notation in regular expressions

Last synced: 04 Aug 2024

https://github.com/tc39/proposal-extended-numeric-literals

Extensible numeric literals for JavaScript

Last synced: 03 Aug 2024

https://github.com/tc39/proposal-csprng

Cryptographically Secure Random Number Generation for ECMAScript

Last synced: 01 Aug 2024

https://github.com/tc39/proposal-number-fromstring

{BigInt,Number}.fromString(string, radix)

ecmascript

Last synced: 01 Aug 2024

https://github.com/tc39/proposal-regexp-match-indices

ECMAScript RegExp Match Indices

ecmascript-proposal

Last synced: 04 Aug 2024

https://github.com/tc39/proposal-negated-in-instanceof

A proposal to introduce negated in and instanceof operators to JavaScript

Last synced: 01 Aug 2024

https://github.com/tc39/proposal-unified-intl-numberformat

Adds localized formatting of measurement units, compact decimals, and more number features

Last synced: 04 Aug 2024

https://github.com/tc39/proposal-regexp-legacy-features

Legacy static properties of the RegExp constructor in JavaScript

Last synced: 04 Aug 2024

https://github.com/tc39/proposal-intl-locale

`Intl.Locale` specification [draft]

Last synced: 04 Aug 2024

https://github.com/tc39/proposal-richer-keys

Cross cutting proposals around custom identities in collections

Last synced: 01 Aug 2024

https://github.com/tc39/proposal-duplicate-named-capturing-groups

TC39 proposal to allow regex capturing group names to be repeated

Last synced: 04 Aug 2024

https://github.com/tc39/proposal-regexp-modifiers

Regular Expression Pattern Modifiers for ECMAScript

Last synced: 04 Aug 2024

https://github.com/tc39/proposal-rm-builtin-subclassing

Remove ES6 built-in subclassing

Last synced: 04 Aug 2024

https://github.com/tc39/proposal-cleanup-some

Proposal to migrate cleanup some to its own proposal repository

Last synced: 31 Jul 2024

https://github.com/tc39/proposal-regexp-buffer-boundaries

Regular Expression Buffer Boundaries for ECMAScript

Last synced: 04 Aug 2024

https://github.com/tc39/proposal-regexp-r-escape

Regular Expression `\R` Escape for ECMAScript

Last synced: 04 Aug 2024