Parse-SDK-JS icon indicating copy to clipboard operation
Parse-SDK-JS copied to clipboard

Remove legacy import circular reference

Open dplewis opened this issue 8 months ago • 1 comments

New Issue Checklist

Issue Description

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

https://github.com/parse-community/Parse-SDK-JS/blob/cfb25ef322632c4136de3ab416f719f014f66027/src/Parse.ts#L417-L418

Image

dplewis avatar Apr 14 '25 18:04 dplewis

🚀 Thanks for opening this issue!

ℹ️ You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.