We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently Parse Server Example uses require and module.exports. I propose migrating to ES6 syntax, import and export
require
module.exports
import
export
The text was updated successfully, but these errors were encountered:
Could you assign this issue to me?
Sorry, something went wrong.
@sankettank66 Please feel free to just open a PR, and link to this issue, so everyone knows this is being worked on. Thanks for picking this up.
No branches or pull requests
Currently Parse Server Example uses
require
andmodule.exports
. I propose migrating to ES6 syntax,import
andexport
The text was updated successfully, but these errors were encountered: