Skip to content

Modernize codebase: TypeScript migration 🙈 #186

@jgiovaresco

Description

@jgiovaresco

Codebase might seem quite outdated: vars instead of const/let, old way to define a class

It could be nice to modernize it. Currently, the package.json is telling us that we could use the library with at least Node 4. Therefore we can't just update the source code because we should keep it compatible with old Node versions.

I would suggest configuring Babel or TypeScript to be able to use the latest ES standard and stay compatible with the old node versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions