GoogleAppsScript with ESBuild

日本語の記事はこちら

Google Apps Script does not allow import/export.
Also, generated code by the module bundler cannot be executed (in most cases).
The same was true for esbuild.

So, I created esbuild-gas-plugin.

This plugin provides code generation using…


This content originally appeared on DEV Community and was authored by Hideaki Matsunami

日本語の記事はこちら

Google Apps Script does not allow import/export.
Also, generated code by the module bundler cannot be executed (in most cases).
The same was true for esbuild.

So, I created esbuild-gas-plugin.

This plugin provides code generation using gas-entry-generator.

The generated code is executable and import/export can be used!

Sample project is here.

Enjoy!!


This content originally appeared on DEV Community and was authored by Hideaki Matsunami


Print Share Comment Cite Upload Translate Updates
APA

Hideaki Matsunami | Sciencx (2022-04-07T03:28:26+00:00) GoogleAppsScript with ESBuild. Retrieved from https://www.scien.cx/2022/04/07/googleappsscript-with-esbuild/

MLA
" » GoogleAppsScript with ESBuild." Hideaki Matsunami | Sciencx - Thursday April 7, 2022, https://www.scien.cx/2022/04/07/googleappsscript-with-esbuild/
HARVARD
Hideaki Matsunami | Sciencx Thursday April 7, 2022 » GoogleAppsScript with ESBuild., viewed ,<https://www.scien.cx/2022/04/07/googleappsscript-with-esbuild/>
VANCOUVER
Hideaki Matsunami | Sciencx - » GoogleAppsScript with ESBuild. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/04/07/googleappsscript-with-esbuild/
CHICAGO
" » GoogleAppsScript with ESBuild." Hideaki Matsunami | Sciencx - Accessed . https://www.scien.cx/2022/04/07/googleappsscript-with-esbuild/
IEEE
" » GoogleAppsScript with ESBuild." Hideaki Matsunami | Sciencx [Online]. Available: https://www.scien.cx/2022/04/07/googleappsscript-with-esbuild/. [Accessed: ]
rf:citation
» GoogleAppsScript with ESBuild | Hideaki Matsunami | Sciencx | https://www.scien.cx/2022/04/07/googleappsscript-with-esbuild/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.