@fc-components/lezer-logql
v0.1.0
Published
lezer-based LogQL grammar
Downloads
1
Readme
lezer-logql
Overview
LogQL 语法
Installation
This package is available as an npm package:
npm install --save lezer-promql
Note: you will have to manually install the dependency lezer
as it is a peer dependency to this package.
npm install --save lezer
Development
Building
npm i
npm run build
Testing
npm run test