@babel/helper-string-parser
Advanced tools
+0
-12
@@ -14,14 +14,2 @@ type StringContentsErrorHandlers = EscapedCharErrorHandlers & { | ||
| curLine: number; | ||
| containsInvalid?: undefined; | ||
| } | { | ||
| pos: number; | ||
| str: string; | ||
| firstInvalidLoc: { | ||
| pos: number; | ||
| lineStart: number; | ||
| curLine: number; | ||
| }; | ||
| lineStart: number; | ||
| curLine: number; | ||
| containsInvalid: boolean; | ||
| }; | ||
@@ -28,0 +16,0 @@ type EscapedCharErrorHandlers = HexCharErrorHandlers & CodePointErrorHandlers & { |
+1
-1
| { | ||
| "name": "@babel/helper-string-parser", | ||
| "version": "8.0.0-beta.3", | ||
| "version": "8.0.0-beta.4", | ||
| "description": "A utility package to parse strings", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
34974
-1.26%323
-3.58%