We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc38de commit defd45cCopy full SHA for defd45c
src/compiler/optimizer.js
@@ -8,7 +8,7 @@ let isPlatformReservedTag
8
const genStaticKeysCached = cached(genStaticKeys)
9
10
/**
11
- * Goal of the optimizier: walk the generated template AST tree
+ * Goal of the optimizer: walk the generated template AST tree
12
* and detect sub-trees that are purely static, i.e. parts of
13
* the DOM that never needs to change.
14
*
0 commit comments