refactor(core): Rename TView.node to TView.declTNode. (#38707)

The value stored in `TView.node` is really the declaration `TNode`,
therefore renaming to make it more explicit.

PR Close #38707
This commit is contained in:
Misko Hevery
2020-09-14 13:14:12 -07:00
parent ed35adbea6
commit 15fa4bbdaf
6 changed files with 11 additions and 11 deletions

View File

@ -94,7 +94,7 @@ const ShapeOfTView: ShapeOf<TView> = {
blueprint: true,
template: true,
viewQuery: true,
node: true,
declTNode: true,
firstCreatePass: true,
firstUpdatePass: true,
data: true,