ts-rs changes (#450)
* initial changes Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * fix tests Signed-off-by: Jess Frazelle <github@jessfraz.com> * fixes Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * bust cache Signed-off-by: Jess Frazelle <github@jessfraz.com> * add dumb shit Signed-off-by: Jess Frazelle <github@jessfraz.com> * Revert "add dumb shit" This reverts commit 638e9cf72f75e1ad08fb6b22d2a7b143ab7e06e5. * Revert "bust cache" This reverts commit fd6f53ba0757d635190aa82d4b055a83755f3027. * fix Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
11
src/App.tsx
11
src/App.tsx
@ -192,7 +192,7 @@ export function App() {
|
||||
start: null,
|
||||
},
|
||||
})
|
||||
setProgramMemory({ root: {} })
|
||||
setProgramMemory({ root: {}, return: null })
|
||||
engineCommandManager.endSession()
|
||||
engineCommandManager.startNewSession()
|
||||
return
|
||||
@ -209,26 +209,27 @@ export function App() {
|
||||
{
|
||||
root: {
|
||||
_0: {
|
||||
type: 'userVal',
|
||||
type: 'UserVal',
|
||||
value: 0,
|
||||
__meta: [],
|
||||
},
|
||||
_90: {
|
||||
type: 'userVal',
|
||||
type: 'UserVal',
|
||||
value: 90,
|
||||
__meta: [],
|
||||
},
|
||||
_180: {
|
||||
type: 'userVal',
|
||||
type: 'UserVal',
|
||||
value: 180,
|
||||
__meta: [],
|
||||
},
|
||||
_270: {
|
||||
type: 'userVal',
|
||||
type: 'UserVal',
|
||||
value: 270,
|
||||
__meta: [],
|
||||
},
|
||||
},
|
||||
return: null,
|
||||
},
|
||||
engineCommandManager
|
||||
)
|
||||
|
Reference in New Issue
Block a user