chore: comments
This commit is contained in:
parent
5abada5ed1
commit
fc5bf5cbe1
@ -9,6 +9,9 @@
|
||||
//
|
||||
// const flag = TEXT | CLASS
|
||||
// if (flag & TEXT) { ... }
|
||||
//
|
||||
// Check the `patchElement` function in './createRednerer.ts' to see how the
|
||||
// flags are handled during diff.
|
||||
|
||||
// Indicates an element with dynamic textContent (children fast path)
|
||||
export const TEXT = 1
|
||||
|
Loading…
Reference in New Issue
Block a user