Comparing version 3.1.0 to 3.2.0
@@ -140,2 +140,3 @@ // Generated by dts-bundle v0.7.3 | ||
global: boolean; | ||
hasIndices: boolean; | ||
ignoreCase: boolean; | ||
@@ -173,3 +174,3 @@ multiline: boolean; | ||
onLiteralLeave?(start: number, end: number): void; | ||
onFlags?(start: number, end: number, global: boolean, ignoreCase: boolean, multiline: boolean, unicode: boolean, sticky: boolean, dotAll: boolean): void; | ||
onFlags?(start: number, end: number, global: boolean, ignoreCase: boolean, multiline: boolean, unicode: boolean, sticky: boolean, dotAll: boolean, hasIndices: boolean): void; | ||
onPatternEnter?(start: number): void; | ||
@@ -247,4 +248,4 @@ onPatternLeave?(start: number, end: number): void; | ||
declare module 'regexpp/ecma-versions' { | ||
export type EcmaVersion = 5 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020; | ||
export type EcmaVersion = 5 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022; | ||
} | ||
{ | ||
"name": "regexpp", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"description": "Regular expression parser for ECMAScript.", | ||
@@ -12,2 +12,9 @@ "engines": { | ||
], | ||
"exports": { | ||
".": { | ||
"import": "./index.mjs", | ||
"default": "./index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"dependencies": {}, | ||
@@ -14,0 +21,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
302373
4436