babel-plugin-jsdoc-closure
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -69,3 +69,3 @@ const parseComment = require('comment-parser'); | ||
} | ||
newComment = comment.value.replace(new RegExp(type, 'g'), replacement); | ||
newComment = comment.value.replace(new RegExp(`${type}([^~])`, 'g'), `${replacement}$1`); | ||
}); | ||
@@ -72,0 +72,0 @@ } |
{ | ||
"name": "babel-plugin-jsdoc-closure", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Transpiles JSDoc types from namepaths to types for Closure Compiler", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
19861