refactor(ivy): move instructions (#29646)

- moves all publicly exported instructions to their own files
- refactors namespace instructions to set state in `state.ts`
- no longer exports * from `instructions.ts`.
- `instructions.ts` renamed to `shared.ts` (old `shared.ts` contents folded in to `instructions.ts`)
- updates `all.ts` to re-export from public instruction files.

PR Close #29646
This commit is contained in:
Ben Lesh
2019-04-01 15:36:43 -07:00
committed by Jason Aden
parent 03d914a6c2
commit 5a724b34bd
40 changed files with 3500 additions and 3236 deletions

View File

@ -19,7 +19,6 @@ export {RenderFlags} from './interfaces/definition';
export {CssSelectorList} from './interfaces/projection';
// clang-format off
export {
allocHostVars,
@ -64,7 +63,8 @@ export {
elementHostStylingApply,
select,
property,
listener,
store,
load,