-
Notifications
You must be signed in to change notification settings - Fork 434
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
'undefined' inside complied comment #957
Comments
yes, in *.gs files see // Compiled using undefined undefined (TypeScript 4.9.5) tsconfig.json node -v v21.2.0 |
Any progress? I started using clasp few days ago and after tutorial I see the same comment with UPDATE: |
The comment originates from this line in https://github.com/grant/ts2gas/blob/535c850b0fd92203f885a8623f65caaa70887c51/src/index.ts#L374 I am unsure if either |
So the {
"name": "my-project",
"version": "1.0.0",
"devDependencies": {
"@types/google-apps-script": "^1.0.83"
}
} compiled file example output: // Compiled using my-project 1.0.0 (TypeScript 4.9.5)
... This might well be fixed documenting this behavior or prompting user for these values when creating or importing a project |
Expected Behavior
Replace something instead 'undefined'.
Actual Behavior
Commented at the top '// Compiled using undefined undefined (TypeScript 4.9.5)'
Steps to Reproduce the Problem
Specifications
node -v
): v14.20.0clasp -v
): v2.4.2The text was updated successfully, but these errors were encountered: