Commit e1f0a4f3 by 刘旭阳

Merge branch '0.1.1' into 'master'

feat:0.0.5版本更新说明及更新ry-istanbul-web版本 See merge request !16
parents 1a87b902 ecaf2069
...@@ -28,7 +28,6 @@ npm install --save-dev babel-plugin-ry-istanbul ...@@ -28,7 +28,6 @@ npm install --save-dev babel-plugin-ry-istanbul
| IS_PITCHING_PILE | Whether in pile | String/Boolean | true (String、Boolean) /false (String、Boolean) | false (Boolean) | false (String, Boolean) true (String) disables instrumentation, true (Boolean) allows it | | IS_PITCHING_PILE | Whether in pile | String/Boolean | true (String、Boolean) /false (String、Boolean) | false (Boolean) | false (String, Boolean) true (String) disables instrumentation, true (Boolean) allows it |
| INCREMENT | Whether to filter delta files | String/Boolean | true (String、Boolean) /false (String、Boolean) | false (Boolean) | true (String, Boolean) looks at incremental code, false (String) looks at the full code (including incremental code), false (Boolean) looks at the full code, and does not display new or changed statements. | | INCREMENT | Whether to filter delta files | String/Boolean | true (String、Boolean) /false (String、Boolean) | false (Boolean) | true (String, Boolean) looks at incremental code, false (String) looks at the full code (including incremental code), false (Boolean) looks at the full code, and does not display new or changed statements. |
| BRANCH | git diff the branch to compare against | String | The branch name to compare against | origin/master | Don't wear it when the IS PITCHING PILE is false | | BRANCH | git diff the branch to compare against | String | The branch name to compare against | origin/master | Don't wear it when the IS PITCHING PILE is false |
| IS_HTML_CSS | Whether you can view the html structure of a vue file | Boolean | You can pass false if you don't want to see the html structure | true | false does not allow you to view html or css structures; true allows you to view html or css structures |
## 增加参数说明instrmenttation ## 增加参数说明instrmenttation
| 参数 | 说明 | 类型 | 可选值 | 默认值 | 其他说明 | | 参数 | 说明 | 类型 | 可选值 | 默认值 | 其他说明 |
...@@ -36,7 +35,6 @@ npm install --save-dev babel-plugin-ry-istanbul ...@@ -36,7 +35,6 @@ npm install --save-dev babel-plugin-ry-istanbul
| IS_PITCHING_PILE | 是否插桩 | String/Boolean | true (String、Boolean) /false (String、Boolean) | false(Boolean) | false (String、Boolean) true(String)禁止插桩,true (Boolean)允许插桩 | | IS_PITCHING_PILE | 是否插桩 | String/Boolean | true (String、Boolean) /false (String、Boolean) | false(Boolean) | false (String、Boolean) true(String)禁止插桩,true (Boolean)允许插桩 |
| INCREMENT | 是否过滤增量文件 | String/Boolean | true (String、Boolean) /false (String、Boolean) | false(Boolean) | true(String、Boolean)看增量代码,false(String)看全量代码(包括增量代码), false(Boolean)看全量代码,不显示“新增或变更语句” | | INCREMENT | 是否过滤增量文件 | String/Boolean | true (String、Boolean) /false (String、Boolean) | false(Boolean) | true(String、Boolean)看增量代码,false(String)看全量代码(包括增量代码), false(Boolean)看全量代码,不显示“新增或变更语句” |
| BRANCH | git diff需要对比的分支 | String | 需要对比的分支名 | origin/master | 当IS_PITCHING_PILE为false的时候可以不穿 | | BRANCH | git diff需要对比的分支 | String | 需要对比的分支名 | origin/master | 当IS_PITCHING_PILE为false的时候可以不穿 |
| IS_HTML_CSS | 是否能查看vue文件的html结构 | Boolean | 如果不想看到html结构可以传输false | true | false不能看html、css结构, true可以看html、css结构 |
## Increment interpolation ## Increment interpolation
......
{ {
"name": "babel-plugin-istanbul-ry", "name": "babel-plugin-istanbul-ry",
"version": "0.0.4", "version": "0.0.5",
"author": "Thai Pangsakulyanont @dtinth", "author": "Thai Pangsakulyanont @dtinth",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"description": "A babel plugin that adds istanbul instrumentation to ES6 code", "description": "A babel plugin that adds istanbul instrumentation to ES6 code",
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"istanbul-lib-coverage": "^1.0.0", "istanbul-lib-coverage": "^1.0.0",
"onchange": "^7.1.0", "onchange": "^7.1.0",
"ry-istanbul-web": "^0.0.5", "ry-istanbul-web": "^0.0.6",
"semver": "^6.3.0", "semver": "^6.3.0",
"test-exclude": "^6.0.0" "test-exclude": "^6.0.0"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment