-
-
Notifications
You must be signed in to change notification settings - Fork 598
Open
Labels
type:featureNew feature or improvement of existing featureNew feature or improvement of existing feature
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest versions of Parse Server and the Parse JS SDK.
Issue Description
Legacy import are in the form of const Parse = require('parse').Parse
. This can be solved using export
statement.
Lines 417 to 418 in cfb25ef
// For legacy requires, of the form `var Parse = require('parse').Parse` | |
Parse.Parse = Parse; |

Metadata
Metadata
Assignees
Labels
type:featureNew feature or improvement of existing featureNew feature or improvement of existing feature