Commit Graph

10 Commits

Author SHA1 Message Date
Evan You 72aed6a149 workflow: remove eslint, apply prettier 2022-05-23 17:21:17 +08:00
Evan You 575f07643d build: separate src and test tsconfig 2022-05-20 14:35:56 +08: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
Evan You 730a10f771 types: type sync for template-compiler and server-renderer 2019-01-15 17:41:42 -05:00
Evan You 14e99086c0 fix(types): add missing ssr renderToString signature 2017-11-24 09:23:59 -05:00
Evan You fcc122931b fix(types): improve and test bundleRenderer.renderToString Promise types 2017-11-21 10:28:30 -05:00
Slee Woo 3554eb2726 fix(types): add Promise signature for bundleRenderer.renderToString (#7098)
* Make callback optional when providing context

Otherwise TypeScript compiler complains about `not assignable to parameter of type 'RenderCallback'`

* Update index.d.ts
2017-11-21 10:25:30 -05:00
Evan You 96472be6f6 types: add types for new features and adjust tests 2017-10-06 17:41:54 -04:00
katashin a67b795b36 types: add TypeScript declarations of webpack plugins (#6325)
close #6301
2017-09-05 15:57:05 -04:00
katashin e6de9a5de2 Add types for vue-server-renderer (fix #5772) (#5775)
* add types for vue-server-renderer

* add a new line to the end of files

* make RenderCallback's err to be nullable

* fix the server side directive types

* make stricter the types of the server bundle and the client manifest
2017-05-28 20:08:58 +08:00