vue-component-compiler
vue-component-compiler copied to clipboard
Compile a single file Vue component into a CommonJS module.
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...
Bumps [acorn](https://github.com/acornjs/acorn) from 5.5.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator 910e62b Mark version 5.7.3 3442a80 Make generate-identifier-regex capable of rewriting...
Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. Commits c3b28d3 1.0.3 6226c95 Merge pull request #4 from Trott/fix-it-again c77691d fix: remediate ReDOS further 76ca93c chore: pin mocha to version that works with...
Bumps [async](https://github.com/caolan/async) from 2.6.0 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...
I’m running with `rollup-plugin-vue` and `vue-component-compiler` provides a plugin, `postcss-clean` that causes this message to be output: ``` clean: postcss.plugin was deprecated. Migration guide: https://evilmartians.com/chronicles/postcss-8-plugin-migration ``` This appears to work...
Bumps [chownr](https://github.com/isaacs/chownr) from 1.0.1 to 1.1.4. Commits 814f642 1.1.4 a0d7ae0 push to github before npm 1a3667a ignore stuff 147eac4 Full tests, handle errors properly in many cases 578fb9f update tap,...
 I'm trying to figure out what base64 injection does here.But, it seems to redirect this links: https://developer.chrome.com/docs/devtools/
According to #30, the builder that uses vue-component-compiler is responsible for running the script through whatever transpiler is appropriate (e.g. `tsc`). Is there a way to know which `lang` was...
This PR relates to https://github.com/vuejs/vue-component-compiler/issues/113 and adds an optional `lang` property to the `CompileResult` object to expose the language used in the SFC script tag.