vue3-core/packages/compiler-sfc/src
cexbrayat 9146cc485e fix(compiler-sfc): `<script setup>` warning
The warning was showing even if the component is only using a classic `<script>`
2020-07-15 12:32:11 -04:00
..
compileScript.ts fix(compiler-sfc): `<script setup>` warning 2020-07-15 12:32:11 -04:00
compileStyle.ts refactor: only rewrite css varaiable in `<style scoped>` when vars is present 2020-07-10 17:10:48 -04:00
compileTemplate.ts refactor(types): improve typing (#1317) 2020-06-12 10:46:44 -04:00
genCssVars.ts feat(compiler-sfc): `<style vars>` CSS variable injection 2020-07-10 16:30:58 -04:00
index.ts wip: template binding optimization 2020-07-10 22:12:25 -04:00
parse.ts wip: template binding optimization 2020-07-10 22:12:25 -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 refactor: shorten scoped css var / animation prefix 2020-07-10 18:47:31 -04:00
stylePluginTrim.ts feat: (wip) setup compiler-sfc 2019-11-06 21:58:15 -05:00
stylePreprocessors.ts feat(compiler-sfc): add preprocessCustomRequire option 2020-04-24 09:28:03 -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