Skip to content

Tags: rescript-lang/rescript-sublime

Tags

0.1.1

Update version requirement

0.1.0

Update snippets

0.0.9

Update for 8.3.0

0.0.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove pathlib dependency. (#1)

`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]>

0.0.7

Use utf8 for formatting file

0.0.6

FreeBSD support

0.0.5

Use the platform binary

Faster

0.0.4

Interpolation, poly variant spread, parens fixes

0.0.3

Document formatting file

0.0.2

Assign scope to comment punctuations