Evan You
|
47f488350c
|
chore: run updated prettier
|
2021-07-19 18:24:18 -04:00 |
|
Evan You
|
091e6d67bf
|
feat(config): support configuring runtime compiler via app.config.compilerOptions
- `config.isCustomElement` is deprecated - use `app.config.compilerOptions.isCustomElement` instead.
|
2021-04-26 11:46:29 -04:00 |
|
Evan You
|
7dc681c196
|
wip: filters compat
|
2021-04-19 12:29:55 -04:00 |
|
Evan You
|
abd129d845
|
fix(component): prioritize registered component over implicit self-reference via filename
ref: #2827
|
2021-03-26 10:04:36 -04:00 |
|
Evan You
|
ae2caad740
|
wip: support resolving directives from setup scope variables by naming convention
v-my-dir can be resovled from setup scope variable named "vMyDir".
|
2020-11-24 19:04:21 -05:00 |
|
Evan You
|
acba86ef45
|
workflow: log options in template-explorer
|
2020-11-20 17:16:28 -05:00 |
|
Evan You
|
4c6078ce25
|
fix(compiler-core/compiler-sfc): handle destructure assignment expressions
|
2020-11-18 22:39:08 -05:00 |
|
Evan You
|
27fca66c89
|
workflow: add inline option to template explorer
|
2020-11-18 19:38:38 -05:00 |
|
Evan You
|
8ba3a7de40
|
wip: fix dts tests
|
2020-11-13 00:12:04 -05:00 |
|
Evan You
|
6f5d840612
|
feat(sfc): support resolving template components from <script setup> exports
|
2020-07-28 17:31:46 -04:00 |
|
Evan You
|
b9595e64cf
|
feat: ssr support for <style vars>
|
2020-07-12 18:04:09 -04:00 |
|
Evan You
|
b51b79f5c4
|
refactor: rename optimizeBindings -> optimizeImports
|
2020-07-10 20:43:52 -04:00 |
|
Evan You
|
51317af6e8
|
refactor(compiler): prefix all imported helpers to avoid scope collision
|
2020-02-07 18:53:39 -05:00 |
|
Evan You
|
e71781dcab
|
workflow: add ssr mode in template explorer
|
2020-02-04 15:59:41 -05:00 |
|
Evan You
|
93eba4347d
|
chore: fix template explorer mounting
|
2020-01-29 11:28:18 -05:00 |
|
Evan You
|
51980afca2
|
feat(sfc): wip scopeId compiler support
|
2019-12-17 12:31:38 -05:00 |
|
Evan You
|
03301b264e
|
workflow(template-explorer): fix cacheHandlers disabled state
|
2019-12-10 12:46:38 -05:00 |
|
Evan You
|
58593c4714
|
feat(v-on): cache handlers
|
2019-10-18 21:51:34 -04:00 |
|
月迷津渡
|
4fc2174dce
|
workflow(template-explorer): improve types (#128)
|
2019-10-06 11:55:23 -04:00 |
|
Evan You
|
a0f442f1d4
|
workflow: include commit link in template explorer
|
2019-10-04 22:40:54 -04:00 |
|
Evan You
|
0873254c6c
|
workflow: improve template explorer
|
2019-10-04 17:43:20 -04:00 |
|