Skip to content

Use Javascript import properly #32

@timadye

Description

@timadye

Currently every function is added to the global scope and all code is loaded together without using import.

This is ugly, but convenient. Can we do a bit better, eg. with explicit imports to load all functions from each file?

Metadata

Metadata

Assignees

No one assigned

    Labels

    code improvementwon't necessarily enhance the functionality, but will make for better code

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions