Skip to content

Commit

Permalink
Remove export-ns-from since it moved to tc39/ecma262#1005
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 26, 2017
1 parent c78e346 commit 77d957b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -32,7 +32,6 @@ This list contains only stage 1 proposals and higher that have not yet been with
| | [`import.meta`][import-meta] | Domenic Denicola | 2 |
| | [`Intl.RelativeTimeFormat`][relative-time] | Zibi Braniecki, Daniel Ehrenberg | 2 |
| | [Numeric separators][numeric_separators] | Sam Goto, Rick Waldron | 2 |
| | [`export * as ns from "mod";` statements][export-ns-from] | Ben Newman and John-David Dalton | 2 |
| | [Private methods and accessors][private-methods] | Daniel Ehrenberg, Kevin Gibbons | 2 |
| | [`Date.parse` fallback semantics][date-parse] | Morgan Phillips | 1 |
| | [`export v from "mod";` statements][export-from] | Ben Newman and John-David Dalton | 1 |
Expand Down Expand Up @@ -98,7 +97,6 @@ Note that as part of the onboarding process your repository name may be normaliz
[import-meta]: https://github.com/tc39/proposal-import-meta
[relative-time]: https://github.com/tc39/proposal-intl-relative-time
[numeric_separators]: https://github.com/samuelgoto/proposal-numeric-separator
[export-ns-from]: https://github.com/tc39/proposal-export-ns-from
[private-methods]: https://github.com/littledan/proposal-private-methods
[unified-class]: https://github.com/littledan/proposal-unified-class-features
[date-parse]: https://github.com/mrrrgn/proposal-date-time-string-format
Expand Down

0 comments on commit 77d957b

Please sign in to comment.