]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: typos (#1670)
authorNecmettin Karakaya <necmettin.karakaya@gmail.com>
Fri, 14 Aug 2020 21:05:12 +0000 (05:05 +0800)
committerGitHub <noreply@github.com>
Fri, 14 Aug 2020 21:05:12 +0000 (17:05 -0400)
CHANGELOG.md
packages/compiler-sfc/src/compileTemplate.ts
packages/compiler-sfc/src/rewriteDefault.ts
packages/runtime-core/src/scheduler.ts
packages/runtime-dom/types/jsx.d.ts

index 42673e6357f8428d4316a008f113c74900450705..f1550d73ee5f25afd7cfb6cfa9ecd239000997d9 100644 (file)
@@ -216,7 +216,7 @@ more details.
 
 * **runtime-core:** avoid accidental access of `Object.prototype` properties ([f3e9c1b](https://github.com/vuejs/vue-next/commit/f3e9c1b59d5d3999ac6180ed75c84d88b29c41e6))
 * ensure vnode hooks are called consistently regardless of keep-alive ([4e8e689](https://github.com/vuejs/vue-next/commit/4e8e689572dcae0cb468989c5e0c531a837a900b))
-* **runtime-core:** pass unmount into inital mount patch prop ([2bdb5c1](https://github.com/vuejs/vue-next/commit/2bdb5c146449092623f06e20fb71ebaca7e5588f))
+* **runtime-core:** pass unmount into initial mount patch prop ([2bdb5c1](https://github.com/vuejs/vue-next/commit/2bdb5c146449092623f06e20fb71ebaca7e5588f))
 * **runtime-dom:** allow force updating value bindings for controlled inputs ([b3536d8](https://github.com/vuejs/vue-next/commit/b3536d87a587dc1e78c8712cb29ca61ca0931ac9)), closes [#1471](https://github.com/vuejs/vue-next/issues/1471)
 * **slots:** make compiled slot marker non-enumerable ([062835d](https://github.com/vuejs/vue-next/commit/062835d45aaf4168ddf2e39a5c7e162b3a18ccae)), closes [#1470](https://github.com/vuejs/vue-next/issues/1470)
 
@@ -418,7 +418,7 @@ more details.
 
 ### Performance Improvements
 
-* **compiler-sfc:** improve asset url trasnform efficiency ([c5dcfe1](https://github.com/vuejs/vue-next/commit/c5dcfe16f6cd3503ce1d5349cfacbe099a7e19be))
+* **compiler-sfc:** improve asset url transform efficiency ([c5dcfe1](https://github.com/vuejs/vue-next/commit/c5dcfe16f6cd3503ce1d5349cfacbe099a7e19be))
 * **compiler-sfc:** only add character mapping if not whitespace ([2f69167](https://github.com/vuejs/vue-next/commit/2f69167e889f2817138629a04c01c6baf565d485))
 
 
@@ -948,7 +948,7 @@ renamed to `errorComponent` and `loadingComponent` respectively.
 * **reactivity:** allow effect trigger inside no-track execution contexts ([274f81c](https://github.com/vuejs/vue-next/commit/274f81c5db83f0f77e1aba3240b2134a2474a72f)), closes [#804](https://github.com/vuejs/vue-next/issues/804)
 * **reactivity:** Map/Set identity methods should work even if raw value contains reactive entries ([cc69fd7](https://github.com/vuejs/vue-next/commit/cc69fd72e3f9ef3572d2be40af71d22232e1b9af)), closes [#799](https://github.com/vuejs/vue-next/issues/799)
 * **reactivity:** should not trigger length dependency on Array delete ([a306658](https://github.com/vuejs/vue-next/commit/a3066581f3014aae31f2d96b96428100f1674166)), closes [#774](https://github.com/vuejs/vue-next/issues/774)
-* **runtime-core:** ensure inhertied attrs update on optimized child root ([6810d14](https://github.com/vuejs/vue-next/commit/6810d1402e214a12fa274ff5fb7475bad002d1b1)), closes [#677](https://github.com/vuejs/vue-next/issues/677) [#784](https://github.com/vuejs/vue-next/issues/784)
+* **runtime-core:** ensure inherited attrs update on optimized child root ([6810d14](https://github.com/vuejs/vue-next/commit/6810d1402e214a12fa274ff5fb7475bad002d1b1)), closes [#677](https://github.com/vuejs/vue-next/issues/677) [#784](https://github.com/vuejs/vue-next/issues/784)
 * **slots:** fix conditional slot ([3357ff4](https://github.com/vuejs/vue-next/commit/3357ff438c6ff0d4fea67923724dd3cb99ff2756)), closes [#787](https://github.com/vuejs/vue-next/issues/787)
 * **ssr:** fix ssr on-the-fly compilation + slot fallback branch helper injection ([3be3785](https://github.com/vuejs/vue-next/commit/3be3785f945253918469da456a14a2d9381bcbd0))
 
index f4a55fb32dc3df369224d8ea88f529c7ca5a36b2..5d72cf75dd9d3bf8dbfb7e40509c6d18881375f6 100644 (file)
@@ -52,7 +52,7 @@ export interface SFCTemplateCompileOptions {
    */
   preprocessCustomRequire?: (id: string) => any
   /**
-   * Configure what tags/attributes to trasnform into asset url imports,
+   * Configure what tags/attributes to transform into asset url imports,
    * or disable the transform altogether with `false`.
    */
   transformAssetUrls?: AssetURLOptions | AssetURLTagConfig | boolean
index 9d6daed77896f834d81dd6b9d668194985607aa6..4bcd57c40c6a03c2043d37e12ecbe961c02fc2e1 100644 (file)
@@ -5,7 +5,7 @@ const defaultExportRE = /((?:^|\n|;)\s*)export(\s*)default/
 const namedDefaultExportRE = /((?:^|\n|;)\s*)export(.+)as(\s*)default/
 
 /**
- * Utility for rewriting `export default` in a script block into a varaible
+ * Utility for rewriting `export default` in a script block into a variable
  * declaration so that we can inject things into it
  */
 export function rewriteDefault(
index ab8a0f347d2eeeacc573b3c43cc79e0b7f67ebb6..db8051b207fc01aaadfe7df03e480adcd0eefbaa 100644 (file)
@@ -105,7 +105,7 @@ function queueCb(
   } else {
     // if cb is an array, it is a component lifecycle hook which can only be
     // triggered by a job, which is already deduped in the main queue, so
-    // we can skip dupicate check here to improve perf
+    // we can skip duplicate check here to improve perf
     pendingQueue.push(...cb)
   }
   queueFlush()
index 766b6ca75b64de2cb354c0cb1e7137d9f81733d5..82a3ab851df27b04bcd321aebefb13bf71e02a47 100644 (file)
@@ -1343,7 +1343,7 @@ declare global {
     }
     interface IntrinsicElements extends NativeElements {
       // allow arbitrary elements
-      // @ts-ignore supress ts:2374 = Duplicate string index signature.
+      // @ts-ignore suppress ts:2374 = Duplicate string index signature.
       [name: string]: any
     }
     interface IntrinsicAttributes extends ReservedProps {}