Rewriting the radio in TypeScript (#2000)

* Refactoring radio into the ts

* Moving the rest of the radio functionality to the TypeScript

* Removing sim implementation of old radio cpp

* Adding test script

* Removing handler key

* Rename internal functions

* PR feedback

* Refactoring to use event bus
This commit is contained in:
Richard Knoll
2019-04-12 13:10:47 -07:00
committed by GitHub
parent 19641abe92
commit 61aae94d8b
8 changed files with 926 additions and 812 deletions

View File

@@ -6,7 +6,8 @@
"shims.d.ts",
"enums.d.ts",
"radio.cpp",
"radio.ts"
"radio.ts",
"deprecated.ts"
],
"icon": "./static/packages/radio/icon.png",
"public": true,