Skip to content

Commit cd8f918

Browse files
committed
System.globalglobal + stage 3, per 2016.09.28 TC39 meeting.
1 parent a1a63e6 commit cd8f918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ Proposals follow [this process document](https://tc39.github.io/process-document
99
| | [SIMD.JS - SIMD APIs](https://docs.google.com/presentation/d/1MY9NHrHmL7ma7C8dyNXvmYNNGgVmmxXk8ZIiQtPlfH4/edit?usp=sharing) + [polyfill](http://tc39.github.io/ecmascript_simd/) | John McCutchan, Peter Jensen, Dan Gohman, Daniel Ehrenberg | 3 |
1010
| | [`Function.prototype.toString` revision](https://github.com/tc39/Function-prototype-toString-revision) | Michael Ficarra | 3 |
1111
| | [Lifting Template Literal Restriction](https://github.com/tc39/proposal-template-literal-revision) | Tim Disney | 3 |
12+
| | [global](https://github.com/tc39/proposal-global) | Jordan Harband | 3 |
1213
| | [Asynchronous Iterators](https://github.com/tc39/proposal-async-iteration) | Domenic Denicola | 2 |
1314
| | [function.sent metaproperty](https://github.com/allenwb/ESideas/blob/master/Generator%20metaproperty.md) | Allen Wirfs-Brock | 2 |
1415
| 🚀 | [Rest/Spread Properties](https://github.com/sebmarkbage/ecmascript-rest-spread) | Sebastian Markbage | 2 |
1516
| 🚀 | [Shared memory and atomics](https://github.com/tc39/ecmascript_sharedmem) | Lars T Hansen | 2 |
16-
| | [System.global](https://github.com/tc39/proposal-global) | Jordan Harband | 2 |
1717
| | [String.prototype.{trimStart,trimEnd}](https://github.com/sebmarkbage/ecmascript-string-left-right-trim) | Sebastian Markbage | 2 |
1818
| | [Public Class Fields](https://tc39.github.io/proposal-class-public-fields/) | Jeff Morrison | 2 |
1919
| | [Promise.prototype.finally](https://github.com/tc39/proposal-promise-finally) | Jordan Harband | 2 |
2020
| | [Class and Property Decorators](http://tc39.github.io/proposal-decorators/) | Yehuda Katz and Brian Terlson | 2 |
2121
| | [Legacy RegExp features in JavaScript](https://github.com/claudepache/es-regexp-legacy-static-properties) | Mark Miller, Claude Pache | 2 |
22-
| 🚀 | [RegExp Unicode Property Escapes](https://github.com/mathiasbynens/es-regex-unicode-property-escapes) | Brian Terlson, Daniel Ehrenberg, Mathias Bynens | 2 |
22+
| | [RegExp Unicode Property Escapes](https://github.com/mathiasbynens/es-regex-unicode-property-escapes) | Brian Terlson, Daniel Ehrenberg, Mathias Bynens | 2 |
2323
| | [Date.parse fallback semantics](https://github.com/mrrrgn/proposal-date-time-string-format) | Morgan Phillips | 1 |
2424
| 🚀 | [`export * as ns from "mod";` statements](https://github.com/leebyron/ecmascript-export-ns-from) | Lee Byron | 1 |
2525
| 🚀 | [`export v from "mod";` statements](https://github.com/leebyron/ecmascript-export-default-from) | Lee Byron | 1 |

0 commit comments

Comments
 (0)