ios-jsc
ios-jsc copied to clipboard
NativeScript for iOS using JavaScriptCore
In the long term we should try to unlock all tabs from the Safari WebInspector for NativeScript for iOS apps. - [x] Integrate the WebInspector profiler with the NativeScript runtime...
Subtask of #62 [This will require us to add a module map with a bridging header in the project template](https://developer.apple.com/library/ios/documentation/Swift/Conceptual/BuildingCocoaApps/MixandMatch.html). Objective-C developers will be able to add Objective-C code in...
- [x] We can use the Xcode documentation sets (if available) to augment the `.d.ts` files the metadata generator outputs with JSDoc comments based on the documentation found for an...
When you debug a NativeScript Angular application there is an initial delay in the NativeScript Inspector getting responsive and ready to use. /CC: @KristinaKoeva
Declare the extension methods in the modules where they are declared. Declare `/// ` references for dependencies. For example: **objc!Foundation.d.ts** ``` TypeScript declare class NSString { static stringWithString(str: string |...
_From @speigg on February 11, 2016 17:4_ May be a little difficult to reproduce due to the nature of the bug. If a system alert (such as a calendar event...
Consider the following case: ``` objective-c @protocol MyProtocol1 - (void)method1; @end @protocol MyProtocol2 - (void)method2; @end @interface MyClass : NSObject + (id)getObject; @end ``` There should be a non-hacky way...
_From @PanayotCankov on September 25, 2014 12:37_ Bring the marshalling of `int64_t`/`uint64_t` to be on par with Android.
If we generate metadata for the following Objective-C header: ``` objective-c const int x; const int x; ``` Expected: ``` typescript declare var x: number; ``` Actual: ``` typescript declare...
We should research if it's good for us to use [Clang Tidy](http://clang.llvm.org/extra/clang-tidy/checks/list.html) in our build.