-
Notifications
You must be signed in to change notification settings - Fork 0
Feature: Ability to compile typescript code. #9
Copy link
Copy link
Open
Labels
FutureThis issue or PR is something that will be added in the future.This issue or PR is something that will be added in the future.Help WantedExtra attention is neededExtra attention is neededHigh PriorityHigh profile, important issue that needs to be focused onHigh profile, important issue that needs to be focused on
Metadata
Metadata
Assignees
Labels
FutureThis issue or PR is something that will be added in the future.This issue or PR is something that will be added in the future.Help WantedExtra attention is neededExtra attention is neededHigh PriorityHigh profile, important issue that needs to be focused onHigh profile, important issue that needs to be focused on
Type
Fields
Give feedbackNo fields configured for issues without a type.
Typesharp have should have the option to compile typescript.
We obviously will run into a few issues on strictness, but the compiler should be able to fix this, by supplementing dynamic based types with strict ones. EG Number class is converted into typesharp numeric inferences.