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

feat(node): Add console module #892

Merged
merged 1 commit into from
May 1, 2021
Merged

Commits on Apr 30, 2021

  1. feat(node): Add console module

    This just exports the `console` object.
    
    I tried enabling the Node console tests, but all of them either don't work or don't really apply.
    
    Note that Deno's console doesn't have all the same methods as Node's, so this isn't a perfect polyfill. Node has these extra properties:
    - `Console`
    - `context`
    - `profile`
    - `profileEnd`
    - `timeStamp`
    
    I've marked it as partly implemented for now, although I don't know whether those APIs are worth polyfilling.
    Liamolucko committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    c3dfe34 View commit details
    Browse the repository at this point in the history