Skip to content
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

Add to npm package #21

Open
jtasse opened this issue Aug 11, 2020 · 0 comments
Open

Add to npm package #21

jtasse opened this issue Aug 11, 2020 · 0 comments

Comments

@jtasse
Copy link

jtasse commented Aug 11, 2020

Background

I am looking into modernizing my current Google Apps Scripts (GAS), within which I currently use SheetConverter. However, as this guide points out, local scripts will not "know about" referenced "Libraries" (as the GAS docs refer to them) unless they are wired up via a corresponding type/npm package.

Request

Make SheetConverter available available as an npm package so that modern GAS implementations can import them.

Workaround

Per the GAS + typescript docs, you can simply ignore reference errors in local code with a ts-ignore statement. I will probably do this for now, but eventually I would like to implement a true package reference for SheetConverter so that I can run tests at its boundaries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant