Skip to content

Remove legacy import circular reference #2564

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
4 tasks done
dplewis opened this issue Apr 14, 2025 · 1 comment
Open
4 tasks done

Remove legacy import circular reference #2564

dplewis opened this issue Apr 14, 2025 · 1 comment
Labels
type:feature New feature or improvement of existing feature

Comments

@dplewis
Copy link
Member

dplewis commented Apr 14, 2025

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
Copy link

parse-github-assistant bot commented Apr 14, 2025

🚀 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.

@dplewis dplewis changed the title Remove legacy import circular dependency Remove legacy import circular reference Apr 14, 2025
@mtrezza mtrezza added the type:feature New feature or improvement of existing feature label Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or improvement of existing feature
Projects
None yet
Development

No branches or pull requests

2 participants