Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Javascript ES6 #3

Closed
jacksonkr opened this issue Apr 22, 2019 · 2 comments
Closed

Javascript ES6 #3

jacksonkr opened this issue Apr 22, 2019 · 2 comments

Comments

@jacksonkr
Copy link

What is the possibility of added javascript capabilities to this project? It would open a lot of doors. I'm thinking shared libraries between react or react-native libraries.

Is there any plan for this?

@jfrux
Copy link

jfrux commented Feb 8, 2020

I wish there was something like Babel that would generate Roku code somehow ... lol or something like ReactNative that generated Roku code. I'd love to see an abstraction like this. Would be sick.

@briandunnington
Copy link
Owner

The Roku runtime only supports writing apps in BrightScript. There have been a few attempts at creating a Javascript-to-BrightScript transpiler (see https://github.com/mattaylor/rokuJs and https://github.com/slheavner/js-to-bs for example - no affiliation) but nothing official.

Even ReactNative uses the Javascript runtime behind the scenes, and since Roku devices have no JS runtime, a transpiler that emits BrightScript is the only possibly technical solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants