Skip to content
This repository was archived by the owner on Mar 29, 2018. It is now read-only.
This repository was archived by the owner on Mar 29, 2018. It is now read-only.

Support ExportSpecifierSet being "*". #29

@domenic

Description

@domenic
export * from "crypto";

should transpile to something like

var __dependency1__ = require("crypto");
Object.getOwnPropertyNames(__dependency1__).forEach(function (x) {
    exports[x] = __dependency1__[x];
});

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions