Skip to content

Convert requires to imports #114

@thymikee

Description

@thymikee

Thanks to using imports instead of requires we're able to apply import transform to inline requires for faster startups :)

Basically like this:

-const path = require('path');
+import path from 'path';

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions