Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support tool function & mixin analysis #147

Merged
merged 42 commits into from
Oct 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
b46dbb3
chore: resource analyze
shenhaidada Aug 4, 2023
05416d1
chore: merge main
TinaPeach Aug 11, 2023
17539a1
docs: 新增hooks注释
TinaPeach Aug 16, 2023
f124fe1
chore: bug fix
shenhaidada Aug 23, 2023
82db278
chore: search
shenhaidada Aug 31, 2023
ea47880
chore: search
shenhaidada Sep 1, 2023
86a2f89
docs: add style mixin annotation
wonuanyangying Sep 4, 2023
91e5090
chore: resource search finish
shenhaidada Sep 4, 2023
a29bfd0
chore: example fix
shenhaidada Sep 4, 2023
58005da
feat: add comments related to dom
shuningtang Sep 6, 2023
ec3d5b4
feat: add comments to the components helpers
adaex Sep 13, 2023
f944a1b
feat: add docs example
ziqisia Sep 15, 2023
27d5367
chore: code fix
shenhaidada Sep 20, 2023
e628706
Merge branch 'main' into feat-resource-wxy
shenhaidada Sep 20, 2023
74e6fe9
chore: code fix
shenhaidada Sep 20, 2023
b23c317
chore: code fix
shenhaidada Sep 21, 2023
ed2d704
chore: code fix
shenhaidada Sep 21, 2023
63d13b1
feat: 注释补齐
huangguang1999 Sep 21, 2023
51dce8c
feat: 注释补齐
huangguang1999 Sep 21, 2023
5a73db8
chore: code review
shenhaidada Sep 21, 2023
094c2fb
chore: code review
shenhaidada Sep 21, 2023
d3c4ac8
fix: formatter
ziqisia Sep 21, 2023
7d3e09e
fix: example
ziqisia Sep 21, 2023
d33ff23
feat: add example
adaex Sep 21, 2023
0edc99b
fix: sync
TinaPeach Sep 21, 2023
3abc3af
feat: 补奇注释
huangguang1999 Sep 21, 2023
5eead19
Merge branch 'feat-resource-wxy' of https://github.com/arco-design/ar…
huangguang1999 Sep 21, 2023
a1fcc0a
chore: reset docOutput
TinaPeach Sep 21, 2023
c370cb2
Merge branch 'feat-resource-wxy' of https://github.com/arco-design/ar…
TinaPeach Sep 21, 2023
ba8d854
fix: file names
TinaPeach Sep 21, 2023
e98f1ac
feat: add examples
adaex Sep 21, 2023
215a0fd
fix: example error
adaex Sep 21, 2023
a35e270
feat: dom增加example
shuningtang Sep 22, 2023
9bd68e1
Merge branch 'feat-resource-wxy' of https://github.com/arco-design/ar…
shuningtang Sep 22, 2023
5f7ca4f
fix: resolve comments
wonuanyangying Sep 22, 2023
ade8e76
chore: cr
shenhaidada Sep 22, 2023
35fedf5
feat: update example
ziqisia Sep 25, 2023
e5b2cf3
chore: 注释
shenhaidada Sep 25, 2023
1bffced
Merge branch 'main' into feat-resource-wxy
shenhaidada Sep 27, 2023
00ce424
Merge remote-tracking branch 'origin/main' into feat-resource-wxy
TinaPeach Oct 9, 2023
65c676b
fix: problems adjust
TinaPeach Oct 9, 2023
fa4f629
fix: adjust
TinaPeach Oct 9, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
101,251 changes: 50,647 additions & 50,604 deletions package-lock.json

Large diffs are not rendered by default.

269 changes: 134 additions & 135 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,137 +1,136 @@
{
"name": "arco-design-mobile-react-github",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"init:react": "node scripts/sites/react-init.js",
"init": "lerna bootstrap -- --legacy-peer-deps",
"add": "node scripts/init/init-component.js",
"add-composite": "node scripts/init/init-composite-component.js",
"add-faq": "node scripts/init/init-faq.js",
"start": "cross-env NODE_ENV=development webpack-dev-server --progress --config scripts/sites/webpack.dev.mobile.js",
"start:vite": "vite --config scripts/sites/vite.mobile.config.ts --host",
"start:pc": "cross-env NODE_ENV=development webpack-dev-server --progress --config scripts/sites/webpack.dev.pc.js",
"start:pc-vite": "vite --config scripts/sites/vite.pc.config.ts --host",
"start:home": "cross-env NODE_ENV=development webpack-dev-server --progress --config scripts/sites/webpack.dev.home.js",
"start:home-vite": "vite --config scripts/sites/vite.home.config.ts --host",
"start:all": "npm start & npm run start:pc & npm run start:home",
"build": "lerna run build",
"eslint": "eslint packages/ sites/ --fix",
"test": "jest --config packages/arcodesign/jest.config.js",
"prepub": "node scripts/publish/pre-publish.js",
"pub": "lerna publish --no-git-reset --registry=https://registry.npmjs.org/",
"postpub": "node scripts/publish/post-publish.js",
"postinstall": "npm run init && lerna run build --scope @arco-design/mobile-utils",
"pub-canary": "node scripts/publish/pub-canary.js",
"lint-staged": "lint-staged",
"site:home": "cross-env NODE_ENV=production webpack --progress --config scripts/sites/webpack.prod.home.js",
"site:mobile": "cross-env NODE_ENV=production webpack --progress --config scripts/sites/webpack.prod.mobile.js",
"site:pc": "cross-env NODE_ENV=production webpack --progress --config scripts/sites/webpack.prod.pc.js"
},
"author": "[email protected]",
"license": "MIT",
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix"
]
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/eslint-plugin": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-babel": "^5.2.0",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.3",
"@rollup/plugin-typescript": "^5.0.2",
"@types/estree": "^1.0.0",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.throttle": "^4.1.6",
"@types/marked": "^4.0.3",
"@types/node": "^17.0.41",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@types/react-router-dom": "^5.1.3",
"@types/react-transition-group": "^4.2.4",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
"autoprefixer": "^10.4.12",
"babel-jest": "^25.3.0",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.4",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"fs-extra": "^10.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-less": "^4.0.1",
"gulp-postcss": "^9.0.1",
"gulp-replace": "^1.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"hasha": "^5.2.2",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^4.2.3",
"jest": "^25.3.0",
"lerna": "^4.0.0",
"less": "^3.13.1",
"less-loader": "^11.1.0",
"less-plugin-npm-import": "^2.1.0",
"lint-staged": "^10.0.8",
"marked": "^4.0.17",
"mini-css-extract-plugin": "^2.6.1",
"postcss": "^8.4.18",
"postcss-loader": "^7.0.1",
"postcss-url": "^8.0.0",
"prettier": "^2.0.5",
"rollup": "^2.26.10",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"schema-utils": "^4.0.0",
"ts-loader": "^9.4.1",
"tslib": "^2.0.1",
"typescript": "4.1.6",
"vconsole-webpack-plugin": "^1.5.2",
"vite": "^3.1.8",
"vite-plugin-externals": "^0.6.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "4.6.0",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@arco-design/transformable": "1.0.2",
"axios": "^0.27.2",
"es6-promise": "^4.2.8",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"qrcode.react": "^3.1.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-router-dom": "^5.1.2",
"react-transition-group": "^4.3.0"
},
"resolutions": {
"@types/react": "^16"
}
"name": "arco-design-mobile-react-github",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"init": "lerna bootstrap -- --legacy-peer-deps",
"add": "node scripts/init/init-component.js",
"add-composite": "node scripts/init/init-composite-component.js",
"add-faq": "node scripts/init/init-faq.js",
"start": "cross-env NODE_ENV=development webpack-dev-server --progress --config scripts/sites/webpack.dev.mobile.js",
"start:vite": "vite --config scripts/sites/vite.mobile.config.ts --host",
"start:pc": "cross-env NODE_ENV=development webpack-dev-server --progress --config scripts/sites/webpack.dev.pc.js",
"start:pc-vite": "vite --config scripts/sites/vite.pc.config.ts --host",
"start:home": "cross-env NODE_ENV=development webpack-dev-server --progress --config scripts/sites/webpack.dev.home.js",
"start:home-vite": "vite --config scripts/sites/vite.home.config.ts --host",
"start:all": "npm start & npm run start:pc & npm run start:home",
"build": "lerna run build",
"eslint": "eslint packages/ sites/ --fix",
"test": "jest --config packages/arcodesign/jest.config.js",
"prepub": "node scripts/publish/pre-publish.js",
"pub": "lerna publish --no-git-reset --registry=https://registry.npmjs.org/",
"postpub": "node scripts/publish/post-publish.js",
"postinstall": "npm run init && lerna run build --scope @arco-design/mobile-utils",
"pub-canary": "node scripts/publish/pub-canary.js",
"lint-staged": "lint-staged",
"site:home": "cross-env NODE_ENV=production webpack --progress --config scripts/sites/webpack.prod.home.js",
"site:mobile": "cross-env NODE_ENV=production webpack --progress --config scripts/sites/webpack.prod.mobile.js",
"site:pc": "cross-env NODE_ENV=production webpack --progress --config scripts/sites/webpack.prod.pc.js"
},
"author": "[email protected]",
"license": "MIT",
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix"
]
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/eslint-plugin": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-babel": "^5.2.0",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.3",
"@rollup/plugin-typescript": "^5.0.2",
"@types/estree": "^1.0.0",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.throttle": "^4.1.6",
"@types/marked": "^4.0.3",
"@types/node": "^17.0.41",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@types/react-router-dom": "^5.1.3",
"@types/react-transition-group": "^4.2.4",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
"autoprefixer": "^10.4.12",
"babel-jest": "^25.3.0",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.4",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"fs-extra": "^10.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-less": "^4.0.1",
"gulp-postcss": "^9.0.1",
"gulp-replace": "^1.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"hasha": "^5.2.2",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^4.2.3",
"jest": "^25.3.0",
"lerna": "^4.0.0",
"less": "^3.13.1",
"less-loader": "^11.1.0",
"less-plugin-npm-import": "^2.1.0",
"lint-staged": "^10.0.8",
"marked": "^4.0.17",
"mini-css-extract-plugin": "^2.6.1",
"postcss": "^8.4.18",
"postcss-loader": "^7.0.1",
"postcss-url": "^8.0.0",
"prettier": "^2.0.5",
"rollup": "^2.26.10",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"schema-utils": "^4.0.0",
"ts-loader": "^9.4.1",
"tslib": "^2.0.1",
"typescript": "4.1.6",
"vconsole-webpack-plugin": "^1.5.2",
"vite": "^3.1.8",
"vite-plugin-externals": "^0.6.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.6.0",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@arco-design/transformable": "1.0.2",
"axios": "^0.27.2",
"es6-promise": "^4.2.8",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"qrcode.react": "^3.1.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-router-dom": "^5.1.2",
"react-transition-group": "^4.3.0"
},
"resolutions": {
"@types/react": "^16"
}
}
Loading