Skip to content

Commit d8c3bbf

Browse files
committed
refactor: remove weex from codebase
1 parent 2d019e4 commit d8c3bbf

File tree

139 files changed

+39
-19061
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+39
-19061
lines changed

.circleci/config.yml

Lines changed: 0 additions & 131 deletions
This file was deleted.

.flowconfig

Lines changed: 0 additions & 23 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,16 @@
2020
"dev:test": "karma start test/unit/karma.dev.config.ts",
2121
"dev:ssr": "rollup -w -c scripts/config.js --environment TARGET:web-server-renderer",
2222
"dev:compiler": "rollup -w -c scripts/config.js --environment TARGET:web-compiler ",
23-
"dev:weex": "rollup -w -c scripts/config.js --environment TARGET:weex-framework",
24-
"dev:weex:factory": "rollup -w -c scripts/config.js --environment TARGET:weex-factory",
25-
"dev:weex:compiler": "rollup -w -c scripts/config.js --environment TARGET:weex-compiler ",
2623
"build": "node scripts/build.js",
2724
"build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer",
28-
"build:weex": "npm run build -- weex",
29-
"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",
30-
"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",
31-
"test:unit": "karma start test/unit/karma.unit.config.ts",
32-
"test:cover": "karma start test/unit/karma.cover.config.ts",
25+
"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",
26+
"test:unit": "vitest run",
3327
"test:e2e": "npm run build -- web-full-prod,web-server-basic-renderer && node test/e2e/runner.ts",
34-
"test:weex": "npm run build:weex && jasmine-ts JASMINE_CONFIG_PATH=test/weex/jasmine.ts",
35-
"test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.ts",
36-
"test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2",
3728
"test:types": "tsc -p ./types/tsconfig.json",
3829
"lint": "eslint src scripts test",
3930
"ts-check": "tsc --noEmit",
40-
"sauce": "karma start test/unit/karma.sauce.config.ts",
4131
"bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js",
4232
"release": "bash scripts/release.sh",
43-
"release:weex": "bash scripts/release-weex.sh",
4433
"release:note": "node scripts/gen-release-note.js",
4534
"commit": "git-cz"
4635
},
@@ -110,8 +99,6 @@
11099
"typescript": "^4.6.4",
111100
"vitest": "^0.12.6",
112101
"webpack": "^5.72.1",
113-
"weex-js-runtime": "^0.23.6",
114-
"weex-styler": "^0.3.0",
115102
"yorkie": "^2.0.0"
116103
},
117104
"config": {

packages/vue-template-compiler/types/index.d.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,6 @@ export interface ASTElement {
160160

161161
// 2.4 ssr optimization
162162
ssrOptimizability?: SSROptimizability;
163-
164-
// weex specific
165-
appendAsTree?: boolean;
166163
}
167164

168165
export interface ASTExpression {

packages/weex-template-compiler/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)