rrdelaney / ReasonablyTyped

:diamond_shape_with_a_dot_inside: Converts Flow and TypeScript definitions to Reason interfaces
https://rrdelaney.github.io/ReasonablyTyped/
MIT License
518 stars 24 forks source link

Fix bs.module annotations and make simple ts test #52

Closed zploskey closed 6 years ago

zploskey commented 6 years ago

Fixes #53.

Removes the file extension from module name in the @bs.module annotation when run on a typescript file. Adds an integration test for this problem.

PR Checklist