sigma-andex / purescript-typescript-importer

WIP typescript <≡> purescript importer
MIT No Attribution
9 stars 2 forks source link

Format source code before comparing diffs #12

Open sigma-andex opened 2 years ago

sigma-andex commented 2 years ago

Currently the tests fail if the generated source files don't match 100% the expected source files. It would be nice if we would format the source code before sending them to the diff so we don't have to bother about the correct whitespaces all the time.

[ ] Purescript (using tidy) [ ] Javascript (using some js formatter)