vue-template-babel-compiler icon indicating copy to clipboard operation
vue-template-babel-compiler copied to clipboard

Enable Optional Chaining(?.), Nullish Coalescing(??) and many new ES syntax for Vue.js SFC based on Babel

Results 19 vue-template-babel-compiler issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/41667833/140673315-a3e980c3-95b3-4dae-9806-434a8705426d.png) ![image](https://user-images.githubusercontent.com/41667833/140673333-779963ba-b472-4742-9c81-e8135c1d4c3a.png) ![image](https://user-images.githubusercontent.com/41667833/140673357-a0637a60-6b73-4fdf-829a-dc108f200cc0.png)

question

## Version ![image](https://user-images.githubusercontent.com/42312636/141647374-0342bb0f-7340-487e-ae7b-b7374f3ebd13.png) ## What is expected? Can call typeof in template ## What is actually happening? Return `ReferenceError: _typeof is not defined` ## Steps to Reproduce 1. Set config...

bug
contribution welcome
Priority: P4
has workaround

Facing some issue when running this compiler in Nuxt. Trying to call a function on click of a component, but unable to retrieve the argument. methods: { greet(message) { console.log(message)...

bug

- [ ] Would you like to work on a fix? ## Current behavior I'm using jest 28 and vue2-jest 28. Do you have any plans to support? ``` js...

question

Hi, how can I install this great package for Vite? Is it compatible? Thanks

documentation

- [ ] Would you like to work on a fix? ## Current behavior I'm using jest 29 and vue2-jest 29, do you have any plans to support? ![Screenshot 2023-04-10...

question

I'm tring to use babel-plugin-istanbul for coverage, and I only care about the script part of the .vue file. In some vue projects, it's ok. But there are some vue...

> Failed to compile with 1 error(s) > Module parse failed: Unexpected character '@' > vue-template-babel-compiler v2.0.0 https://babeljs.io/docs/en/babel-plugin-proposal-decorators https://babeljs.io/blog/2022/09/05/7.19.0

question