Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
ca6d40d
doc: add initial list of technical priorities
mhdawson Sep 27, 2021
29cfbe6
Update doc/guides/technical-priorities.md
mhdawson Oct 6, 2021
12d72b0
Update doc/guides/technical-priorities.md
mhdawson Oct 6, 2021
cd82ba4
Update doc/guides/technical-priorities.md
mhdawson Oct 6, 2021
8afb973
Update doc/guides/technical-priorities.md
mhdawson Oct 6, 2021
dd46885
Update doc/guides/technical-priorities.md
mhdawson Oct 6, 2021
0da05f6
Update doc/guides/technical-priorities.md
mhdawson Oct 6, 2021
cdbe0fc
Update doc/guides/technical-priorities.md
mhdawson Oct 6, 2021
ee72011
Update doc/guides/technical-priorities.md
mhdawson Oct 6, 2021
83da957
Update doc/guides/technical-priorities.md
mhdawson Oct 6, 2021
ae10e14
Update doc/guides/technical-priorities.md
mhdawson Oct 15, 2021
c72f27a
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
3488894
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
c5be401
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
8b78b12
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
752e8d7
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
1baef22
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
c3e15dd
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
79af965
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
2c62000
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
56edab3
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
e57f9b4
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
8df58c2
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
803372c
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
31d29c5
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
1e397eb
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
06d1642
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
a4254bf
Update doc/guides/technical-priorities.md
mhdawson Oct 28, 2021
2854e98
Update doc/guides/technical-priorities.md
mhdawson Oct 28, 2021
7328a7f
Update doc/guides/technical-priorities.md
mhdawson Oct 28, 2021
87e4f21
Update doc/guides/technical-priorities.md
mhdawson Oct 28, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update doc/guides/technical-priorities.md
Co-authored-by: Rich Trott <rtrott@gmail.com>
  • Loading branch information
mhdawson and Trott authored Oct 27, 2021
commit 31d29c577df6bb6381a86d8c1b3b3616a807e833
2 changes: 1 addition & 1 deletion doc/guides/technical-priorities.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ of the solution. This includes implementations of “host” APIs like WASI.
The CommonJS module system was one of the key components that led to the success
of Node.js in its first 10 years. ESM is the standard that has been adopted as
the equivalent in the broader JavaScript ecosystem and Node.js must continue to
develop and improve its ESM implementation in order to stay relevant and ensure
develop and improve its ESM implementation to stay relevant and ensure
continued growth for the next 10 years.

## Support for features from the latest ECMAScript spec
Expand Down