vue3-core/packages/compiler-sfc/src
Evan You 4951d43526 fix(compiler-sfc): `<style vars scoped>` prefixing should only apply to pre-transform source
fix #1623
2020-07-21 15:05:28 -04:00
..
compileScript.ts fix(compiler-sfc): use correct importer with `useCssVars` (#1658) 2020-07-20 12:46:33 -04:00
compileStyle.ts fix(compiler-sfc): `<style vars scoped>` prefixing should only apply to pre-transform source 2020-07-21 15:05:28 -04:00
compileTemplate.ts feat: Initial devtools support (#1125) 2020-07-16 18:18:52 -04:00
genCssVars.ts fix(compiler-sfc): use correct importer with `useCssVars` (#1658) 2020-07-20 12:46:33 -04:00
index.ts wip: template binding optimization 2020-07-10 22:12:25 -04:00
parse.ts fix(compiler-sfc): prohibit src usage for `<script setup>` + do not 2020-07-15 17:44:02 -04:00
rewriteDefault.ts feat(compiler-sfc): `<style vars>` CSS variable injection 2020-07-10 16:30:58 -04:00
shims.d.ts feat: (wip) setup compiler-sfc 2019-11-06 21:58:15 -05:00
stylePluginScoped.ts fix(compiler-sfc): `<style vars scoped>` prefixing should only apply to pre-transform source 2020-07-21 15:05:28 -04:00
stylePluginScopedVars.ts fix(compiler-sfc): `<style vars scoped>` prefixing should only apply to pre-transform source 2020-07-21 15:05:28 -04:00
stylePluginTrim.ts feat: (wip) setup compiler-sfc 2019-11-06 21:58:15 -05:00
stylePreprocessors.ts fix(compiler-sfc): use `filename` from options when compile styl preprocessor (#1635) 2020-07-19 14:17:31 -04:00
templateTransformAssetUrl.ts fix(compiler-sfc): transformAssetUrl should ignore inline data url (#1431) 2020-06-23 21:46:18 -04:00
templateTransformSrcset.ts fix(compiler-sfc): transformAssetUrl should ignore inline data url (#1431) 2020-06-23 21:46:18 -04:00
templateUtils.ts fix(compiler-sfc): transformAssetUrl should ignore inline data url (#1431) 2020-06-23 21:46:18 -04:00