Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ES6 Modules: Rewrite lesson (alongside separate PR for Webpack rewrite) #27953

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
2fc7402
Write intro and pre-esm section
MaoShizhong May 8, 2024
c6b5cbf
Write section introduce ESM and entry point concept
MaoShizhong May 8, 2024
6b87436
Write import/export sections
MaoShizhong May 8, 2024
1ec6fc8
Write short section on CJS
MaoShizhong May 8, 2024
7bf0f28
Streamline verbiage and emphasise scope distinctions
MaoShizhong May 8, 2024
03c46be
Add brief npm section
MaoShizhong May 9, 2024
0e9a91a
Add assignment, KC and AR content
MaoShizhong May 9, 2024
35fe797
Fix grammar and spelling
MaoShizhong May 9, 2024
ba4430a
Overwrite existing es6 modules lesson
MaoShizhong May 9, 2024
d954214
Add co-author
MaoShizhong May 9, 2024
2bc0277
Clarify single default/named export decisions
MaoShizhong May 9, 2024
d517fc1
Tweak verbiage, grammar and spelling.
MaoShizhong May 9, 2024
e24ecd0
Switch order of named and default exports subsections
MaoShizhong May 9, 2024
d3ba452
Expand dependency exmaples with >2 files
MaoShizhong May 11, 2024
8c0b821
Add note softening package.json assignment step
MaoShizhong May 11, 2024
9a64b79
Add note on import module name and string type
MaoShizhong May 26, 2024
096514c
Merge branch 'main' into feature/esm-webpack-rewrite
MaoShizhong May 26, 2024
5c8fd88
Merge branch 'main' into feature/esm-webpack-rewrite
MaoShizhong Jun 22, 2024
2a900ec
Separate export examples to individual code blocks
MaoShizhong Jun 22, 2024
4a92245
Use npm package link for npm name sentence
MaoShizhong Jun 22, 2024
207b34a
Move npm contents to separate lesson file
MaoShizhong Jun 22, 2024
ff2ab2f
Add intro and package.json section to npm lesson
MaoShizhong Jun 22, 2024
2d6e512
Move entry point section to after import/export sections
MaoShizhong Jun 22, 2024
c9e9e43
Amend import/export verbiage to account for new section order
MaoShizhong Jun 22, 2024
7f0d03e
Adjust verbiage for entry points section to account for new section o…
MaoShizhong Jun 22, 2024
387607d
Change NodeJS to Node.js
MaoShizhong Jul 3, 2024
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
Loading
Loading