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

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    2fc7402 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6b5cbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b87436 View commit details
    Browse the repository at this point in the history
  4. Write short section on CJS

    Use ESM abbreviation in main text after first full mention.
    MaoShizhong committed May 8, 2024
    Configuration menu
    Copy the full SHA
    1ec6fc8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bf0f28 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Add brief npm section

    MaoShizhong committed May 9, 2024
    Configuration menu
    Copy the full SHA
    03c46be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e9a91a View commit details
    Browse the repository at this point in the history
  3. Fix grammar and spelling

    Now uses AE spelling instead of BE.
    MaoShizhong committed May 9, 2024
    Configuration menu
    Copy the full SHA
    35fe797 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba4430a View commit details
    Browse the repository at this point in the history
  5. Add co-author

    Co-authored-by: advait0603 <advaitlinux11@gmail.com>
    MaoShizhong and advait0603 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    d954214 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2bc0277 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d517fc1 View commit details
    Browse the repository at this point in the history
  8. Switch order of named and default exports subsections

    Introducing named exports first allowed for a subjectively more natural
    flow to introducing the concepts. Named exports felt easier to introduce
    first, while default exports felt easier to introduce by comparing to
    named exports.
    MaoShizhong committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e24ecd0 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    d3ba452 View commit details
    Browse the repository at this point in the history
  2. Add note softening package.json assignment step

    Co-authored-by: advait0603 <advaitlinux11@gmail.com>
    MaoShizhong and advait0603 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    8c0b821 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    9a64b79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    096514c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    5c8fd88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a900ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a92245 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    207b34a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff2ab2f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d6e512 View commit details
    Browse the repository at this point in the history
  7. Amend import/export verbiage to account for new section order

    Import/export syntax to be taught first, then the examples can be used
    to explain entry points more clearly.
    MaoShizhong committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    c9e9e43 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f0d03e View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Change NodeJS to Node.js

    Node.js is more accurate.
    MaoShizhong committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    387607d View commit details
    Browse the repository at this point in the history