Skip to content

Adding TypeScript Support and Removing github/codeql-go References - #50

Merged
Suraj Jacob (jacobmsft) merged 3 commits into
microsoft:mainfrom
grizzls:typescript-support
Mar 13, 2023
Merged

Adding TypeScript Support and Removing github/codeql-go References#50
Suraj Jacob (jacobmsft) merged 3 commits into
microsoft:mainfrom
grizzls:typescript-support

Conversation

@grizzls

@grizzls Chris Sowley (grizzls) commented Jan 19, 2023

Copy link
Copy Markdown
Contributor

When scanning javascript project that use typeScript, we are getting the following error:

[build-stderr] Could not start Node.js. It is required for TypeScript extraction.                                                    
[build-stderr] Please install Node.js and ensure 'node' is on the PATH.

@grizzls

Copy link
Copy Markdown
Contributor Author

@microsoft-github-policy-service agree

@sargemonkey

SargeMonkey (sargemonkey) commented Jan 23, 2023

Copy link
Copy Markdown

Michael Scovetta (@scovetta) , this looks good to merge too pending some changes.. Thanks Chris Sowley (@grizzls)

@sargemonkey SargeMonkey (sargemonkey) left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove line 67 too, and any related references to the folder

@grizzls

Copy link
Copy Markdown
Contributor Author

We can remove line 67 too, and any related references to the folder

Done!

Comment thread Dockerfile
gettext && \
apt-get clean && \
rm -f /usr/bin/python /usr/bin/pip && \
ln -s /usr/bin/python3.8 /usr/bin/python && \

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure about the pip3 symlinking, but can this line not be replaced by also installing the python-is-python3 package?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's beyond the scope of this PR. All I want is TypeScript support and to fix the broken build. I'll leave that up to the maintainers

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll incorporate this comment into my next PR, thanks intrigus-lgtm!

@grizzls

Copy link
Copy Markdown
Contributor Author

@surajjacob Michael Scovetta (@scovetta) Anything else we need to do to get this merged?

@grizzls

Copy link
Copy Markdown
Contributor Author

Suraj Jacob (@jacobmsft) & Michael Scovetta (@scovetta) any updates on getting this merged?

@jacobmsft

Copy link
Copy Markdown
Member

Suraj Jacob (@jacobmsft) & Michael Scovetta (@scovetta) any updates on getting this merged?

you got it, sorry for the delay.

@jacobmsft
Suraj Jacob (jacobmsft) merged commit f632b80 into microsoft:main Mar 13, 2023
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

Successfully merging this pull request may close these issues.

4 participants