]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
feat: support component-level `compilerOptions` when using runtime compiler
authorEvan You <yyx990803@gmail.com>
Wed, 28 Apr 2021 15:35:59 +0000 (11:35 -0400)
committerEvan You <yyx990803@gmail.com>
Wed, 28 Apr 2021 15:40:16 +0000 (11:40 -0400)
commitce0bbe053abaf8ba18de8baf535e175048596ee5
treed0a2f58a80cac061cd00fbde766ab2c916e69a8f
parente4862544310a4187dfc8b3a49944700888bb60e3
feat: support component-level `compilerOptions` when using runtime compiler

- The `delimiters` component option is deprecated.
  Use `compilerOptions.delimiters` instead.
packages/runtime-core/src/component.ts
packages/runtime-core/src/componentOptions.ts
packages/runtime-core/src/index.ts
packages/vue/__tests__/runtimeCompilerOptions.spec.ts [new file with mode: 0644]