Evan You
|
467e113b95
|
feat(compiler-sfc): <script setup> defineProps destructure transform (#4690)
|
2021-09-27 14:24:21 -04:00 |
|
dependabot[bot]
|
305883a12f
|
build(deps-dev): bump typescript from 4.3.5 to 4.4.2 (#4482)
* build(deps-dev): bump typescript from 4.3.5 to 4.4.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.5 to 4.4.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.5...v4.4.2)
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* build(deps-dev): bump typescript from 4.3.5 to 4.4.2
* test: fix nodeOps types
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Rodrigues <carlos@hypermob.co.uk>
Co-authored-by: Evan You <yyx990803@gmail.com>
|
2021-09-02 09:53:57 -04:00 |
|
Evan You
|
47f488350c
|
chore: run updated prettier
|
2021-07-19 18:24:18 -04:00 |
|
Evan You
|
03e26845e2
|
fix(sfc): fix <script setup> async context preservation logic
fix #4050
|
2021-07-06 14:31:53 -04:00 |
|
Evan You
|
d12206db8e
|
test: add test case for proper effect teardown w/ withAsyncContext
|
2021-07-06 11:39:27 -04:00 |
|
Evan You
|
9ee41e14d2
|
fix: prevent withAsyncContext currentInstance leak in edge cases
|
2021-06-29 14:22:18 -04:00 |
|
Evan You
|
0240e82a38
|
feat(sfc): auto restore current instance after await statements in async setup()
|
2021-06-29 09:24:12 -04:00 |
|
Evan You
|
4c5844a9ca
|
feat(sfc): withDefaults helper
|
2021-06-26 21:11:57 -04:00 |
|
Evan You
|
ac853ff4ab
|
test: fix script setup helpers tests
|
2021-06-23 10:31:32 -04:00 |
|
Eduardo San Martin Morote
|
a137da8a9f
|
feat(sfc): add defineEmits and deprecate defineEmit (#3725)
|
2021-06-22 15:02:56 -04:00 |
|
Evan You
|
426a6c996e
|
test: tests for script setup helpers
|
2020-11-26 10:01:36 -05:00 |
|