Skip to content

Splitting core.js into smaller components? #782

@BraulioVM

Description

@BraulioVM

Inspecting the source code, it's possible to see that core.js involves several independent components. We could split the file into several other files like:

  • core/utilities.js: in which we could have functions like hasOwn or objectType.
  • core/config.js: in which we could have the config object.
  • core/reporter.js: with the logging callbacks...

I think this could help removing the circular dependencies in the project, and that would help to accomplish things like #707 and #735

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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