Cédric Exbrayat
c6443a43c9
test: package exclusion from code coverage ( #2377 )
5 years ago
Evan You
6ba7ba47d5
feat: custom formatters
5 years ago
Evan You
cbcec6e978
chore: add missing feature flag to jest config
5 years ago
Evan You
5c74243211
test: move mockWarn into setup files
5 years ago
Evan You
54727f9874
feat: provide ability to overwrite feature flags in esm-bundler builds
e.g. by replacing `__VUE_OPTIONS_API__` to `false` using webpack's
`DefinePlugin`, the final bundle will drop all code supporting the
options API.
This does not break existing usage, but requires the user to explicitly
configure the feature flags via bundlers to properly tree-shake the
disabled branches. As a result, users will see a console warning if
the flags have not been properly configured.
5 years ago
Evan You
ad4841a892
chore: ignore unreachable files from coverage
5 years ago
Evan You
e954ba21f0
feat(build): provide more specific warnings for runtime compilation
close #1004
5 years ago
Evan You
19223f5462
build: remove __BUNLDER__ flag so that HMR is available for all builds
5 years ago
Evan You
e93e426bfa
feat(runtime-core): config.performance tracing support
5 years ago
Evan You
32d6a46474
build: avoid runtime wildcard import in global build
6 years ago
Evan You
e861c6da90
test: test updates for d40c642
6 years ago
Evan You
9cf4518936
chore: fix test alias for vue
6 years ago
Evan You
bc07e95ca8
fix(ssr): avoid hard-coded ssr checks in cjs builds
6 years ago
Evan You
cee36ad028
wip(ssr): render real components
6 years ago
Evan You
80f8b46177
ci: skip e2e tests on netlify coverage builds
6 years ago
Evan You
69c9dbc825
feat(sfc): scopeId runtime support
6 years ago
Evan You
8ffd79c754
fix(compiler-core): handle template root and template v-if as stable fragments
6 years ago
Evan You
2a994094de
test: ignore size-check in coverage
6 years ago
Evan You
cd5ba7cfcc
build: remove lerna
6 years ago
Evan You
28a1e8ab27
chore: ignore test utils in coverage
6 years ago
Evan You
300a705221
refactor: use __TEST__ flag
6 years ago
Dmitry Sharshakov
fd209f5a66
feat(core): export version ( #254 )
6 years ago
Evan You
82b5978e9c
build: further shave off runtime compile only code
6 years ago
Evan You
13a6c49032
test: exclude template-explorer from coverage
6 years ago
Rahul Kadyan
5c4478b00b
chore(jest): ignore node_modules from watched files ( #162 )
`jest --watch` fails with open file limit reached:
6 years ago
Evan You
132cef9063
refactor: further tweak compiler layers
6 years ago
Evan You
d5e9682040
wip: suspense feature flag
6 years ago
Evan You
a6616e4210
feat: 2.x options support
6 years ago
Evan You
fce6a8fa51
wip: support returning render fn from setup() + improve createComponent type inference
6 years ago
Evan You
a848466f07
test: test for attrs fallthrough
7 years ago
Evan You
26ff9b29f9
test: wip tests for observer
7 years ago
Evan You
d69d0c0216
test: test for scheduler
7 years ago