extra-javascript-text
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -104,3 +104,3 @@ 'use strict'; | ||
} | ||
const RJSDOCSYMBOL = /(\/\*\*[\s\S]*?\*\/)(?:\s+(?:(export)\s+(?:(default)\s+)?)?(type|enum|interface|const|var|let|(?:async\s+)?function\*?|class)\s+([\w$]+))?/g; | ||
const RJSDOCSYMBOL = /(\/\*\*[\s\S]*?\*\/)(?:\s+(?:(export)\s+(?:(default)\s+)?)?(?:declare\s+)?(type|enum|interface|const|var|let|(?:async\s+)?function\*?|class)\s+([\w$]+))?/g; | ||
function forEachJsdocSymbol(txt, fn) { | ||
@@ -107,0 +107,0 @@ var txt = replaceStrings(txt, () => '"AUTO_STRING"'), m = null; |
{ | ||
"name": "extra-javascript-text", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Utilities for processing JavaScript text.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
30708