-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Labels
awaiting submitterneeds a reproduction, or clarificationneeds a reproduction, or clarification
Description
Describe the bug
We can reduce the number of tools people need to set up by adding very minimal support for TypeScript parsing of the JS. This can be done in the same way that Danger does it:
- Determine what node_modules can be resolved from the existing dependencies
- Either run babel or TypeScript on that code
To Reproduce
<script lang="typescript">
let name:string = 'world';
</script>
<h1>Hello {name}!</h1>
Expected behavior
This would pass, assuming TypeScript was in my dependencies
Stacktraces
n/a
Severity
Nice to have - a part of #4518
sunyatasattva, aleksanderd, BafS, PacoGim, CreativeBrandon and 6 morealeksanderd and soullivaneuh
Metadata
Metadata
Assignees
Labels
awaiting submitterneeds a reproduction, or clarificationneeds a reproduction, or clarification