Skip to content

Commit

Permalink
refactor: remove weex from codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 20, 2022
1 parent 2d019e4 commit d8c3bbf
Show file tree
Hide file tree
Showing 139 changed files with 39 additions and 19,061 deletions.
131 changes: 0 additions & 131 deletions .circleci/config.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .flowconfig

This file was deleted.

17 changes: 2 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,16 @@
"dev:test": "karma start test/unit/karma.dev.config.ts",
"dev:ssr": "rollup -w -c scripts/config.js --environment TARGET:web-server-renderer",
"dev:compiler": "rollup -w -c scripts/config.js --environment TARGET:web-compiler ",
"dev:weex": "rollup -w -c scripts/config.js --environment TARGET:weex-framework",
"dev:weex:factory": "rollup -w -c scripts/config.js --environment TARGET:weex-factory",
"dev:weex:compiler": "rollup -w -c scripts/config.js --environment TARGET:weex-compiler ",
"build": "node scripts/build.js",
"build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer",
"build:weex": "npm run build -- weex",
"test": "npm run lint && npm run ts-check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex",
"test:dtw": "npm run lint && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex",
"test:unit": "karma start test/unit/karma.unit.config.ts",
"test:cover": "karma start test/unit/karma.cover.config.ts",
"test": "npm run lint && npm run ts-check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr",
"test:unit": "vitest run",
"test:e2e": "npm run build -- web-full-prod,web-server-basic-renderer && node test/e2e/runner.ts",
"test:weex": "npm run build:weex && jasmine-ts JASMINE_CONFIG_PATH=test/weex/jasmine.ts",
"test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.ts",
"test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2",
"test:types": "tsc -p ./types/tsconfig.json",
"lint": "eslint src scripts test",
"ts-check": "tsc --noEmit",
"sauce": "karma start test/unit/karma.sauce.config.ts",
"bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js",
"release": "bash scripts/release.sh",
"release:weex": "bash scripts/release-weex.sh",
"release:note": "node scripts/gen-release-note.js",
"commit": "git-cz"
},
Expand Down Expand Up @@ -110,8 +99,6 @@
"typescript": "^4.6.4",
"vitest": "^0.12.6",
"webpack": "^5.72.1",
"weex-js-runtime": "^0.23.6",
"weex-styler": "^0.3.0",
"yorkie": "^2.0.0"
},
"config": {
Expand Down
3 changes: 0 additions & 3 deletions packages/vue-template-compiler/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@ export interface ASTElement {

// 2.4 ssr optimization
ssrOptimizability?: SSROptimizability;

// weex specific
appendAsTree?: boolean;
}

export interface ASTExpression {
Expand Down
3 changes: 0 additions & 3 deletions packages/weex-template-compiler/README.md

This file was deleted.

Loading

0 comments on commit d8c3bbf

Please sign in to comment.