vue3-yuanma/packages/compiler-core/__tests__
Evan You eee5095692 refactor: rename <portal> to <teleport>
BREAKING CHANGE: `<portal>` has been renamed to `<teleport>`.

    `target` prop is also renmaed to `to`, so the new usage will be:

    ```html
    <Teleport to="#modal-layer" :disabled="isMobile">
      <div class="modal">
        hello
      </div>
    </Teleport>
    ```

    The primary reason for the renaming is to avoid potential naming
    conflict with [native portals](https://wicg.github.io/portals/).
2020-04-01 21:55:19 -04:00
..
__snapshots__ fix(compiler-core): assign patchFlag for template v-if fragment 2020-03-17 11:36:56 -04:00
transforms refactor: rename <portal> to <teleport> 2020-04-01 21:55:19 -04:00
codegen.spec.ts wip(ssr): adjust event hydration flag 2020-02-13 18:28:40 -05:00
compile.spec.ts refactor(compiler): downgrade to source-map v6 for sync API 2019-12-13 12:56:31 -05:00
parse.spec.ts feat(compiler-core): support v-is 2020-03-27 16:38:31 -04:00
scopeId.spec.ts wip(ssr): basic element hydration 2020-02-13 17:47:00 -05:00
testUtils.ts test: test updates for d40c642 2020-02-11 18:40:42 -05:00
transform.spec.ts test: test updates for d40c642 2020-02-11 18:40:42 -05:00
utils.spec.ts chore: remove unused util function 2019-10-24 15:39:31 -04:00