forked from swiftwasm/JavaScriptKit
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDeprecated.swift
More file actions
20 lines (14 loc) · 718 Bytes
/
Deprecated.swift
File metadata and controls
20 lines (14 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@available(*, deprecated, renamed: "JSObject")
public typealias JSObjectRef = JSObject
@available(*, deprecated, renamed: "JSArray")
public typealias JSArrayRef = JSArray
@available(*, deprecated, renamed: "JSFunction")
public typealias JSFunctionRef = JSFunction
@available(*, deprecated, renamed: "ConvertibleToJSValue")
public typealias JSValueConvertible = ConvertibleToJSValue
@available(*, deprecated, renamed: "ConstructibleFromJSValue")
public typealias JSValueConstructible = ConstructibleFromJSValue
@available(*, deprecated, renamed: "JSValueCompatible")
public typealias JSValueCodable = JSValueCompatible
@available(*, deprecated, renamed: "JSClosure")
public typealias JSOneshotClosure = JSClosure