Evan You
|
be4df124e6
refactor: move @babel/types to dev deps, reduce install size
|
5 年之前 |
Evan You
|
576344d2c3
refactor(compiler): extract isStaticExp util
|
6 年之前 |
Evan You
|
80c868aefe
workflow: setup eslint for prohibited syntax and globals
|
6 年之前 |
Carlos Rodrigues
|
958b6c80cf
fix(compiler-core): allow multiline expression on v-model and v-on (#1234)
|
6 年之前 |
Evan You
|
bd0f7da2c6
build: add browser builds for @vue/compiler-sfc
|
6 年之前 |
Evan You
|
eee5095692
refactor: rename `<portal>` to `<teleport>`
|
6 年之前 |
Evan You
|
9ed9bf3687
feat(portal): SSR support for portal disabled prop
|
6 年之前 |
Evan You
|
8449a9727c
feat(compiler-core): switch to @babel/parser for expression parsing
|
6 年之前 |
Evan You
|
e3988b40d8
refactor(compiler-core): use dedicated node type for element codegen
|
6 年之前 |
Evan You
|
ee5ed73361
wip(ssr): basic components
|
6 年之前 |
Evan You
|
1f2de9e232
fix(v-model): should use dynamic directive on input with dynamic v-bind
|
6 年之前 |
Evan You
|
63e4486645
wip(compiler-ssr): text and interpolation
|
6 年之前 |
Ruijia Tang
|
aca2c2a81e
fix(compiler-core): avoid override user keys when injecting branch key (#630)
|
6 年之前 |
djy0
|
ad2a0bde98
perf(compiler-core): simplify `advancePositionWithMutation` (#564)
|
6 年之前 |
Evan You
|
9550302df4
build: esm-bunlder builds should be considered browser builds
|
6 年之前 |
Evan You
|
0e3e07079a
feat(transition): properly handle transition & transition-group in compiler
|
6 年之前 |
Evan You
|
353b06df77
perf(compiler): should only perform assertions during tests
|
6 年之前 |
Evan You
|
5eee1152ca
types: (wip) improve dts output
|
6 年之前 |
Evan You
|
516501e20e
chore: remove unused util function
|
6 年之前 |
Evan You
|
052febc127
feat(compiler): convert text mixed with elements into createVNode calls
|
6 年之前 |
Evan You
|
58593c4714
feat(v-on): cache handlers
|
6 年之前 |
Evan You
|
6a75c3463b
feat(compiler-core): do not generate TEXT flag if child is constant
|
6 年之前 |
Sangeeth Sudheer
|
96681942c1
types: remove unnecessary types (#234)
|
6 年之前 |
月迷津渡
|
f71d252ffe
fix(compiler-core): assest id (#190)
|
6 年之前 |
Evan You
|
f11dadc1d2
refactor(compiler): improve member expression check for v-on & v-model
|
6 年之前 |
Rahul Kadyan
|
87c3d2edae
feat(compiler-core): create transform for v-model (#146)
|
6 年之前 |
Evan You
|
93c6aa4c90
feat: v-once
|
6 年之前 |
Evan You
|
16da9ae89f
fix(compiler): handle block nodes with custom directives + improve ast types
|
6 年之前 |
Evan You
|
82bd9eb1db
refactor(compiler): refine codegen node types
|
6 年之前 |
Evan You
|
bfecf2cdce
refactor(compiler): use symbols for runtime helpers
|
6 年之前 |