Skip to content

Releases: rescript-lang/rescript-sublime

0.1.0

05 Dec 22:00

Choose a tag to compare

Update snippets

0.0.8: Remove pathlib dependency. (#1)

14 Oct 08:25
0c4b858

Choose a tag to compare

`pathlib` is not available in python 2.7; `format.py` will crash in that
situation. The easiest solution is to just remove the dependency on
`pathlib` and use `os.path.splitext` which seems to be supported by both
python 2 and python 3

Co-authored-by: Iwan <[email protected]>