Skip to content

'http' and 'fs' need to work with the new module system #8

Closed
@gfwilliams

Description

@gfwilliams

Currently you can just type:

fs.readDir()

But really you should type:

var fs = require('fs');
fs.readDir()

Same for http.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions