-
Notifications
You must be signed in to change notification settings - Fork 429
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
the filePushOrder option in not working as documented #527
Comments
The TypeScript to Apps Script conversion is done via the ts2gas module. Please file the issue there instead. |
Thank you. I reported Issue to ts2gas. |
@erickoledadevrel it seems to be in fact a You can read my reasoning here grant/ts2gas#27 To summarise
In the name of @jakenjarvis , I'd like this issue to be re-opened. |
It seems like the
|
We can close after clasp is published and the fix is verified. |
Note: I've published |
I'm using clasp 2.3.0 and I don't think that this issue has been fixed already. I've made an example on StackOverflow. |
@jakenjarvis @kornthing Using the latest npm version of If you still are, please share a github repository with some sample code and |
Here is a sample repository I used to check proper usage of A better description in the doc may be useful though and a PR would be appreciated. |
@kornthing can you please give a status about this issue? |
Just because the inherited class has a different loading order(alphabetical), it becomes "TypeError: Cannot read property 'prototype' of undefined". Screen shot
I created a sample project to convey this.
Expected Behavior
case OK:
https://github.com/jakenjarvis/clasp-ts-sample/tree/master/IssueSample/Issue01/ProjectNormal
Actual Behavior
case NG:
https://github.com/jakenjarvis/clasp-ts-sample/tree/master/IssueSample/Issue01/ProjectAbnormal
TypeError: Cannot read property 'prototype' of undefined (line 14, file "AClass")
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: