Rahul Kadyan

Results 55 comments of Rahul Kadyan

This happens in vue-loader, right now I don’t have bandwidth to take it but I can guide if someone is interested.

It is quite tricky to make source maps and hot reload work simultaneously. I understand it's a huge pain point and I'll revisit it (hopefully coming weekend).

It was one-liner but I agree on finalizing the API first. With custom validation messages, we can have user-land packages shipping complex validation helpers. I, myself, can use it in...

You can write a custom directive but let me try it and confirm.

> Another problem is how to ship component library. We should support shipping component in SFC format as well as compiled JS. SFC should be preferred over JS as component...

There is a `` component which allows to incrementally render parts of a slide. https://github.com/znck/keynote/blob/a3578809faa4813756d7894981621466e6e9a904/example/Simple.vue#L40-L65

On compiled render function vnode data, `staticStyle` is intact an object. see [template explorer](https://template-explorer.vuejs.org/#%3Cdiv%20id%3D%22app%22%20style%3D%22background%3A%20url('.%2Ffoo-bar')%22%3E%7B%7B%20msg%20%7D%7D%3C%2Fdiv%3E)

/cc @yyx990803 I need your opinion on this.

> CSS pre-processor handling in compileStyle > ... > ... The implementation should look like the preprocess step in compileTemplate and be synchronous. Making this step synchronous might effect performance.

Something like `compileScript` and `compileScriptSync`.