vue3-yuanma/packages
Evan You 16f9e63951
types: remove 'this' annotation from 'get' accessor (#801)
The next version of Typescript disallows 'this' parameter annotations on
accessors, which causes vue-next to fail to compile.

This PR removes the annotation and adds a cast instead.

Fixes #800
2020-03-05 16:57:52 -06:00
..
compiler-core test(ssr): more hydration tests 2020-03-05 10:29:50 -06:00
compiler-dom build: make @vue/shared public 2020-02-29 22:04:42 -05:00
compiler-sfc build: make @vue/shared public 2020-02-29 22:04:42 -05:00
compiler-ssr build: make @vue/shared public 2020-02-29 22:04:42 -05:00
reactivity types: remove 'this' annotation from 'get' accessor (#801) 2020-03-05 16:57:52 -06:00
runtime-core test(ssr): more hydration tests 2020-03-05 10:29:50 -06:00
runtime-dom build: make @vue/shared public 2020-02-29 22:04:42 -05:00
runtime-test build: make @vue/shared public 2020-02-29 22:04:42 -05:00
server-renderer build: make @vue/shared public 2020-02-29 22:04:42 -05:00
shared chore: update @vue/shared readme [ci skip] 2020-02-29 22:05:41 -05:00
size-check release: v3.0.0-alpha.7 2020-02-26 14:36:38 -05:00
template-explorer feat(compiler-core): switch to @babel/parser for expression parsing 2020-02-27 16:53:51 -05:00
vue build: make @vue/shared public 2020-02-29 22:04:42 -05:00
global.d.ts build: avoid runtime wildcard import in global build 2020-02-13 18:50:36 -05:00