Skip to content

Commit 7a0dc6d

Browse files
author
KWaloen
committed
fixed error in topics
1 parent 677c813 commit 7a0dc6d

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

content/Proposals/Inactive/fromimport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Stage 2: NA
33
Stage 2.7: NA
44
Stage 3: NA
5-
Stage 4: NA<br>Last Commit: 2020-04-03<br>Topics: #modules #ergonomic<br>Keywords: #module #ergonomics <br>GitHub Link: https://github.com/bmeck/proposal-from-import <br>GitHub Note Link: None
5+
Stage 4: NA<br>Last Commit: 2020-04-03<br>Topics: #modules #ergonomics<br>Keywords: #module #ergonomics <br>GitHub Link: https://github.com/bmeck/proposal-from-import <br>GitHub Note Link: None
66
# Proposal Description:<br>
77
# from ... import ...;
88

content/Proposals/Stage 0/bind-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Stage 2: NA
33
Stage 2.7: NA
44
Stage 3: NA
5-
Stage 4: NA<br>Last Commit: 2018-01-19<br>Topics: #objects #others #ergonomic<br>Keywords: #this_binding #method_extraction #syntactic_sugar<br>GitHub Link: https://github.com/tc39/proposal-bind-operator <br>GitHub Note Link: https://github.com/tc39/notes/blob/HEAD/meetings/2015-03/mar-25.md#6vi-function-bind-and-private-fields-redux-kevin-smith
5+
Stage 4: NA<br>Last Commit: 2018-01-19<br>Topics: #objects #others #ergonomics<br>Keywords: #this_binding #method_extraction #syntactic_sugar<br>GitHub Link: https://github.com/tc39/proposal-bind-operator <br>GitHub Note Link: https://github.com/tc39/notes/blob/HEAD/meetings/2015-03/mar-25.md#6vi-function-bind-and-private-fields-redux-kevin-smith
66
# Proposal Description:
77
## ECMAScript This-Binding Syntax ##
88

content/Proposals/Stage 1/declarations-in-conditionals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Stage 2: NA
33
Stage 2.7: NA
44
Stage 3: NA
5-
Stage 4: NA<br>Last Commit: 2022-01-24<br>Topics: #ergonomic #others #performance<br>Keywords: #conditional #transpilation #evaluation #performance #scope<br>GitHub Link: https://github.com/tc39/proposal-Declarations-in-Conditionals <br>GitHub Note Link: https://github.com/tc39/notes/blob/HEAD/meetings/2019-10/october-2.md#declarations-in-conditionals
5+
Stage 4: NA<br>Last Commit: 2022-01-24<br>Topics: #ergonomics #others #performance<br>Keywords: #conditional #transpilation #evaluation #performance #scope<br>GitHub Link: https://github.com/tc39/proposal-Declarations-in-Conditionals <br>GitHub Note Link: https://github.com/tc39/notes/blob/HEAD/meetings/2019-10/october-2.md#declarations-in-conditionals
66
# Proposal Description:
77
# Declarations in Conditionals
88

content/Proposals/Stage 1/freeze-seal-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Stage 2: NA
33
Stage 2.7: NA
44
Stage 3: NA
5-
Stage 4: NA<br>Last Commit: 2018-04-17<br>Topics: #objects #others #ergonomic<br>Keywords: #freeze #seal #ergonomic #destructuring <br>GitHub Link: https://github.com/keithamus/proposal-object-freeze-seal-syntax <br>GitHub Note Link: https://github.com/tc39/notes/blob/HEAD/meetings/2017-11/nov-30.md#10ivd-objectfreeze--objectseal-syntax-proposal-for-stage-0
5+
Stage 4: NA<br>Last Commit: 2018-04-17<br>Topics: #objects #others #ergonomics<br>Keywords: #freeze #seal #ergonomic #destructuring <br>GitHub Link: https://github.com/keithamus/proposal-object-freeze-seal-syntax <br>GitHub Note Link: https://github.com/tc39/notes/blob/HEAD/meetings/2017-11/nov-30.md#10ivd-objectfreeze--objectseal-syntax-proposal-for-stage-0
66
# Proposal Description:
77
# Object.freeze and Object.seal syntax
88

content/Proposals/Stage 1/mixins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Stage 2: NA
33
Stage 2.7: NA
44
Stage 3: NA
5-
Stage 4: NA<br>Last Commit: 2019-12-06<br>Topics: #others #objects #ergonomic<br>Keywords: #mixin #factory #class #ergonomic <br>GitHub Link: https://github.com/justinfagnani/proposal-mixins <br>GitHub Note Link: https://github.com/tc39/notes/blob/HEAD/meetings/2018-01/jan-23.md#13iiie-maximally-minimal-mixins-proposal
5+
Stage 4: NA<br>Last Commit: 2019-12-06<br>Topics: #others #objects #ergonomics<br>Keywords: #mixin #factory #class #ergonomic <br>GitHub Link: https://github.com/justinfagnani/proposal-mixins <br>GitHub Note Link: https://github.com/tc39/notes/blob/HEAD/meetings/2018-01/jan-23.md#13iiie-maximally-minimal-mixins-proposal
66
# Proposal Description:
77
# Maximally Minimal Mixins
88
@justinfagnani

content/Proposals/Stage 1/regexp-atomic-operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Stage 2: NA
33
Stage 2.7: NA
44
Stage 3: NA
5-
Stage 4: NA<br>Last Commit: 2022-06-08<br>Topics: #regex #backtracking #concurrency #performance<br>Keywords: #regex #backtracking #atomic #performance <br>GitHub Link: https://github.com/tc39/proposal-regexp-atomic-operators <br>GitHub Note Link: https://github.com/tc39/notes/blob/HEAD/meetings/2022-06/jun-08.md#regex-atomic-operators
5+
Stage 4: NA<br>Last Commit: 2022-06-08<br>Topics: #regex #others #concurrency #performance<br>Keywords: #regex #backtracking #atomic #performance <br>GitHub Link: https://github.com/tc39/proposal-regexp-atomic-operators <br>GitHub Note Link: https://github.com/tc39/notes/blob/HEAD/meetings/2022-06/jun-08.md#regex-atomic-operators
66
# Proposal Description:
77
<!--#region:intro-->
88
# Regular Expression Atomic Operators for ECMAScript

content/Proposals/Stage 1/slice-notation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Stage 2: NA
33
Stage 2.7: NA
44
Stage 3: NA
5-
Stage 4: NA<br>Last Commit: 2022-07-07<br>Topics: #arrays #others #ergonomic<br>Keywords: #array #typedarray #slice #ergonomic #ergonomic<br>GitHub Link: https://github.com/tc39/proposal-slice-notation <br>GitHub Note Link: https://github.com/tc39/notes/blob/HEAD/meetings/2020-07/july-21.md#slice-notation-for-stage-2
5+
Stage 4: NA<br>Last Commit: 2022-07-07<br>Topics: #arrays #others #ergonomics<br>Keywords: #array #typedarray #slice #ergonomic #ergonomic<br>GitHub Link: https://github.com/tc39/proposal-slice-notation <br>GitHub Note Link: https://github.com/tc39/notes/blob/HEAD/meetings/2020-07/july-21.md#slice-notation-for-stage-2
66
# Proposal Description:
77
# Slice notation
88

0 commit comments

Comments
 (0)