a-shell icon indicating copy to clipboard operation
a-shell copied to clipboard

Deno support

Open vwkd opened this issue 11 months ago • 1 comments

Please add support for deno.

Currently, installation throws an error even after pkg install zip

Error: unzip is required to install Deno (see: https://github.com/denoland/deno_install#un zip-is-required ).

Related: https://github.com/holzschu/a-shell/issues/127 https://github.com/holzschu/a-shell/issues/172 https://github.com/holzschu/a-shell/issues/46 https://github.com/holzschu/a-shell/issues/611 https://github.com/holzschu/a-shell/issues/642

vwkd avatar Jul 15 '23 18:07 vwkd

Now the Javascript engine inside a-Shell is neither Node.JS nor Deno. It's JSCompiler based on WebKit of Safari. I don't think the auther is interested in adding an js engine based on Chrome as it's more common to see Safari-based apps for iOS. I've ever put forward Bun based on Safari but I'm not sure when it can be put into research. As I don't know iOS developing so much those are all I can tell.

HeavySnowJakarta avatar Aug 23 '23 07:08 HeavySnowJakarta