Evan You
|
bc100c5c48
fix(compiler-core): improve member expression check
|
před 5 roky |
HcySunYang
|
9b2e894017
fix(compiler-core): improve the isMemberExpression function (#3675)
|
před 5 roky |
Evan You
|
7dc681c196
wip: filters compat
|
před 5 roky |
HcySunYang
|
ebedcccdc0
fix(compiler-core): allow unicode to appear in identifiers (#3443)
|
před 5 roky |
Hunter
|
6d2a1cb64d
fix(compiler-core): fix multiline member expression check (#2436)
|
před 5 roky |
ᴜɴвʏтᴇ
|
692197be33
fix(compiler-core): fix v-if key injection with v-on object syntax (#2368)
|
před 5 roky |
Evan You
|
de0c8a7e3e
fix(compiler-core): v-if key error should only be checking same key on different branches
|
před 5 roky |
Evan You
|
be4df124e6
refactor: move @babel/types to dev deps, reduce install size
|
před 5 roky |
Evan You
|
576344d2c3
refactor(compiler): extract isStaticExp util
|
před 6 roky |
Evan You
|
80c868aefe
workflow: setup eslint for prohibited syntax and globals
|
před 6 roky |
Carlos Rodrigues
|
958b6c80cf
fix(compiler-core): allow multiline expression on v-model and v-on (#1234)
|
před 6 roky |
Evan You
|
bd0f7da2c6
build: add browser builds for @vue/compiler-sfc
|
před 6 roky |
Evan You
|
eee5095692
refactor: rename `<portal>` to `<teleport>`
|
před 6 roky |
Evan You
|
9ed9bf3687
feat(portal): SSR support for portal disabled prop
|
před 6 roky |
Evan You
|
8449a9727c
feat(compiler-core): switch to @babel/parser for expression parsing
|
před 6 roky |
Evan You
|
e3988b40d8
refactor(compiler-core): use dedicated node type for element codegen
|
před 6 roky |
Evan You
|
ee5ed73361
wip(ssr): basic components
|
před 6 roky |
Evan You
|
1f2de9e232
fix(v-model): should use dynamic directive on input with dynamic v-bind
|
před 6 roky |
Evan You
|
63e4486645
wip(compiler-ssr): text and interpolation
|
před 6 roky |
Ruijia Tang
|
aca2c2a81e
fix(compiler-core): avoid override user keys when injecting branch key (#630)
|
před 6 roky |
djy0
|
ad2a0bde98
perf(compiler-core): simplify `advancePositionWithMutation` (#564)
|
před 6 roky |
Evan You
|
9550302df4
build: esm-bunlder builds should be considered browser builds
|
před 6 roky |
Evan You
|
0e3e07079a
feat(transition): properly handle transition & transition-group in compiler
|
před 6 roky |
Evan You
|
353b06df77
perf(compiler): should only perform assertions during tests
|
před 6 roky |
Evan You
|
5eee1152ca
types: (wip) improve dts output
|
před 6 roky |
Evan You
|
516501e20e
chore: remove unused util function
|
před 6 roky |
Evan You
|
052febc127
feat(compiler): convert text mixed with elements into createVNode calls
|
před 6 roky |
Evan You
|
58593c4714
feat(v-on): cache handlers
|
před 6 roky |
Evan You
|
6a75c3463b
feat(compiler-core): do not generate TEXT flag if child is constant
|
před 6 roky |
Sangeeth Sudheer
|
96681942c1
types: remove unnecessary types (#234)
|
před 6 roky |