| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.6.0.tar.gz | 2022-12-21 | 124.8 kB | |
| 2.6.0.zip | 2022-12-21 | 146.3 kB | |
| README.md | 2022-12-21 | 650 Bytes | |
| Totals: 3 Items | 271.8 kB | 0 | |
-
Improved an error message
-
Update language server to 2.6.0
- Start using completion item label description for module name
- Add completions for destructured record patterns and ports
- Add function parameter record field completions
- Don't try to get code actions when there is a top level parsing error
- Fix move function refactor
- Fix expose being able to expose the same function multiple times
- Fix a bug with extract function parameter calculation
- Fix for reference count of function in a let, with a type annotation.
- Don't cache operator definitions, fixes a type inference error with
Parser.Advanced