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

@ -377,6 +377,9 @@
{
"name": "getNameOnlyMarkerIndex"
},
{
"name": "getNamespace"
},
{
"name": "getNativeAnchorNode"
},

View File

@ -644,9 +644,6 @@
{
"name": "findViaComponent"
},
{
"name": "select"
},
{
"name": "forwardRef"
},
@ -770,6 +767,9 @@
{
"name": "getNameOnlyMarkerIndex"
},
{
"name": "getNamespace"
},
{
"name": "getNativeAnchorNode"
},
@ -1220,6 +1220,9 @@
{
"name": "searchTokensOnInjector"
},
{
"name": "select"
},
{
"name": "setActiveHost"
},
@ -1364,4 +1367,4 @@
{
"name": "wrapListener"
}
]
]