antlr-format
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -5,7 +5,7 @@ { | ||
"license": "MIT", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "A formatter lib for ANTLR4 grammars", | ||
"type": "module", | ||
"main": "dist/index.js", | ||
"types": "dist/src/index.d.ts", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
@@ -18,3 +18,3 @@ "generate": "antlr4ng -Dlanguage=TypeScript -no-visitor -no-listener -Xexact-output-dir grammars/LexBasic.g4 grammars/ANTLRv4Lexer.g4 -o src/parser", | ||
"build-watch": "npm run build -- --sourcemap --watch", | ||
"format-grammar-repo": "antlr-format --config tests/config.json -a ../grammars-v4/**/*.g4" | ||
"format-grammar-repo": "antlr-format --config tests/config.json -a true -v ../grammars-v4/**/MySQLParser.g4" | ||
}, | ||
@@ -21,0 +21,0 @@ "repository": { |
@@ -13,3 +13,3 @@ [![Weekly Downloads](https://img.shields.io/npm/dw/antlr-format?style=for-the-badge&color=blue)](https://www.npmjs.com/package/antlr-format) | ||
```bash | ||
npm i antlr-format | ||
npm i antlr-format | ||
``` | ||
@@ -23,3 +23,3 @@ | ||
### 2.0.3 | ||
### 2.0.3 - 2.0.4 | ||
@@ -48,2 +48,2 @@ - Fixed bug where rule names after block comments where not placed on an own line; | ||
This is the initial release of the package. | ||
This is the initial release of the package. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
161993
47