@inst/vscode-bin-darwin
Version:
BINARY ONLY - VSCode binary deployment for macOS
20 lines (15 loc) • 620 B
Markdown
1.0.0
==================
* remove nls dependency (remove getParseErrorMessage)
0.4.2 / 2017-05-05
==================
* added ParseError.offset & ParseError.length
0.4.1 / 2017-04-02
==================
* added ParseOptions.allowTrailingComma
0.4.0 / 2017-02-23
==================
* fix for `getLocation`. Now `getLocation` inside an object will always return a property from inside that property. Can be empty string if the object has no properties or if the offset is before a actual property `{ "a": { | }} will return location ['a', ' ']`
0.3.0 / 2017-01-17
==================
* Updating to typescript 2.0