Sample using TypeScript with Clasp
- Windows 10 64bit
- node v10.15.0
- yarn 1.13.0
- @google/clasp 1.6.3
- @types/google-apps-script 0.0.36
OK case.
[19-02-09 18:42:05:087 PST] loading AClass.ts
[19-02-09 18:42:05:088 PST] loading BClass.ts
[19-02-09 18:42:05:089 PST] ------ myFunction start ------
[19-02-09 18:42:05:089 PST] AClass constructor
[19-02-09 18:42:05:090 PST] AClass constructor
[19-02-09 18:42:05:090 PST] BClass constructor
[19-02-09 18:42:05:091 PST] test(): class A
[19-02-09 18:42:05:091 PST] test(): class B
[19-02-09 18:42:05:092 PST] ------ myFunction end ------