-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Made `core` library to use async/await and turned Port Messages asynchronous * Implemented control keys using `postMessage` * Fixed `AstPrinter` * Improved performance and fixed issues * Fixed code formatting * Fixed linting issues * Fixed `visitDim` * Fixed `visitTryCatch` * Turned `e2e` and `interpreter` unit tests async * Turned `stdlib` unit tests async * Turned `brsTypes` unit tests async * Fixed lint issue * Implemented `MediaEvents` for `audio` and `video` using PostMessage * Implemented `InputEvent` using PostMessage * Implemented `wav` events using Post Message * Removing commented code * Implemented `getPlaybackDuration` using PostMessage * Implemented `SystemLog` event using PostMessage * Implemented `CECStatusEvent` using PostMessage * Implemented `MemoryInfoEvent` using PostMessage * Implemented `DebugEvent` using PostMessage and fixed MicroDebugger * Fixed code formatting * Adapted CLI and ECP service to use PostMessage * Implemented support for TTY key press handling on CLI * Fixed MicroDebugger support for CLI * Improved ECP app list handling * Added a flag to enable TTY control simulation * Upgraded dependencies * Added more TTY key control mappings * Updated CLI and Remote Control documentation * Fixed WAV events and standardized common constants * Fixed linting issue * Simplified `sendKey()` on `control.ts` * Improved `sendInput()` on `control.ts` * Reduced complexity * Reduced complexity of `subscribeControl` handler on API * Documented MicroDebugger functions * Reduced complexity
- Loading branch information
Showing
89 changed files
with
3,983 additions
and
3,131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.