Skip to content

Remove legacy import circular reference #2564

@dplewis

Description

@dplewis

New Issue Checklist

Issue Description

Legacy import are in the form of const Parse = require('parse').Parse. This can be solved using export statement.

Parse-SDK-JS/src/Parse.ts

Lines 417 to 418 in cfb25ef

// For legacy requires, of the form `var Parse = require('parse').Parse`
Parse.Parse = Parse;

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:featureNew feature or improvement of existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions