Skip to content

Commit dee79a2

Browse files
Link presentations in readme
1 parent d9ff3b6 commit dee79a2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
**Specification:** http://tc39.es/proposal-export-star-default/
1010

11+
**Presentations:**
12+
- 2016-11: Presented for Stage 1, and did not get consensus ([notes](https://github.com/tc39/notes/blob/main/meetings/2016-11/nov-29.md#12iid-proposal-to-reform-the-spec-to-include-default-export-in-export--from-module))
13+
- 2026-05: Presented for Stage 1, and got consensus ([slides](https://docs.google.com/presentation/d/1IKj6GdnvI25gbqq_GUH-LQZOyfp0W1NFWc0hD4LU4CU), [notes](https://github.com/tc39/notes/blob/main/meetings/2026-05/may-20.md#export-all-from-for-stage-1))
14+
1115
## Motivation
1216

1317
In the current specification, `export * from 'module'` will export all named exports, **except for

0 commit comments

Comments
 (0)