-
-
Notifications
You must be signed in to change notification settings - Fork 55
Added wrapper types and Codable support #8
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
b9fb002
Added strongly typed classes
colemancda ff13814
Added `JSPromise`
colemancda 94c7dbb
Working on `JSPromise`
colemancda 4714de8
Working on `JSPromise`
colemancda b5c8fa3
Added `JSError`
colemancda 1a44d94
Updated `JSType`
colemancda c88b849
Working on `JSBluetooth`
colemancda 128a862
Working on `JSBluetooth`
colemancda 2f0eae8
Updated example
colemancda b75da55
Updated `JSBluetoothDevice`
colemancda 3f47ae9
Added `JSConsole`
colemancda cde8d76
Added `JSBluetoothRemoteGATTServer`
colemancda 4fb0f75
Updated `JSPromise`
colemancda 66dd688
Updated logging
colemancda e14b6ac
Updated `JSPromise`
colemancda e4f4025
Updated `JSConsole`
colemancda ea55aa5
Fixed `JSType.toString()`
colemancda e002eb8
Updated `JSPromise`
colemancda 195b5e2
Updated logging
colemancda f1be2de
Added `JSBluetooth.isAvailable`
colemancda 7eb4587
Updated `JSPromise`
colemancda b1a06cb
Added `JSBluetoothRemoteGATTService`
colemancda 235a4fe
Updated `JSPromise`
colemancda 31e87ef
Renamed `JSDecoder`
colemancda 8d5a12b
Fixed `JSConsole.assert()`
colemancda 23d930b
Added `JSBluetooth.devices`
colemancda 4356521
Added `JSEncoder`
colemancda 4ed88b3
Added `JSObject.keys`
colemancda fdef8c2
Updated dependencies
colemancda a3093b9
Added `JSDate`
colemancda cfc85ce
Updated assertions
colemancda 9fbb5e7
Updated `JSDate`
colemancda 8f05e88
Fixed `JSEncoder`
colemancda c976028
Fixed `CodingKey.sanitizedName`
colemancda 6a1528f
Fixed `JSArray`
colemancda 699a1f0
Fixed `JSEncoder`
colemancda 830a969
Updated dependencies
colemancda bb9e31c
Updated from `kateinoigakukun/JavaScriptKit`
colemancda d56d684
Fixed `JSDate`
colemancda File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Updated assertions
- Loading branch information
commit cfc85cee7987f01b3d0191f52e4fac5ec35e80ef
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The method name is
assert
but it usesfatalError
. Should we use fatalError instead?