-
Notifications
You must be signed in to change notification settings - Fork 438
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
JS library support #764
Comments
🤔 Sequelize is based on the nodejs platform. Before adding Sequelize as a part of you Apps Script project you have to port it to the Google Apps Script platform.
|
The only option available at the moment is Apps Script Libraries, which is neither CommonJS package nor ES module. Porting sequelize to the library format does not sound like a good idea. |
This PR may be useful here: #820 |
@juliahuang @contributorpw what is the status for this issue? |
It says here that:
I looked for more documentation on third party libraries but haven't seen anything (specifically Sequelize since that is specifically called out). Has anyone had experience or suggestions on how exactly to use Sequelize within google apps scripts and how CLASP helps with it?
The text was updated successfully, but these errors were encountered: