refactor(ivy): introduce a firstUpdatePass
flag for TView
instances (#31270)
This patch introduces a `firstUpdatePass` flag which can be used inside of instruction code to determine if this is the first time each instruction is running inside of the update block of a template or a hostBindings function. PR Close #31270
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
"master": {
|
||||
"uncompressed": {
|
||||
"runtime-es2015": 1485,
|
||||
"main-es2015": 14861,
|
||||
"main-es2015": 15039,
|
||||
"polyfills-es2015": 36808
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user