good-enough-parser
Advanced tools
Comparing version 1.1.17 to 1.1.18
@@ -6,3 +6,3 @@ "use strict"; | ||
/* prettier-ignore */ [ | ||
'+', '-', '*', '/', '%', '**', | ||
'+', '-', '*', '/', '%', '%%', '**', | ||
'++', '--', | ||
@@ -16,3 +16,3 @@ '+=', '++=', '-=', '*=', '/=', '%=', '**=', | ||
':=', '=', '?=', | ||
'.', '?.', '.@', '.&', '::', | ||
'.', '?.', '.@', '.&', '::', ':::', | ||
'=~', '==~', | ||
@@ -19,0 +19,0 @@ '*.', ':', |
const operators = | ||
/* prettier-ignore */ [ | ||
'+', '-', '*', '/', '%', '**', | ||
'+', '-', '*', '/', '%', '%%', '**', | ||
'++', '--', | ||
@@ -12,3 +12,3 @@ '+=', '++=', '-=', '*=', '/=', '%=', '**=', | ||
':=', '=', '?=', | ||
'.', '?.', '.@', '.&', '::', | ||
'.', '?.', '.@', '.&', '::', ':::', | ||
'=~', '==~', | ||
@@ -15,0 +15,0 @@ '*.', ':', |
{ | ||
"name": "good-enough-parser", | ||
"description": "Parse and query computer programs source code", | ||
"version": "1.1.17", | ||
"repository": "git@github.com:zharinov/good-enough-parser.git", | ||
"version": "1.1.18", | ||
"repository": "https://github.com/zharinov/good-enough-parser.git", | ||
"author": "Sergei Zharinov", | ||
@@ -7,0 +7,0 @@ "contributors": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
432661