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

First working version with code extracted from Node.js 15 #1

Merged
merged 30 commits into from
Mar 23, 2021

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    c02166b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7187269 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77663fa View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. Update README.md

    Co-authored-by: Robert Kieffer <[email protected]>
    piranna and broofa authored Feb 27, 2021
    Configuration menu
    Copy the full SHA
    da791c5 View commit details
    Browse the repository at this point in the history
  2. Update randomUUID.js

    Co-authored-by: Robert Kieffer <[email protected]>
    piranna and broofa authored Feb 27, 2021
    Configuration menu
    Copy the full SHA
    f9ea277 View commit details
    Browse the repository at this point in the history
  3. Updated docs

    piranna committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    11271b5 View commit details
    Browse the repository at this point in the history
  4. Renamed index.js to node.js

    piranna committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    fd230bb View commit details
    Browse the repository at this point in the history
  5. Use standard TypeErrors

    piranna committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    fb3b0aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5f8765 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f38a17d View commit details
    Browse the repository at this point in the history
  8. Remove explicit checks of 'Out of memory' TypeErrors to get 100% co…

    …verage
    
    `uuidBuf` will be inmediatly being used at `randomFillSync()`, that will
    throw a `TypeError` itself since it's `undefined`
    piranna committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    3f00140 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    718feda View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    477c102 View commit details
    Browse the repository at this point in the history
  11. Clean-up

    piranna committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    0f427b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Update README.md

    Co-authored-by: Robert Kieffer <[email protected]>
    piranna and broofa authored Mar 14, 2021
    Configuration menu
    Copy the full SHA
    1c63802 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Co-authored-by: Robert Kieffer <[email protected]>
    piranna and broofa authored Mar 14, 2021
    Configuration menu
    Copy the full SHA
    30df9c0 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Co-authored-by: Robert Kieffer <[email protected]>
    piranna and broofa authored Mar 14, 2021
    Configuration menu
    Copy the full SHA
    e62ae12 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Co-authored-by: Robert Kieffer <[email protected]>
    piranna and broofa authored Mar 14, 2021
    Configuration menu
    Copy the full SHA
    f041782 View commit details
    Browse the repository at this point in the history
  5. Update __tests__/randomUUID.js

    Co-authored-by: Robert Kieffer <[email protected]>
    piranna and broofa authored Mar 14, 2021
    Configuration menu
    Copy the full SHA
    fbf93c2 View commit details
    Browse the repository at this point in the history
  6. Update __tests__/randomUUID.js

    Co-authored-by: Robert Kieffer <[email protected]>
    piranna and broofa authored Mar 14, 2021
    Configuration menu
    Copy the full SHA
    133f68d View commit details
    Browse the repository at this point in the history
  7. Update __tests__/randomUUID.js

    Co-authored-by: Robert Kieffer <[email protected]>
    piranna and broofa authored Mar 14, 2021
    Configuration menu
    Copy the full SHA
    954d27e View commit details
    Browse the repository at this point in the history
  8. Update README.md

    Co-authored-by: Robert Kieffer <[email protected]>
    piranna and broofa authored Mar 14, 2021
    Configuration menu
    Copy the full SHA
    a0e82b6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e618922 View commit details
    Browse the repository at this point in the history
  10. Enable linting

    piranna committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    c533d73 View commit details
    Browse the repository at this point in the history
  11. Apply linting

    piranna committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    7ce268c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a569cbd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bffa109 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    43f024f View commit details
    Browse the repository at this point in the history
  15. Added .npmignore file

    piranna committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    9baeb0e View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

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