refactor(ivy): move instructions into separate directory (#29292)

PR Close #29292
This commit is contained in:
Matias Niemelä
2019-03-14 14:15:10 -07:00
parent bc99b774ba
commit d5e3f2c64b
43 changed files with 91 additions and 83 deletions

View File

@ -9,7 +9,7 @@
import {WrappedValue} from '../change_detection/change_detection_util';
import {PipeTransform} from '../change_detection/pipe_transform';
import {load, store} from './instructions';
import {load, store} from './instructions/all';
import {PipeDef, PipeDefList} from './interfaces/definition';
import {BINDING_INDEX, HEADER_OFFSET, TVIEW} from './interfaces/view';
import {pureFunction1, pureFunction2, pureFunction3, pureFunction4, pureFunctionV} from './pure_function';