Evan You
|
23b1fb5503
|
test: skip transition tests for now
|
2022-05-20 10:30:13 +08:00 |
|
Evan You
|
fed8c3bfd2
|
test: all unit tests except transition passing
|
2022-05-20 10:27:57 +08:00 |
|
Evan You
|
73bcd07194
|
test: all features except transition pass
|
2022-05-20 10:12:40 +08:00 |
|
Evan You
|
906907f88d
|
test: all directive tests passing
|
2022-05-20 09:34:55 +08:00 |
|
Evan You
|
250bc17d51
|
test: unit/features/component passing
|
2022-05-20 08:46:15 +08:00 |
|
Evan You
|
29989a1074
|
test: move transition + keep alive test cases
|
2022-05-20 08:30:41 +08:00 |
|
Evan You
|
69edc9aec6
|
test: move __WEEX__ flag to runtime for tests
|
2022-05-20 08:24:05 +08:00 |
|
Evan You
|
5ec77f32be
|
test: shim done interface for tests
|
2022-05-20 08:22:26 +08:00 |
|
Evan You
|
63e7d59a03
|
test: remove global before waitForUpdate
|
2022-05-20 07:57:07 +08:00 |
|
Evan You
|
52627b95ce
|
test: jasmine.createSpy -> vi.fn
|
2022-05-20 07:56:02 +08:00 |
|
Evan You
|
8e672c4251
|
test: first full test suite passing
|
2022-05-20 07:29:25 +08:00 |
|
Evan You
|
972d8066d7
|
test: migrate tests to vitest (wip)
|
2022-05-19 18:21:31 +08:00 |
|
Evan You
|
fe13212456
|
build: remove stale lockfile
|
2022-05-19 18:19:58 +08:00 |
|
Evan You
|
3421db3b3c
|
build: sort deps again
|
2022-05-19 16:39:05 +08:00 |
|
Evan You
|
0b56077080
|
build: remove deps
|
2022-05-19 16:29:22 +08:00 |
|
Evan You
|
4d1d0f0a82
|
chore: fix dev scripts
|
2022-05-19 16:18:36 +08:00 |
|
Evan You
|
c19fabd930
|
build: remove flow deps
|
2022-05-19 16:15:57 +08:00 |
|
Evan You
|
7a8284d900
|
build: ignore dist files for server-renderer and template-compiler
|
2022-05-19 16:12:48 +08:00 |
|
Evan You
|
de1fd98284
|
chore: remove git add from lint-staged script
|
2022-05-19 16:09:22 +08:00 |
|
Evan You
|
19a5a35529
|
build: target es5
|
2022-05-19 16:08:46 +08:00 |
|
Carlos Rodrigues
|
9949ab5d14
|
Merge pull request #3 from dwelch2344/move_to_typescript
WIP: typescript love on the tests
|
2022-05-04 22:25:34 +01:00 |
|
David Welch
|
e2f1ce06cf
|
chore: cleanup tweaks that would affect JS; rolled back packages folder to @pikax output
|
2022-05-04 15:16:17 -06:00 |
|
David Welch
|
40dccfedd1
|
chore: fix test harness; most of the tooling + test harness is happy; coverage still needs fixing
|
2022-05-03 11:04:55 -06:00 |
|
David Welch
|
cf8b16568d
|
merge
|
2022-05-01 15:13:36 -06:00 |
|
David Welch
|
be4b617942
|
chore: cleanup on tests; babel preset for typescript help
|
2022-05-01 14:37:05 -06:00 |
|
Carlos Rodrigues
|
24e7ab5774
|
change image to node:lts
|
2022-04-30 18:08:55 +01:00 |
|
Carlos Rodrigues
|
ee5243fdcc
|
chore: fix tests
|
2022-04-30 09:07:01 +01:00 |
|
David Welch
|
534a0aa863
|
chore: convert tests to typescript
|
2022-04-29 15:43:25 -06:00 |
|
David Welch
|
46b64ff72c
|
restore package.json
|
2022-04-29 14:23:21 -06:00 |
|
David Welch
|
ec1f7309f3
|
chore: merge
|
2022-04-29 14:06:13 -06:00 |
|
Carlos Rodrigues
|
8e047df75a
|
update deps and other code -- still need to fix some issues with testing - basically dependencies issues
|
2022-04-29 19:54:08 +01:00 |
|
Carlos Rodrigues
|
da64b4a41f
|
Merge branch 'dev' into move_to_typescript
# Conflicts:
# dist/vue.common.dev.js
# dist/vue.common.prod.js
# dist/vue.esm.browser.js
# dist/vue.esm.browser.min.js
# dist/vue.esm.js
# dist/vue.js
# dist/vue.min.js
# dist/vue.runtime.common.dev.js
# dist/vue.runtime.common.prod.js
# dist/vue.runtime.esm.js
# dist/vue.runtime.js
# dist/vue.runtime.min.js
# packages/vue-server-renderer/basic.js
# packages/vue-server-renderer/build.dev.js
# packages/vue-server-renderer/build.prod.js
# packages/vue-server-renderer/client-plugin.js
# packages/vue-server-renderer/server-plugin.js
# packages/vue-template-compiler/browser.js
# packages/vue-template-compiler/build.js
# packages/weex-template-compiler/build.js
# packages/weex-vue-framework/index.js
# src/compiler/codegen/index.ts
# src/core/components/keep-alive.ts
# src/core/instance/lifecycle.js
# src/core/instance/render-helpers/render-slot.ts
# src/core/instance/state.ts
# src/core/observer/watcher.ts
# src/core/vdom/helpers/normalize-scoped-slots.ts
# src/core/vdom/patch.ts
# src/platforms/web/runtime/modules/events.ts
# src/platforms/weex/entry-framework.ts
# src/server/webpack-plugin/client.js
# src/server/webpack-plugin/server.ts
# src/server/webpack-plugin/util.ts
# yarn.lock
|
2022-04-29 19:40:58 +01:00 |
|
David Welch
|
0a52a37e68
|
chore: support building on a Mac M1
|
2022-04-28 16:47:36 -06:00 |
|
dependabot[bot]
|
6aa11872c8
|
build(deps): bump ajv from 6.6.2 to 6.12.6 (#12468)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-02-22 19:38:12 +01:00 |
|
dependabot[bot]
|
712ae57dc7
|
build(deps-dev): bump lodash from 4.17.19 to 4.17.21 (#12066)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-02-22 19:21:01 +01:00 |
|
Evan You
|
23760b5c7a
|
chore: update README/BACKERS [ci skip]
|
2022-02-07 13:24:20 +08:00 |
|
vue-bot
|
9f968af556
|
chore: update backers [ci skip] (#12456)
|
2022-02-05 02:08:02 -05:00 |
|
dependabot[bot]
|
2317eaf4ef
|
build(deps): bump follow-redirects from 1.13.0 to 1.14.7 (#12419)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-01-14 09:23:09 +01:00 |
|
vue-bot
|
d47cc19e20
|
chore: update backers [ci skip] (#12408)
|
2022-01-05 05:25:05 -05:00 |
|
vue-bot
|
4c3d1e91fa
|
[automated] Patreon sponsors update (#12406)
* chore: update sponsors [ci skip]
* Apply suggestions from code review
Co-authored-by: Evan You <yyx990803@gmail.com>
|
2022-01-03 20:22:46 -05:00 |
|
Evan You
|
6e22f770bc
|
chore: update sponsor links
|
2021-12-17 14:43:02 +08:00 |
|
vue-bot
|
00839f87d1
|
chore: update sponsors [ci skip] (#12382)
Co-authored-by: Evan You <yyx990803@gmail.com>
|
2021-12-15 05:35:24 -05:00 |
|
Evan You
|
519d52a5d3
|
chore: update sponsor link
|
2021-12-10 11:31:11 +08:00 |
|
Evan You
|
c1740aca77
|
chore: update backers.md
|
2021-12-03 14:22:23 +08:00 |
|
vue-bot
|
1c4fc0e6b0
|
chore: update sponsors [ci skip] (#12366)
Co-authored-by: Evan You <yyx990803@gmail.com>
|
2021-11-22 21:59:51 -05:00 |
|
MalikIdreesHasanKhan
|
e78568ec20
|
chore: typo [skip ci] (#12364)
|
2021-11-17 17:51:43 +01:00 |
|
Si Nguyen
|
86f8b52822
|
chore: fix typo (#12360) [skip ci]
|
2021-11-17 10:16:58 +01:00 |
|
Si Nguyen
|
05d05c0e69
|
chore: comment typo [skip ci] (#12359)
|
2021-11-16 14:09:25 +01:00 |
|
vue-bot
|
f1f218f800
|
chore: update sponsors [ci skip] (#12349)
|
2021-11-09 23:19:29 -05:00 |
|
vue-bot
|
478d189618
|
chore: update backers [ci skip] (#12345)
|
2021-11-09 23:19:18 -05:00 |
|