This repository was archived by the owner on Sep 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
doc: add meeting notes for 2018-03-28 #53
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
# Node.js Foundation Modules Team Meeting 2018-03-28 | ||
|
||
* **Recording**: https://www.youtube.com/watch?v=moQDM4Jy09s | ||
* **GitHub Issue**: https://github.com/nodejs/modules/issues/52 | ||
* **Minutes Google Doc**: https://docs.google.com/document/d/1w2BV_O-ZzNupIthznKwAdA_wgOiDSD-kcZZ819bjNsE | ||
|
||
|
||
## Present | ||
|
||
@MylesBorins (Myles Borins) | ||
@TimothyGu (Timothy Gu) | ||
@ceejbot (C J Silverio) | ||
@iarna (Rebecca Turner) | ||
@justinfagnani (Justin Fagnani) | ||
@linclark (Lin Clark) | ||
@tbjers (Torgny Bjers) | ||
@inidaname (Hassan Sani) | ||
@jdalton (John-David Dalton) | ||
@devsnek (Gus Caplan) | ||
@manekinekko (Wassim Chegham) | ||
@benjamn (Ben Newman) | ||
@bmeck (Bradley Farias) | ||
@weswigham (Wesley Wigham) | ||
@robpalme (Rob Palmer) | ||
|
||
## Agenda | ||
|
||
Extracted from **modules-agenda** labelled issues and pull requests from the **nodejs org** prior to the meeting. | ||
|
||
### Approving PRs ~ 1 minute timebox | ||
|
||
* doc: add meeting notes for 2018-03-14 [#50](https://github.com/nodejs/modules/pull/50) | ||
- make pr to update rules around meeting notes | ||
|
||
### For awareness ~ 3 minute timebox per item | ||
|
||
#### PRs against Core | ||
|
||
* module: fix `e.stack` error when throwing undefined or null [#19282](https://github.com/nodejs/node/pull/19282) | ||
* loader: allow importing wasm modules [#18972](https://github.com/nodejs/node/pull/18972) | ||
|
||
#### Announcements | ||
|
||
* Travel Fund Available for Team Members to Attend Collaborator Summit in Berlin May 31 - June 1 [#48](https://github.com/nodejs/modules/issues/48) | ||
* Online Module Summit ~ April 3rd [#9](https://github.com/nodejs/modules/issues/9) | ||
|
||
### Discussion | ||
|
||
* Membership requirements [#43](https://github.com/nodejs/modules/issues/43) | ||
- 10 minute timebox | ||
- What should we do to make sure that we are able to maintain quorum | ||
- Is Observer sufficient | ||
- Punting to next week when more people are around | ||
* Package-Name-Maps a proposal for bare imports in browsers [#51](https://github.com/nodejs/modules/issues/51) | ||
- 10 minute timebox | ||
- Presentation from Justin | ||
This comment was marked as off-topic.
Sorry, something went wrong. |
||
- Work done internally at Google with a number of stakeholders | ||
- trying to figure out how to get bare module specifiers working in the browser | ||
- currently you need to use the full path to the file. | ||
- arguably works right now if you are not publishing packages, but it doesn’t scale | ||
- proposal https://github.com/domenic/package-name-maps | ||
- package name maps supports scopes as a way to customize names -> maps | ||
- you can override for specific urls | ||
- currently mechanism to declare your package map is a script tag, inlined or external file | ||
- question about if this is sidestepping the need for “loader hooks” | ||
* Use Cases Meeting [#41](https://github.com/nodejs/modules/issues/41) | ||
- 25 minute timebox | ||
- https://docs.google.com/document/d/10BBsIqdAXB9JR2KUzQGYbCiVugYBnxE4REBakX29yyo/edit#heading=h.osxlcsy402fz | ||
- reviewed Justin’s use Cases | ||
- reviewed Rob’s use cases |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
Sorry, something went wrong.