liquid-utils
v0.0.4
Published
Utilities for analyzing liquid-type information
Downloads
3
Readme
Liquid Utilities
This package has some common code for extracting type- and error- information from the output of liquid-types based tools, including:
This can be used to implement back-ends, e.g. for Atom or for the web-demo, from which this code is mostly extracted.
TODO
- Define a type for LiquidInfo
- export parseInfo(f:FilePath): Promise
- export liquidInfoProvider(file, line, col): Info -- as in hover.d.ts
- export liquidErrorProvider(file): Array