deno_objc
deno_objc copied to clipboard
Objective-C runtime bridge for Deno
Long long native type is new returned as number|bigint.
RT. It would be even better if this repo is published to [jsr.io](https://jsr.io/). And it's recommended to publish version tags on GitHub.
I write a gist to use Deno to show a Cocoa window: [Here](https://gist.github.com/chirsz-ever/8ceef4117490e45196cc7a9e5eea38a0#file-cocoa_window_deno-ts-L43) I find `AppDelClass.alloc().init()` does not work. Is this expected?