babel-plugin-comments
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "babel-plugin-comments", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "It's a babel plugin for remove comments.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -28,13 +28,13 @@ | ||
``` | ||
none (default): nothing will be removed; | ||
- none (default): nothing will be removed; | ||
all : all comments will be removed; | ||
- all: all comments will be removed; | ||
line : commentline will be removed(such as: ```//example```); | ||
- line: commentline will be removed(such as: //example); | ||
CommentLine : same as 'line'; | ||
- CommentLine : same as 'line'; | ||
block : commentblock will be removed(such as: ```/* example*/```); | ||
- block: commentblock will be removed(such as: /* example*/); | ||
CommentBlock : same as 'block'; | ||
- CommentBlock: same as 'block'; | ||
@@ -41,0 +41,0 @@ ``` |
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
3614