enoyao

Results 183 comments of enoyao

Hi, Can you provide the complete code to be compiled?

`babel-polyfill` (deprecated as of Babel 7.4) is required. You must also install it in order to get `async/await` working. https://stackoverflow.com/questions/33527653/babel-6-regeneratorruntime-is-not-defined

Can you upload your directory to git, show me the specific directory structure and files.

Thank you very much for your valuable suggestions. We are developing and looking for a solution, and we may add a configuration item to achieve it, such as ```js {...

> I had issue #86 happen to me and went to uninstall for the fix recommended by many on the web. After uninstall I could not find it inside the...

> Support for "-output-directory" for $ {folderPath} and $ {workspaceFolder} variables can be added. This is a good suggestion, but at present the underlying layer of `vscode` does not seem...

Thank you very much for your code ideas, you can submit it in the [pull request](https://github.com/Wscats/compile-hero/pulls), if merge successful, I will add your name in the contributor column.

> @forward "variables" as vars-*; > $varStyles: #437812; > > h1 { > background-color: $varStyles; > } This `@forward with/as` grammar should not be supported yet, so this error was...

> It looks like that compile hero is using strict compilation. I have configured my project to do not use it. Is compile hero using some defaults? Can they be...

> > It looks like that compile hero is using strict compilation. I have configured my project to do not use it. Is compile hero using some defaults? Can they...