Evan You
80c868aefe
workflow: setup eslint for prohibited syntax and globals
fix #1285
5 years ago
limichange
bccae1632f
workflow: alert user working on repo if not using yarn ( #1237 )
5 years ago
Carlos Rodrigues
97dedebd80
feat(types): update to Typescript 3.9 ( #1106 )
5 years ago
Evan You
32b3f78a36
release: v3.0.0-beta.14
5 years ago
Evan You
449fd05ad6
release: v3.0.0-beta.13
5 years ago
Evan You
3c88299f6a
release: v3.0.0-beta.12
5 years ago
Evan You
7887c54dfe
release: v3.0.0-beta.11
5 years ago
Evan You
13acb9134e
release: v3.0.0-beta.10
5 years ago
Evan You
c32ed52b97
release: v3.0.0-beta.9
5 years ago
Evan You
3c3fe88c64
release: v3.0.0-beta.8
5 years ago
Evan You
0dc44a6a86
release: v3.0.0-beta.7
5 years ago
Evan You
b570287dfe
release: v3.0.0-beta.6
5 years ago
Evan You
a5bb1d02b7
release: v3.0.0-beta.5
5 years ago
Evan You
bd0f7da2c6
build: add browser builds for @vue/compiler-sfc
5 years ago
Evan You
d29aefcf99
release: v3.0.0-beta.4
5 years ago
Evan You
6fefeafe98
release: v3.0.0-beta.3
5 years ago
Evan You
c1a85cb124
release: v3.0.0-beta.2
5 years ago
Evan You
ca6912554c
release: v3.0.0-beta.1
5 years ago
Cédric Exbrayat
4d014dc3d3
fix(reactivity): remove Symbol.observable ( #968 )
* chore: add @types/node as an explicit dependency
As `tsconfig.json` references it, it should be listed in the dependencies.
It currently uses an older version: this commit also bumps to the latest v12 version, and fixes a typing issue.
* fix(reactivity): remove Symbol.observable
`Symbol.observable` is brought by `@types/node@12` and is not a "well-known" typescript symbol https://www.typescriptlang.org/docs/handbook/symbols.html that can be find in lib.es20xx like the others. It has been removed in `@types/node@v13`.
It means that an application using vue@3.0.0-alpha.13 does not compile unless it explicitely adds `@types/node@v12` as a dependency and `node` in its own tsconfig types.
5 years ago
Evan You
11654a6e50
release: v3.0.0-alpha.13
5 years ago
Evan You
1d9f8fc979
release: v3.0.0-alpha.12
5 years ago
Evan You
7402951d94
release: v3.0.0-alpha.11
5 years ago
Evan You
d777ac6549
build(deps): bump rollup
5 years ago
Evan You
37d84bfd48
build(deps): bump jest and typescript
5 years ago
Albert Liu
2ea14f60e0
build: enforce node version on install ( #881 )
5 years ago
Evan You
de81faf00a
release: v3.0.0-alpha.10
5 years ago
Evan You
342d46d82a
build: run ls-lint on commit
5 years ago
Lucas Löffel
927f6cbd62
build: add ls-lint for linting file names ( #855 )
5 years ago
Evan You
5282ff0edb
release: v3.0.0-alpha.9
5 years ago
Evan You
c75388d538
release: v3.0.0-alpha.8
5 years ago
Evan You
bcb2a9b4a6
build: make @vue/shared public
This avoids it being inlined multiple times in esm bundler builds
5 years ago
Evan You
8449a9727c
feat(compiler-core): switch to @babel/parser for expression parsing
This enables default support for parsing bigInt, optional chaining
and nullish coalescing, and also adds the `expressionPlugins`
compiler option for enabling additional parsing plugins listed at
https://babeljs.io/docs/en/next/babel-parser#plugins .
6 years ago
Evan You
312513d255
release: v3.0.0-alpha.7
6 years ago
Evan You
9ab22c7ae6
release: v3.0.0-alpha.6
6 years ago
Evan You
478b4cfb2c
release: v3.0.0-alpha.5
6 years ago
Evan You
77103e1fd7
types: fix tsx dts tests
6 years ago
Evan You
605cc3db17
workflow: adjust size script
6 years ago
Evan You
39d1acf417
workflow: improve template-explorer local load speed
6 years ago
Evan You
d293876c34
release: v3.0.0-alpha.4
6 years ago
Evan You
b41677bf42
release: v3.0.0-alpha.3
6 years ago
Evan You
9f65d811af
release: v3.0.0-alpha.2
6 years ago
Yu Zong
54bb820f73
types: update jsx support ( #587 )
6 years ago
Evan You
1bb1271b5e
release: v3.0.0-alpha.1
6 years ago
Evan You
b518f9d4e3
build: changelog generation
6 years ago
Evan You
8ed04ed503
build: release script
6 years ago
Evan You
cd5ba7cfcc
build: remove lerna
6 years ago
Evan You
7aca27392f
build: no need for alias in rollup config
6 years ago
Evan You
b198a665cf
workflow: add size-check package
6 years ago
Evan You
74fd6635ce
test(e2e): wip e2e test for todomvc
6 years ago
Evan You
24b4120c21
types: fix dts
6 years ago