Comparing version 2.7.15 to 2.8.0
{ | ||
"name": "nearley", | ||
"version": "2.7.15", | ||
"version": "2.8.0", | ||
"description": "Simple, fast, powerful parser toolkit for JavaScript.", | ||
@@ -5,0 +5,0 @@ "main": "lib/nearley.js", |
@@ -203,4 +203,5 @@ ``` | ||
You can write your postprocessors in CoffeeScript by adding `@preprocessor | ||
coffee` to the top of your file. If you would like to support a different | ||
postprocessor language, feel free to file a PR! | ||
coffee` to the top of your file. Similarly, you can write them in TypeScript by | ||
adding `@preprocessor typescript` to the top of your file. If you would like to | ||
support a different postprocessor language, feel free to file a PR! | ||
@@ -207,0 +208,0 @@ ### Epsilon rules |
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
782996
507