Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Desdade/nodejs.dev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
Loading
...
head repository: nodejs/nodejs.dev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 313 files changed
  • 9 contributors

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    f1c0259 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16c5236 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    6b28cac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ef0302 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    4d7e7a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. fix(ci) (nodejs#3264)

    AugustinMauroy authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    fa7c909 View commit details
    Browse the repository at this point in the history
  2. feat(codebox): adding possibility to switch between lang (nodejs#3249)

    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    3 people authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    b127595 View commit details
    Browse the repository at this point in the history
  3. Delete dependabot.yml

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    2566c59 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Configuration menu
    Copy the full SHA
    b0e41c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fc3463 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. docs: Updated node-process-nexttick.en.md (nodejs#3266)

    * Update node-process-nexttick.en.md
    
    setImmediate invocation should be before the setTimeout invocation to maintain the order of the logged numbers.
    
    Signed-off-by: Abhishek Guha <66299749+abhishekguha95@users.noreply.github.com>
    
    * Updated node-process-nexttick.en.md output sequence
    
    ---------
    
    Signed-off-by: Abhishek Guha <66299749+abhishekguha95@users.noreply.github.com>
    abhishekguha95 authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    dba1d76 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    f32a098 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    d0af0cc View commit details
    Browse the repository at this point in the history
  2. docs(pt): conclude the translation of the content/learn folder (nod…

    …ejs#3251)
    
    * docs(pt): translate `learn/getting-started/node-es6.pt.md`
    
    * docs(pt): translate `learn/getting-started/node-javascript-language.pt.md`
    
    * docs(pt): translate `getting-started/node-with-typescript.pt.md`
    
    * docs(pt): translate `getting-started/node-with-web-assembly.pt.md`
    
    * docs(pt): translate `getting-started/npm.pt.md`
    
    * docs(pt): translate `getting-started/v8-engine.pt.md`
    
    * docs(pt): add and translate `javascript-timers/index.pt.md`
    
    * docs(pt): add and translate `blocking-vs-non-blocking.pt.md`
    
    * docs(pt): add and translate `javascript-callbacks.pt.md`
    
    * docs(pt): add and translate `node-control-flow.pt.md`
    
    * docs(pt): add and translate `node-event-emitter.pt.md`
    
    * docs(pt): add and translate `node-process-nexttick.pt.md`
    
    * docs(pt): add and translate `node-setimmediate.pt.md`
    
    * docs(pt): translate `command-line/node-environment-variables.pt.md`
    
    * docs(pt): translate `command-line/node-input-from-cli.pt.md`
    
    * docs(pt): translate `command-line/node-output-to-cli.pt.md`
    
    * docs(pt): translate `command-line/node-repl.pt.md`
    
    * docs(pt): translate `command-line/node-run-cli.pt.md`
    
    * docs(pt): update `asynchronous-work/javascript-callbacks.pt.md`
    
    * docs(pt): update `asynchronous-work/javascript-timers/index.pt.md`
    
    * docs(pt): update `getting-started/node-es6.pt.md`
    
    * docs(pt): update `getting-started/node-javascript-language.pt.md`
    
    * docs(pt): update `getting-started/v8-engine.pt.md`
    
    * docs(pt): update `asynchronous-work/javascript-callbacks.pt.md`
    
    * docs(pt): update `command-line/node-environment-variables.pt.md`
    
    * docs(pt): update `asynchronous-work/javascript-callbacks.pt.md`
    
    * docs(pt): translate `getting-started/node-es6.pt.md`
    
    * docs(pt): translate `manipulating-files/node-file-descriptors.pt.md`
    
    * docs(pt): translate `manipulating-files/node-file-paths.pt.md`
    
    * docs(pt): translate `manipulating-files/node-file-stats.pt.md`
    
    * docs(pt): translate `manipulating-files/node-folders.pt.md`
    
    * docs(pt): translate `manipulating-files/node-reading-files.pt.md`
    
    * docs(pt): translate `manipulating-files/node-writing-files.pt.md`
    
    * docs(pt): update `getting-started/node-introduction.pt.md`
    
    * docs(pt): update `manipulating-files/node-file-descriptors.pt.md`
    
    * docs(pt): update `asynchronous-work/javascript-callbacks.pt.md`
    
    * docs(pt): update `getting-started/node-with-typescript.pt.md`
    
    ---------
    
    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    3 people authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    3c1aac6 View commit details
    Browse the repository at this point in the history
  3. Manipulating-files - Update verbs to be grammatically correct (nodejs…

    …#3268)
    
    Co-authored-by: Decagon <deca@macs-MacBook-Air.local>
    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    3 people authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    d1a2ab2 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Feat(brand): add brand resource (nodejs#3147)Co-authored-by: Shanmugh…

    …apriyan S <priyanshan03@gmail.com> Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    
    * feat(about): update ressources
    
    * feat(brand): add brand svg
    
    * feat(brand): add brand page to about section
    
    * feat(branding): add snapshots
    
    * feat(branding): update snapshots
    
    * Update src/styles/markdown.scss
    
    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    Signed-off-by: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com>
    
    * Update content/about/branding.en.md
    
    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    Signed-off-by: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com>
    
    * Update content/about/branding.en.md
    
    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    Signed-off-by: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com>
    
    * Update content/about/branding.en.md
    
    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    Signed-off-by: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com>
    
    * Update content/about/branding.en.md
    
    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    Signed-off-by: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com>
    
    * remove useless file
    
    * fix(brand): add athors
    
    * feat(brand): support pt
    
    * chore(brand): update branding ressource
    
    ---------
    
    Signed-off-by: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com>
    Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
    Co-authored-by: Claudio Wunder <cwunder@gnome.org>
    3 people authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    82b7353 View commit details
    Browse the repository at this point in the history
  2. chore(readme): archive repository.

    Signed-off-by: Claudio Wunder <cwunder@gnome.org>
    ovflowd authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    5a66d41 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    e670ec8 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.