feat: 上传改版新增parse-diff组件源码
Showing
{ | { | ||
"name": "babel-plugin-ry-istanbul", | "name": "babel-plugin-ry-istanbul-web", | ||
"version": "0.0.4-bat", | "version": "0.0.3-bat", | ||
"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,6 @@ | ... | @@ -21,7 +21,6 @@ |
"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", | ||
"parse-diff": "^0.9.0", | |||
"ry-istanbul-web": "^0.0.1", | "ry-istanbul-web": "^0.0.1", | ||
"semver": "^6.3.0", | "semver": "^6.3.0", | ||
"test-exclude": "^6.0.0" | "test-exclude": "^6.0.0" | ||
... | @@ -31,24 +30,28 @@ | ... | @@ -31,24 +30,28 @@ |
"@babel/core": "^7.7.5", | "@babel/core": "^7.7.5", | ||
"@babel/plugin-proposal-optional-chaining": "^7.16.7", | "@babel/plugin-proposal-optional-chaining": "^7.16.7", | ||
"@babel/plugin-transform-modules-commonjs": "^7.7.5", | "@babel/plugin-transform-modules-commonjs": "^7.7.5", | ||
"@babel/preset-env": "^7.19.3", | |||
"@babel/register": "^7.7.4", | "@babel/register": "^7.7.4", | ||
"chai": "^4.2.0", | |||
"coveralls": "^3.0.9", | |||
"cross-env": "^6.0.3", | |||
"gaze": "^1.1.3", | |||
"mocha": "^6.2.2", | |||
"nyc": "^15.0.0", | |||
"pmock": "^0.2.3", | |||
"standard": "^14.3.1", | |||
"babel-cli": "^6.3.17", | "babel-cli": "^6.3.17", | ||
"babel-plugin-istanbul": "^2.0.3", | "babel-plugin-istanbul": "^2.0.3", | ||
"babel-preset-es2015": "^6.3.13", | "babel-preset-es2015": "^6.3.13", | ||
"babel-register": "^6.16.3", | "babel-register": "^6.16.3", | ||
"chai": "^4.2.0", | |||
"clone": "^2.0.0", | "clone": "^2.0.0", | ||
"coveralls": "^3.0.9", | |||
"cross-env": "^6.0.3", | |||
"documentation": "^4.0.0-beta9", | "documentation": "^4.0.0-beta9", | ||
"eslint": "^6.8.0", | |||
"gaze": "^1.1.3", | |||
"jest": "^29.1.2", | |||
"js-yaml": "^3.3.1", | "js-yaml": "^3.3.1", | ||
"jshint": "^2.8.0", | "jshint": "^2.8.0", | ||
"mocha": "^6.2.2", | |||
"nopt": "^3.0.6", | "nopt": "^3.0.6", | ||
"nyc": "^15.0.0", | |||
"pmock": "^0.2.3", | |||
"prettier": "^2.7.1", | |||
"standard": "^14.3.1", | |||
"standard-version": "^3.0.0" | "standard-version": "^3.0.0" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
... | ... |
src/parse-diff/__tests__/parse.spec.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/parse-diff/index.d.ts
0 → 100644
src/parse-diff/index.js
0 → 100644
src/parse-diff/parse.js
0 → 100644
Please
register
or
sign in
to comment