vue3-core/packages/compiler-sfc/src
Stanislav Lashmanov 4421c00903
feat(compiler-sfc): analyze script bindings (#1962)
Also expose `scriptAst` and `scriptSetupAst` on returned script block
2020-08-28 16:21:03 -04:00
..
compileScript.ts feat(compiler-sfc): analyze script bindings (#1962) 2020-08-28 16:21:03 -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 chore: typos (#1670) 2020-08-14 17:05:12 -04:00
genCssVars.ts fix(compiler-sfc): use correct importer with `useCssVars` (#1658) 2020-07-20 12:46:33 -04:00
index.ts feat(compiler-sfc): analyze script bindings (#1962) 2020-08-28 16:21:03 -04:00
parse.ts feat(compiler-sfc): analyze script bindings (#1962) 2020-08-28 16:21:03 -04:00
rewriteDefault.ts chore: typos (#1670) 2020-08-14 17:05:12 -04:00
shims.d.ts feat: (wip) setup compiler-sfc 2019-11-06 21:58:15 -05:00
stylePluginScoped.ts chore: use `value` instead of `n.value` (#1770) 2020-08-14 17:00:49 -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): `less` and `stylus` output deps path is absolute p… (#1685) 2020-07-28 13:45:24 -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