@triniwiz/nativescript-masonkit 1.0.0-alpha.14 → 1.0.0-alpha.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/common.d.ts +6 -1
- package/common.js +59 -22
- package/common.js.map +1 -1
- package/helpers.d.ts +4 -4
- package/helpers.js +1 -0
- package/helpers.js.map +1 -1
- package/index.ios.js +2 -2
- package/package.json +1 -1
- package/platforms/android/masonkit-release.aar +0 -0
- package/platforms/ios/Mason.xcframework/Info.plist +5 -5
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Headers/Mason-Swift.h +38 -2
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Mason +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios.abi.json +2459 -672
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios.private.swiftinterface +65 -1
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios.swiftinterface +65 -1
- package/platforms/ios/Mason.xcframework/ios-arm64/dSYMs/Mason.framework.dSYM/Contents/Resources/DWARF/Mason +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/dSYMs/Mason.framework.dSYM/Contents/Resources/Relocations/aarch64/Mason.yml +1979 -1932
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Headers/Mason-Swift.h +76 -4
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Mason +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.abi.json +2459 -672
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +65 -1
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.swiftinterface +65 -1
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.abi.json +2459 -672
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +65 -1
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +65 -1
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/_CodeSignature/CodeResources +22 -22
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/dSYMs/Mason.framework.dSYM/Contents/Resources/DWARF/Mason +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/dSYMs/Mason.framework.dSYM/Contents/Resources/Relocations/aarch64/Mason.yml +1979 -1932
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/dSYMs/Mason.framework.dSYM/Contents/Resources/Relocations/x86_64/Mason.yml +1929 -1883
- package/style.d.ts +16 -16
- package/style.js +40 -20
- package/style.js.map +1 -1
|
@@ -1200,6 +1200,34 @@
|
|
|
1200
1200
|
],
|
|
1201
1201
|
"funcSelfKind": "NonMutating"
|
|
1202
1202
|
},
|
|
1203
|
+
{
|
|
1204
|
+
"kind": "Function",
|
|
1205
|
+
"name": "createTextView",
|
|
1206
|
+
"printedName": "createTextView(type:)",
|
|
1207
|
+
"children": [
|
|
1208
|
+
{
|
|
1209
|
+
"kind": "TypeNominal",
|
|
1210
|
+
"name": "MasonText",
|
|
1211
|
+
"printedName": "Mason.MasonText",
|
|
1212
|
+
"usr": "c:@M@Mason@objc(cs)MasonText"
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"kind": "TypeNominal",
|
|
1216
|
+
"name": "MasonTextType",
|
|
1217
|
+
"printedName": "Mason.MasonTextType",
|
|
1218
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
1219
|
+
}
|
|
1220
|
+
],
|
|
1221
|
+
"declKind": "Func",
|
|
1222
|
+
"usr": "c:@M@Mason@objc(cs)NSCMason(im)createTextViewWithType:",
|
|
1223
|
+
"mangledName": "$s5Mason8NSCMasonC14createTextView4typeAA0aD0CAA0aD4TypeO_tF",
|
|
1224
|
+
"moduleName": "Mason",
|
|
1225
|
+
"declAttributes": [
|
|
1226
|
+
"AccessControl",
|
|
1227
|
+
"ObjC"
|
|
1228
|
+
],
|
|
1229
|
+
"funcSelfKind": "NonMutating"
|
|
1230
|
+
},
|
|
1203
1231
|
{
|
|
1204
1232
|
"kind": "Function",
|
|
1205
1233
|
"name": "createNode",
|
|
@@ -5893,440 +5921,1252 @@
|
|
|
5893
5921
|
},
|
|
5894
5922
|
{
|
|
5895
5923
|
"kind": "TypeDecl",
|
|
5896
|
-
"name": "
|
|
5897
|
-
"printedName": "
|
|
5924
|
+
"name": "MasonTextType",
|
|
5925
|
+
"printedName": "MasonTextType",
|
|
5898
5926
|
"children": [
|
|
5899
5927
|
{
|
|
5900
5928
|
"kind": "Var",
|
|
5901
|
-
"name": "
|
|
5902
|
-
"printedName": "
|
|
5929
|
+
"name": "None",
|
|
5930
|
+
"printedName": "None",
|
|
5903
5931
|
"children": [
|
|
5904
5932
|
{
|
|
5905
|
-
"kind": "
|
|
5906
|
-
"name": "
|
|
5907
|
-
"printedName": "Mason.
|
|
5933
|
+
"kind": "TypeFunc",
|
|
5934
|
+
"name": "Function",
|
|
5935
|
+
"printedName": "(Mason.MasonTextType.Type) -> Mason.MasonTextType",
|
|
5908
5936
|
"children": [
|
|
5909
5937
|
{
|
|
5910
5938
|
"kind": "TypeNominal",
|
|
5911
|
-
"name": "
|
|
5912
|
-
"printedName": "Mason.
|
|
5913
|
-
"usr": "c:@M@Mason@
|
|
5939
|
+
"name": "MasonTextType",
|
|
5940
|
+
"printedName": "Mason.MasonTextType",
|
|
5941
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
5942
|
+
},
|
|
5943
|
+
{
|
|
5944
|
+
"kind": "TypeNominal",
|
|
5945
|
+
"name": "Metatype",
|
|
5946
|
+
"printedName": "Mason.MasonTextType.Type",
|
|
5947
|
+
"children": [
|
|
5948
|
+
{
|
|
5949
|
+
"kind": "TypeNominal",
|
|
5950
|
+
"name": "MasonTextType",
|
|
5951
|
+
"printedName": "Mason.MasonTextType",
|
|
5952
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
5953
|
+
}
|
|
5954
|
+
]
|
|
5914
5955
|
}
|
|
5915
|
-
]
|
|
5916
|
-
"usr": "s:Sq"
|
|
5956
|
+
]
|
|
5917
5957
|
}
|
|
5918
5958
|
],
|
|
5919
|
-
"declKind": "
|
|
5920
|
-
"usr": "c:@M@Mason@
|
|
5921
|
-
"mangledName": "$
|
|
5959
|
+
"declKind": "EnumElement",
|
|
5960
|
+
"usr": "c:@M@Mason@E@MasonTextType@MasonTextTypeNone",
|
|
5961
|
+
"mangledName": "$s5Mason0A8TextTypeO4NoneyA2CmF",
|
|
5922
5962
|
"moduleName": "Mason",
|
|
5923
5963
|
"declAttributes": [
|
|
5924
|
-
"HasInitialValue",
|
|
5925
|
-
"Preconcurrency",
|
|
5926
|
-
"Custom",
|
|
5927
|
-
"HasStorage",
|
|
5928
|
-
"SetterAccess",
|
|
5929
|
-
"AccessControl",
|
|
5930
5964
|
"ObjC"
|
|
5931
5965
|
],
|
|
5932
|
-
"
|
|
5933
|
-
|
|
5966
|
+
"fixedbinaryorder": 0
|
|
5967
|
+
},
|
|
5968
|
+
{
|
|
5969
|
+
"kind": "Var",
|
|
5970
|
+
"name": "P",
|
|
5971
|
+
"printedName": "P",
|
|
5972
|
+
"children": [
|
|
5934
5973
|
{
|
|
5935
|
-
"kind": "
|
|
5936
|
-
"name": "
|
|
5937
|
-
"printedName": "
|
|
5974
|
+
"kind": "TypeFunc",
|
|
5975
|
+
"name": "Function",
|
|
5976
|
+
"printedName": "(Mason.MasonTextType.Type) -> Mason.MasonTextType",
|
|
5938
5977
|
"children": [
|
|
5939
5978
|
{
|
|
5940
5979
|
"kind": "TypeNominal",
|
|
5941
|
-
"name": "
|
|
5942
|
-
"printedName": "Mason.
|
|
5980
|
+
"name": "MasonTextType",
|
|
5981
|
+
"printedName": "Mason.MasonTextType",
|
|
5982
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
5983
|
+
},
|
|
5984
|
+
{
|
|
5985
|
+
"kind": "TypeNominal",
|
|
5986
|
+
"name": "Metatype",
|
|
5987
|
+
"printedName": "Mason.MasonTextType.Type",
|
|
5943
5988
|
"children": [
|
|
5944
5989
|
{
|
|
5945
5990
|
"kind": "TypeNominal",
|
|
5946
|
-
"name": "
|
|
5947
|
-
"printedName": "Mason.
|
|
5948
|
-
"usr": "c:@M@Mason@
|
|
5991
|
+
"name": "MasonTextType",
|
|
5992
|
+
"printedName": "Mason.MasonTextType",
|
|
5993
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
5949
5994
|
}
|
|
5950
|
-
]
|
|
5951
|
-
"usr": "s:Sq"
|
|
5995
|
+
]
|
|
5952
5996
|
}
|
|
5953
|
-
]
|
|
5954
|
-
"declKind": "Accessor",
|
|
5955
|
-
"usr": "c:@M@Mason@objc(cs)MasonText(im)owner",
|
|
5956
|
-
"mangledName": "$s5Mason0A4TextC5ownerACSgvg",
|
|
5957
|
-
"moduleName": "Mason",
|
|
5958
|
-
"implicit": true,
|
|
5959
|
-
"declAttributes": [
|
|
5960
|
-
"ObjC"
|
|
5961
|
-
],
|
|
5962
|
-
"accessorKind": "get"
|
|
5963
|
-
}
|
|
5964
|
-
]
|
|
5965
|
-
},
|
|
5966
|
-
{
|
|
5967
|
-
"kind": "Var",
|
|
5968
|
-
"name": "node",
|
|
5969
|
-
"printedName": "node",
|
|
5970
|
-
"children": [
|
|
5971
|
-
{
|
|
5972
|
-
"kind": "TypeNominal",
|
|
5973
|
-
"name": "MasonNode",
|
|
5974
|
-
"printedName": "Mason.MasonNode",
|
|
5975
|
-
"usr": "c:@M@Mason@objc(cs)MasonNode"
|
|
5997
|
+
]
|
|
5976
5998
|
}
|
|
5977
5999
|
],
|
|
5978
|
-
"declKind": "
|
|
5979
|
-
"usr": "c:@M@Mason@
|
|
5980
|
-
"mangledName": "$
|
|
6000
|
+
"declKind": "EnumElement",
|
|
6001
|
+
"usr": "c:@M@Mason@E@MasonTextType@MasonTextTypeP",
|
|
6002
|
+
"mangledName": "$s5Mason0A8TextTypeO1PyA2CmF",
|
|
5981
6003
|
"moduleName": "Mason",
|
|
5982
6004
|
"declAttributes": [
|
|
5983
|
-
"Final",
|
|
5984
|
-
"Preconcurrency",
|
|
5985
|
-
"Custom",
|
|
5986
|
-
"HasStorage",
|
|
5987
|
-
"AccessControl",
|
|
5988
6005
|
"ObjC"
|
|
5989
6006
|
],
|
|
5990
|
-
"
|
|
5991
|
-
"hasStorage": true,
|
|
5992
|
-
"accessors": [
|
|
5993
|
-
{
|
|
5994
|
-
"kind": "Accessor",
|
|
5995
|
-
"name": "Get",
|
|
5996
|
-
"printedName": "Get()",
|
|
5997
|
-
"children": [
|
|
5998
|
-
{
|
|
5999
|
-
"kind": "TypeNominal",
|
|
6000
|
-
"name": "MasonNode",
|
|
6001
|
-
"printedName": "Mason.MasonNode",
|
|
6002
|
-
"usr": "c:@M@Mason@objc(cs)MasonNode"
|
|
6003
|
-
}
|
|
6004
|
-
],
|
|
6005
|
-
"declKind": "Accessor",
|
|
6006
|
-
"usr": "c:@M@Mason@objc(cs)MasonText(im)node",
|
|
6007
|
-
"mangledName": "$s5Mason0A4TextC4nodeAA0A4NodeCvg",
|
|
6008
|
-
"moduleName": "Mason",
|
|
6009
|
-
"implicit": true,
|
|
6010
|
-
"declAttributes": [
|
|
6011
|
-
"Final",
|
|
6012
|
-
"ObjC"
|
|
6013
|
-
],
|
|
6014
|
-
"accessorKind": "get"
|
|
6015
|
-
}
|
|
6016
|
-
]
|
|
6007
|
+
"fixedbinaryorder": 1
|
|
6017
6008
|
},
|
|
6018
6009
|
{
|
|
6019
6010
|
"kind": "Var",
|
|
6020
|
-
"name": "
|
|
6021
|
-
"printedName": "
|
|
6011
|
+
"name": "Span",
|
|
6012
|
+
"printedName": "Span",
|
|
6022
6013
|
"children": [
|
|
6023
6014
|
{
|
|
6024
|
-
"kind": "
|
|
6025
|
-
"name": "
|
|
6026
|
-
"printedName": "
|
|
6027
|
-
"
|
|
6015
|
+
"kind": "TypeFunc",
|
|
6016
|
+
"name": "Function",
|
|
6017
|
+
"printedName": "(Mason.MasonTextType.Type) -> Mason.MasonTextType",
|
|
6018
|
+
"children": [
|
|
6019
|
+
{
|
|
6020
|
+
"kind": "TypeNominal",
|
|
6021
|
+
"name": "MasonTextType",
|
|
6022
|
+
"printedName": "Mason.MasonTextType",
|
|
6023
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
6024
|
+
},
|
|
6025
|
+
{
|
|
6026
|
+
"kind": "TypeNominal",
|
|
6027
|
+
"name": "Metatype",
|
|
6028
|
+
"printedName": "Mason.MasonTextType.Type",
|
|
6029
|
+
"children": [
|
|
6030
|
+
{
|
|
6031
|
+
"kind": "TypeNominal",
|
|
6032
|
+
"name": "MasonTextType",
|
|
6033
|
+
"printedName": "Mason.MasonTextType",
|
|
6034
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
6035
|
+
}
|
|
6036
|
+
]
|
|
6037
|
+
}
|
|
6038
|
+
]
|
|
6028
6039
|
}
|
|
6029
6040
|
],
|
|
6030
|
-
"declKind": "
|
|
6031
|
-
"usr": "c:@M@Mason@
|
|
6032
|
-
"mangledName": "$
|
|
6041
|
+
"declKind": "EnumElement",
|
|
6042
|
+
"usr": "c:@M@Mason@E@MasonTextType@MasonTextTypeSpan",
|
|
6043
|
+
"mangledName": "$s5Mason0A8TextTypeO4SpanyA2CmF",
|
|
6033
6044
|
"moduleName": "Mason",
|
|
6034
6045
|
"declAttributes": [
|
|
6035
|
-
"HasInitialValue",
|
|
6036
|
-
"Preconcurrency",
|
|
6037
|
-
"Custom",
|
|
6038
|
-
"HasStorage",
|
|
6039
|
-
"SetterAccess",
|
|
6040
|
-
"AccessControl",
|
|
6041
6046
|
"ObjC"
|
|
6042
6047
|
],
|
|
6043
|
-
"
|
|
6044
|
-
|
|
6048
|
+
"fixedbinaryorder": 2
|
|
6049
|
+
},
|
|
6050
|
+
{
|
|
6051
|
+
"kind": "Var",
|
|
6052
|
+
"name": "Code",
|
|
6053
|
+
"printedName": "Code",
|
|
6054
|
+
"children": [
|
|
6045
6055
|
{
|
|
6046
|
-
"kind": "
|
|
6047
|
-
"name": "
|
|
6048
|
-
"printedName": "
|
|
6056
|
+
"kind": "TypeFunc",
|
|
6057
|
+
"name": "Function",
|
|
6058
|
+
"printedName": "(Mason.MasonTextType.Type) -> Mason.MasonTextType",
|
|
6049
6059
|
"children": [
|
|
6050
6060
|
{
|
|
6051
6061
|
"kind": "TypeNominal",
|
|
6052
|
-
"name": "
|
|
6053
|
-
"printedName": "
|
|
6054
|
-
"usr": "
|
|
6062
|
+
"name": "MasonTextType",
|
|
6063
|
+
"printedName": "Mason.MasonTextType",
|
|
6064
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
6065
|
+
},
|
|
6066
|
+
{
|
|
6067
|
+
"kind": "TypeNominal",
|
|
6068
|
+
"name": "Metatype",
|
|
6069
|
+
"printedName": "Mason.MasonTextType.Type",
|
|
6070
|
+
"children": [
|
|
6071
|
+
{
|
|
6072
|
+
"kind": "TypeNominal",
|
|
6073
|
+
"name": "MasonTextType",
|
|
6074
|
+
"printedName": "Mason.MasonTextType",
|
|
6075
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
6076
|
+
}
|
|
6077
|
+
]
|
|
6055
6078
|
}
|
|
6056
|
-
]
|
|
6057
|
-
"declKind": "Accessor",
|
|
6058
|
-
"usr": "c:@M@Mason@objc(cs)MasonText(im)textValues",
|
|
6059
|
-
"mangledName": "$s5Mason0A4TextC10textValues10Foundation4DataVvg",
|
|
6060
|
-
"moduleName": "Mason",
|
|
6061
|
-
"implicit": true,
|
|
6062
|
-
"declAttributes": [
|
|
6063
|
-
"ObjC"
|
|
6064
|
-
],
|
|
6065
|
-
"accessorKind": "get"
|
|
6066
|
-
}
|
|
6067
|
-
]
|
|
6068
|
-
},
|
|
6069
|
-
{
|
|
6070
|
-
"kind": "Constructor",
|
|
6071
|
-
"name": "init",
|
|
6072
|
-
"printedName": "init(mason:)",
|
|
6073
|
-
"children": [
|
|
6074
|
-
{
|
|
6075
|
-
"kind": "TypeNominal",
|
|
6076
|
-
"name": "MasonText",
|
|
6077
|
-
"printedName": "Mason.MasonText",
|
|
6078
|
-
"usr": "c:@M@Mason@objc(cs)MasonText"
|
|
6079
|
-
},
|
|
6080
|
-
{
|
|
6081
|
-
"kind": "TypeNominal",
|
|
6082
|
-
"name": "NSCMason",
|
|
6083
|
-
"printedName": "Mason.NSCMason",
|
|
6084
|
-
"usr": "c:@M@Mason@objc(cs)NSCMason"
|
|
6079
|
+
]
|
|
6085
6080
|
}
|
|
6086
6081
|
],
|
|
6087
|
-
"declKind": "
|
|
6088
|
-
"usr": "c:@M@Mason@
|
|
6089
|
-
"mangledName": "$
|
|
6082
|
+
"declKind": "EnumElement",
|
|
6083
|
+
"usr": "c:@M@Mason@E@MasonTextType@MasonTextTypeCode",
|
|
6084
|
+
"mangledName": "$s5Mason0A8TextTypeO4CodeyA2CmF",
|
|
6090
6085
|
"moduleName": "Mason",
|
|
6091
6086
|
"declAttributes": [
|
|
6092
|
-
"Preconcurrency",
|
|
6093
|
-
"Custom",
|
|
6094
|
-
"AccessControl",
|
|
6095
6087
|
"ObjC"
|
|
6096
6088
|
],
|
|
6097
|
-
"
|
|
6089
|
+
"fixedbinaryorder": 3
|
|
6098
6090
|
},
|
|
6099
6091
|
{
|
|
6100
|
-
"kind": "
|
|
6101
|
-
"name": "
|
|
6102
|
-
"printedName": "
|
|
6092
|
+
"kind": "Var",
|
|
6093
|
+
"name": "H1",
|
|
6094
|
+
"printedName": "H1",
|
|
6103
6095
|
"children": [
|
|
6104
6096
|
{
|
|
6105
|
-
"kind": "
|
|
6106
|
-
"name": "
|
|
6107
|
-
"printedName": "Mason.
|
|
6108
|
-
"
|
|
6109
|
-
|
|
6110
|
-
|
|
6111
|
-
|
|
6112
|
-
|
|
6113
|
-
|
|
6114
|
-
|
|
6097
|
+
"kind": "TypeFunc",
|
|
6098
|
+
"name": "Function",
|
|
6099
|
+
"printedName": "(Mason.MasonTextType.Type) -> Mason.MasonTextType",
|
|
6100
|
+
"children": [
|
|
6101
|
+
{
|
|
6102
|
+
"kind": "TypeNominal",
|
|
6103
|
+
"name": "MasonTextType",
|
|
6104
|
+
"printedName": "Mason.MasonTextType",
|
|
6105
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
6106
|
+
},
|
|
6107
|
+
{
|
|
6108
|
+
"kind": "TypeNominal",
|
|
6109
|
+
"name": "Metatype",
|
|
6110
|
+
"printedName": "Mason.MasonTextType.Type",
|
|
6111
|
+
"children": [
|
|
6112
|
+
{
|
|
6113
|
+
"kind": "TypeNominal",
|
|
6114
|
+
"name": "MasonTextType",
|
|
6115
|
+
"printedName": "Mason.MasonTextType",
|
|
6116
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
6117
|
+
}
|
|
6118
|
+
]
|
|
6119
|
+
}
|
|
6120
|
+
]
|
|
6115
6121
|
}
|
|
6116
6122
|
],
|
|
6117
|
-
"declKind": "
|
|
6118
|
-
"usr": "c:@M@Mason@
|
|
6119
|
-
"mangledName": "$
|
|
6123
|
+
"declKind": "EnumElement",
|
|
6124
|
+
"usr": "c:@M@Mason@E@MasonTextType@MasonTextTypeH1",
|
|
6125
|
+
"mangledName": "$s5Mason0A8TextTypeO2H1yA2CmF",
|
|
6120
6126
|
"moduleName": "Mason",
|
|
6121
6127
|
"declAttributes": [
|
|
6122
|
-
"Preconcurrency",
|
|
6123
|
-
"Custom",
|
|
6124
|
-
"AccessControl",
|
|
6125
6128
|
"ObjC"
|
|
6126
6129
|
],
|
|
6127
|
-
"
|
|
6130
|
+
"fixedbinaryorder": 4
|
|
6128
6131
|
},
|
|
6129
6132
|
{
|
|
6130
6133
|
"kind": "Var",
|
|
6131
|
-
"name": "
|
|
6132
|
-
"printedName": "
|
|
6134
|
+
"name": "H2",
|
|
6135
|
+
"printedName": "H2",
|
|
6133
6136
|
"children": [
|
|
6134
6137
|
{
|
|
6135
|
-
"kind": "
|
|
6136
|
-
"name": "
|
|
6137
|
-
"printedName": "
|
|
6138
|
-
"
|
|
6138
|
+
"kind": "TypeFunc",
|
|
6139
|
+
"name": "Function",
|
|
6140
|
+
"printedName": "(Mason.MasonTextType.Type) -> Mason.MasonTextType",
|
|
6141
|
+
"children": [
|
|
6142
|
+
{
|
|
6143
|
+
"kind": "TypeNominal",
|
|
6144
|
+
"name": "MasonTextType",
|
|
6145
|
+
"printedName": "Mason.MasonTextType",
|
|
6146
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
6147
|
+
},
|
|
6148
|
+
{
|
|
6149
|
+
"kind": "TypeNominal",
|
|
6150
|
+
"name": "Metatype",
|
|
6151
|
+
"printedName": "Mason.MasonTextType.Type",
|
|
6152
|
+
"children": [
|
|
6153
|
+
{
|
|
6154
|
+
"kind": "TypeNominal",
|
|
6155
|
+
"name": "MasonTextType",
|
|
6156
|
+
"printedName": "Mason.MasonTextType",
|
|
6157
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
6158
|
+
}
|
|
6159
|
+
]
|
|
6160
|
+
}
|
|
6161
|
+
]
|
|
6139
6162
|
}
|
|
6140
6163
|
],
|
|
6141
|
-
"declKind": "
|
|
6142
|
-
"usr": "c:@M@Mason@
|
|
6143
|
-
"mangledName": "$
|
|
6164
|
+
"declKind": "EnumElement",
|
|
6165
|
+
"usr": "c:@M@Mason@E@MasonTextType@MasonTextTypeH2",
|
|
6166
|
+
"mangledName": "$s5Mason0A8TextTypeO2H2yA2CmF",
|
|
6144
6167
|
"moduleName": "Mason",
|
|
6145
6168
|
"declAttributes": [
|
|
6146
|
-
"Preconcurrency",
|
|
6147
|
-
"Custom",
|
|
6148
|
-
"AccessControl",
|
|
6149
6169
|
"ObjC"
|
|
6150
6170
|
],
|
|
6151
|
-
"
|
|
6171
|
+
"fixedbinaryorder": 5
|
|
6172
|
+
},
|
|
6173
|
+
{
|
|
6174
|
+
"kind": "Var",
|
|
6175
|
+
"name": "H3",
|
|
6176
|
+
"printedName": "H3",
|
|
6177
|
+
"children": [
|
|
6152
6178
|
{
|
|
6153
|
-
"kind": "
|
|
6154
|
-
"name": "
|
|
6155
|
-
"printedName": "
|
|
6179
|
+
"kind": "TypeFunc",
|
|
6180
|
+
"name": "Function",
|
|
6181
|
+
"printedName": "(Mason.MasonTextType.Type) -> Mason.MasonTextType",
|
|
6156
6182
|
"children": [
|
|
6157
6183
|
{
|
|
6158
6184
|
"kind": "TypeNominal",
|
|
6159
|
-
"name": "
|
|
6160
|
-
"printedName": "
|
|
6161
|
-
"usr": "c
|
|
6185
|
+
"name": "MasonTextType",
|
|
6186
|
+
"printedName": "Mason.MasonTextType",
|
|
6187
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
6188
|
+
},
|
|
6189
|
+
{
|
|
6190
|
+
"kind": "TypeNominal",
|
|
6191
|
+
"name": "Metatype",
|
|
6192
|
+
"printedName": "Mason.MasonTextType.Type",
|
|
6193
|
+
"children": [
|
|
6194
|
+
{
|
|
6195
|
+
"kind": "TypeNominal",
|
|
6196
|
+
"name": "MasonTextType",
|
|
6197
|
+
"printedName": "Mason.MasonTextType",
|
|
6198
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
6199
|
+
}
|
|
6200
|
+
]
|
|
6162
6201
|
}
|
|
6163
|
-
]
|
|
6164
|
-
"declKind": "Accessor",
|
|
6165
|
-
"usr": "c:@M@Mason@objc(cs)MasonText(im)uiView",
|
|
6166
|
-
"mangledName": "$s5Mason0A4TextC6uiViewSo6UIViewCvg",
|
|
6167
|
-
"moduleName": "Mason",
|
|
6168
|
-
"declAttributes": [
|
|
6169
|
-
"ObjC"
|
|
6170
|
-
],
|
|
6171
|
-
"accessorKind": "get"
|
|
6202
|
+
]
|
|
6172
6203
|
}
|
|
6173
|
-
]
|
|
6204
|
+
],
|
|
6205
|
+
"declKind": "EnumElement",
|
|
6206
|
+
"usr": "c:@M@Mason@E@MasonTextType@MasonTextTypeH3",
|
|
6207
|
+
"mangledName": "$s5Mason0A8TextTypeO2H3yA2CmF",
|
|
6208
|
+
"moduleName": "Mason",
|
|
6209
|
+
"declAttributes": [
|
|
6210
|
+
"ObjC"
|
|
6211
|
+
],
|
|
6212
|
+
"fixedbinaryorder": 6
|
|
6174
6213
|
},
|
|
6175
6214
|
{
|
|
6176
6215
|
"kind": "Var",
|
|
6177
|
-
"name": "
|
|
6178
|
-
"printedName": "
|
|
6216
|
+
"name": "H4",
|
|
6217
|
+
"printedName": "H4",
|
|
6179
6218
|
"children": [
|
|
6180
6219
|
{
|
|
6181
|
-
"kind": "
|
|
6182
|
-
"name": "
|
|
6183
|
-
"printedName": "Mason.
|
|
6184
|
-
"
|
|
6220
|
+
"kind": "TypeFunc",
|
|
6221
|
+
"name": "Function",
|
|
6222
|
+
"printedName": "(Mason.MasonTextType.Type) -> Mason.MasonTextType",
|
|
6223
|
+
"children": [
|
|
6224
|
+
{
|
|
6225
|
+
"kind": "TypeNominal",
|
|
6226
|
+
"name": "MasonTextType",
|
|
6227
|
+
"printedName": "Mason.MasonTextType",
|
|
6228
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
6229
|
+
},
|
|
6230
|
+
{
|
|
6231
|
+
"kind": "TypeNominal",
|
|
6232
|
+
"name": "Metatype",
|
|
6233
|
+
"printedName": "Mason.MasonTextType.Type",
|
|
6234
|
+
"children": [
|
|
6235
|
+
{
|
|
6236
|
+
"kind": "TypeNominal",
|
|
6237
|
+
"name": "MasonTextType",
|
|
6238
|
+
"printedName": "Mason.MasonTextType",
|
|
6239
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
6240
|
+
}
|
|
6241
|
+
]
|
|
6242
|
+
}
|
|
6243
|
+
]
|
|
6185
6244
|
}
|
|
6186
6245
|
],
|
|
6187
|
-
"declKind": "
|
|
6188
|
-
"usr": "c:@M@Mason@
|
|
6189
|
-
"mangledName": "$
|
|
6246
|
+
"declKind": "EnumElement",
|
|
6247
|
+
"usr": "c:@M@Mason@E@MasonTextType@MasonTextTypeH4",
|
|
6248
|
+
"mangledName": "$s5Mason0A8TextTypeO2H4yA2CmF",
|
|
6190
6249
|
"moduleName": "Mason",
|
|
6191
6250
|
"declAttributes": [
|
|
6192
|
-
"Preconcurrency",
|
|
6193
|
-
"Custom",
|
|
6194
|
-
"AccessControl",
|
|
6195
6251
|
"ObjC"
|
|
6196
6252
|
],
|
|
6197
|
-
"
|
|
6253
|
+
"fixedbinaryorder": 7
|
|
6254
|
+
},
|
|
6255
|
+
{
|
|
6256
|
+
"kind": "Var",
|
|
6257
|
+
"name": "H5",
|
|
6258
|
+
"printedName": "H5",
|
|
6259
|
+
"children": [
|
|
6198
6260
|
{
|
|
6199
|
-
"kind": "
|
|
6200
|
-
"name": "
|
|
6201
|
-
"printedName": "
|
|
6261
|
+
"kind": "TypeFunc",
|
|
6262
|
+
"name": "Function",
|
|
6263
|
+
"printedName": "(Mason.MasonTextType.Type) -> Mason.MasonTextType",
|
|
6202
6264
|
"children": [
|
|
6203
6265
|
{
|
|
6204
6266
|
"kind": "TypeNominal",
|
|
6205
|
-
"name": "
|
|
6206
|
-
"printedName": "Mason.
|
|
6207
|
-
"usr": "c:@M@Mason@
|
|
6267
|
+
"name": "MasonTextType",
|
|
6268
|
+
"printedName": "Mason.MasonTextType",
|
|
6269
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
6270
|
+
},
|
|
6271
|
+
{
|
|
6272
|
+
"kind": "TypeNominal",
|
|
6273
|
+
"name": "Metatype",
|
|
6274
|
+
"printedName": "Mason.MasonTextType.Type",
|
|
6275
|
+
"children": [
|
|
6276
|
+
{
|
|
6277
|
+
"kind": "TypeNominal",
|
|
6278
|
+
"name": "MasonTextType",
|
|
6279
|
+
"printedName": "Mason.MasonTextType",
|
|
6280
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
6281
|
+
}
|
|
6282
|
+
]
|
|
6208
6283
|
}
|
|
6209
|
-
]
|
|
6210
|
-
"declKind": "Accessor",
|
|
6211
|
-
"usr": "c:@M@Mason@objc(cs)MasonText(im)style",
|
|
6212
|
-
"mangledName": "$s5Mason0A4TextC5styleAA0A5StyleCvg",
|
|
6213
|
-
"moduleName": "Mason",
|
|
6214
|
-
"declAttributes": [
|
|
6215
|
-
"ObjC"
|
|
6216
|
-
],
|
|
6217
|
-
"accessorKind": "get"
|
|
6218
|
-
}
|
|
6219
|
-
]
|
|
6220
|
-
},
|
|
6221
|
-
{
|
|
6222
|
-
"kind": "Function",
|
|
6223
|
-
"name": "markNodeDirty",
|
|
6224
|
-
"printedName": "markNodeDirty()",
|
|
6225
|
-
"children": [
|
|
6226
|
-
{
|
|
6227
|
-
"kind": "TypeNominal",
|
|
6228
|
-
"name": "Void",
|
|
6229
|
-
"printedName": "()"
|
|
6284
|
+
]
|
|
6230
6285
|
}
|
|
6231
6286
|
],
|
|
6232
|
-
"declKind": "
|
|
6233
|
-
"usr": "c:@M@Mason@
|
|
6234
|
-
"mangledName": "$
|
|
6287
|
+
"declKind": "EnumElement",
|
|
6288
|
+
"usr": "c:@M@Mason@E@MasonTextType@MasonTextTypeH5",
|
|
6289
|
+
"mangledName": "$s5Mason0A8TextTypeO2H5yA2CmF",
|
|
6235
6290
|
"moduleName": "Mason",
|
|
6236
6291
|
"declAttributes": [
|
|
6237
|
-
"Preconcurrency",
|
|
6238
|
-
"Custom",
|
|
6239
|
-
"AccessControl",
|
|
6240
6292
|
"ObjC"
|
|
6241
6293
|
],
|
|
6242
|
-
"
|
|
6294
|
+
"fixedbinaryorder": 8
|
|
6243
6295
|
},
|
|
6244
6296
|
{
|
|
6245
|
-
"kind": "
|
|
6246
|
-
"name": "
|
|
6247
|
-
"printedName": "
|
|
6297
|
+
"kind": "Var",
|
|
6298
|
+
"name": "H6",
|
|
6299
|
+
"printedName": "H6",
|
|
6248
6300
|
"children": [
|
|
6249
6301
|
{
|
|
6250
|
-
"kind": "
|
|
6251
|
-
"name": "
|
|
6252
|
-
"printedName": "
|
|
6253
|
-
"
|
|
6302
|
+
"kind": "TypeFunc",
|
|
6303
|
+
"name": "Function",
|
|
6304
|
+
"printedName": "(Mason.MasonTextType.Type) -> Mason.MasonTextType",
|
|
6305
|
+
"children": [
|
|
6306
|
+
{
|
|
6307
|
+
"kind": "TypeNominal",
|
|
6308
|
+
"name": "MasonTextType",
|
|
6309
|
+
"printedName": "Mason.MasonTextType",
|
|
6310
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
6311
|
+
},
|
|
6312
|
+
{
|
|
6313
|
+
"kind": "TypeNominal",
|
|
6314
|
+
"name": "Metatype",
|
|
6315
|
+
"printedName": "Mason.MasonTextType.Type",
|
|
6316
|
+
"children": [
|
|
6317
|
+
{
|
|
6318
|
+
"kind": "TypeNominal",
|
|
6319
|
+
"name": "MasonTextType",
|
|
6320
|
+
"printedName": "Mason.MasonTextType",
|
|
6321
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
6322
|
+
}
|
|
6323
|
+
]
|
|
6324
|
+
}
|
|
6325
|
+
]
|
|
6254
6326
|
}
|
|
6255
6327
|
],
|
|
6256
|
-
"declKind": "
|
|
6257
|
-
"usr": "c:@M@Mason@
|
|
6258
|
-
"mangledName": "$
|
|
6328
|
+
"declKind": "EnumElement",
|
|
6329
|
+
"usr": "c:@M@Mason@E@MasonTextType@MasonTextTypeH6",
|
|
6330
|
+
"mangledName": "$s5Mason0A8TextTypeO2H6yA2CmF",
|
|
6259
6331
|
"moduleName": "Mason",
|
|
6260
6332
|
"declAttributes": [
|
|
6261
|
-
"Preconcurrency",
|
|
6262
|
-
"Custom",
|
|
6263
|
-
"AccessControl",
|
|
6264
6333
|
"ObjC"
|
|
6265
6334
|
],
|
|
6266
|
-
"
|
|
6335
|
+
"fixedbinaryorder": 9
|
|
6267
6336
|
},
|
|
6268
6337
|
{
|
|
6269
|
-
"kind": "
|
|
6270
|
-
"name": "
|
|
6271
|
-
"printedName": "
|
|
6338
|
+
"kind": "Var",
|
|
6339
|
+
"name": "Li",
|
|
6340
|
+
"printedName": "Li",
|
|
6272
6341
|
"children": [
|
|
6273
|
-
{
|
|
6274
|
-
"kind": "TypeNominal",
|
|
6275
|
-
"name": "Void",
|
|
6276
|
-
"printedName": "()"
|
|
6277
|
-
},
|
|
6278
6342
|
{
|
|
6279
6343
|
"kind": "TypeFunc",
|
|
6280
6344
|
"name": "Function",
|
|
6281
|
-
"printedName": "(Mason.
|
|
6345
|
+
"printedName": "(Mason.MasonTextType.Type) -> Mason.MasonTextType",
|
|
6282
6346
|
"children": [
|
|
6283
6347
|
{
|
|
6284
6348
|
"kind": "TypeNominal",
|
|
6285
|
-
"name": "
|
|
6286
|
-
"printedName": "
|
|
6349
|
+
"name": "MasonTextType",
|
|
6350
|
+
"printedName": "Mason.MasonTextType",
|
|
6351
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
6287
6352
|
},
|
|
6288
6353
|
{
|
|
6289
6354
|
"kind": "TypeNominal",
|
|
6290
|
-
"name": "
|
|
6291
|
-
"printedName": "Mason.
|
|
6292
|
-
"
|
|
6355
|
+
"name": "Metatype",
|
|
6356
|
+
"printedName": "Mason.MasonTextType.Type",
|
|
6357
|
+
"children": [
|
|
6358
|
+
{
|
|
6359
|
+
"kind": "TypeNominal",
|
|
6360
|
+
"name": "MasonTextType",
|
|
6361
|
+
"printedName": "Mason.MasonTextType",
|
|
6362
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
6363
|
+
}
|
|
6364
|
+
]
|
|
6293
6365
|
}
|
|
6294
|
-
],
|
|
6295
|
-
"typeAttributes": [
|
|
6296
|
-
"noescape"
|
|
6297
6366
|
]
|
|
6298
6367
|
}
|
|
6299
6368
|
],
|
|
6300
|
-
"declKind": "
|
|
6301
|
-
"usr": "c:@M@Mason@
|
|
6302
|
-
"mangledName": "$
|
|
6369
|
+
"declKind": "EnumElement",
|
|
6370
|
+
"usr": "c:@M@Mason@E@MasonTextType@MasonTextTypeLi",
|
|
6371
|
+
"mangledName": "$s5Mason0A8TextTypeO2LiyA2CmF",
|
|
6303
6372
|
"moduleName": "Mason",
|
|
6304
6373
|
"declAttributes": [
|
|
6305
|
-
"Preconcurrency",
|
|
6306
|
-
"Custom",
|
|
6307
|
-
"AccessControl",
|
|
6308
6374
|
"ObjC"
|
|
6309
6375
|
],
|
|
6310
|
-
"
|
|
6376
|
+
"fixedbinaryorder": 10
|
|
6311
6377
|
},
|
|
6312
6378
|
{
|
|
6313
|
-
"kind": "
|
|
6314
|
-
"name": "
|
|
6315
|
-
"printedName": "
|
|
6379
|
+
"kind": "Var",
|
|
6380
|
+
"name": "Blockquote",
|
|
6381
|
+
"printedName": "Blockquote",
|
|
6316
6382
|
"children": [
|
|
6317
6383
|
{
|
|
6318
|
-
"kind": "
|
|
6319
|
-
"name": "
|
|
6320
|
-
"printedName": "()"
|
|
6321
|
-
},
|
|
6322
|
-
{
|
|
6323
|
-
"kind": "TypeNominal",
|
|
6324
|
-
"name": "Optional",
|
|
6325
|
-
"printedName": "Swift.String?",
|
|
6384
|
+
"kind": "TypeFunc",
|
|
6385
|
+
"name": "Function",
|
|
6386
|
+
"printedName": "(Mason.MasonTextType.Type) -> Mason.MasonTextType",
|
|
6326
6387
|
"children": [
|
|
6327
6388
|
{
|
|
6328
6389
|
"kind": "TypeNominal",
|
|
6329
|
-
"name": "
|
|
6390
|
+
"name": "MasonTextType",
|
|
6391
|
+
"printedName": "Mason.MasonTextType",
|
|
6392
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
6393
|
+
},
|
|
6394
|
+
{
|
|
6395
|
+
"kind": "TypeNominal",
|
|
6396
|
+
"name": "Metatype",
|
|
6397
|
+
"printedName": "Mason.MasonTextType.Type",
|
|
6398
|
+
"children": [
|
|
6399
|
+
{
|
|
6400
|
+
"kind": "TypeNominal",
|
|
6401
|
+
"name": "MasonTextType",
|
|
6402
|
+
"printedName": "Mason.MasonTextType",
|
|
6403
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
6404
|
+
}
|
|
6405
|
+
]
|
|
6406
|
+
}
|
|
6407
|
+
]
|
|
6408
|
+
}
|
|
6409
|
+
],
|
|
6410
|
+
"declKind": "EnumElement",
|
|
6411
|
+
"usr": "c:@M@Mason@E@MasonTextType@MasonTextTypeBlockquote",
|
|
6412
|
+
"mangledName": "$s5Mason0A8TextTypeO10BlockquoteyA2CmF",
|
|
6413
|
+
"moduleName": "Mason",
|
|
6414
|
+
"declAttributes": [
|
|
6415
|
+
"ObjC"
|
|
6416
|
+
],
|
|
6417
|
+
"fixedbinaryorder": 11
|
|
6418
|
+
},
|
|
6419
|
+
{
|
|
6420
|
+
"kind": "Var",
|
|
6421
|
+
"name": "B",
|
|
6422
|
+
"printedName": "B",
|
|
6423
|
+
"children": [
|
|
6424
|
+
{
|
|
6425
|
+
"kind": "TypeFunc",
|
|
6426
|
+
"name": "Function",
|
|
6427
|
+
"printedName": "(Mason.MasonTextType.Type) -> Mason.MasonTextType",
|
|
6428
|
+
"children": [
|
|
6429
|
+
{
|
|
6430
|
+
"kind": "TypeNominal",
|
|
6431
|
+
"name": "MasonTextType",
|
|
6432
|
+
"printedName": "Mason.MasonTextType",
|
|
6433
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
6434
|
+
},
|
|
6435
|
+
{
|
|
6436
|
+
"kind": "TypeNominal",
|
|
6437
|
+
"name": "Metatype",
|
|
6438
|
+
"printedName": "Mason.MasonTextType.Type",
|
|
6439
|
+
"children": [
|
|
6440
|
+
{
|
|
6441
|
+
"kind": "TypeNominal",
|
|
6442
|
+
"name": "MasonTextType",
|
|
6443
|
+
"printedName": "Mason.MasonTextType",
|
|
6444
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
6445
|
+
}
|
|
6446
|
+
]
|
|
6447
|
+
}
|
|
6448
|
+
]
|
|
6449
|
+
}
|
|
6450
|
+
],
|
|
6451
|
+
"declKind": "EnumElement",
|
|
6452
|
+
"usr": "c:@M@Mason@E@MasonTextType@MasonTextTypeB",
|
|
6453
|
+
"mangledName": "$s5Mason0A8TextTypeO1ByA2CmF",
|
|
6454
|
+
"moduleName": "Mason",
|
|
6455
|
+
"declAttributes": [
|
|
6456
|
+
"ObjC"
|
|
6457
|
+
],
|
|
6458
|
+
"fixedbinaryorder": 12
|
|
6459
|
+
},
|
|
6460
|
+
{
|
|
6461
|
+
"kind": "Var",
|
|
6462
|
+
"name": "rawValue",
|
|
6463
|
+
"printedName": "rawValue",
|
|
6464
|
+
"children": [
|
|
6465
|
+
{
|
|
6466
|
+
"kind": "TypeNominal",
|
|
6467
|
+
"name": "Int32",
|
|
6468
|
+
"printedName": "Swift.Int32",
|
|
6469
|
+
"usr": "s:s5Int32V"
|
|
6470
|
+
}
|
|
6471
|
+
],
|
|
6472
|
+
"declKind": "Var",
|
|
6473
|
+
"usr": "s:5Mason0A8TextTypeO8rawValues5Int32Vvp",
|
|
6474
|
+
"mangledName": "$s5Mason0A8TextTypeO8rawValues5Int32Vvp",
|
|
6475
|
+
"moduleName": "Mason",
|
|
6476
|
+
"declAttributes": [
|
|
6477
|
+
"AccessControl"
|
|
6478
|
+
],
|
|
6479
|
+
"accessors": [
|
|
6480
|
+
{
|
|
6481
|
+
"kind": "Accessor",
|
|
6482
|
+
"name": "Get",
|
|
6483
|
+
"printedName": "Get()",
|
|
6484
|
+
"children": [
|
|
6485
|
+
{
|
|
6486
|
+
"kind": "TypeNominal",
|
|
6487
|
+
"name": "Int32",
|
|
6488
|
+
"printedName": "Swift.Int32",
|
|
6489
|
+
"usr": "s:s5Int32V"
|
|
6490
|
+
}
|
|
6491
|
+
],
|
|
6492
|
+
"declKind": "Accessor",
|
|
6493
|
+
"usr": "s:5Mason0A8TextTypeO8rawValues5Int32Vvg",
|
|
6494
|
+
"mangledName": "$s5Mason0A8TextTypeO8rawValues5Int32Vvg",
|
|
6495
|
+
"moduleName": "Mason",
|
|
6496
|
+
"accessorKind": "get"
|
|
6497
|
+
}
|
|
6498
|
+
]
|
|
6499
|
+
},
|
|
6500
|
+
{
|
|
6501
|
+
"kind": "Constructor",
|
|
6502
|
+
"name": "init",
|
|
6503
|
+
"printedName": "init(rawValue:)",
|
|
6504
|
+
"children": [
|
|
6505
|
+
{
|
|
6506
|
+
"kind": "TypeNominal",
|
|
6507
|
+
"name": "Optional",
|
|
6508
|
+
"printedName": "Mason.MasonTextType?",
|
|
6509
|
+
"children": [
|
|
6510
|
+
{
|
|
6511
|
+
"kind": "TypeNominal",
|
|
6512
|
+
"name": "MasonTextType",
|
|
6513
|
+
"printedName": "Mason.MasonTextType",
|
|
6514
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
6515
|
+
}
|
|
6516
|
+
],
|
|
6517
|
+
"usr": "s:Sq"
|
|
6518
|
+
},
|
|
6519
|
+
{
|
|
6520
|
+
"kind": "TypeNominal",
|
|
6521
|
+
"name": "Int32",
|
|
6522
|
+
"printedName": "Swift.Int32",
|
|
6523
|
+
"usr": "s:s5Int32V"
|
|
6524
|
+
}
|
|
6525
|
+
],
|
|
6526
|
+
"declKind": "Constructor",
|
|
6527
|
+
"usr": "s:5Mason0A8TextTypeO8rawValueACSgs5Int32V_tcfc",
|
|
6528
|
+
"mangledName": "$s5Mason0A8TextTypeO8rawValueACSgs5Int32V_tcfc",
|
|
6529
|
+
"moduleName": "Mason",
|
|
6530
|
+
"declAttributes": [
|
|
6531
|
+
"AccessControl"
|
|
6532
|
+
],
|
|
6533
|
+
"init_kind": "Designated"
|
|
6534
|
+
},
|
|
6535
|
+
{
|
|
6536
|
+
"kind": "Var",
|
|
6537
|
+
"name": "description",
|
|
6538
|
+
"printedName": "description",
|
|
6539
|
+
"children": [
|
|
6540
|
+
{
|
|
6541
|
+
"kind": "TypeNominal",
|
|
6542
|
+
"name": "String",
|
|
6543
|
+
"printedName": "Swift.String",
|
|
6544
|
+
"usr": "s:SS"
|
|
6545
|
+
}
|
|
6546
|
+
],
|
|
6547
|
+
"declKind": "Var",
|
|
6548
|
+
"usr": "s:5Mason0A8TextTypeO11descriptionSSvp",
|
|
6549
|
+
"mangledName": "$s5Mason0A8TextTypeO11descriptionSSvp",
|
|
6550
|
+
"moduleName": "Mason",
|
|
6551
|
+
"declAttributes": [
|
|
6552
|
+
"AccessControl"
|
|
6553
|
+
],
|
|
6554
|
+
"accessors": [
|
|
6555
|
+
{
|
|
6556
|
+
"kind": "Accessor",
|
|
6557
|
+
"name": "Get",
|
|
6558
|
+
"printedName": "Get()",
|
|
6559
|
+
"children": [
|
|
6560
|
+
{
|
|
6561
|
+
"kind": "TypeNominal",
|
|
6562
|
+
"name": "String",
|
|
6563
|
+
"printedName": "Swift.String",
|
|
6564
|
+
"usr": "s:SS"
|
|
6565
|
+
}
|
|
6566
|
+
],
|
|
6567
|
+
"declKind": "Accessor",
|
|
6568
|
+
"usr": "s:5Mason0A8TextTypeO11descriptionSSvg",
|
|
6569
|
+
"mangledName": "$s5Mason0A8TextTypeO11descriptionSSvg",
|
|
6570
|
+
"moduleName": "Mason",
|
|
6571
|
+
"accessorKind": "get"
|
|
6572
|
+
}
|
|
6573
|
+
]
|
|
6574
|
+
}
|
|
6575
|
+
],
|
|
6576
|
+
"declKind": "Enum",
|
|
6577
|
+
"usr": "c:@M@Mason@E@MasonTextType",
|
|
6578
|
+
"mangledName": "$s5Mason0A8TextTypeO",
|
|
6579
|
+
"moduleName": "Mason",
|
|
6580
|
+
"objc_name": "MasonTextType",
|
|
6581
|
+
"declAttributes": [
|
|
6582
|
+
"AccessControl",
|
|
6583
|
+
"ObjC"
|
|
6584
|
+
],
|
|
6585
|
+
"enumRawTypeName": "Int",
|
|
6586
|
+
"conformances": [
|
|
6587
|
+
{
|
|
6588
|
+
"kind": "Conformance",
|
|
6589
|
+
"name": "Copyable",
|
|
6590
|
+
"printedName": "Copyable",
|
|
6591
|
+
"usr": "s:s8CopyableP",
|
|
6592
|
+
"mangledName": "$ss8CopyableP"
|
|
6593
|
+
},
|
|
6594
|
+
{
|
|
6595
|
+
"kind": "Conformance",
|
|
6596
|
+
"name": "Escapable",
|
|
6597
|
+
"printedName": "Escapable",
|
|
6598
|
+
"usr": "s:s9EscapableP",
|
|
6599
|
+
"mangledName": "$ss9EscapableP"
|
|
6600
|
+
},
|
|
6601
|
+
{
|
|
6602
|
+
"kind": "Conformance",
|
|
6603
|
+
"name": "Equatable",
|
|
6604
|
+
"printedName": "Equatable",
|
|
6605
|
+
"usr": "s:SQ",
|
|
6606
|
+
"mangledName": "$sSQ"
|
|
6607
|
+
},
|
|
6608
|
+
{
|
|
6609
|
+
"kind": "Conformance",
|
|
6610
|
+
"name": "Hashable",
|
|
6611
|
+
"printedName": "Hashable",
|
|
6612
|
+
"usr": "s:SH",
|
|
6613
|
+
"mangledName": "$sSH"
|
|
6614
|
+
},
|
|
6615
|
+
{
|
|
6616
|
+
"kind": "Conformance",
|
|
6617
|
+
"name": "RawRepresentable",
|
|
6618
|
+
"printedName": "RawRepresentable",
|
|
6619
|
+
"children": [
|
|
6620
|
+
{
|
|
6621
|
+
"kind": "TypeWitness",
|
|
6622
|
+
"name": "RawValue",
|
|
6623
|
+
"printedName": "RawValue",
|
|
6624
|
+
"children": [
|
|
6625
|
+
{
|
|
6626
|
+
"kind": "TypeNominal",
|
|
6627
|
+
"name": "Int32",
|
|
6628
|
+
"printedName": "Swift.Int32",
|
|
6629
|
+
"usr": "s:s5Int32V"
|
|
6630
|
+
}
|
|
6631
|
+
]
|
|
6632
|
+
}
|
|
6633
|
+
],
|
|
6634
|
+
"usr": "s:SY",
|
|
6635
|
+
"mangledName": "$sSY"
|
|
6636
|
+
},
|
|
6637
|
+
{
|
|
6638
|
+
"kind": "Conformance",
|
|
6639
|
+
"name": "CustomStringConvertible",
|
|
6640
|
+
"printedName": "CustomStringConvertible",
|
|
6641
|
+
"usr": "s:s23CustomStringConvertibleP",
|
|
6642
|
+
"mangledName": "$ss23CustomStringConvertibleP"
|
|
6643
|
+
}
|
|
6644
|
+
]
|
|
6645
|
+
},
|
|
6646
|
+
{
|
|
6647
|
+
"kind": "TypeDecl",
|
|
6648
|
+
"name": "MasonText",
|
|
6649
|
+
"printedName": "MasonText",
|
|
6650
|
+
"children": [
|
|
6651
|
+
{
|
|
6652
|
+
"kind": "Var",
|
|
6653
|
+
"name": "owner",
|
|
6654
|
+
"printedName": "owner",
|
|
6655
|
+
"children": [
|
|
6656
|
+
{
|
|
6657
|
+
"kind": "TypeNominal",
|
|
6658
|
+
"name": "Optional",
|
|
6659
|
+
"printedName": "Mason.MasonText?",
|
|
6660
|
+
"children": [
|
|
6661
|
+
{
|
|
6662
|
+
"kind": "TypeNominal",
|
|
6663
|
+
"name": "MasonText",
|
|
6664
|
+
"printedName": "Mason.MasonText",
|
|
6665
|
+
"usr": "c:@M@Mason@objc(cs)MasonText"
|
|
6666
|
+
}
|
|
6667
|
+
],
|
|
6668
|
+
"usr": "s:Sq"
|
|
6669
|
+
}
|
|
6670
|
+
],
|
|
6671
|
+
"declKind": "Var",
|
|
6672
|
+
"usr": "c:@M@Mason@objc(cs)MasonText(py)owner",
|
|
6673
|
+
"mangledName": "$s5Mason0A4TextC5ownerACSgvp",
|
|
6674
|
+
"moduleName": "Mason",
|
|
6675
|
+
"declAttributes": [
|
|
6676
|
+
"HasInitialValue",
|
|
6677
|
+
"Preconcurrency",
|
|
6678
|
+
"Custom",
|
|
6679
|
+
"HasStorage",
|
|
6680
|
+
"SetterAccess",
|
|
6681
|
+
"AccessControl",
|
|
6682
|
+
"ObjC"
|
|
6683
|
+
],
|
|
6684
|
+
"hasStorage": true,
|
|
6685
|
+
"accessors": [
|
|
6686
|
+
{
|
|
6687
|
+
"kind": "Accessor",
|
|
6688
|
+
"name": "Get",
|
|
6689
|
+
"printedName": "Get()",
|
|
6690
|
+
"children": [
|
|
6691
|
+
{
|
|
6692
|
+
"kind": "TypeNominal",
|
|
6693
|
+
"name": "Optional",
|
|
6694
|
+
"printedName": "Mason.MasonText?",
|
|
6695
|
+
"children": [
|
|
6696
|
+
{
|
|
6697
|
+
"kind": "TypeNominal",
|
|
6698
|
+
"name": "MasonText",
|
|
6699
|
+
"printedName": "Mason.MasonText",
|
|
6700
|
+
"usr": "c:@M@Mason@objc(cs)MasonText"
|
|
6701
|
+
}
|
|
6702
|
+
],
|
|
6703
|
+
"usr": "s:Sq"
|
|
6704
|
+
}
|
|
6705
|
+
],
|
|
6706
|
+
"declKind": "Accessor",
|
|
6707
|
+
"usr": "c:@M@Mason@objc(cs)MasonText(im)owner",
|
|
6708
|
+
"mangledName": "$s5Mason0A4TextC5ownerACSgvg",
|
|
6709
|
+
"moduleName": "Mason",
|
|
6710
|
+
"implicit": true,
|
|
6711
|
+
"declAttributes": [
|
|
6712
|
+
"ObjC"
|
|
6713
|
+
],
|
|
6714
|
+
"accessorKind": "get"
|
|
6715
|
+
}
|
|
6716
|
+
]
|
|
6717
|
+
},
|
|
6718
|
+
{
|
|
6719
|
+
"kind": "Var",
|
|
6720
|
+
"name": "node",
|
|
6721
|
+
"printedName": "node",
|
|
6722
|
+
"children": [
|
|
6723
|
+
{
|
|
6724
|
+
"kind": "TypeNominal",
|
|
6725
|
+
"name": "MasonNode",
|
|
6726
|
+
"printedName": "Mason.MasonNode",
|
|
6727
|
+
"usr": "c:@M@Mason@objc(cs)MasonNode"
|
|
6728
|
+
}
|
|
6729
|
+
],
|
|
6730
|
+
"declKind": "Var",
|
|
6731
|
+
"usr": "c:@M@Mason@objc(cs)MasonText(py)node",
|
|
6732
|
+
"mangledName": "$s5Mason0A4TextC4nodeAA0A4NodeCvp",
|
|
6733
|
+
"moduleName": "Mason",
|
|
6734
|
+
"declAttributes": [
|
|
6735
|
+
"Final",
|
|
6736
|
+
"Preconcurrency",
|
|
6737
|
+
"Custom",
|
|
6738
|
+
"HasStorage",
|
|
6739
|
+
"AccessControl",
|
|
6740
|
+
"ObjC"
|
|
6741
|
+
],
|
|
6742
|
+
"isLet": true,
|
|
6743
|
+
"hasStorage": true,
|
|
6744
|
+
"accessors": [
|
|
6745
|
+
{
|
|
6746
|
+
"kind": "Accessor",
|
|
6747
|
+
"name": "Get",
|
|
6748
|
+
"printedName": "Get()",
|
|
6749
|
+
"children": [
|
|
6750
|
+
{
|
|
6751
|
+
"kind": "TypeNominal",
|
|
6752
|
+
"name": "MasonNode",
|
|
6753
|
+
"printedName": "Mason.MasonNode",
|
|
6754
|
+
"usr": "c:@M@Mason@objc(cs)MasonNode"
|
|
6755
|
+
}
|
|
6756
|
+
],
|
|
6757
|
+
"declKind": "Accessor",
|
|
6758
|
+
"usr": "c:@M@Mason@objc(cs)MasonText(im)node",
|
|
6759
|
+
"mangledName": "$s5Mason0A4TextC4nodeAA0A4NodeCvg",
|
|
6760
|
+
"moduleName": "Mason",
|
|
6761
|
+
"implicit": true,
|
|
6762
|
+
"declAttributes": [
|
|
6763
|
+
"Final",
|
|
6764
|
+
"ObjC"
|
|
6765
|
+
],
|
|
6766
|
+
"accessorKind": "get"
|
|
6767
|
+
}
|
|
6768
|
+
]
|
|
6769
|
+
},
|
|
6770
|
+
{
|
|
6771
|
+
"kind": "Var",
|
|
6772
|
+
"name": "textValues",
|
|
6773
|
+
"printedName": "textValues",
|
|
6774
|
+
"children": [
|
|
6775
|
+
{
|
|
6776
|
+
"kind": "TypeNominal",
|
|
6777
|
+
"name": "Data",
|
|
6778
|
+
"printedName": "Foundation.Data",
|
|
6779
|
+
"usr": "s:10Foundation4DataV"
|
|
6780
|
+
}
|
|
6781
|
+
],
|
|
6782
|
+
"declKind": "Var",
|
|
6783
|
+
"usr": "c:@M@Mason@objc(cs)MasonText(py)textValues",
|
|
6784
|
+
"mangledName": "$s5Mason0A4TextC10textValues10Foundation4DataVvp",
|
|
6785
|
+
"moduleName": "Mason",
|
|
6786
|
+
"declAttributes": [
|
|
6787
|
+
"HasInitialValue",
|
|
6788
|
+
"Preconcurrency",
|
|
6789
|
+
"Custom",
|
|
6790
|
+
"HasStorage",
|
|
6791
|
+
"SetterAccess",
|
|
6792
|
+
"AccessControl",
|
|
6793
|
+
"ObjC"
|
|
6794
|
+
],
|
|
6795
|
+
"hasStorage": true,
|
|
6796
|
+
"accessors": [
|
|
6797
|
+
{
|
|
6798
|
+
"kind": "Accessor",
|
|
6799
|
+
"name": "Get",
|
|
6800
|
+
"printedName": "Get()",
|
|
6801
|
+
"children": [
|
|
6802
|
+
{
|
|
6803
|
+
"kind": "TypeNominal",
|
|
6804
|
+
"name": "Data",
|
|
6805
|
+
"printedName": "Foundation.Data",
|
|
6806
|
+
"usr": "s:10Foundation4DataV"
|
|
6807
|
+
}
|
|
6808
|
+
],
|
|
6809
|
+
"declKind": "Accessor",
|
|
6810
|
+
"usr": "c:@M@Mason@objc(cs)MasonText(im)textValues",
|
|
6811
|
+
"mangledName": "$s5Mason0A4TextC10textValues10Foundation4DataVvg",
|
|
6812
|
+
"moduleName": "Mason",
|
|
6813
|
+
"implicit": true,
|
|
6814
|
+
"declAttributes": [
|
|
6815
|
+
"ObjC"
|
|
6816
|
+
],
|
|
6817
|
+
"accessorKind": "get"
|
|
6818
|
+
}
|
|
6819
|
+
]
|
|
6820
|
+
},
|
|
6821
|
+
{
|
|
6822
|
+
"kind": "Var",
|
|
6823
|
+
"name": "type",
|
|
6824
|
+
"printedName": "type",
|
|
6825
|
+
"children": [
|
|
6826
|
+
{
|
|
6827
|
+
"kind": "TypeNominal",
|
|
6828
|
+
"name": "MasonTextType",
|
|
6829
|
+
"printedName": "Mason.MasonTextType",
|
|
6830
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
6831
|
+
}
|
|
6832
|
+
],
|
|
6833
|
+
"declKind": "Var",
|
|
6834
|
+
"usr": "c:@M@Mason@objc(cs)MasonText(py)type",
|
|
6835
|
+
"mangledName": "$s5Mason0A4TextC4typeAA0aB4TypeOvp",
|
|
6836
|
+
"moduleName": "Mason",
|
|
6837
|
+
"declAttributes": [
|
|
6838
|
+
"Final",
|
|
6839
|
+
"Preconcurrency",
|
|
6840
|
+
"Custom",
|
|
6841
|
+
"HasStorage",
|
|
6842
|
+
"AccessControl",
|
|
6843
|
+
"ObjC"
|
|
6844
|
+
],
|
|
6845
|
+
"isLet": true,
|
|
6846
|
+
"hasStorage": true,
|
|
6847
|
+
"accessors": [
|
|
6848
|
+
{
|
|
6849
|
+
"kind": "Accessor",
|
|
6850
|
+
"name": "Get",
|
|
6851
|
+
"printedName": "Get()",
|
|
6852
|
+
"children": [
|
|
6853
|
+
{
|
|
6854
|
+
"kind": "TypeNominal",
|
|
6855
|
+
"name": "MasonTextType",
|
|
6856
|
+
"printedName": "Mason.MasonTextType",
|
|
6857
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
6858
|
+
}
|
|
6859
|
+
],
|
|
6860
|
+
"declKind": "Accessor",
|
|
6861
|
+
"usr": "c:@M@Mason@objc(cs)MasonText(im)type",
|
|
6862
|
+
"mangledName": "$s5Mason0A4TextC4typeAA0aB4TypeOvg",
|
|
6863
|
+
"moduleName": "Mason",
|
|
6864
|
+
"implicit": true,
|
|
6865
|
+
"declAttributes": [
|
|
6866
|
+
"Final",
|
|
6867
|
+
"ObjC"
|
|
6868
|
+
],
|
|
6869
|
+
"accessorKind": "get"
|
|
6870
|
+
}
|
|
6871
|
+
]
|
|
6872
|
+
},
|
|
6873
|
+
{
|
|
6874
|
+
"kind": "Constructor",
|
|
6875
|
+
"name": "init",
|
|
6876
|
+
"printedName": "init(mason:type:)",
|
|
6877
|
+
"children": [
|
|
6878
|
+
{
|
|
6879
|
+
"kind": "TypeNominal",
|
|
6880
|
+
"name": "MasonText",
|
|
6881
|
+
"printedName": "Mason.MasonText",
|
|
6882
|
+
"usr": "c:@M@Mason@objc(cs)MasonText"
|
|
6883
|
+
},
|
|
6884
|
+
{
|
|
6885
|
+
"kind": "TypeNominal",
|
|
6886
|
+
"name": "NSCMason",
|
|
6887
|
+
"printedName": "Mason.NSCMason",
|
|
6888
|
+
"usr": "c:@M@Mason@objc(cs)NSCMason"
|
|
6889
|
+
},
|
|
6890
|
+
{
|
|
6891
|
+
"kind": "TypeNominal",
|
|
6892
|
+
"name": "MasonTextType",
|
|
6893
|
+
"printedName": "Mason.MasonTextType",
|
|
6894
|
+
"usr": "c:@M@Mason@E@MasonTextType"
|
|
6895
|
+
}
|
|
6896
|
+
],
|
|
6897
|
+
"declKind": "Constructor",
|
|
6898
|
+
"usr": "c:@M@Mason@objc(cs)MasonText(im)initWithMason:type:",
|
|
6899
|
+
"mangledName": "$s5Mason0A4TextC5mason4typeAcA8NSCMasonC_AA0aB4TypeOtcfc",
|
|
6900
|
+
"moduleName": "Mason",
|
|
6901
|
+
"declAttributes": [
|
|
6902
|
+
"Preconcurrency",
|
|
6903
|
+
"Custom",
|
|
6904
|
+
"AccessControl",
|
|
6905
|
+
"ObjC"
|
|
6906
|
+
],
|
|
6907
|
+
"init_kind": "Designated"
|
|
6908
|
+
},
|
|
6909
|
+
{
|
|
6910
|
+
"kind": "Constructor",
|
|
6911
|
+
"name": "init",
|
|
6912
|
+
"printedName": "init(mason:)",
|
|
6913
|
+
"children": [
|
|
6914
|
+
{
|
|
6915
|
+
"kind": "TypeNominal",
|
|
6916
|
+
"name": "MasonText",
|
|
6917
|
+
"printedName": "Mason.MasonText",
|
|
6918
|
+
"usr": "c:@M@Mason@objc(cs)MasonText"
|
|
6919
|
+
},
|
|
6920
|
+
{
|
|
6921
|
+
"kind": "TypeNominal",
|
|
6922
|
+
"name": "NSCMason",
|
|
6923
|
+
"printedName": "Mason.NSCMason",
|
|
6924
|
+
"usr": "c:@M@Mason@objc(cs)NSCMason"
|
|
6925
|
+
}
|
|
6926
|
+
],
|
|
6927
|
+
"declKind": "Constructor",
|
|
6928
|
+
"usr": "c:@M@Mason@objc(cs)MasonText(im)initWithMason:",
|
|
6929
|
+
"mangledName": "$s5Mason0A4TextC5masonAcA8NSCMasonC_tcfc",
|
|
6930
|
+
"moduleName": "Mason",
|
|
6931
|
+
"declAttributes": [
|
|
6932
|
+
"Preconcurrency",
|
|
6933
|
+
"Custom",
|
|
6934
|
+
"AccessControl",
|
|
6935
|
+
"ObjC"
|
|
6936
|
+
],
|
|
6937
|
+
"init_kind": "Designated"
|
|
6938
|
+
},
|
|
6939
|
+
{
|
|
6940
|
+
"kind": "Constructor",
|
|
6941
|
+
"name": "init",
|
|
6942
|
+
"printedName": "init(node:)",
|
|
6943
|
+
"children": [
|
|
6944
|
+
{
|
|
6945
|
+
"kind": "TypeNominal",
|
|
6946
|
+
"name": "MasonText",
|
|
6947
|
+
"printedName": "Mason.MasonText",
|
|
6948
|
+
"usr": "c:@M@Mason@objc(cs)MasonText"
|
|
6949
|
+
},
|
|
6950
|
+
{
|
|
6951
|
+
"kind": "TypeNominal",
|
|
6952
|
+
"name": "MasonNode",
|
|
6953
|
+
"printedName": "Mason.MasonNode",
|
|
6954
|
+
"usr": "c:@M@Mason@objc(cs)MasonNode"
|
|
6955
|
+
}
|
|
6956
|
+
],
|
|
6957
|
+
"declKind": "Constructor",
|
|
6958
|
+
"usr": "c:@M@Mason@objc(cs)MasonText(im)initWithNode:",
|
|
6959
|
+
"mangledName": "$s5Mason0A4TextC4nodeAcA0A4NodeC_tcfc",
|
|
6960
|
+
"moduleName": "Mason",
|
|
6961
|
+
"declAttributes": [
|
|
6962
|
+
"Preconcurrency",
|
|
6963
|
+
"Custom",
|
|
6964
|
+
"AccessControl",
|
|
6965
|
+
"ObjC"
|
|
6966
|
+
],
|
|
6967
|
+
"init_kind": "Designated"
|
|
6968
|
+
},
|
|
6969
|
+
{
|
|
6970
|
+
"kind": "Var",
|
|
6971
|
+
"name": "uiView",
|
|
6972
|
+
"printedName": "uiView",
|
|
6973
|
+
"children": [
|
|
6974
|
+
{
|
|
6975
|
+
"kind": "TypeNominal",
|
|
6976
|
+
"name": "UIView",
|
|
6977
|
+
"printedName": "UIKit.UIView",
|
|
6978
|
+
"usr": "c:objc(cs)UIView"
|
|
6979
|
+
}
|
|
6980
|
+
],
|
|
6981
|
+
"declKind": "Var",
|
|
6982
|
+
"usr": "c:@M@Mason@objc(cs)MasonText(py)uiView",
|
|
6983
|
+
"mangledName": "$s5Mason0A4TextC6uiViewSo6UIViewCvp",
|
|
6984
|
+
"moduleName": "Mason",
|
|
6985
|
+
"declAttributes": [
|
|
6986
|
+
"Preconcurrency",
|
|
6987
|
+
"Custom",
|
|
6988
|
+
"AccessControl",
|
|
6989
|
+
"ObjC"
|
|
6990
|
+
],
|
|
6991
|
+
"accessors": [
|
|
6992
|
+
{
|
|
6993
|
+
"kind": "Accessor",
|
|
6994
|
+
"name": "Get",
|
|
6995
|
+
"printedName": "Get()",
|
|
6996
|
+
"children": [
|
|
6997
|
+
{
|
|
6998
|
+
"kind": "TypeNominal",
|
|
6999
|
+
"name": "UIView",
|
|
7000
|
+
"printedName": "UIKit.UIView",
|
|
7001
|
+
"usr": "c:objc(cs)UIView"
|
|
7002
|
+
}
|
|
7003
|
+
],
|
|
7004
|
+
"declKind": "Accessor",
|
|
7005
|
+
"usr": "c:@M@Mason@objc(cs)MasonText(im)uiView",
|
|
7006
|
+
"mangledName": "$s5Mason0A4TextC6uiViewSo6UIViewCvg",
|
|
7007
|
+
"moduleName": "Mason",
|
|
7008
|
+
"declAttributes": [
|
|
7009
|
+
"ObjC"
|
|
7010
|
+
],
|
|
7011
|
+
"accessorKind": "get"
|
|
7012
|
+
}
|
|
7013
|
+
]
|
|
7014
|
+
},
|
|
7015
|
+
{
|
|
7016
|
+
"kind": "Var",
|
|
7017
|
+
"name": "style",
|
|
7018
|
+
"printedName": "style",
|
|
7019
|
+
"children": [
|
|
7020
|
+
{
|
|
7021
|
+
"kind": "TypeNominal",
|
|
7022
|
+
"name": "MasonStyle",
|
|
7023
|
+
"printedName": "Mason.MasonStyle",
|
|
7024
|
+
"usr": "c:@M@Mason@objc(cs)MasonStyle"
|
|
7025
|
+
}
|
|
7026
|
+
],
|
|
7027
|
+
"declKind": "Var",
|
|
7028
|
+
"usr": "c:@M@Mason@objc(cs)MasonText(py)style",
|
|
7029
|
+
"mangledName": "$s5Mason0A4TextC5styleAA0A5StyleCvp",
|
|
7030
|
+
"moduleName": "Mason",
|
|
7031
|
+
"declAttributes": [
|
|
7032
|
+
"Preconcurrency",
|
|
7033
|
+
"Custom",
|
|
7034
|
+
"AccessControl",
|
|
7035
|
+
"ObjC"
|
|
7036
|
+
],
|
|
7037
|
+
"accessors": [
|
|
7038
|
+
{
|
|
7039
|
+
"kind": "Accessor",
|
|
7040
|
+
"name": "Get",
|
|
7041
|
+
"printedName": "Get()",
|
|
7042
|
+
"children": [
|
|
7043
|
+
{
|
|
7044
|
+
"kind": "TypeNominal",
|
|
7045
|
+
"name": "MasonStyle",
|
|
7046
|
+
"printedName": "Mason.MasonStyle",
|
|
7047
|
+
"usr": "c:@M@Mason@objc(cs)MasonStyle"
|
|
7048
|
+
}
|
|
7049
|
+
],
|
|
7050
|
+
"declKind": "Accessor",
|
|
7051
|
+
"usr": "c:@M@Mason@objc(cs)MasonText(im)style",
|
|
7052
|
+
"mangledName": "$s5Mason0A4TextC5styleAA0A5StyleCvg",
|
|
7053
|
+
"moduleName": "Mason",
|
|
7054
|
+
"declAttributes": [
|
|
7055
|
+
"ObjC"
|
|
7056
|
+
],
|
|
7057
|
+
"accessorKind": "get"
|
|
7058
|
+
}
|
|
7059
|
+
]
|
|
7060
|
+
},
|
|
7061
|
+
{
|
|
7062
|
+
"kind": "Function",
|
|
7063
|
+
"name": "markNodeDirty",
|
|
7064
|
+
"printedName": "markNodeDirty()",
|
|
7065
|
+
"children": [
|
|
7066
|
+
{
|
|
7067
|
+
"kind": "TypeNominal",
|
|
7068
|
+
"name": "Void",
|
|
7069
|
+
"printedName": "()"
|
|
7070
|
+
}
|
|
7071
|
+
],
|
|
7072
|
+
"declKind": "Func",
|
|
7073
|
+
"usr": "c:@M@Mason@objc(cs)MasonText(im)markNodeDirty",
|
|
7074
|
+
"mangledName": "$s5Mason0A4TextC13markNodeDirtyyyF",
|
|
7075
|
+
"moduleName": "Mason",
|
|
7076
|
+
"declAttributes": [
|
|
7077
|
+
"Preconcurrency",
|
|
7078
|
+
"Custom",
|
|
7079
|
+
"AccessControl",
|
|
7080
|
+
"ObjC"
|
|
7081
|
+
],
|
|
7082
|
+
"funcSelfKind": "NonMutating"
|
|
7083
|
+
},
|
|
7084
|
+
{
|
|
7085
|
+
"kind": "Function",
|
|
7086
|
+
"name": "isNodeDirty",
|
|
7087
|
+
"printedName": "isNodeDirty()",
|
|
7088
|
+
"children": [
|
|
7089
|
+
{
|
|
7090
|
+
"kind": "TypeNominal",
|
|
7091
|
+
"name": "Bool",
|
|
7092
|
+
"printedName": "Swift.Bool",
|
|
7093
|
+
"usr": "s:Sb"
|
|
7094
|
+
}
|
|
7095
|
+
],
|
|
7096
|
+
"declKind": "Func",
|
|
7097
|
+
"usr": "c:@M@Mason@objc(cs)MasonText(im)isNodeDirty",
|
|
7098
|
+
"mangledName": "$s5Mason0A4TextC11isNodeDirtySbyF",
|
|
7099
|
+
"moduleName": "Mason",
|
|
7100
|
+
"declAttributes": [
|
|
7101
|
+
"Preconcurrency",
|
|
7102
|
+
"Custom",
|
|
7103
|
+
"AccessControl",
|
|
7104
|
+
"ObjC"
|
|
7105
|
+
],
|
|
7106
|
+
"funcSelfKind": "NonMutating"
|
|
7107
|
+
},
|
|
7108
|
+
{
|
|
7109
|
+
"kind": "Function",
|
|
7110
|
+
"name": "configure",
|
|
7111
|
+
"printedName": "configure(_:)",
|
|
7112
|
+
"children": [
|
|
7113
|
+
{
|
|
7114
|
+
"kind": "TypeNominal",
|
|
7115
|
+
"name": "Void",
|
|
7116
|
+
"printedName": "()"
|
|
7117
|
+
},
|
|
7118
|
+
{
|
|
7119
|
+
"kind": "TypeFunc",
|
|
7120
|
+
"name": "Function",
|
|
7121
|
+
"printedName": "(Mason.MasonNode) -> ()",
|
|
7122
|
+
"children": [
|
|
7123
|
+
{
|
|
7124
|
+
"kind": "TypeNominal",
|
|
7125
|
+
"name": "Void",
|
|
7126
|
+
"printedName": "()"
|
|
7127
|
+
},
|
|
7128
|
+
{
|
|
7129
|
+
"kind": "TypeNominal",
|
|
7130
|
+
"name": "MasonNode",
|
|
7131
|
+
"printedName": "Mason.MasonNode",
|
|
7132
|
+
"usr": "c:@M@Mason@objc(cs)MasonNode"
|
|
7133
|
+
}
|
|
7134
|
+
],
|
|
7135
|
+
"typeAttributes": [
|
|
7136
|
+
"noescape"
|
|
7137
|
+
]
|
|
7138
|
+
}
|
|
7139
|
+
],
|
|
7140
|
+
"declKind": "Func",
|
|
7141
|
+
"usr": "c:@M@Mason@objc(cs)MasonText(im)configure:",
|
|
7142
|
+
"mangledName": "$s5Mason0A4TextC9configureyyyAA0A4NodeCXEF",
|
|
7143
|
+
"moduleName": "Mason",
|
|
7144
|
+
"declAttributes": [
|
|
7145
|
+
"Preconcurrency",
|
|
7146
|
+
"Custom",
|
|
7147
|
+
"AccessControl",
|
|
7148
|
+
"ObjC"
|
|
7149
|
+
],
|
|
7150
|
+
"funcSelfKind": "NonMutating"
|
|
7151
|
+
},
|
|
7152
|
+
{
|
|
7153
|
+
"kind": "Function",
|
|
7154
|
+
"name": "updateText",
|
|
7155
|
+
"printedName": "updateText(_:)",
|
|
7156
|
+
"children": [
|
|
7157
|
+
{
|
|
7158
|
+
"kind": "TypeNominal",
|
|
7159
|
+
"name": "Void",
|
|
7160
|
+
"printedName": "()"
|
|
7161
|
+
},
|
|
7162
|
+
{
|
|
7163
|
+
"kind": "TypeNominal",
|
|
7164
|
+
"name": "Optional",
|
|
7165
|
+
"printedName": "Swift.String?",
|
|
7166
|
+
"children": [
|
|
7167
|
+
{
|
|
7168
|
+
"kind": "TypeNominal",
|
|
7169
|
+
"name": "String",
|
|
6330
7170
|
"printedName": "Swift.String",
|
|
6331
7171
|
"usr": "s:SS"
|
|
6332
7172
|
}
|
|
@@ -7363,6 +8203,96 @@
|
|
|
7363
8203
|
}
|
|
7364
8204
|
]
|
|
7365
8205
|
},
|
|
8206
|
+
{
|
|
8207
|
+
"kind": "Var",
|
|
8208
|
+
"name": "whiteSpace",
|
|
8209
|
+
"printedName": "whiteSpace",
|
|
8210
|
+
"children": [
|
|
8211
|
+
{
|
|
8212
|
+
"kind": "TypeNominal",
|
|
8213
|
+
"name": "WhiteSpace",
|
|
8214
|
+
"printedName": "Mason.WhiteSpace",
|
|
8215
|
+
"usr": "c:@M@Mason@E@WhiteSpace"
|
|
8216
|
+
}
|
|
8217
|
+
],
|
|
8218
|
+
"declKind": "Var",
|
|
8219
|
+
"usr": "c:@M@Mason@objc(cs)MasonText(py)whiteSpace",
|
|
8220
|
+
"mangledName": "$s5Mason0A4TextC10whiteSpaceAA05WhiteD0Ovp",
|
|
8221
|
+
"moduleName": "Mason",
|
|
8222
|
+
"declAttributes": [
|
|
8223
|
+
"Preconcurrency",
|
|
8224
|
+
"Custom",
|
|
8225
|
+
"AccessControl",
|
|
8226
|
+
"ObjC"
|
|
8227
|
+
],
|
|
8228
|
+
"accessors": [
|
|
8229
|
+
{
|
|
8230
|
+
"kind": "Accessor",
|
|
8231
|
+
"name": "Get",
|
|
8232
|
+
"printedName": "Get()",
|
|
8233
|
+
"children": [
|
|
8234
|
+
{
|
|
8235
|
+
"kind": "TypeNominal",
|
|
8236
|
+
"name": "WhiteSpace",
|
|
8237
|
+
"printedName": "Mason.WhiteSpace",
|
|
8238
|
+
"usr": "c:@M@Mason@E@WhiteSpace"
|
|
8239
|
+
}
|
|
8240
|
+
],
|
|
8241
|
+
"declKind": "Accessor",
|
|
8242
|
+
"usr": "c:@M@Mason@objc(cs)MasonText(im)whiteSpace",
|
|
8243
|
+
"mangledName": "$s5Mason0A4TextC10whiteSpaceAA05WhiteD0Ovg",
|
|
8244
|
+
"moduleName": "Mason",
|
|
8245
|
+
"declAttributes": [
|
|
8246
|
+
"ObjC"
|
|
8247
|
+
],
|
|
8248
|
+
"accessorKind": "get"
|
|
8249
|
+
},
|
|
8250
|
+
{
|
|
8251
|
+
"kind": "Accessor",
|
|
8252
|
+
"name": "Set",
|
|
8253
|
+
"printedName": "Set()",
|
|
8254
|
+
"children": [
|
|
8255
|
+
{
|
|
8256
|
+
"kind": "TypeNominal",
|
|
8257
|
+
"name": "Void",
|
|
8258
|
+
"printedName": "()"
|
|
8259
|
+
},
|
|
8260
|
+
{
|
|
8261
|
+
"kind": "TypeNominal",
|
|
8262
|
+
"name": "WhiteSpace",
|
|
8263
|
+
"printedName": "Mason.WhiteSpace",
|
|
8264
|
+
"usr": "c:@M@Mason@E@WhiteSpace"
|
|
8265
|
+
}
|
|
8266
|
+
],
|
|
8267
|
+
"declKind": "Accessor",
|
|
8268
|
+
"usr": "c:@M@Mason@objc(cs)MasonText(im)setWhiteSpace:",
|
|
8269
|
+
"mangledName": "$s5Mason0A4TextC10whiteSpaceAA05WhiteD0Ovs",
|
|
8270
|
+
"moduleName": "Mason",
|
|
8271
|
+
"declAttributes": [
|
|
8272
|
+
"ObjC"
|
|
8273
|
+
],
|
|
8274
|
+
"accessorKind": "set"
|
|
8275
|
+
},
|
|
8276
|
+
{
|
|
8277
|
+
"kind": "Accessor",
|
|
8278
|
+
"name": "Modify",
|
|
8279
|
+
"printedName": "Modify()",
|
|
8280
|
+
"children": [
|
|
8281
|
+
{
|
|
8282
|
+
"kind": "TypeNominal",
|
|
8283
|
+
"name": "Void",
|
|
8284
|
+
"printedName": "()"
|
|
8285
|
+
}
|
|
8286
|
+
],
|
|
8287
|
+
"declKind": "Accessor",
|
|
8288
|
+
"usr": "s:5Mason0A4TextC10whiteSpaceAA05WhiteD0OvM",
|
|
8289
|
+
"mangledName": "$s5Mason0A4TextC10whiteSpaceAA05WhiteD0OvM",
|
|
8290
|
+
"moduleName": "Mason",
|
|
8291
|
+
"implicit": true,
|
|
8292
|
+
"accessorKind": "_modify"
|
|
8293
|
+
}
|
|
8294
|
+
]
|
|
8295
|
+
},
|
|
7366
8296
|
{
|
|
7367
8297
|
"kind": "Var",
|
|
7368
8298
|
"name": "textWrap",
|
|
@@ -29389,13 +30319,444 @@
|
|
|
29389
30319
|
{
|
|
29390
30320
|
"kind": "TypeNominal",
|
|
29391
30321
|
"name": "Metatype",
|
|
29392
|
-
"printedName": "Mason.DecorationLine.Type",
|
|
30322
|
+
"printedName": "Mason.DecorationLine.Type",
|
|
30323
|
+
"children": [
|
|
30324
|
+
{
|
|
30325
|
+
"kind": "TypeNominal",
|
|
30326
|
+
"name": "DecorationLine",
|
|
30327
|
+
"printedName": "Mason.DecorationLine",
|
|
30328
|
+
"usr": "c:@M@Mason@E@DecorationLine"
|
|
30329
|
+
}
|
|
30330
|
+
]
|
|
30331
|
+
}
|
|
30332
|
+
]
|
|
30333
|
+
}
|
|
30334
|
+
],
|
|
30335
|
+
"declKind": "EnumElement",
|
|
30336
|
+
"usr": "c:@M@Mason@E@DecorationLine@DecorationLineUnderline",
|
|
30337
|
+
"mangledName": "$s5Mason14DecorationLineO9UnderlineyA2CmF",
|
|
30338
|
+
"moduleName": "Mason",
|
|
30339
|
+
"declAttributes": [
|
|
30340
|
+
"ObjC"
|
|
30341
|
+
],
|
|
30342
|
+
"fixedbinaryorder": 1
|
|
30343
|
+
},
|
|
30344
|
+
{
|
|
30345
|
+
"kind": "Var",
|
|
30346
|
+
"name": "Overline",
|
|
30347
|
+
"printedName": "Overline",
|
|
30348
|
+
"children": [
|
|
30349
|
+
{
|
|
30350
|
+
"kind": "TypeFunc",
|
|
30351
|
+
"name": "Function",
|
|
30352
|
+
"printedName": "(Mason.DecorationLine.Type) -> Mason.DecorationLine",
|
|
30353
|
+
"children": [
|
|
30354
|
+
{
|
|
30355
|
+
"kind": "TypeNominal",
|
|
30356
|
+
"name": "DecorationLine",
|
|
30357
|
+
"printedName": "Mason.DecorationLine",
|
|
30358
|
+
"usr": "c:@M@Mason@E@DecorationLine"
|
|
30359
|
+
},
|
|
30360
|
+
{
|
|
30361
|
+
"kind": "TypeNominal",
|
|
30362
|
+
"name": "Metatype",
|
|
30363
|
+
"printedName": "Mason.DecorationLine.Type",
|
|
30364
|
+
"children": [
|
|
30365
|
+
{
|
|
30366
|
+
"kind": "TypeNominal",
|
|
30367
|
+
"name": "DecorationLine",
|
|
30368
|
+
"printedName": "Mason.DecorationLine",
|
|
30369
|
+
"usr": "c:@M@Mason@E@DecorationLine"
|
|
30370
|
+
}
|
|
30371
|
+
]
|
|
30372
|
+
}
|
|
30373
|
+
]
|
|
30374
|
+
}
|
|
30375
|
+
],
|
|
30376
|
+
"declKind": "EnumElement",
|
|
30377
|
+
"usr": "c:@M@Mason@E@DecorationLine@DecorationLineOverline",
|
|
30378
|
+
"mangledName": "$s5Mason14DecorationLineO8OverlineyA2CmF",
|
|
30379
|
+
"moduleName": "Mason",
|
|
30380
|
+
"declAttributes": [
|
|
30381
|
+
"ObjC"
|
|
30382
|
+
],
|
|
30383
|
+
"fixedbinaryorder": 2
|
|
30384
|
+
},
|
|
30385
|
+
{
|
|
30386
|
+
"kind": "Var",
|
|
30387
|
+
"name": "LineThrough",
|
|
30388
|
+
"printedName": "LineThrough",
|
|
30389
|
+
"children": [
|
|
30390
|
+
{
|
|
30391
|
+
"kind": "TypeFunc",
|
|
30392
|
+
"name": "Function",
|
|
30393
|
+
"printedName": "(Mason.DecorationLine.Type) -> Mason.DecorationLine",
|
|
30394
|
+
"children": [
|
|
30395
|
+
{
|
|
30396
|
+
"kind": "TypeNominal",
|
|
30397
|
+
"name": "DecorationLine",
|
|
30398
|
+
"printedName": "Mason.DecorationLine",
|
|
30399
|
+
"usr": "c:@M@Mason@E@DecorationLine"
|
|
30400
|
+
},
|
|
30401
|
+
{
|
|
30402
|
+
"kind": "TypeNominal",
|
|
30403
|
+
"name": "Metatype",
|
|
30404
|
+
"printedName": "Mason.DecorationLine.Type",
|
|
30405
|
+
"children": [
|
|
30406
|
+
{
|
|
30407
|
+
"kind": "TypeNominal",
|
|
30408
|
+
"name": "DecorationLine",
|
|
30409
|
+
"printedName": "Mason.DecorationLine",
|
|
30410
|
+
"usr": "c:@M@Mason@E@DecorationLine"
|
|
30411
|
+
}
|
|
30412
|
+
]
|
|
30413
|
+
}
|
|
30414
|
+
]
|
|
30415
|
+
}
|
|
30416
|
+
],
|
|
30417
|
+
"declKind": "EnumElement",
|
|
30418
|
+
"usr": "c:@M@Mason@E@DecorationLine@DecorationLineLineThrough",
|
|
30419
|
+
"mangledName": "$s5Mason14DecorationLineO0C7ThroughyA2CmF",
|
|
30420
|
+
"moduleName": "Mason",
|
|
30421
|
+
"declAttributes": [
|
|
30422
|
+
"ObjC"
|
|
30423
|
+
],
|
|
30424
|
+
"fixedbinaryorder": 3
|
|
30425
|
+
},
|
|
30426
|
+
{
|
|
30427
|
+
"kind": "Var",
|
|
30428
|
+
"name": "rawValue",
|
|
30429
|
+
"printedName": "rawValue",
|
|
30430
|
+
"children": [
|
|
30431
|
+
{
|
|
30432
|
+
"kind": "TypeNominal",
|
|
30433
|
+
"name": "Int32",
|
|
30434
|
+
"printedName": "Swift.Int32",
|
|
30435
|
+
"usr": "s:s5Int32V"
|
|
30436
|
+
}
|
|
30437
|
+
],
|
|
30438
|
+
"declKind": "Var",
|
|
30439
|
+
"usr": "s:5Mason14DecorationLineO8rawValues5Int32Vvp",
|
|
30440
|
+
"mangledName": "$s5Mason14DecorationLineO8rawValues5Int32Vvp",
|
|
30441
|
+
"moduleName": "Mason",
|
|
30442
|
+
"declAttributes": [
|
|
30443
|
+
"AccessControl"
|
|
30444
|
+
],
|
|
30445
|
+
"accessors": [
|
|
30446
|
+
{
|
|
30447
|
+
"kind": "Accessor",
|
|
30448
|
+
"name": "Get",
|
|
30449
|
+
"printedName": "Get()",
|
|
30450
|
+
"children": [
|
|
30451
|
+
{
|
|
30452
|
+
"kind": "TypeNominal",
|
|
30453
|
+
"name": "Int32",
|
|
30454
|
+
"printedName": "Swift.Int32",
|
|
30455
|
+
"usr": "s:s5Int32V"
|
|
30456
|
+
}
|
|
30457
|
+
],
|
|
30458
|
+
"declKind": "Accessor",
|
|
30459
|
+
"usr": "s:5Mason14DecorationLineO8rawValues5Int32Vvg",
|
|
30460
|
+
"mangledName": "$s5Mason14DecorationLineO8rawValues5Int32Vvg",
|
|
30461
|
+
"moduleName": "Mason",
|
|
30462
|
+
"accessorKind": "get"
|
|
30463
|
+
}
|
|
30464
|
+
]
|
|
30465
|
+
},
|
|
30466
|
+
{
|
|
30467
|
+
"kind": "Constructor",
|
|
30468
|
+
"name": "init",
|
|
30469
|
+
"printedName": "init(rawValue:)",
|
|
30470
|
+
"children": [
|
|
30471
|
+
{
|
|
30472
|
+
"kind": "TypeNominal",
|
|
30473
|
+
"name": "Optional",
|
|
30474
|
+
"printedName": "Mason.DecorationLine?",
|
|
30475
|
+
"children": [
|
|
30476
|
+
{
|
|
30477
|
+
"kind": "TypeNominal",
|
|
30478
|
+
"name": "DecorationLine",
|
|
30479
|
+
"printedName": "Mason.DecorationLine",
|
|
30480
|
+
"usr": "c:@M@Mason@E@DecorationLine"
|
|
30481
|
+
}
|
|
30482
|
+
],
|
|
30483
|
+
"usr": "s:Sq"
|
|
30484
|
+
},
|
|
30485
|
+
{
|
|
30486
|
+
"kind": "TypeNominal",
|
|
30487
|
+
"name": "Int32",
|
|
30488
|
+
"printedName": "Swift.Int32",
|
|
30489
|
+
"usr": "s:s5Int32V"
|
|
30490
|
+
}
|
|
30491
|
+
],
|
|
30492
|
+
"declKind": "Constructor",
|
|
30493
|
+
"usr": "s:5Mason14DecorationLineO8rawValueACSgs5Int32V_tcfc",
|
|
30494
|
+
"mangledName": "$s5Mason14DecorationLineO8rawValueACSgs5Int32V_tcfc",
|
|
30495
|
+
"moduleName": "Mason",
|
|
30496
|
+
"declAttributes": [
|
|
30497
|
+
"AccessControl"
|
|
30498
|
+
],
|
|
30499
|
+
"init_kind": "Designated"
|
|
30500
|
+
}
|
|
30501
|
+
],
|
|
30502
|
+
"declKind": "Enum",
|
|
30503
|
+
"usr": "c:@M@Mason@E@DecorationLine",
|
|
30504
|
+
"mangledName": "$s5Mason14DecorationLineO",
|
|
30505
|
+
"moduleName": "Mason",
|
|
30506
|
+
"objc_name": "DecorationLine",
|
|
30507
|
+
"declAttributes": [
|
|
30508
|
+
"AccessControl",
|
|
30509
|
+
"ObjC"
|
|
30510
|
+
],
|
|
30511
|
+
"enumRawTypeName": "Int",
|
|
30512
|
+
"conformances": [
|
|
30513
|
+
{
|
|
30514
|
+
"kind": "Conformance",
|
|
30515
|
+
"name": "Copyable",
|
|
30516
|
+
"printedName": "Copyable",
|
|
30517
|
+
"usr": "s:s8CopyableP",
|
|
30518
|
+
"mangledName": "$ss8CopyableP"
|
|
30519
|
+
},
|
|
30520
|
+
{
|
|
30521
|
+
"kind": "Conformance",
|
|
30522
|
+
"name": "Escapable",
|
|
30523
|
+
"printedName": "Escapable",
|
|
30524
|
+
"usr": "s:s9EscapableP",
|
|
30525
|
+
"mangledName": "$ss9EscapableP"
|
|
30526
|
+
},
|
|
30527
|
+
{
|
|
30528
|
+
"kind": "Conformance",
|
|
30529
|
+
"name": "Equatable",
|
|
30530
|
+
"printedName": "Equatable",
|
|
30531
|
+
"usr": "s:SQ",
|
|
30532
|
+
"mangledName": "$sSQ"
|
|
30533
|
+
},
|
|
30534
|
+
{
|
|
30535
|
+
"kind": "Conformance",
|
|
30536
|
+
"name": "Hashable",
|
|
30537
|
+
"printedName": "Hashable",
|
|
30538
|
+
"usr": "s:SH",
|
|
30539
|
+
"mangledName": "$sSH"
|
|
30540
|
+
},
|
|
30541
|
+
{
|
|
30542
|
+
"kind": "Conformance",
|
|
30543
|
+
"name": "RawRepresentable",
|
|
30544
|
+
"printedName": "RawRepresentable",
|
|
30545
|
+
"children": [
|
|
30546
|
+
{
|
|
30547
|
+
"kind": "TypeWitness",
|
|
30548
|
+
"name": "RawValue",
|
|
30549
|
+
"printedName": "RawValue",
|
|
30550
|
+
"children": [
|
|
30551
|
+
{
|
|
30552
|
+
"kind": "TypeNominal",
|
|
30553
|
+
"name": "Int32",
|
|
30554
|
+
"printedName": "Swift.Int32",
|
|
30555
|
+
"usr": "s:s5Int32V"
|
|
30556
|
+
}
|
|
30557
|
+
]
|
|
30558
|
+
}
|
|
30559
|
+
],
|
|
30560
|
+
"usr": "s:SY",
|
|
30561
|
+
"mangledName": "$sSY"
|
|
30562
|
+
}
|
|
30563
|
+
]
|
|
30564
|
+
},
|
|
30565
|
+
{
|
|
30566
|
+
"kind": "TypeDecl",
|
|
30567
|
+
"name": "TextTransform",
|
|
30568
|
+
"printedName": "TextTransform",
|
|
30569
|
+
"children": [
|
|
30570
|
+
{
|
|
30571
|
+
"kind": "Var",
|
|
30572
|
+
"name": "None",
|
|
30573
|
+
"printedName": "None",
|
|
30574
|
+
"children": [
|
|
30575
|
+
{
|
|
30576
|
+
"kind": "TypeFunc",
|
|
30577
|
+
"name": "Function",
|
|
30578
|
+
"printedName": "(Mason.TextTransform.Type) -> Mason.TextTransform",
|
|
30579
|
+
"children": [
|
|
30580
|
+
{
|
|
30581
|
+
"kind": "TypeNominal",
|
|
30582
|
+
"name": "TextTransform",
|
|
30583
|
+
"printedName": "Mason.TextTransform",
|
|
30584
|
+
"usr": "c:@M@Mason@E@TextTransform"
|
|
30585
|
+
},
|
|
30586
|
+
{
|
|
30587
|
+
"kind": "TypeNominal",
|
|
30588
|
+
"name": "Metatype",
|
|
30589
|
+
"printedName": "Mason.TextTransform.Type",
|
|
30590
|
+
"children": [
|
|
30591
|
+
{
|
|
30592
|
+
"kind": "TypeNominal",
|
|
30593
|
+
"name": "TextTransform",
|
|
30594
|
+
"printedName": "Mason.TextTransform",
|
|
30595
|
+
"usr": "c:@M@Mason@E@TextTransform"
|
|
30596
|
+
}
|
|
30597
|
+
]
|
|
30598
|
+
}
|
|
30599
|
+
]
|
|
30600
|
+
}
|
|
30601
|
+
],
|
|
30602
|
+
"declKind": "EnumElement",
|
|
30603
|
+
"usr": "c:@M@Mason@E@TextTransform@TextTransformNone",
|
|
30604
|
+
"mangledName": "$s5Mason13TextTransformO4NoneyA2CmF",
|
|
30605
|
+
"moduleName": "Mason",
|
|
30606
|
+
"declAttributes": [
|
|
30607
|
+
"ObjC"
|
|
30608
|
+
],
|
|
30609
|
+
"fixedbinaryorder": 0
|
|
30610
|
+
},
|
|
30611
|
+
{
|
|
30612
|
+
"kind": "Var",
|
|
30613
|
+
"name": "Capitalize",
|
|
30614
|
+
"printedName": "Capitalize",
|
|
30615
|
+
"children": [
|
|
30616
|
+
{
|
|
30617
|
+
"kind": "TypeFunc",
|
|
30618
|
+
"name": "Function",
|
|
30619
|
+
"printedName": "(Mason.TextTransform.Type) -> Mason.TextTransform",
|
|
30620
|
+
"children": [
|
|
30621
|
+
{
|
|
30622
|
+
"kind": "TypeNominal",
|
|
30623
|
+
"name": "TextTransform",
|
|
30624
|
+
"printedName": "Mason.TextTransform",
|
|
30625
|
+
"usr": "c:@M@Mason@E@TextTransform"
|
|
30626
|
+
},
|
|
30627
|
+
{
|
|
30628
|
+
"kind": "TypeNominal",
|
|
30629
|
+
"name": "Metatype",
|
|
30630
|
+
"printedName": "Mason.TextTransform.Type",
|
|
30631
|
+
"children": [
|
|
30632
|
+
{
|
|
30633
|
+
"kind": "TypeNominal",
|
|
30634
|
+
"name": "TextTransform",
|
|
30635
|
+
"printedName": "Mason.TextTransform",
|
|
30636
|
+
"usr": "c:@M@Mason@E@TextTransform"
|
|
30637
|
+
}
|
|
30638
|
+
]
|
|
30639
|
+
}
|
|
30640
|
+
]
|
|
30641
|
+
}
|
|
30642
|
+
],
|
|
30643
|
+
"declKind": "EnumElement",
|
|
30644
|
+
"usr": "c:@M@Mason@E@TextTransform@TextTransformCapitalize",
|
|
30645
|
+
"mangledName": "$s5Mason13TextTransformO10CapitalizeyA2CmF",
|
|
30646
|
+
"moduleName": "Mason",
|
|
30647
|
+
"declAttributes": [
|
|
30648
|
+
"ObjC"
|
|
30649
|
+
],
|
|
30650
|
+
"fixedbinaryorder": 1
|
|
30651
|
+
},
|
|
30652
|
+
{
|
|
30653
|
+
"kind": "Var",
|
|
30654
|
+
"name": "Uppercase",
|
|
30655
|
+
"printedName": "Uppercase",
|
|
30656
|
+
"children": [
|
|
30657
|
+
{
|
|
30658
|
+
"kind": "TypeFunc",
|
|
30659
|
+
"name": "Function",
|
|
30660
|
+
"printedName": "(Mason.TextTransform.Type) -> Mason.TextTransform",
|
|
30661
|
+
"children": [
|
|
30662
|
+
{
|
|
30663
|
+
"kind": "TypeNominal",
|
|
30664
|
+
"name": "TextTransform",
|
|
30665
|
+
"printedName": "Mason.TextTransform",
|
|
30666
|
+
"usr": "c:@M@Mason@E@TextTransform"
|
|
30667
|
+
},
|
|
30668
|
+
{
|
|
30669
|
+
"kind": "TypeNominal",
|
|
30670
|
+
"name": "Metatype",
|
|
30671
|
+
"printedName": "Mason.TextTransform.Type",
|
|
30672
|
+
"children": [
|
|
30673
|
+
{
|
|
30674
|
+
"kind": "TypeNominal",
|
|
30675
|
+
"name": "TextTransform",
|
|
30676
|
+
"printedName": "Mason.TextTransform",
|
|
30677
|
+
"usr": "c:@M@Mason@E@TextTransform"
|
|
30678
|
+
}
|
|
30679
|
+
]
|
|
30680
|
+
}
|
|
30681
|
+
]
|
|
30682
|
+
}
|
|
30683
|
+
],
|
|
30684
|
+
"declKind": "EnumElement",
|
|
30685
|
+
"usr": "c:@M@Mason@E@TextTransform@TextTransformUppercase",
|
|
30686
|
+
"mangledName": "$s5Mason13TextTransformO9UppercaseyA2CmF",
|
|
30687
|
+
"moduleName": "Mason",
|
|
30688
|
+
"declAttributes": [
|
|
30689
|
+
"ObjC"
|
|
30690
|
+
],
|
|
30691
|
+
"fixedbinaryorder": 2
|
|
30692
|
+
},
|
|
30693
|
+
{
|
|
30694
|
+
"kind": "Var",
|
|
30695
|
+
"name": "Lowercase",
|
|
30696
|
+
"printedName": "Lowercase",
|
|
30697
|
+
"children": [
|
|
30698
|
+
{
|
|
30699
|
+
"kind": "TypeFunc",
|
|
30700
|
+
"name": "Function",
|
|
30701
|
+
"printedName": "(Mason.TextTransform.Type) -> Mason.TextTransform",
|
|
30702
|
+
"children": [
|
|
30703
|
+
{
|
|
30704
|
+
"kind": "TypeNominal",
|
|
30705
|
+
"name": "TextTransform",
|
|
30706
|
+
"printedName": "Mason.TextTransform",
|
|
30707
|
+
"usr": "c:@M@Mason@E@TextTransform"
|
|
30708
|
+
},
|
|
30709
|
+
{
|
|
30710
|
+
"kind": "TypeNominal",
|
|
30711
|
+
"name": "Metatype",
|
|
30712
|
+
"printedName": "Mason.TextTransform.Type",
|
|
30713
|
+
"children": [
|
|
30714
|
+
{
|
|
30715
|
+
"kind": "TypeNominal",
|
|
30716
|
+
"name": "TextTransform",
|
|
30717
|
+
"printedName": "Mason.TextTransform",
|
|
30718
|
+
"usr": "c:@M@Mason@E@TextTransform"
|
|
30719
|
+
}
|
|
30720
|
+
]
|
|
30721
|
+
}
|
|
30722
|
+
]
|
|
30723
|
+
}
|
|
30724
|
+
],
|
|
30725
|
+
"declKind": "EnumElement",
|
|
30726
|
+
"usr": "c:@M@Mason@E@TextTransform@TextTransformLowercase",
|
|
30727
|
+
"mangledName": "$s5Mason13TextTransformO9LowercaseyA2CmF",
|
|
30728
|
+
"moduleName": "Mason",
|
|
30729
|
+
"declAttributes": [
|
|
30730
|
+
"ObjC"
|
|
30731
|
+
],
|
|
30732
|
+
"fixedbinaryorder": 3
|
|
30733
|
+
},
|
|
30734
|
+
{
|
|
30735
|
+
"kind": "Var",
|
|
30736
|
+
"name": "FullWidth",
|
|
30737
|
+
"printedName": "FullWidth",
|
|
30738
|
+
"children": [
|
|
30739
|
+
{
|
|
30740
|
+
"kind": "TypeFunc",
|
|
30741
|
+
"name": "Function",
|
|
30742
|
+
"printedName": "(Mason.TextTransform.Type) -> Mason.TextTransform",
|
|
30743
|
+
"children": [
|
|
30744
|
+
{
|
|
30745
|
+
"kind": "TypeNominal",
|
|
30746
|
+
"name": "TextTransform",
|
|
30747
|
+
"printedName": "Mason.TextTransform",
|
|
30748
|
+
"usr": "c:@M@Mason@E@TextTransform"
|
|
30749
|
+
},
|
|
30750
|
+
{
|
|
30751
|
+
"kind": "TypeNominal",
|
|
30752
|
+
"name": "Metatype",
|
|
30753
|
+
"printedName": "Mason.TextTransform.Type",
|
|
29393
30754
|
"children": [
|
|
29394
30755
|
{
|
|
29395
30756
|
"kind": "TypeNominal",
|
|
29396
|
-
"name": "
|
|
29397
|
-
"printedName": "Mason.
|
|
29398
|
-
"usr": "c:@M@Mason@E@
|
|
30757
|
+
"name": "TextTransform",
|
|
30758
|
+
"printedName": "Mason.TextTransform",
|
|
30759
|
+
"usr": "c:@M@Mason@E@TextTransform"
|
|
29399
30760
|
}
|
|
29400
30761
|
]
|
|
29401
30762
|
}
|
|
@@ -29403,40 +30764,40 @@
|
|
|
29403
30764
|
}
|
|
29404
30765
|
],
|
|
29405
30766
|
"declKind": "EnumElement",
|
|
29406
|
-
"usr": "c:@M@Mason@E@
|
|
29407
|
-
"mangledName": "$
|
|
30767
|
+
"usr": "c:@M@Mason@E@TextTransform@TextTransformFullWidth",
|
|
30768
|
+
"mangledName": "$s5Mason13TextTransformO9FullWidthyA2CmF",
|
|
29408
30769
|
"moduleName": "Mason",
|
|
29409
30770
|
"declAttributes": [
|
|
29410
30771
|
"ObjC"
|
|
29411
30772
|
],
|
|
29412
|
-
"fixedbinaryorder":
|
|
30773
|
+
"fixedbinaryorder": 4
|
|
29413
30774
|
},
|
|
29414
30775
|
{
|
|
29415
30776
|
"kind": "Var",
|
|
29416
|
-
"name": "
|
|
29417
|
-
"printedName": "
|
|
30777
|
+
"name": "FullSizeKana",
|
|
30778
|
+
"printedName": "FullSizeKana",
|
|
29418
30779
|
"children": [
|
|
29419
30780
|
{
|
|
29420
30781
|
"kind": "TypeFunc",
|
|
29421
30782
|
"name": "Function",
|
|
29422
|
-
"printedName": "(Mason.
|
|
30783
|
+
"printedName": "(Mason.TextTransform.Type) -> Mason.TextTransform",
|
|
29423
30784
|
"children": [
|
|
29424
30785
|
{
|
|
29425
30786
|
"kind": "TypeNominal",
|
|
29426
|
-
"name": "
|
|
29427
|
-
"printedName": "Mason.
|
|
29428
|
-
"usr": "c:@M@Mason@E@
|
|
30787
|
+
"name": "TextTransform",
|
|
30788
|
+
"printedName": "Mason.TextTransform",
|
|
30789
|
+
"usr": "c:@M@Mason@E@TextTransform"
|
|
29429
30790
|
},
|
|
29430
30791
|
{
|
|
29431
30792
|
"kind": "TypeNominal",
|
|
29432
30793
|
"name": "Metatype",
|
|
29433
|
-
"printedName": "Mason.
|
|
30794
|
+
"printedName": "Mason.TextTransform.Type",
|
|
29434
30795
|
"children": [
|
|
29435
30796
|
{
|
|
29436
30797
|
"kind": "TypeNominal",
|
|
29437
|
-
"name": "
|
|
29438
|
-
"printedName": "Mason.
|
|
29439
|
-
"usr": "c:@M@Mason@E@
|
|
30798
|
+
"name": "TextTransform",
|
|
30799
|
+
"printedName": "Mason.TextTransform",
|
|
30800
|
+
"usr": "c:@M@Mason@E@TextTransform"
|
|
29440
30801
|
}
|
|
29441
30802
|
]
|
|
29442
30803
|
}
|
|
@@ -29444,40 +30805,40 @@
|
|
|
29444
30805
|
}
|
|
29445
30806
|
],
|
|
29446
30807
|
"declKind": "EnumElement",
|
|
29447
|
-
"usr": "c:@M@Mason@E@
|
|
29448
|
-
"mangledName": "$
|
|
30808
|
+
"usr": "c:@M@Mason@E@TextTransform@TextTransformFullSizeKana",
|
|
30809
|
+
"mangledName": "$s5Mason13TextTransformO12FullSizeKanayA2CmF",
|
|
29449
30810
|
"moduleName": "Mason",
|
|
29450
30811
|
"declAttributes": [
|
|
29451
30812
|
"ObjC"
|
|
29452
30813
|
],
|
|
29453
|
-
"fixedbinaryorder":
|
|
30814
|
+
"fixedbinaryorder": 5
|
|
29454
30815
|
},
|
|
29455
30816
|
{
|
|
29456
30817
|
"kind": "Var",
|
|
29457
|
-
"name": "
|
|
29458
|
-
"printedName": "
|
|
30818
|
+
"name": "MathAuto",
|
|
30819
|
+
"printedName": "MathAuto",
|
|
29459
30820
|
"children": [
|
|
29460
30821
|
{
|
|
29461
30822
|
"kind": "TypeFunc",
|
|
29462
30823
|
"name": "Function",
|
|
29463
|
-
"printedName": "(Mason.
|
|
30824
|
+
"printedName": "(Mason.TextTransform.Type) -> Mason.TextTransform",
|
|
29464
30825
|
"children": [
|
|
29465
30826
|
{
|
|
29466
30827
|
"kind": "TypeNominal",
|
|
29467
|
-
"name": "
|
|
29468
|
-
"printedName": "Mason.
|
|
29469
|
-
"usr": "c:@M@Mason@E@
|
|
30828
|
+
"name": "TextTransform",
|
|
30829
|
+
"printedName": "Mason.TextTransform",
|
|
30830
|
+
"usr": "c:@M@Mason@E@TextTransform"
|
|
29470
30831
|
},
|
|
29471
30832
|
{
|
|
29472
30833
|
"kind": "TypeNominal",
|
|
29473
30834
|
"name": "Metatype",
|
|
29474
|
-
"printedName": "Mason.
|
|
30835
|
+
"printedName": "Mason.TextTransform.Type",
|
|
29475
30836
|
"children": [
|
|
29476
30837
|
{
|
|
29477
30838
|
"kind": "TypeNominal",
|
|
29478
|
-
"name": "
|
|
29479
|
-
"printedName": "Mason.
|
|
29480
|
-
"usr": "c:@M@Mason@E@
|
|
30839
|
+
"name": "TextTransform",
|
|
30840
|
+
"printedName": "Mason.TextTransform",
|
|
30841
|
+
"usr": "c:@M@Mason@E@TextTransform"
|
|
29481
30842
|
}
|
|
29482
30843
|
]
|
|
29483
30844
|
}
|
|
@@ -29485,13 +30846,13 @@
|
|
|
29485
30846
|
}
|
|
29486
30847
|
],
|
|
29487
30848
|
"declKind": "EnumElement",
|
|
29488
|
-
"usr": "c:@M@Mason@E@
|
|
29489
|
-
"mangledName": "$
|
|
30849
|
+
"usr": "c:@M@Mason@E@TextTransform@TextTransformMathAuto",
|
|
30850
|
+
"mangledName": "$s5Mason13TextTransformO8MathAutoyA2CmF",
|
|
29490
30851
|
"moduleName": "Mason",
|
|
29491
30852
|
"declAttributes": [
|
|
29492
30853
|
"ObjC"
|
|
29493
30854
|
],
|
|
29494
|
-
"fixedbinaryorder":
|
|
30855
|
+
"fixedbinaryorder": 6
|
|
29495
30856
|
},
|
|
29496
30857
|
{
|
|
29497
30858
|
"kind": "Var",
|
|
@@ -29506,8 +30867,8 @@
|
|
|
29506
30867
|
}
|
|
29507
30868
|
],
|
|
29508
30869
|
"declKind": "Var",
|
|
29509
|
-
"usr": "s:
|
|
29510
|
-
"mangledName": "$
|
|
30870
|
+
"usr": "s:5Mason13TextTransformO8rawValues5Int32Vvp",
|
|
30871
|
+
"mangledName": "$s5Mason13TextTransformO8rawValues5Int32Vvp",
|
|
29511
30872
|
"moduleName": "Mason",
|
|
29512
30873
|
"declAttributes": [
|
|
29513
30874
|
"AccessControl"
|
|
@@ -29526,8 +30887,8 @@
|
|
|
29526
30887
|
}
|
|
29527
30888
|
],
|
|
29528
30889
|
"declKind": "Accessor",
|
|
29529
|
-
"usr": "s:
|
|
29530
|
-
"mangledName": "$
|
|
30890
|
+
"usr": "s:5Mason13TextTransformO8rawValues5Int32Vvg",
|
|
30891
|
+
"mangledName": "$s5Mason13TextTransformO8rawValues5Int32Vvg",
|
|
29531
30892
|
"moduleName": "Mason",
|
|
29532
30893
|
"accessorKind": "get"
|
|
29533
30894
|
}
|
|
@@ -29541,13 +30902,13 @@
|
|
|
29541
30902
|
{
|
|
29542
30903
|
"kind": "TypeNominal",
|
|
29543
30904
|
"name": "Optional",
|
|
29544
|
-
"printedName": "Mason.
|
|
30905
|
+
"printedName": "Mason.TextTransform?",
|
|
29545
30906
|
"children": [
|
|
29546
30907
|
{
|
|
29547
30908
|
"kind": "TypeNominal",
|
|
29548
|
-
"name": "
|
|
29549
|
-
"printedName": "Mason.
|
|
29550
|
-
"usr": "c:@M@Mason@E@
|
|
30909
|
+
"name": "TextTransform",
|
|
30910
|
+
"printedName": "Mason.TextTransform",
|
|
30911
|
+
"usr": "c:@M@Mason@E@TextTransform"
|
|
29551
30912
|
}
|
|
29552
30913
|
],
|
|
29553
30914
|
"usr": "s:Sq"
|
|
@@ -29560,8 +30921,8 @@
|
|
|
29560
30921
|
}
|
|
29561
30922
|
],
|
|
29562
30923
|
"declKind": "Constructor",
|
|
29563
|
-
"usr": "s:
|
|
29564
|
-
"mangledName": "$
|
|
30924
|
+
"usr": "s:5Mason13TextTransformO8rawValueACSgs5Int32V_tcfc",
|
|
30925
|
+
"mangledName": "$s5Mason13TextTransformO8rawValueACSgs5Int32V_tcfc",
|
|
29565
30926
|
"moduleName": "Mason",
|
|
29566
30927
|
"declAttributes": [
|
|
29567
30928
|
"AccessControl"
|
|
@@ -29570,10 +30931,10 @@
|
|
|
29570
30931
|
}
|
|
29571
30932
|
],
|
|
29572
30933
|
"declKind": "Enum",
|
|
29573
|
-
"usr": "c:@M@Mason@E@
|
|
29574
|
-
"mangledName": "$
|
|
30934
|
+
"usr": "c:@M@Mason@E@TextTransform",
|
|
30935
|
+
"mangledName": "$s5Mason13TextTransformO",
|
|
29575
30936
|
"moduleName": "Mason",
|
|
29576
|
-
"objc_name": "
|
|
30937
|
+
"objc_name": "TextTransform",
|
|
29577
30938
|
"declAttributes": [
|
|
29578
30939
|
"AccessControl",
|
|
29579
30940
|
"ObjC"
|
|
@@ -29634,35 +30995,35 @@
|
|
|
29634
30995
|
},
|
|
29635
30996
|
{
|
|
29636
30997
|
"kind": "TypeDecl",
|
|
29637
|
-
"name": "
|
|
29638
|
-
"printedName": "
|
|
30998
|
+
"name": "FontStyle",
|
|
30999
|
+
"printedName": "FontStyle",
|
|
29639
31000
|
"children": [
|
|
29640
31001
|
{
|
|
29641
31002
|
"kind": "Var",
|
|
29642
|
-
"name": "
|
|
29643
|
-
"printedName": "
|
|
31003
|
+
"name": "Normal",
|
|
31004
|
+
"printedName": "Normal",
|
|
29644
31005
|
"children": [
|
|
29645
31006
|
{
|
|
29646
31007
|
"kind": "TypeFunc",
|
|
29647
31008
|
"name": "Function",
|
|
29648
|
-
"printedName": "(Mason.
|
|
31009
|
+
"printedName": "(Mason.FontStyle.Type) -> Mason.FontStyle",
|
|
29649
31010
|
"children": [
|
|
29650
31011
|
{
|
|
29651
31012
|
"kind": "TypeNominal",
|
|
29652
|
-
"name": "
|
|
29653
|
-
"printedName": "Mason.
|
|
29654
|
-
"usr": "c:@M@Mason@E@
|
|
31013
|
+
"name": "FontStyle",
|
|
31014
|
+
"printedName": "Mason.FontStyle",
|
|
31015
|
+
"usr": "c:@M@Mason@E@FontStyle"
|
|
29655
31016
|
},
|
|
29656
31017
|
{
|
|
29657
31018
|
"kind": "TypeNominal",
|
|
29658
31019
|
"name": "Metatype",
|
|
29659
|
-
"printedName": "Mason.
|
|
31020
|
+
"printedName": "Mason.FontStyle.Type",
|
|
29660
31021
|
"children": [
|
|
29661
31022
|
{
|
|
29662
31023
|
"kind": "TypeNominal",
|
|
29663
|
-
"name": "
|
|
29664
|
-
"printedName": "Mason.
|
|
29665
|
-
"usr": "c:@M@Mason@E@
|
|
31024
|
+
"name": "FontStyle",
|
|
31025
|
+
"printedName": "Mason.FontStyle",
|
|
31026
|
+
"usr": "c:@M@Mason@E@FontStyle"
|
|
29666
31027
|
}
|
|
29667
31028
|
]
|
|
29668
31029
|
}
|
|
@@ -29670,8 +31031,8 @@
|
|
|
29670
31031
|
}
|
|
29671
31032
|
],
|
|
29672
31033
|
"declKind": "EnumElement",
|
|
29673
|
-
"usr": "c:@M@Mason@E@
|
|
29674
|
-
"mangledName": "$
|
|
31034
|
+
"usr": "c:@M@Mason@E@FontStyle@FontStyleNormal",
|
|
31035
|
+
"mangledName": "$s5Mason9FontStyleO6NormalyA2CmF",
|
|
29675
31036
|
"moduleName": "Mason",
|
|
29676
31037
|
"declAttributes": [
|
|
29677
31038
|
"ObjC"
|
|
@@ -29680,30 +31041,30 @@
|
|
|
29680
31041
|
},
|
|
29681
31042
|
{
|
|
29682
31043
|
"kind": "Var",
|
|
29683
|
-
"name": "
|
|
29684
|
-
"printedName": "
|
|
31044
|
+
"name": "Italic",
|
|
31045
|
+
"printedName": "Italic",
|
|
29685
31046
|
"children": [
|
|
29686
31047
|
{
|
|
29687
31048
|
"kind": "TypeFunc",
|
|
29688
31049
|
"name": "Function",
|
|
29689
|
-
"printedName": "(Mason.
|
|
31050
|
+
"printedName": "(Mason.FontStyle.Type) -> Mason.FontStyle",
|
|
29690
31051
|
"children": [
|
|
29691
31052
|
{
|
|
29692
31053
|
"kind": "TypeNominal",
|
|
29693
|
-
"name": "
|
|
29694
|
-
"printedName": "Mason.
|
|
29695
|
-
"usr": "c:@M@Mason@E@
|
|
31054
|
+
"name": "FontStyle",
|
|
31055
|
+
"printedName": "Mason.FontStyle",
|
|
31056
|
+
"usr": "c:@M@Mason@E@FontStyle"
|
|
29696
31057
|
},
|
|
29697
31058
|
{
|
|
29698
31059
|
"kind": "TypeNominal",
|
|
29699
31060
|
"name": "Metatype",
|
|
29700
|
-
"printedName": "Mason.
|
|
31061
|
+
"printedName": "Mason.FontStyle.Type",
|
|
29701
31062
|
"children": [
|
|
29702
31063
|
{
|
|
29703
31064
|
"kind": "TypeNominal",
|
|
29704
|
-
"name": "
|
|
29705
|
-
"printedName": "Mason.
|
|
29706
|
-
"usr": "c:@M@Mason@E@
|
|
31065
|
+
"name": "FontStyle",
|
|
31066
|
+
"printedName": "Mason.FontStyle",
|
|
31067
|
+
"usr": "c:@M@Mason@E@FontStyle"
|
|
29707
31068
|
}
|
|
29708
31069
|
]
|
|
29709
31070
|
}
|
|
@@ -29711,8 +31072,8 @@
|
|
|
29711
31072
|
}
|
|
29712
31073
|
],
|
|
29713
31074
|
"declKind": "EnumElement",
|
|
29714
|
-
"usr": "c:@M@Mason@E@
|
|
29715
|
-
"mangledName": "$
|
|
31075
|
+
"usr": "c:@M@Mason@E@FontStyle@FontStyleItalic",
|
|
31076
|
+
"mangledName": "$s5Mason9FontStyleO6ItalicyA2CmF",
|
|
29716
31077
|
"moduleName": "Mason",
|
|
29717
31078
|
"declAttributes": [
|
|
29718
31079
|
"ObjC"
|
|
@@ -29721,30 +31082,30 @@
|
|
|
29721
31082
|
},
|
|
29722
31083
|
{
|
|
29723
31084
|
"kind": "Var",
|
|
29724
|
-
"name": "
|
|
29725
|
-
"printedName": "
|
|
31085
|
+
"name": "Oblique",
|
|
31086
|
+
"printedName": "Oblique",
|
|
29726
31087
|
"children": [
|
|
29727
31088
|
{
|
|
29728
31089
|
"kind": "TypeFunc",
|
|
29729
31090
|
"name": "Function",
|
|
29730
|
-
"printedName": "(Mason.
|
|
31091
|
+
"printedName": "(Mason.FontStyle.Type) -> Mason.FontStyle",
|
|
29731
31092
|
"children": [
|
|
29732
31093
|
{
|
|
29733
31094
|
"kind": "TypeNominal",
|
|
29734
|
-
"name": "
|
|
29735
|
-
"printedName": "Mason.
|
|
29736
|
-
"usr": "c:@M@Mason@E@
|
|
31095
|
+
"name": "FontStyle",
|
|
31096
|
+
"printedName": "Mason.FontStyle",
|
|
31097
|
+
"usr": "c:@M@Mason@E@FontStyle"
|
|
29737
31098
|
},
|
|
29738
31099
|
{
|
|
29739
31100
|
"kind": "TypeNominal",
|
|
29740
31101
|
"name": "Metatype",
|
|
29741
|
-
"printedName": "Mason.
|
|
31102
|
+
"printedName": "Mason.FontStyle.Type",
|
|
29742
31103
|
"children": [
|
|
29743
31104
|
{
|
|
29744
31105
|
"kind": "TypeNominal",
|
|
29745
|
-
"name": "
|
|
29746
|
-
"printedName": "Mason.
|
|
29747
|
-
"usr": "c:@M@Mason@E@
|
|
31106
|
+
"name": "FontStyle",
|
|
31107
|
+
"printedName": "Mason.FontStyle",
|
|
31108
|
+
"usr": "c:@M@Mason@E@FontStyle"
|
|
29748
31109
|
}
|
|
29749
31110
|
]
|
|
29750
31111
|
}
|
|
@@ -29752,8 +31113,8 @@
|
|
|
29752
31113
|
}
|
|
29753
31114
|
],
|
|
29754
31115
|
"declKind": "EnumElement",
|
|
29755
|
-
"usr": "c:@M@Mason@E@
|
|
29756
|
-
"mangledName": "$
|
|
31116
|
+
"usr": "c:@M@Mason@E@FontStyle@FontStyleOblique",
|
|
31117
|
+
"mangledName": "$s5Mason9FontStyleO7ObliqueyA2CmF",
|
|
29757
31118
|
"moduleName": "Mason",
|
|
29758
31119
|
"declAttributes": [
|
|
29759
31120
|
"ObjC"
|
|
@@ -29762,71 +31123,221 @@
|
|
|
29762
31123
|
},
|
|
29763
31124
|
{
|
|
29764
31125
|
"kind": "Var",
|
|
29765
|
-
"name": "
|
|
29766
|
-
"printedName": "
|
|
31126
|
+
"name": "rawValue",
|
|
31127
|
+
"printedName": "rawValue",
|
|
29767
31128
|
"children": [
|
|
29768
31129
|
{
|
|
29769
|
-
"kind": "
|
|
29770
|
-
"name": "
|
|
29771
|
-
"printedName": "
|
|
31130
|
+
"kind": "TypeNominal",
|
|
31131
|
+
"name": "Int32",
|
|
31132
|
+
"printedName": "Swift.Int32",
|
|
31133
|
+
"usr": "s:s5Int32V"
|
|
31134
|
+
}
|
|
31135
|
+
],
|
|
31136
|
+
"declKind": "Var",
|
|
31137
|
+
"usr": "s:5Mason9FontStyleO8rawValues5Int32Vvp",
|
|
31138
|
+
"mangledName": "$s5Mason9FontStyleO8rawValues5Int32Vvp",
|
|
31139
|
+
"moduleName": "Mason",
|
|
31140
|
+
"declAttributes": [
|
|
31141
|
+
"AccessControl"
|
|
31142
|
+
],
|
|
31143
|
+
"accessors": [
|
|
31144
|
+
{
|
|
31145
|
+
"kind": "Accessor",
|
|
31146
|
+
"name": "Get",
|
|
31147
|
+
"printedName": "Get()",
|
|
29772
31148
|
"children": [
|
|
29773
31149
|
{
|
|
29774
31150
|
"kind": "TypeNominal",
|
|
29775
|
-
"name": "
|
|
29776
|
-
"printedName": "
|
|
29777
|
-
"usr": "
|
|
29778
|
-
}
|
|
31151
|
+
"name": "Int32",
|
|
31152
|
+
"printedName": "Swift.Int32",
|
|
31153
|
+
"usr": "s:s5Int32V"
|
|
31154
|
+
}
|
|
31155
|
+
],
|
|
31156
|
+
"declKind": "Accessor",
|
|
31157
|
+
"usr": "s:5Mason9FontStyleO8rawValues5Int32Vvg",
|
|
31158
|
+
"mangledName": "$s5Mason9FontStyleO8rawValues5Int32Vvg",
|
|
31159
|
+
"moduleName": "Mason",
|
|
31160
|
+
"accessorKind": "get"
|
|
31161
|
+
}
|
|
31162
|
+
]
|
|
31163
|
+
},
|
|
31164
|
+
{
|
|
31165
|
+
"kind": "Constructor",
|
|
31166
|
+
"name": "init",
|
|
31167
|
+
"printedName": "init(rawValue:)",
|
|
31168
|
+
"children": [
|
|
31169
|
+
{
|
|
31170
|
+
"kind": "TypeNominal",
|
|
31171
|
+
"name": "Optional",
|
|
31172
|
+
"printedName": "Mason.FontStyle?",
|
|
31173
|
+
"children": [
|
|
29779
31174
|
{
|
|
29780
31175
|
"kind": "TypeNominal",
|
|
29781
|
-
"name": "
|
|
29782
|
-
"printedName": "Mason.
|
|
29783
|
-
"
|
|
29784
|
-
{
|
|
29785
|
-
"kind": "TypeNominal",
|
|
29786
|
-
"name": "TextTransform",
|
|
29787
|
-
"printedName": "Mason.TextTransform",
|
|
29788
|
-
"usr": "c:@M@Mason@E@TextTransform"
|
|
29789
|
-
}
|
|
29790
|
-
]
|
|
31176
|
+
"name": "FontStyle",
|
|
31177
|
+
"printedName": "Mason.FontStyle",
|
|
31178
|
+
"usr": "c:@M@Mason@E@FontStyle"
|
|
29791
31179
|
}
|
|
29792
|
-
]
|
|
31180
|
+
],
|
|
31181
|
+
"usr": "s:Sq"
|
|
31182
|
+
},
|
|
31183
|
+
{
|
|
31184
|
+
"kind": "TypeNominal",
|
|
31185
|
+
"name": "Int32",
|
|
31186
|
+
"printedName": "Swift.Int32",
|
|
31187
|
+
"usr": "s:s5Int32V"
|
|
29793
31188
|
}
|
|
29794
31189
|
],
|
|
29795
|
-
"declKind": "
|
|
29796
|
-
"usr": "
|
|
29797
|
-
"mangledName": "$
|
|
31190
|
+
"declKind": "Constructor",
|
|
31191
|
+
"usr": "s:5Mason9FontStyleO8rawValueACSgs5Int32V_tcfc",
|
|
31192
|
+
"mangledName": "$s5Mason9FontStyleO8rawValueACSgs5Int32V_tcfc",
|
|
29798
31193
|
"moduleName": "Mason",
|
|
29799
31194
|
"declAttributes": [
|
|
29800
|
-
"
|
|
31195
|
+
"AccessControl"
|
|
29801
31196
|
],
|
|
29802
|
-
"
|
|
31197
|
+
"init_kind": "Designated"
|
|
29803
31198
|
},
|
|
29804
31199
|
{
|
|
29805
31200
|
"kind": "Var",
|
|
29806
|
-
"name": "
|
|
29807
|
-
"printedName": "
|
|
31201
|
+
"name": "description",
|
|
31202
|
+
"printedName": "description",
|
|
31203
|
+
"children": [
|
|
31204
|
+
{
|
|
31205
|
+
"kind": "TypeNominal",
|
|
31206
|
+
"name": "String",
|
|
31207
|
+
"printedName": "Swift.String",
|
|
31208
|
+
"usr": "s:SS"
|
|
31209
|
+
}
|
|
31210
|
+
],
|
|
31211
|
+
"declKind": "Var",
|
|
31212
|
+
"usr": "s:5Mason9FontStyleO11descriptionSSvp",
|
|
31213
|
+
"mangledName": "$s5Mason9FontStyleO11descriptionSSvp",
|
|
31214
|
+
"moduleName": "Mason",
|
|
31215
|
+
"declAttributes": [
|
|
31216
|
+
"AccessControl"
|
|
31217
|
+
],
|
|
31218
|
+
"accessors": [
|
|
31219
|
+
{
|
|
31220
|
+
"kind": "Accessor",
|
|
31221
|
+
"name": "Get",
|
|
31222
|
+
"printedName": "Get()",
|
|
31223
|
+
"children": [
|
|
31224
|
+
{
|
|
31225
|
+
"kind": "TypeNominal",
|
|
31226
|
+
"name": "String",
|
|
31227
|
+
"printedName": "Swift.String",
|
|
31228
|
+
"usr": "s:SS"
|
|
31229
|
+
}
|
|
31230
|
+
],
|
|
31231
|
+
"declKind": "Accessor",
|
|
31232
|
+
"usr": "s:5Mason9FontStyleO11descriptionSSvg",
|
|
31233
|
+
"mangledName": "$s5Mason9FontStyleO11descriptionSSvg",
|
|
31234
|
+
"moduleName": "Mason",
|
|
31235
|
+
"accessorKind": "get"
|
|
31236
|
+
}
|
|
31237
|
+
]
|
|
31238
|
+
}
|
|
31239
|
+
],
|
|
31240
|
+
"declKind": "Enum",
|
|
31241
|
+
"usr": "c:@M@Mason@E@FontStyle",
|
|
31242
|
+
"mangledName": "$s5Mason9FontStyleO",
|
|
31243
|
+
"moduleName": "Mason",
|
|
31244
|
+
"objc_name": "FontStyle",
|
|
31245
|
+
"declAttributes": [
|
|
31246
|
+
"AccessControl",
|
|
31247
|
+
"ObjC"
|
|
31248
|
+
],
|
|
31249
|
+
"enumRawTypeName": "Int",
|
|
31250
|
+
"conformances": [
|
|
31251
|
+
{
|
|
31252
|
+
"kind": "Conformance",
|
|
31253
|
+
"name": "Copyable",
|
|
31254
|
+
"printedName": "Copyable",
|
|
31255
|
+
"usr": "s:s8CopyableP",
|
|
31256
|
+
"mangledName": "$ss8CopyableP"
|
|
31257
|
+
},
|
|
31258
|
+
{
|
|
31259
|
+
"kind": "Conformance",
|
|
31260
|
+
"name": "Escapable",
|
|
31261
|
+
"printedName": "Escapable",
|
|
31262
|
+
"usr": "s:s9EscapableP",
|
|
31263
|
+
"mangledName": "$ss9EscapableP"
|
|
31264
|
+
},
|
|
31265
|
+
{
|
|
31266
|
+
"kind": "Conformance",
|
|
31267
|
+
"name": "Equatable",
|
|
31268
|
+
"printedName": "Equatable",
|
|
31269
|
+
"usr": "s:SQ",
|
|
31270
|
+
"mangledName": "$sSQ"
|
|
31271
|
+
},
|
|
31272
|
+
{
|
|
31273
|
+
"kind": "Conformance",
|
|
31274
|
+
"name": "Hashable",
|
|
31275
|
+
"printedName": "Hashable",
|
|
31276
|
+
"usr": "s:SH",
|
|
31277
|
+
"mangledName": "$sSH"
|
|
31278
|
+
},
|
|
31279
|
+
{
|
|
31280
|
+
"kind": "Conformance",
|
|
31281
|
+
"name": "RawRepresentable",
|
|
31282
|
+
"printedName": "RawRepresentable",
|
|
31283
|
+
"children": [
|
|
31284
|
+
{
|
|
31285
|
+
"kind": "TypeWitness",
|
|
31286
|
+
"name": "RawValue",
|
|
31287
|
+
"printedName": "RawValue",
|
|
31288
|
+
"children": [
|
|
31289
|
+
{
|
|
31290
|
+
"kind": "TypeNominal",
|
|
31291
|
+
"name": "Int32",
|
|
31292
|
+
"printedName": "Swift.Int32",
|
|
31293
|
+
"usr": "s:s5Int32V"
|
|
31294
|
+
}
|
|
31295
|
+
]
|
|
31296
|
+
}
|
|
31297
|
+
],
|
|
31298
|
+
"usr": "s:SY",
|
|
31299
|
+
"mangledName": "$sSY"
|
|
31300
|
+
},
|
|
31301
|
+
{
|
|
31302
|
+
"kind": "Conformance",
|
|
31303
|
+
"name": "CustomStringConvertible",
|
|
31304
|
+
"printedName": "CustomStringConvertible",
|
|
31305
|
+
"usr": "s:s23CustomStringConvertibleP",
|
|
31306
|
+
"mangledName": "$ss23CustomStringConvertibleP"
|
|
31307
|
+
}
|
|
31308
|
+
]
|
|
31309
|
+
},
|
|
31310
|
+
{
|
|
31311
|
+
"kind": "TypeDecl",
|
|
31312
|
+
"name": "TextWrap",
|
|
31313
|
+
"printedName": "TextWrap",
|
|
31314
|
+
"children": [
|
|
31315
|
+
{
|
|
31316
|
+
"kind": "Var",
|
|
31317
|
+
"name": "Wrap",
|
|
31318
|
+
"printedName": "Wrap",
|
|
29808
31319
|
"children": [
|
|
29809
31320
|
{
|
|
29810
31321
|
"kind": "TypeFunc",
|
|
29811
31322
|
"name": "Function",
|
|
29812
|
-
"printedName": "(Mason.
|
|
31323
|
+
"printedName": "(Mason.TextWrap.Type) -> Mason.TextWrap",
|
|
29813
31324
|
"children": [
|
|
29814
31325
|
{
|
|
29815
31326
|
"kind": "TypeNominal",
|
|
29816
|
-
"name": "
|
|
29817
|
-
"printedName": "Mason.
|
|
29818
|
-
"usr": "c:@M@Mason@E@
|
|
31327
|
+
"name": "TextWrap",
|
|
31328
|
+
"printedName": "Mason.TextWrap",
|
|
31329
|
+
"usr": "c:@M@Mason@E@TextWrap"
|
|
29819
31330
|
},
|
|
29820
31331
|
{
|
|
29821
31332
|
"kind": "TypeNominal",
|
|
29822
31333
|
"name": "Metatype",
|
|
29823
|
-
"printedName": "Mason.
|
|
31334
|
+
"printedName": "Mason.TextWrap.Type",
|
|
29824
31335
|
"children": [
|
|
29825
31336
|
{
|
|
29826
31337
|
"kind": "TypeNominal",
|
|
29827
|
-
"name": "
|
|
29828
|
-
"printedName": "Mason.
|
|
29829
|
-
"usr": "c:@M@Mason@E@
|
|
31338
|
+
"name": "TextWrap",
|
|
31339
|
+
"printedName": "Mason.TextWrap",
|
|
31340
|
+
"usr": "c:@M@Mason@E@TextWrap"
|
|
29830
31341
|
}
|
|
29831
31342
|
]
|
|
29832
31343
|
}
|
|
@@ -29834,40 +31345,40 @@
|
|
|
29834
31345
|
}
|
|
29835
31346
|
],
|
|
29836
31347
|
"declKind": "EnumElement",
|
|
29837
|
-
"usr": "c:@M@Mason@E@
|
|
29838
|
-
"mangledName": "$
|
|
31348
|
+
"usr": "c:@M@Mason@E@TextWrap@TextWrapWrap",
|
|
31349
|
+
"mangledName": "$s5Mason8TextWrapO0C0yA2CmF",
|
|
29839
31350
|
"moduleName": "Mason",
|
|
29840
31351
|
"declAttributes": [
|
|
29841
31352
|
"ObjC"
|
|
29842
31353
|
],
|
|
29843
|
-
"fixedbinaryorder":
|
|
31354
|
+
"fixedbinaryorder": 0
|
|
29844
31355
|
},
|
|
29845
31356
|
{
|
|
29846
31357
|
"kind": "Var",
|
|
29847
|
-
"name": "
|
|
29848
|
-
"printedName": "
|
|
31358
|
+
"name": "NoWrap",
|
|
31359
|
+
"printedName": "NoWrap",
|
|
29849
31360
|
"children": [
|
|
29850
31361
|
{
|
|
29851
31362
|
"kind": "TypeFunc",
|
|
29852
31363
|
"name": "Function",
|
|
29853
|
-
"printedName": "(Mason.
|
|
31364
|
+
"printedName": "(Mason.TextWrap.Type) -> Mason.TextWrap",
|
|
29854
31365
|
"children": [
|
|
29855
31366
|
{
|
|
29856
31367
|
"kind": "TypeNominal",
|
|
29857
|
-
"name": "
|
|
29858
|
-
"printedName": "Mason.
|
|
29859
|
-
"usr": "c:@M@Mason@E@
|
|
31368
|
+
"name": "TextWrap",
|
|
31369
|
+
"printedName": "Mason.TextWrap",
|
|
31370
|
+
"usr": "c:@M@Mason@E@TextWrap"
|
|
29860
31371
|
},
|
|
29861
31372
|
{
|
|
29862
31373
|
"kind": "TypeNominal",
|
|
29863
31374
|
"name": "Metatype",
|
|
29864
|
-
"printedName": "Mason.
|
|
31375
|
+
"printedName": "Mason.TextWrap.Type",
|
|
29865
31376
|
"children": [
|
|
29866
31377
|
{
|
|
29867
31378
|
"kind": "TypeNominal",
|
|
29868
|
-
"name": "
|
|
29869
|
-
"printedName": "Mason.
|
|
29870
|
-
"usr": "c:@M@Mason@E@
|
|
31379
|
+
"name": "TextWrap",
|
|
31380
|
+
"printedName": "Mason.TextWrap",
|
|
31381
|
+
"usr": "c:@M@Mason@E@TextWrap"
|
|
29871
31382
|
}
|
|
29872
31383
|
]
|
|
29873
31384
|
}
|
|
@@ -29875,40 +31386,40 @@
|
|
|
29875
31386
|
}
|
|
29876
31387
|
],
|
|
29877
31388
|
"declKind": "EnumElement",
|
|
29878
|
-
"usr": "c:@M@Mason@E@
|
|
29879
|
-
"mangledName": "$
|
|
31389
|
+
"usr": "c:@M@Mason@E@TextWrap@TextWrapNoWrap",
|
|
31390
|
+
"mangledName": "$s5Mason8TextWrapO02NoC0yA2CmF",
|
|
29880
31391
|
"moduleName": "Mason",
|
|
29881
31392
|
"declAttributes": [
|
|
29882
31393
|
"ObjC"
|
|
29883
31394
|
],
|
|
29884
|
-
"fixedbinaryorder":
|
|
31395
|
+
"fixedbinaryorder": 1
|
|
29885
31396
|
},
|
|
29886
31397
|
{
|
|
29887
31398
|
"kind": "Var",
|
|
29888
|
-
"name": "
|
|
29889
|
-
"printedName": "
|
|
31399
|
+
"name": "Balance",
|
|
31400
|
+
"printedName": "Balance",
|
|
29890
31401
|
"children": [
|
|
29891
31402
|
{
|
|
29892
31403
|
"kind": "TypeFunc",
|
|
29893
31404
|
"name": "Function",
|
|
29894
|
-
"printedName": "(Mason.
|
|
31405
|
+
"printedName": "(Mason.TextWrap.Type) -> Mason.TextWrap",
|
|
29895
31406
|
"children": [
|
|
29896
31407
|
{
|
|
29897
31408
|
"kind": "TypeNominal",
|
|
29898
|
-
"name": "
|
|
29899
|
-
"printedName": "Mason.
|
|
29900
|
-
"usr": "c:@M@Mason@E@
|
|
31409
|
+
"name": "TextWrap",
|
|
31410
|
+
"printedName": "Mason.TextWrap",
|
|
31411
|
+
"usr": "c:@M@Mason@E@TextWrap"
|
|
29901
31412
|
},
|
|
29902
31413
|
{
|
|
29903
31414
|
"kind": "TypeNominal",
|
|
29904
31415
|
"name": "Metatype",
|
|
29905
|
-
"printedName": "Mason.
|
|
31416
|
+
"printedName": "Mason.TextWrap.Type",
|
|
29906
31417
|
"children": [
|
|
29907
31418
|
{
|
|
29908
31419
|
"kind": "TypeNominal",
|
|
29909
|
-
"name": "
|
|
29910
|
-
"printedName": "Mason.
|
|
29911
|
-
"usr": "c:@M@Mason@E@
|
|
31420
|
+
"name": "TextWrap",
|
|
31421
|
+
"printedName": "Mason.TextWrap",
|
|
31422
|
+
"usr": "c:@M@Mason@E@TextWrap"
|
|
29912
31423
|
}
|
|
29913
31424
|
]
|
|
29914
31425
|
}
|
|
@@ -29916,13 +31427,13 @@
|
|
|
29916
31427
|
}
|
|
29917
31428
|
],
|
|
29918
31429
|
"declKind": "EnumElement",
|
|
29919
|
-
"usr": "c:@M@Mason@E@
|
|
29920
|
-
"mangledName": "$
|
|
31430
|
+
"usr": "c:@M@Mason@E@TextWrap@TextWrapBalance",
|
|
31431
|
+
"mangledName": "$s5Mason8TextWrapO7BalanceyA2CmF",
|
|
29921
31432
|
"moduleName": "Mason",
|
|
29922
31433
|
"declAttributes": [
|
|
29923
31434
|
"ObjC"
|
|
29924
31435
|
],
|
|
29925
|
-
"fixedbinaryorder":
|
|
31436
|
+
"fixedbinaryorder": 2
|
|
29926
31437
|
},
|
|
29927
31438
|
{
|
|
29928
31439
|
"kind": "Var",
|
|
@@ -29937,8 +31448,8 @@
|
|
|
29937
31448
|
}
|
|
29938
31449
|
],
|
|
29939
31450
|
"declKind": "Var",
|
|
29940
|
-
"usr": "s:
|
|
29941
|
-
"mangledName": "$
|
|
31451
|
+
"usr": "s:5Mason8TextWrapO8rawValues5Int32Vvp",
|
|
31452
|
+
"mangledName": "$s5Mason8TextWrapO8rawValues5Int32Vvp",
|
|
29942
31453
|
"moduleName": "Mason",
|
|
29943
31454
|
"declAttributes": [
|
|
29944
31455
|
"AccessControl"
|
|
@@ -29957,8 +31468,8 @@
|
|
|
29957
31468
|
}
|
|
29958
31469
|
],
|
|
29959
31470
|
"declKind": "Accessor",
|
|
29960
|
-
"usr": "s:
|
|
29961
|
-
"mangledName": "$
|
|
31471
|
+
"usr": "s:5Mason8TextWrapO8rawValues5Int32Vvg",
|
|
31472
|
+
"mangledName": "$s5Mason8TextWrapO8rawValues5Int32Vvg",
|
|
29962
31473
|
"moduleName": "Mason",
|
|
29963
31474
|
"accessorKind": "get"
|
|
29964
31475
|
}
|
|
@@ -29972,13 +31483,13 @@
|
|
|
29972
31483
|
{
|
|
29973
31484
|
"kind": "TypeNominal",
|
|
29974
31485
|
"name": "Optional",
|
|
29975
|
-
"printedName": "Mason.
|
|
31486
|
+
"printedName": "Mason.TextWrap?",
|
|
29976
31487
|
"children": [
|
|
29977
31488
|
{
|
|
29978
31489
|
"kind": "TypeNominal",
|
|
29979
|
-
"name": "
|
|
29980
|
-
"printedName": "Mason.
|
|
29981
|
-
"usr": "c:@M@Mason@E@
|
|
31490
|
+
"name": "TextWrap",
|
|
31491
|
+
"printedName": "Mason.TextWrap",
|
|
31492
|
+
"usr": "c:@M@Mason@E@TextWrap"
|
|
29982
31493
|
}
|
|
29983
31494
|
],
|
|
29984
31495
|
"usr": "s:Sq"
|
|
@@ -29991,20 +31502,60 @@
|
|
|
29991
31502
|
}
|
|
29992
31503
|
],
|
|
29993
31504
|
"declKind": "Constructor",
|
|
29994
|
-
"usr": "s:
|
|
29995
|
-
"mangledName": "$
|
|
31505
|
+
"usr": "s:5Mason8TextWrapO8rawValueACSgs5Int32V_tcfc",
|
|
31506
|
+
"mangledName": "$s5Mason8TextWrapO8rawValueACSgs5Int32V_tcfc",
|
|
29996
31507
|
"moduleName": "Mason",
|
|
29997
31508
|
"declAttributes": [
|
|
29998
31509
|
"AccessControl"
|
|
29999
31510
|
],
|
|
30000
31511
|
"init_kind": "Designated"
|
|
31512
|
+
},
|
|
31513
|
+
{
|
|
31514
|
+
"kind": "Var",
|
|
31515
|
+
"name": "description",
|
|
31516
|
+
"printedName": "description",
|
|
31517
|
+
"children": [
|
|
31518
|
+
{
|
|
31519
|
+
"kind": "TypeNominal",
|
|
31520
|
+
"name": "String",
|
|
31521
|
+
"printedName": "Swift.String",
|
|
31522
|
+
"usr": "s:SS"
|
|
31523
|
+
}
|
|
31524
|
+
],
|
|
31525
|
+
"declKind": "Var",
|
|
31526
|
+
"usr": "s:5Mason8TextWrapO11descriptionSSvp",
|
|
31527
|
+
"mangledName": "$s5Mason8TextWrapO11descriptionSSvp",
|
|
31528
|
+
"moduleName": "Mason",
|
|
31529
|
+
"declAttributes": [
|
|
31530
|
+
"AccessControl"
|
|
31531
|
+
],
|
|
31532
|
+
"accessors": [
|
|
31533
|
+
{
|
|
31534
|
+
"kind": "Accessor",
|
|
31535
|
+
"name": "Get",
|
|
31536
|
+
"printedName": "Get()",
|
|
31537
|
+
"children": [
|
|
31538
|
+
{
|
|
31539
|
+
"kind": "TypeNominal",
|
|
31540
|
+
"name": "String",
|
|
31541
|
+
"printedName": "Swift.String",
|
|
31542
|
+
"usr": "s:SS"
|
|
31543
|
+
}
|
|
31544
|
+
],
|
|
31545
|
+
"declKind": "Accessor",
|
|
31546
|
+
"usr": "s:5Mason8TextWrapO11descriptionSSvg",
|
|
31547
|
+
"mangledName": "$s5Mason8TextWrapO11descriptionSSvg",
|
|
31548
|
+
"moduleName": "Mason",
|
|
31549
|
+
"accessorKind": "get"
|
|
31550
|
+
}
|
|
31551
|
+
]
|
|
30001
31552
|
}
|
|
30002
31553
|
],
|
|
30003
31554
|
"declKind": "Enum",
|
|
30004
|
-
"usr": "c:@M@Mason@E@
|
|
30005
|
-
"mangledName": "$
|
|
31555
|
+
"usr": "c:@M@Mason@E@TextWrap",
|
|
31556
|
+
"mangledName": "$s5Mason8TextWrapO",
|
|
30006
31557
|
"moduleName": "Mason",
|
|
30007
|
-
"objc_name": "
|
|
31558
|
+
"objc_name": "TextWrap",
|
|
30008
31559
|
"declAttributes": [
|
|
30009
31560
|
"AccessControl",
|
|
30010
31561
|
"ObjC"
|
|
@@ -30060,13 +31611,20 @@
|
|
|
30060
31611
|
],
|
|
30061
31612
|
"usr": "s:SY",
|
|
30062
31613
|
"mangledName": "$sSY"
|
|
31614
|
+
},
|
|
31615
|
+
{
|
|
31616
|
+
"kind": "Conformance",
|
|
31617
|
+
"name": "CustomStringConvertible",
|
|
31618
|
+
"printedName": "CustomStringConvertible",
|
|
31619
|
+
"usr": "s:s23CustomStringConvertibleP",
|
|
31620
|
+
"mangledName": "$ss23CustomStringConvertibleP"
|
|
30063
31621
|
}
|
|
30064
31622
|
]
|
|
30065
31623
|
},
|
|
30066
31624
|
{
|
|
30067
31625
|
"kind": "TypeDecl",
|
|
30068
|
-
"name": "
|
|
30069
|
-
"printedName": "
|
|
31626
|
+
"name": "WhiteSpace",
|
|
31627
|
+
"printedName": "WhiteSpace",
|
|
30070
31628
|
"children": [
|
|
30071
31629
|
{
|
|
30072
31630
|
"kind": "Var",
|
|
@@ -30076,24 +31634,24 @@
|
|
|
30076
31634
|
{
|
|
30077
31635
|
"kind": "TypeFunc",
|
|
30078
31636
|
"name": "Function",
|
|
30079
|
-
"printedName": "(Mason.
|
|
31637
|
+
"printedName": "(Mason.WhiteSpace.Type) -> Mason.WhiteSpace",
|
|
30080
31638
|
"children": [
|
|
30081
31639
|
{
|
|
30082
31640
|
"kind": "TypeNominal",
|
|
30083
|
-
"name": "
|
|
30084
|
-
"printedName": "Mason.
|
|
30085
|
-
"usr": "c:@M@Mason@E@
|
|
31641
|
+
"name": "WhiteSpace",
|
|
31642
|
+
"printedName": "Mason.WhiteSpace",
|
|
31643
|
+
"usr": "c:@M@Mason@E@WhiteSpace"
|
|
30086
31644
|
},
|
|
30087
31645
|
{
|
|
30088
31646
|
"kind": "TypeNominal",
|
|
30089
31647
|
"name": "Metatype",
|
|
30090
|
-
"printedName": "Mason.
|
|
31648
|
+
"printedName": "Mason.WhiteSpace.Type",
|
|
30091
31649
|
"children": [
|
|
30092
31650
|
{
|
|
30093
31651
|
"kind": "TypeNominal",
|
|
30094
|
-
"name": "
|
|
30095
|
-
"printedName": "Mason.
|
|
30096
|
-
"usr": "c:@M@Mason@E@
|
|
31652
|
+
"name": "WhiteSpace",
|
|
31653
|
+
"printedName": "Mason.WhiteSpace",
|
|
31654
|
+
"usr": "c:@M@Mason@E@WhiteSpace"
|
|
30097
31655
|
}
|
|
30098
31656
|
]
|
|
30099
31657
|
}
|
|
@@ -30101,8 +31659,8 @@
|
|
|
30101
31659
|
}
|
|
30102
31660
|
],
|
|
30103
31661
|
"declKind": "EnumElement",
|
|
30104
|
-
"usr": "c:@M@Mason@E@
|
|
30105
|
-
"mangledName": "$
|
|
31662
|
+
"usr": "c:@M@Mason@E@WhiteSpace@WhiteSpaceNormal",
|
|
31663
|
+
"mangledName": "$s5Mason10WhiteSpaceO6NormalyA2CmF",
|
|
30106
31664
|
"moduleName": "Mason",
|
|
30107
31665
|
"declAttributes": [
|
|
30108
31666
|
"ObjC"
|
|
@@ -30111,30 +31669,30 @@
|
|
|
30111
31669
|
},
|
|
30112
31670
|
{
|
|
30113
31671
|
"kind": "Var",
|
|
30114
|
-
"name": "
|
|
30115
|
-
"printedName": "
|
|
31672
|
+
"name": "Pre",
|
|
31673
|
+
"printedName": "Pre",
|
|
30116
31674
|
"children": [
|
|
30117
31675
|
{
|
|
30118
31676
|
"kind": "TypeFunc",
|
|
30119
31677
|
"name": "Function",
|
|
30120
|
-
"printedName": "(Mason.
|
|
31678
|
+
"printedName": "(Mason.WhiteSpace.Type) -> Mason.WhiteSpace",
|
|
30121
31679
|
"children": [
|
|
30122
31680
|
{
|
|
30123
31681
|
"kind": "TypeNominal",
|
|
30124
|
-
"name": "
|
|
30125
|
-
"printedName": "Mason.
|
|
30126
|
-
"usr": "c:@M@Mason@E@
|
|
31682
|
+
"name": "WhiteSpace",
|
|
31683
|
+
"printedName": "Mason.WhiteSpace",
|
|
31684
|
+
"usr": "c:@M@Mason@E@WhiteSpace"
|
|
30127
31685
|
},
|
|
30128
31686
|
{
|
|
30129
31687
|
"kind": "TypeNominal",
|
|
30130
31688
|
"name": "Metatype",
|
|
30131
|
-
"printedName": "Mason.
|
|
31689
|
+
"printedName": "Mason.WhiteSpace.Type",
|
|
30132
31690
|
"children": [
|
|
30133
31691
|
{
|
|
30134
31692
|
"kind": "TypeNominal",
|
|
30135
|
-
"name": "
|
|
30136
|
-
"printedName": "Mason.
|
|
30137
|
-
"usr": "c:@M@Mason@E@
|
|
31693
|
+
"name": "WhiteSpace",
|
|
31694
|
+
"printedName": "Mason.WhiteSpace",
|
|
31695
|
+
"usr": "c:@M@Mason@E@WhiteSpace"
|
|
30138
31696
|
}
|
|
30139
31697
|
]
|
|
30140
31698
|
}
|
|
@@ -30142,8 +31700,8 @@
|
|
|
30142
31700
|
}
|
|
30143
31701
|
],
|
|
30144
31702
|
"declKind": "EnumElement",
|
|
30145
|
-
"usr": "c:@M@Mason@E@
|
|
30146
|
-
"mangledName": "$
|
|
31703
|
+
"usr": "c:@M@Mason@E@WhiteSpace@WhiteSpacePre",
|
|
31704
|
+
"mangledName": "$s5Mason10WhiteSpaceO3PreyA2CmF",
|
|
30147
31705
|
"moduleName": "Mason",
|
|
30148
31706
|
"declAttributes": [
|
|
30149
31707
|
"ObjC"
|
|
@@ -30152,30 +31710,30 @@
|
|
|
30152
31710
|
},
|
|
30153
31711
|
{
|
|
30154
31712
|
"kind": "Var",
|
|
30155
|
-
"name": "
|
|
30156
|
-
"printedName": "
|
|
31713
|
+
"name": "PreWrap",
|
|
31714
|
+
"printedName": "PreWrap",
|
|
30157
31715
|
"children": [
|
|
30158
31716
|
{
|
|
30159
31717
|
"kind": "TypeFunc",
|
|
30160
31718
|
"name": "Function",
|
|
30161
|
-
"printedName": "(Mason.
|
|
31719
|
+
"printedName": "(Mason.WhiteSpace.Type) -> Mason.WhiteSpace",
|
|
30162
31720
|
"children": [
|
|
30163
31721
|
{
|
|
30164
31722
|
"kind": "TypeNominal",
|
|
30165
|
-
"name": "
|
|
30166
|
-
"printedName": "Mason.
|
|
30167
|
-
"usr": "c:@M@Mason@E@
|
|
31723
|
+
"name": "WhiteSpace",
|
|
31724
|
+
"printedName": "Mason.WhiteSpace",
|
|
31725
|
+
"usr": "c:@M@Mason@E@WhiteSpace"
|
|
30168
31726
|
},
|
|
30169
31727
|
{
|
|
30170
31728
|
"kind": "TypeNominal",
|
|
30171
31729
|
"name": "Metatype",
|
|
30172
|
-
"printedName": "Mason.
|
|
31730
|
+
"printedName": "Mason.WhiteSpace.Type",
|
|
30173
31731
|
"children": [
|
|
30174
31732
|
{
|
|
30175
31733
|
"kind": "TypeNominal",
|
|
30176
|
-
"name": "
|
|
30177
|
-
"printedName": "Mason.
|
|
30178
|
-
"usr": "c:@M@Mason@E@
|
|
31734
|
+
"name": "WhiteSpace",
|
|
31735
|
+
"printedName": "Mason.WhiteSpace",
|
|
31736
|
+
"usr": "c:@M@Mason@E@WhiteSpace"
|
|
30179
31737
|
}
|
|
30180
31738
|
]
|
|
30181
31739
|
}
|
|
@@ -30183,14 +31741,55 @@
|
|
|
30183
31741
|
}
|
|
30184
31742
|
],
|
|
30185
31743
|
"declKind": "EnumElement",
|
|
30186
|
-
"usr": "c:@M@Mason@E@
|
|
30187
|
-
"mangledName": "$
|
|
31744
|
+
"usr": "c:@M@Mason@E@WhiteSpace@WhiteSpacePreWrap",
|
|
31745
|
+
"mangledName": "$s5Mason10WhiteSpaceO7PreWrapyA2CmF",
|
|
30188
31746
|
"moduleName": "Mason",
|
|
30189
31747
|
"declAttributes": [
|
|
30190
31748
|
"ObjC"
|
|
30191
31749
|
],
|
|
30192
31750
|
"fixedbinaryorder": 2
|
|
30193
31751
|
},
|
|
31752
|
+
{
|
|
31753
|
+
"kind": "Var",
|
|
31754
|
+
"name": "PreLine",
|
|
31755
|
+
"printedName": "PreLine",
|
|
31756
|
+
"children": [
|
|
31757
|
+
{
|
|
31758
|
+
"kind": "TypeFunc",
|
|
31759
|
+
"name": "Function",
|
|
31760
|
+
"printedName": "(Mason.WhiteSpace.Type) -> Mason.WhiteSpace",
|
|
31761
|
+
"children": [
|
|
31762
|
+
{
|
|
31763
|
+
"kind": "TypeNominal",
|
|
31764
|
+
"name": "WhiteSpace",
|
|
31765
|
+
"printedName": "Mason.WhiteSpace",
|
|
31766
|
+
"usr": "c:@M@Mason@E@WhiteSpace"
|
|
31767
|
+
},
|
|
31768
|
+
{
|
|
31769
|
+
"kind": "TypeNominal",
|
|
31770
|
+
"name": "Metatype",
|
|
31771
|
+
"printedName": "Mason.WhiteSpace.Type",
|
|
31772
|
+
"children": [
|
|
31773
|
+
{
|
|
31774
|
+
"kind": "TypeNominal",
|
|
31775
|
+
"name": "WhiteSpace",
|
|
31776
|
+
"printedName": "Mason.WhiteSpace",
|
|
31777
|
+
"usr": "c:@M@Mason@E@WhiteSpace"
|
|
31778
|
+
}
|
|
31779
|
+
]
|
|
31780
|
+
}
|
|
31781
|
+
]
|
|
31782
|
+
}
|
|
31783
|
+
],
|
|
31784
|
+
"declKind": "EnumElement",
|
|
31785
|
+
"usr": "c:@M@Mason@E@WhiteSpace@WhiteSpacePreLine",
|
|
31786
|
+
"mangledName": "$s5Mason10WhiteSpaceO7PreLineyA2CmF",
|
|
31787
|
+
"moduleName": "Mason",
|
|
31788
|
+
"declAttributes": [
|
|
31789
|
+
"ObjC"
|
|
31790
|
+
],
|
|
31791
|
+
"fixedbinaryorder": 3
|
|
31792
|
+
},
|
|
30194
31793
|
{
|
|
30195
31794
|
"kind": "Var",
|
|
30196
31795
|
"name": "rawValue",
|
|
@@ -30204,8 +31803,8 @@
|
|
|
30204
31803
|
}
|
|
30205
31804
|
],
|
|
30206
31805
|
"declKind": "Var",
|
|
30207
|
-
"usr": "s:
|
|
30208
|
-
"mangledName": "$
|
|
31806
|
+
"usr": "s:5Mason10WhiteSpaceO8rawValues5Int32Vvp",
|
|
31807
|
+
"mangledName": "$s5Mason10WhiteSpaceO8rawValues5Int32Vvp",
|
|
30209
31808
|
"moduleName": "Mason",
|
|
30210
31809
|
"declAttributes": [
|
|
30211
31810
|
"AccessControl"
|
|
@@ -30224,8 +31823,8 @@
|
|
|
30224
31823
|
}
|
|
30225
31824
|
],
|
|
30226
31825
|
"declKind": "Accessor",
|
|
30227
|
-
"usr": "s:
|
|
30228
|
-
"mangledName": "$
|
|
31826
|
+
"usr": "s:5Mason10WhiteSpaceO8rawValues5Int32Vvg",
|
|
31827
|
+
"mangledName": "$s5Mason10WhiteSpaceO8rawValues5Int32Vvg",
|
|
30229
31828
|
"moduleName": "Mason",
|
|
30230
31829
|
"accessorKind": "get"
|
|
30231
31830
|
}
|
|
@@ -30239,13 +31838,13 @@
|
|
|
30239
31838
|
{
|
|
30240
31839
|
"kind": "TypeNominal",
|
|
30241
31840
|
"name": "Optional",
|
|
30242
|
-
"printedName": "Mason.
|
|
31841
|
+
"printedName": "Mason.WhiteSpace?",
|
|
30243
31842
|
"children": [
|
|
30244
31843
|
{
|
|
30245
31844
|
"kind": "TypeNominal",
|
|
30246
|
-
"name": "
|
|
30247
|
-
"printedName": "Mason.
|
|
30248
|
-
"usr": "c:@M@Mason@E@
|
|
31845
|
+
"name": "WhiteSpace",
|
|
31846
|
+
"printedName": "Mason.WhiteSpace",
|
|
31847
|
+
"usr": "c:@M@Mason@E@WhiteSpace"
|
|
30249
31848
|
}
|
|
30250
31849
|
],
|
|
30251
31850
|
"usr": "s:Sq"
|
|
@@ -30258,8 +31857,8 @@
|
|
|
30258
31857
|
}
|
|
30259
31858
|
],
|
|
30260
31859
|
"declKind": "Constructor",
|
|
30261
|
-
"usr": "s:
|
|
30262
|
-
"mangledName": "$
|
|
31860
|
+
"usr": "s:5Mason10WhiteSpaceO8rawValueACSgs5Int32V_tcfc",
|
|
31861
|
+
"mangledName": "$s5Mason10WhiteSpaceO8rawValueACSgs5Int32V_tcfc",
|
|
30263
31862
|
"moduleName": "Mason",
|
|
30264
31863
|
"declAttributes": [
|
|
30265
31864
|
"AccessControl"
|
|
@@ -30279,8 +31878,8 @@
|
|
|
30279
31878
|
}
|
|
30280
31879
|
],
|
|
30281
31880
|
"declKind": "Var",
|
|
30282
|
-
"usr": "s:
|
|
30283
|
-
"mangledName": "$
|
|
31881
|
+
"usr": "s:5Mason10WhiteSpaceO11descriptionSSvp",
|
|
31882
|
+
"mangledName": "$s5Mason10WhiteSpaceO11descriptionSSvp",
|
|
30284
31883
|
"moduleName": "Mason",
|
|
30285
31884
|
"declAttributes": [
|
|
30286
31885
|
"AccessControl"
|
|
@@ -30299,8 +31898,8 @@
|
|
|
30299
31898
|
}
|
|
30300
31899
|
],
|
|
30301
31900
|
"declKind": "Accessor",
|
|
30302
|
-
"usr": "s:
|
|
30303
|
-
"mangledName": "$
|
|
31901
|
+
"usr": "s:5Mason10WhiteSpaceO11descriptionSSvg",
|
|
31902
|
+
"mangledName": "$s5Mason10WhiteSpaceO11descriptionSSvg",
|
|
30304
31903
|
"moduleName": "Mason",
|
|
30305
31904
|
"accessorKind": "get"
|
|
30306
31905
|
}
|
|
@@ -30308,10 +31907,10 @@
|
|
|
30308
31907
|
}
|
|
30309
31908
|
],
|
|
30310
31909
|
"declKind": "Enum",
|
|
30311
|
-
"usr": "c:@M@Mason@E@
|
|
30312
|
-
"mangledName": "$
|
|
31910
|
+
"usr": "c:@M@Mason@E@WhiteSpace",
|
|
31911
|
+
"mangledName": "$s5Mason10WhiteSpaceO",
|
|
30313
31912
|
"moduleName": "Mason",
|
|
30314
|
-
"objc_name": "
|
|
31913
|
+
"objc_name": "WhiteSpace",
|
|
30315
31914
|
"declAttributes": [
|
|
30316
31915
|
"AccessControl",
|
|
30317
31916
|
"ObjC"
|
|
@@ -30379,35 +31978,35 @@
|
|
|
30379
31978
|
},
|
|
30380
31979
|
{
|
|
30381
31980
|
"kind": "TypeDecl",
|
|
30382
|
-
"name": "
|
|
30383
|
-
"printedName": "
|
|
31981
|
+
"name": "LineHeight",
|
|
31982
|
+
"printedName": "LineHeight",
|
|
30384
31983
|
"children": [
|
|
30385
31984
|
{
|
|
30386
31985
|
"kind": "Var",
|
|
30387
|
-
"name": "
|
|
30388
|
-
"printedName": "
|
|
31986
|
+
"name": "Normal",
|
|
31987
|
+
"printedName": "Normal",
|
|
30389
31988
|
"children": [
|
|
30390
31989
|
{
|
|
30391
31990
|
"kind": "TypeFunc",
|
|
30392
31991
|
"name": "Function",
|
|
30393
|
-
"printedName": "(Mason.
|
|
31992
|
+
"printedName": "(Mason.LineHeight.Type) -> Mason.LineHeight",
|
|
30394
31993
|
"children": [
|
|
30395
31994
|
{
|
|
30396
31995
|
"kind": "TypeNominal",
|
|
30397
|
-
"name": "
|
|
30398
|
-
"printedName": "Mason.
|
|
30399
|
-
"usr": "c:@M@Mason@E@
|
|
31996
|
+
"name": "LineHeight",
|
|
31997
|
+
"printedName": "Mason.LineHeight",
|
|
31998
|
+
"usr": "c:@M@Mason@E@MasonLineHeight"
|
|
30400
31999
|
},
|
|
30401
32000
|
{
|
|
30402
32001
|
"kind": "TypeNominal",
|
|
30403
32002
|
"name": "Metatype",
|
|
30404
|
-
"printedName": "Mason.
|
|
32003
|
+
"printedName": "Mason.LineHeight.Type",
|
|
30405
32004
|
"children": [
|
|
30406
32005
|
{
|
|
30407
32006
|
"kind": "TypeNominal",
|
|
30408
|
-
"name": "
|
|
30409
|
-
"printedName": "Mason.
|
|
30410
|
-
"usr": "c:@M@Mason@E@
|
|
32007
|
+
"name": "LineHeight",
|
|
32008
|
+
"printedName": "Mason.LineHeight",
|
|
32009
|
+
"usr": "c:@M@Mason@E@MasonLineHeight"
|
|
30411
32010
|
}
|
|
30412
32011
|
]
|
|
30413
32012
|
}
|
|
@@ -30415,8 +32014,8 @@
|
|
|
30415
32014
|
}
|
|
30416
32015
|
],
|
|
30417
32016
|
"declKind": "EnumElement",
|
|
30418
|
-
"usr": "c:@M@Mason@E@
|
|
30419
|
-
"mangledName": "$
|
|
32017
|
+
"usr": "c:@M@Mason@E@MasonLineHeight@MasonLineHeightNormal",
|
|
32018
|
+
"mangledName": "$s5Mason10LineHeightO6NormalyA2CmF",
|
|
30420
32019
|
"moduleName": "Mason",
|
|
30421
32020
|
"declAttributes": [
|
|
30422
32021
|
"ObjC"
|
|
@@ -30425,30 +32024,30 @@
|
|
|
30425
32024
|
},
|
|
30426
32025
|
{
|
|
30427
32026
|
"kind": "Var",
|
|
30428
|
-
"name": "
|
|
30429
|
-
"printedName": "
|
|
32027
|
+
"name": "Pre",
|
|
32028
|
+
"printedName": "Pre",
|
|
30430
32029
|
"children": [
|
|
30431
32030
|
{
|
|
30432
32031
|
"kind": "TypeFunc",
|
|
30433
32032
|
"name": "Function",
|
|
30434
|
-
"printedName": "(Mason.
|
|
32033
|
+
"printedName": "(Mason.LineHeight.Type) -> Mason.LineHeight",
|
|
30435
32034
|
"children": [
|
|
30436
32035
|
{
|
|
30437
32036
|
"kind": "TypeNominal",
|
|
30438
|
-
"name": "
|
|
30439
|
-
"printedName": "Mason.
|
|
30440
|
-
"usr": "c:@M@Mason@E@
|
|
32037
|
+
"name": "LineHeight",
|
|
32038
|
+
"printedName": "Mason.LineHeight",
|
|
32039
|
+
"usr": "c:@M@Mason@E@MasonLineHeight"
|
|
30441
32040
|
},
|
|
30442
32041
|
{
|
|
30443
32042
|
"kind": "TypeNominal",
|
|
30444
32043
|
"name": "Metatype",
|
|
30445
|
-
"printedName": "Mason.
|
|
32044
|
+
"printedName": "Mason.LineHeight.Type",
|
|
30446
32045
|
"children": [
|
|
30447
32046
|
{
|
|
30448
32047
|
"kind": "TypeNominal",
|
|
30449
|
-
"name": "
|
|
30450
|
-
"printedName": "Mason.
|
|
30451
|
-
"usr": "c:@M@Mason@E@
|
|
32048
|
+
"name": "LineHeight",
|
|
32049
|
+
"printedName": "Mason.LineHeight",
|
|
32050
|
+
"usr": "c:@M@Mason@E@MasonLineHeight"
|
|
30452
32051
|
}
|
|
30453
32052
|
]
|
|
30454
32053
|
}
|
|
@@ -30456,8 +32055,8 @@
|
|
|
30456
32055
|
}
|
|
30457
32056
|
],
|
|
30458
32057
|
"declKind": "EnumElement",
|
|
30459
|
-
"usr": "c:@M@Mason@E@
|
|
30460
|
-
"mangledName": "$
|
|
32058
|
+
"usr": "c:@M@Mason@E@MasonLineHeight@MasonLineHeightPre",
|
|
32059
|
+
"mangledName": "$s5Mason10LineHeightO3PreyA2CmF",
|
|
30461
32060
|
"moduleName": "Mason",
|
|
30462
32061
|
"declAttributes": [
|
|
30463
32062
|
"ObjC"
|
|
@@ -30466,30 +32065,30 @@
|
|
|
30466
32065
|
},
|
|
30467
32066
|
{
|
|
30468
32067
|
"kind": "Var",
|
|
30469
|
-
"name": "
|
|
30470
|
-
"printedName": "
|
|
32068
|
+
"name": "PreWrap",
|
|
32069
|
+
"printedName": "PreWrap",
|
|
30471
32070
|
"children": [
|
|
30472
32071
|
{
|
|
30473
32072
|
"kind": "TypeFunc",
|
|
30474
32073
|
"name": "Function",
|
|
30475
|
-
"printedName": "(Mason.
|
|
32074
|
+
"printedName": "(Mason.LineHeight.Type) -> Mason.LineHeight",
|
|
30476
32075
|
"children": [
|
|
30477
32076
|
{
|
|
30478
32077
|
"kind": "TypeNominal",
|
|
30479
|
-
"name": "
|
|
30480
|
-
"printedName": "Mason.
|
|
30481
|
-
"usr": "c:@M@Mason@E@
|
|
32078
|
+
"name": "LineHeight",
|
|
32079
|
+
"printedName": "Mason.LineHeight",
|
|
32080
|
+
"usr": "c:@M@Mason@E@MasonLineHeight"
|
|
30482
32081
|
},
|
|
30483
32082
|
{
|
|
30484
32083
|
"kind": "TypeNominal",
|
|
30485
32084
|
"name": "Metatype",
|
|
30486
|
-
"printedName": "Mason.
|
|
32085
|
+
"printedName": "Mason.LineHeight.Type",
|
|
30487
32086
|
"children": [
|
|
30488
32087
|
{
|
|
30489
32088
|
"kind": "TypeNominal",
|
|
30490
|
-
"name": "
|
|
30491
|
-
"printedName": "Mason.
|
|
30492
|
-
"usr": "c:@M@Mason@E@
|
|
32089
|
+
"name": "LineHeight",
|
|
32090
|
+
"printedName": "Mason.LineHeight",
|
|
32091
|
+
"usr": "c:@M@Mason@E@MasonLineHeight"
|
|
30493
32092
|
}
|
|
30494
32093
|
]
|
|
30495
32094
|
}
|
|
@@ -30497,14 +32096,55 @@
|
|
|
30497
32096
|
}
|
|
30498
32097
|
],
|
|
30499
32098
|
"declKind": "EnumElement",
|
|
30500
|
-
"usr": "c:@M@Mason@E@
|
|
30501
|
-
"mangledName": "$
|
|
32099
|
+
"usr": "c:@M@Mason@E@MasonLineHeight@MasonLineHeightPreWrap",
|
|
32100
|
+
"mangledName": "$s5Mason10LineHeightO7PreWrapyA2CmF",
|
|
30502
32101
|
"moduleName": "Mason",
|
|
30503
32102
|
"declAttributes": [
|
|
30504
32103
|
"ObjC"
|
|
30505
32104
|
],
|
|
30506
32105
|
"fixedbinaryorder": 2
|
|
30507
32106
|
},
|
|
32107
|
+
{
|
|
32108
|
+
"kind": "Var",
|
|
32109
|
+
"name": "PreLine",
|
|
32110
|
+
"printedName": "PreLine",
|
|
32111
|
+
"children": [
|
|
32112
|
+
{
|
|
32113
|
+
"kind": "TypeFunc",
|
|
32114
|
+
"name": "Function",
|
|
32115
|
+
"printedName": "(Mason.LineHeight.Type) -> Mason.LineHeight",
|
|
32116
|
+
"children": [
|
|
32117
|
+
{
|
|
32118
|
+
"kind": "TypeNominal",
|
|
32119
|
+
"name": "LineHeight",
|
|
32120
|
+
"printedName": "Mason.LineHeight",
|
|
32121
|
+
"usr": "c:@M@Mason@E@MasonLineHeight"
|
|
32122
|
+
},
|
|
32123
|
+
{
|
|
32124
|
+
"kind": "TypeNominal",
|
|
32125
|
+
"name": "Metatype",
|
|
32126
|
+
"printedName": "Mason.LineHeight.Type",
|
|
32127
|
+
"children": [
|
|
32128
|
+
{
|
|
32129
|
+
"kind": "TypeNominal",
|
|
32130
|
+
"name": "LineHeight",
|
|
32131
|
+
"printedName": "Mason.LineHeight",
|
|
32132
|
+
"usr": "c:@M@Mason@E@MasonLineHeight"
|
|
32133
|
+
}
|
|
32134
|
+
]
|
|
32135
|
+
}
|
|
32136
|
+
]
|
|
32137
|
+
}
|
|
32138
|
+
],
|
|
32139
|
+
"declKind": "EnumElement",
|
|
32140
|
+
"usr": "c:@M@Mason@E@MasonLineHeight@MasonLineHeightPreLine",
|
|
32141
|
+
"mangledName": "$s5Mason10LineHeightO03PreB0yA2CmF",
|
|
32142
|
+
"moduleName": "Mason",
|
|
32143
|
+
"declAttributes": [
|
|
32144
|
+
"ObjC"
|
|
32145
|
+
],
|
|
32146
|
+
"fixedbinaryorder": 3
|
|
32147
|
+
},
|
|
30508
32148
|
{
|
|
30509
32149
|
"kind": "Var",
|
|
30510
32150
|
"name": "rawValue",
|
|
@@ -30518,8 +32158,8 @@
|
|
|
30518
32158
|
}
|
|
30519
32159
|
],
|
|
30520
32160
|
"declKind": "Var",
|
|
30521
|
-
"usr": "s:
|
|
30522
|
-
"mangledName": "$
|
|
32161
|
+
"usr": "s:5Mason10LineHeightO8rawValues5Int32Vvp",
|
|
32162
|
+
"mangledName": "$s5Mason10LineHeightO8rawValues5Int32Vvp",
|
|
30523
32163
|
"moduleName": "Mason",
|
|
30524
32164
|
"declAttributes": [
|
|
30525
32165
|
"AccessControl"
|
|
@@ -30538,8 +32178,8 @@
|
|
|
30538
32178
|
}
|
|
30539
32179
|
],
|
|
30540
32180
|
"declKind": "Accessor",
|
|
30541
|
-
"usr": "s:
|
|
30542
|
-
"mangledName": "$
|
|
32181
|
+
"usr": "s:5Mason10LineHeightO8rawValues5Int32Vvg",
|
|
32182
|
+
"mangledName": "$s5Mason10LineHeightO8rawValues5Int32Vvg",
|
|
30543
32183
|
"moduleName": "Mason",
|
|
30544
32184
|
"accessorKind": "get"
|
|
30545
32185
|
}
|
|
@@ -30553,13 +32193,13 @@
|
|
|
30553
32193
|
{
|
|
30554
32194
|
"kind": "TypeNominal",
|
|
30555
32195
|
"name": "Optional",
|
|
30556
|
-
"printedName": "Mason.
|
|
32196
|
+
"printedName": "Mason.LineHeight?",
|
|
30557
32197
|
"children": [
|
|
30558
32198
|
{
|
|
30559
32199
|
"kind": "TypeNominal",
|
|
30560
|
-
"name": "
|
|
30561
|
-
"printedName": "Mason.
|
|
30562
|
-
"usr": "c:@M@Mason@E@
|
|
32200
|
+
"name": "LineHeight",
|
|
32201
|
+
"printedName": "Mason.LineHeight",
|
|
32202
|
+
"usr": "c:@M@Mason@E@MasonLineHeight"
|
|
30563
32203
|
}
|
|
30564
32204
|
],
|
|
30565
32205
|
"usr": "s:Sq"
|
|
@@ -30572,8 +32212,8 @@
|
|
|
30572
32212
|
}
|
|
30573
32213
|
],
|
|
30574
32214
|
"declKind": "Constructor",
|
|
30575
|
-
"usr": "s:
|
|
30576
|
-
"mangledName": "$
|
|
32215
|
+
"usr": "s:5Mason10LineHeightO8rawValueACSgs5Int32V_tcfc",
|
|
32216
|
+
"mangledName": "$s5Mason10LineHeightO8rawValueACSgs5Int32V_tcfc",
|
|
30577
32217
|
"moduleName": "Mason",
|
|
30578
32218
|
"declAttributes": [
|
|
30579
32219
|
"AccessControl"
|
|
@@ -30593,8 +32233,8 @@
|
|
|
30593
32233
|
}
|
|
30594
32234
|
],
|
|
30595
32235
|
"declKind": "Var",
|
|
30596
|
-
"usr": "s:
|
|
30597
|
-
"mangledName": "$
|
|
32236
|
+
"usr": "s:5Mason10LineHeightO11descriptionSSvp",
|
|
32237
|
+
"mangledName": "$s5Mason10LineHeightO11descriptionSSvp",
|
|
30598
32238
|
"moduleName": "Mason",
|
|
30599
32239
|
"declAttributes": [
|
|
30600
32240
|
"AccessControl"
|
|
@@ -30613,8 +32253,8 @@
|
|
|
30613
32253
|
}
|
|
30614
32254
|
],
|
|
30615
32255
|
"declKind": "Accessor",
|
|
30616
|
-
"usr": "s:
|
|
30617
|
-
"mangledName": "$
|
|
32256
|
+
"usr": "s:5Mason10LineHeightO11descriptionSSvg",
|
|
32257
|
+
"mangledName": "$s5Mason10LineHeightO11descriptionSSvg",
|
|
30618
32258
|
"moduleName": "Mason",
|
|
30619
32259
|
"accessorKind": "get"
|
|
30620
32260
|
}
|
|
@@ -30622,10 +32262,10 @@
|
|
|
30622
32262
|
}
|
|
30623
32263
|
],
|
|
30624
32264
|
"declKind": "Enum",
|
|
30625
|
-
"usr": "c:@M@Mason@E@
|
|
30626
|
-
"mangledName": "$
|
|
32265
|
+
"usr": "c:@M@Mason@E@MasonLineHeight",
|
|
32266
|
+
"mangledName": "$s5Mason10LineHeightO",
|
|
30627
32267
|
"moduleName": "Mason",
|
|
30628
|
-
"objc_name": "
|
|
32268
|
+
"objc_name": "MasonLineHeight",
|
|
30629
32269
|
"declAttributes": [
|
|
30630
32270
|
"AccessControl",
|
|
30631
32271
|
"ObjC"
|
|
@@ -37759,203 +39399,308 @@
|
|
|
37759
39399
|
{
|
|
37760
39400
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
37761
39401
|
"kind": "IntegerLiteral",
|
|
37762
|
-
"offset":
|
|
39402
|
+
"offset": 4548,
|
|
39403
|
+
"length": 2,
|
|
39404
|
+
"value": "44"
|
|
39405
|
+
},
|
|
39406
|
+
{
|
|
39407
|
+
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
39408
|
+
"kind": "IntegerLiteral",
|
|
39409
|
+
"offset": 4730,
|
|
37763
39410
|
"length": 1,
|
|
37764
39411
|
"value": "1"
|
|
37765
39412
|
},
|
|
37766
39413
|
{
|
|
37767
39414
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
37768
39415
|
"kind": "IntegerLiteral",
|
|
37769
|
-
"offset":
|
|
39416
|
+
"offset": 4735,
|
|
37770
39417
|
"length": 1,
|
|
37771
39418
|
"value": "0"
|
|
37772
39419
|
},
|
|
37773
39420
|
{
|
|
37774
39421
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
37775
39422
|
"kind": "IntegerLiteral",
|
|
37776
|
-
"offset":
|
|
39423
|
+
"offset": 4799,
|
|
37777
39424
|
"length": 1,
|
|
37778
39425
|
"value": "1"
|
|
37779
39426
|
},
|
|
37780
39427
|
{
|
|
37781
39428
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
37782
39429
|
"kind": "IntegerLiteral",
|
|
37783
|
-
"offset":
|
|
39430
|
+
"offset": 4804,
|
|
37784
39431
|
"length": 1,
|
|
37785
39432
|
"value": "1"
|
|
37786
39433
|
},
|
|
37787
39434
|
{
|
|
37788
39435
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
37789
39436
|
"kind": "IntegerLiteral",
|
|
37790
|
-
"offset":
|
|
39437
|
+
"offset": 4868,
|
|
37791
39438
|
"length": 1,
|
|
37792
39439
|
"value": "1"
|
|
37793
39440
|
},
|
|
37794
39441
|
{
|
|
37795
39442
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
37796
39443
|
"kind": "IntegerLiteral",
|
|
37797
|
-
"offset":
|
|
39444
|
+
"offset": 4873,
|
|
37798
39445
|
"length": 1,
|
|
37799
39446
|
"value": "2"
|
|
37800
39447
|
},
|
|
37801
39448
|
{
|
|
37802
39449
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
37803
39450
|
"kind": "IntegerLiteral",
|
|
37804
|
-
"offset":
|
|
39451
|
+
"offset": 4927,
|
|
37805
39452
|
"length": 1,
|
|
37806
39453
|
"value": "1"
|
|
37807
39454
|
},
|
|
37808
39455
|
{
|
|
37809
39456
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
37810
39457
|
"kind": "IntegerLiteral",
|
|
37811
|
-
"offset":
|
|
39458
|
+
"offset": 4932,
|
|
37812
39459
|
"length": 1,
|
|
37813
39460
|
"value": "3"
|
|
37814
39461
|
},
|
|
37815
39462
|
{
|
|
37816
39463
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
37817
39464
|
"kind": "IntegerLiteral",
|
|
37818
|
-
"offset":
|
|
39465
|
+
"offset": 4993,
|
|
37819
39466
|
"length": 1,
|
|
37820
39467
|
"value": "1"
|
|
37821
39468
|
},
|
|
37822
39469
|
{
|
|
37823
39470
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
37824
39471
|
"kind": "IntegerLiteral",
|
|
37825
|
-
"offset":
|
|
39472
|
+
"offset": 4998,
|
|
37826
39473
|
"length": 1,
|
|
37827
39474
|
"value": "4"
|
|
37828
39475
|
},
|
|
37829
39476
|
{
|
|
37830
39477
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
37831
39478
|
"kind": "IntegerLiteral",
|
|
37832
|
-
"offset":
|
|
39479
|
+
"offset": 5062,
|
|
37833
39480
|
"length": 1,
|
|
37834
39481
|
"value": "1"
|
|
37835
39482
|
},
|
|
37836
39483
|
{
|
|
37837
39484
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
37838
39485
|
"kind": "IntegerLiteral",
|
|
37839
|
-
"offset":
|
|
39486
|
+
"offset": 5067,
|
|
37840
39487
|
"length": 1,
|
|
37841
39488
|
"value": "5"
|
|
37842
39489
|
},
|
|
37843
39490
|
{
|
|
37844
39491
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
37845
39492
|
"kind": "IntegerLiteral",
|
|
37846
|
-
"offset":
|
|
39493
|
+
"offset": 5120,
|
|
37847
39494
|
"length": 1,
|
|
37848
39495
|
"value": "1"
|
|
37849
39496
|
},
|
|
37850
39497
|
{
|
|
37851
39498
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
37852
39499
|
"kind": "IntegerLiteral",
|
|
37853
|
-
"offset":
|
|
39500
|
+
"offset": 5125,
|
|
37854
39501
|
"length": 1,
|
|
37855
39502
|
"value": "6"
|
|
37856
39503
|
},
|
|
37857
39504
|
{
|
|
37858
39505
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
37859
39506
|
"kind": "IntegerLiteral",
|
|
37860
|
-
"offset":
|
|
39507
|
+
"offset": 5182,
|
|
37861
39508
|
"length": 1,
|
|
37862
39509
|
"value": "1"
|
|
37863
39510
|
},
|
|
37864
39511
|
{
|
|
37865
39512
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
37866
39513
|
"kind": "IntegerLiteral",
|
|
37867
|
-
"offset":
|
|
39514
|
+
"offset": 5187,
|
|
37868
39515
|
"length": 1,
|
|
37869
39516
|
"value": "7"
|
|
37870
39517
|
},
|
|
37871
39518
|
{
|
|
37872
39519
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
37873
39520
|
"kind": "IntegerLiteral",
|
|
37874
|
-
"offset":
|
|
39521
|
+
"offset": 5245,
|
|
37875
39522
|
"length": 1,
|
|
37876
39523
|
"value": "1"
|
|
37877
39524
|
},
|
|
37878
39525
|
{
|
|
37879
39526
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
37880
39527
|
"kind": "IntegerLiteral",
|
|
37881
|
-
"offset":
|
|
39528
|
+
"offset": 5250,
|
|
37882
39529
|
"length": 1,
|
|
37883
39530
|
"value": "8"
|
|
37884
39531
|
},
|
|
37885
39532
|
{
|
|
37886
39533
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
37887
39534
|
"kind": "IntegerLiteral",
|
|
37888
|
-
"offset":
|
|
39535
|
+
"offset": 5310,
|
|
37889
39536
|
"length": 1,
|
|
37890
39537
|
"value": "1"
|
|
37891
39538
|
},
|
|
37892
39539
|
{
|
|
37893
39540
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
37894
39541
|
"kind": "IntegerLiteral",
|
|
37895
|
-
"offset":
|
|
39542
|
+
"offset": 5315,
|
|
37896
39543
|
"length": 1,
|
|
37897
39544
|
"value": "9"
|
|
37898
39545
|
},
|
|
37899
39546
|
{
|
|
37900
39547
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
37901
39548
|
"kind": "IntegerLiteral",
|
|
37902
|
-
"offset":
|
|
39549
|
+
"offset": 5369,
|
|
37903
39550
|
"length": 1,
|
|
37904
39551
|
"value": "1"
|
|
37905
39552
|
},
|
|
37906
39553
|
{
|
|
37907
39554
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
37908
39555
|
"kind": "IntegerLiteral",
|
|
37909
|
-
"offset":
|
|
39556
|
+
"offset": 5374,
|
|
37910
39557
|
"length": 2,
|
|
37911
39558
|
"value": "10"
|
|
37912
39559
|
},
|
|
39560
|
+
{
|
|
39561
|
+
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
39562
|
+
"kind": "IntegerLiteral",
|
|
39563
|
+
"offset": 5431,
|
|
39564
|
+
"length": 1,
|
|
39565
|
+
"value": "1"
|
|
39566
|
+
},
|
|
39567
|
+
{
|
|
39568
|
+
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
39569
|
+
"kind": "IntegerLiteral",
|
|
39570
|
+
"offset": 5436,
|
|
39571
|
+
"length": 2,
|
|
39572
|
+
"value": "11"
|
|
39573
|
+
},
|
|
37913
39574
|
{
|
|
37914
39575
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
37915
39576
|
"kind": "StringLiteral",
|
|
37916
|
-
"offset":
|
|
39577
|
+
"offset": 5466,
|
|
37917
39578
|
"length": 14,
|
|
37918
39579
|
"value": "\"[[__view__]]\""
|
|
37919
39580
|
},
|
|
37920
39581
|
{
|
|
37921
39582
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
37922
39583
|
"kind": "IntegerLiteral",
|
|
37923
|
-
"offset":
|
|
39584
|
+
"offset": 5506,
|
|
37924
39585
|
"length": 10,
|
|
37925
39586
|
"value": "0xDEADBEEF"
|
|
37926
39587
|
},
|
|
39588
|
+
{
|
|
39589
|
+
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
39590
|
+
"kind": "IntegerLiteral",
|
|
39591
|
+
"offset": 5636,
|
|
39592
|
+
"length": 1,
|
|
39593
|
+
"value": "1"
|
|
39594
|
+
},
|
|
39595
|
+
{
|
|
39596
|
+
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
39597
|
+
"kind": "IntegerLiteral",
|
|
39598
|
+
"offset": 5645,
|
|
39599
|
+
"length": 4,
|
|
39600
|
+
"value": "2"
|
|
39601
|
+
},
|
|
39602
|
+
{
|
|
39603
|
+
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
39604
|
+
"kind": "IntegerLiteral",
|
|
39605
|
+
"offset": 5657,
|
|
39606
|
+
"length": 4,
|
|
39607
|
+
"value": "3"
|
|
39608
|
+
},
|
|
39609
|
+
{
|
|
39610
|
+
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
39611
|
+
"kind": "IntegerLiteral",
|
|
39612
|
+
"offset": 5669,
|
|
39613
|
+
"length": 2,
|
|
39614
|
+
"value": "4"
|
|
39615
|
+
},
|
|
39616
|
+
{
|
|
39617
|
+
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
39618
|
+
"kind": "IntegerLiteral",
|
|
39619
|
+
"offset": 5679,
|
|
39620
|
+
"length": 2,
|
|
39621
|
+
"value": "5"
|
|
39622
|
+
},
|
|
39623
|
+
{
|
|
39624
|
+
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
39625
|
+
"kind": "IntegerLiteral",
|
|
39626
|
+
"offset": 5689,
|
|
39627
|
+
"length": 2,
|
|
39628
|
+
"value": "6"
|
|
39629
|
+
},
|
|
39630
|
+
{
|
|
39631
|
+
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
39632
|
+
"kind": "IntegerLiteral",
|
|
39633
|
+
"offset": 5699,
|
|
39634
|
+
"length": 2,
|
|
39635
|
+
"value": "7"
|
|
39636
|
+
},
|
|
39637
|
+
{
|
|
39638
|
+
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
39639
|
+
"kind": "IntegerLiteral",
|
|
39640
|
+
"offset": 5709,
|
|
39641
|
+
"length": 2,
|
|
39642
|
+
"value": "8"
|
|
39643
|
+
},
|
|
39644
|
+
{
|
|
39645
|
+
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
39646
|
+
"kind": "IntegerLiteral",
|
|
39647
|
+
"offset": 5719,
|
|
39648
|
+
"length": 2,
|
|
39649
|
+
"value": "9"
|
|
39650
|
+
},
|
|
39651
|
+
{
|
|
39652
|
+
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
39653
|
+
"kind": "IntegerLiteral",
|
|
39654
|
+
"offset": 5729,
|
|
39655
|
+
"length": 2,
|
|
39656
|
+
"value": "10"
|
|
39657
|
+
},
|
|
39658
|
+
{
|
|
39659
|
+
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
39660
|
+
"kind": "IntegerLiteral",
|
|
39661
|
+
"offset": 5739,
|
|
39662
|
+
"length": 10,
|
|
39663
|
+
"value": "11"
|
|
39664
|
+
},
|
|
39665
|
+
{
|
|
39666
|
+
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
39667
|
+
"kind": "IntegerLiteral",
|
|
39668
|
+
"offset": 5757,
|
|
39669
|
+
"length": 1,
|
|
39670
|
+
"value": "12"
|
|
39671
|
+
},
|
|
37927
39672
|
{
|
|
37928
39673
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
37929
39674
|
"kind": "Array",
|
|
37930
|
-
"offset":
|
|
39675
|
+
"offset": 7527,
|
|
37931
39676
|
"length": 2,
|
|
37932
39677
|
"value": "[]"
|
|
37933
39678
|
},
|
|
37934
39679
|
{
|
|
37935
39680
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
37936
39681
|
"kind": "Array",
|
|
37937
|
-
"offset":
|
|
39682
|
+
"offset": 7573,
|
|
37938
39683
|
"length": 2,
|
|
37939
39684
|
"value": "[]"
|
|
37940
39685
|
},
|
|
37941
39686
|
{
|
|
37942
39687
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
37943
39688
|
"kind": "StringLiteral",
|
|
37944
|
-
"offset":
|
|
39689
|
+
"offset": 20744,
|
|
37945
39690
|
"length": 8,
|
|
37946
39691
|
"value": "\"normal\""
|
|
37947
39692
|
},
|
|
37948
39693
|
{
|
|
37949
39694
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
37950
39695
|
"kind": "BooleanLiteral",
|
|
37951
|
-
"offset":
|
|
39696
|
+
"offset": 33737,
|
|
37952
39697
|
"length": 5,
|
|
37953
39698
|
"value": "false"
|
|
37954
39699
|
},
|
|
37955
39700
|
{
|
|
37956
39701
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
37957
39702
|
"kind": "IntegerLiteral",
|
|
37958
|
-
"offset":
|
|
39703
|
+
"offset": 35487,
|
|
37959
39704
|
"length": 2,
|
|
37960
39705
|
"value": "-1"
|
|
37961
39706
|
},
|
|
@@ -39236,532 +40981,532 @@
|
|
|
39236
40981
|
{
|
|
39237
40982
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39238
40983
|
"kind": "BooleanLiteral",
|
|
39239
|
-
"offset":
|
|
40984
|
+
"offset": 38075,
|
|
39240
40985
|
"length": 4,
|
|
39241
40986
|
"value": "true"
|
|
39242
40987
|
},
|
|
39243
40988
|
{
|
|
39244
40989
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39245
40990
|
"kind": "Array",
|
|
39246
|
-
"offset":
|
|
40991
|
+
"offset": 38039,
|
|
39247
40992
|
"length": 2,
|
|
39248
40993
|
"value": "[]"
|
|
39249
40994
|
},
|
|
39250
40995
|
{
|
|
39251
40996
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39252
40997
|
"kind": "BooleanLiteral",
|
|
39253
|
-
"offset":
|
|
40998
|
+
"offset": 38233,
|
|
39254
40999
|
"length": 4,
|
|
39255
41000
|
"value": "true"
|
|
39256
41001
|
},
|
|
39257
41002
|
{
|
|
39258
41003
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39259
41004
|
"kind": "Array",
|
|
39260
|
-
"offset":
|
|
41005
|
+
"offset": 38197,
|
|
39261
41006
|
"length": 2,
|
|
39262
41007
|
"value": "[]"
|
|
39263
41008
|
},
|
|
39264
41009
|
{
|
|
39265
41010
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39266
41011
|
"kind": "BooleanLiteral",
|
|
39267
|
-
"offset":
|
|
41012
|
+
"offset": 43367,
|
|
39268
41013
|
"length": 4,
|
|
39269
41014
|
"value": "true"
|
|
39270
41015
|
},
|
|
39271
41016
|
{
|
|
39272
41017
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39273
41018
|
"kind": "Array",
|
|
39274
|
-
"offset":
|
|
41019
|
+
"offset": 43331,
|
|
39275
41020
|
"length": 2,
|
|
39276
41021
|
"value": "[]"
|
|
39277
41022
|
},
|
|
39278
41023
|
{
|
|
39279
41024
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39280
41025
|
"kind": "BooleanLiteral",
|
|
39281
|
-
"offset":
|
|
41026
|
+
"offset": 43542,
|
|
39282
41027
|
"length": 4,
|
|
39283
41028
|
"value": "true"
|
|
39284
41029
|
},
|
|
39285
41030
|
{
|
|
39286
41031
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39287
41032
|
"kind": "Array",
|
|
39288
|
-
"offset":
|
|
41033
|
+
"offset": 43506,
|
|
39289
41034
|
"length": 2,
|
|
39290
41035
|
"value": "[]"
|
|
39291
41036
|
},
|
|
39292
41037
|
{
|
|
39293
41038
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39294
41039
|
"kind": "StringLiteral",
|
|
39295
|
-
"offset":
|
|
41040
|
+
"offset": 50186,
|
|
39296
41041
|
"length": 11,
|
|
39297
41042
|
"value": "\"undefined\""
|
|
39298
41043
|
},
|
|
39299
41044
|
{
|
|
39300
41045
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39301
41046
|
"kind": "StringLiteral",
|
|
39302
|
-
"offset":
|
|
41047
|
+
"offset": 50291,
|
|
39303
41048
|
"length": 15,
|
|
39304
41049
|
"value": "\"(MasonStyle)(\""
|
|
39305
41050
|
},
|
|
39306
41051
|
{
|
|
39307
41052
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39308
41053
|
"kind": "StringLiteral",
|
|
39309
|
-
"offset":
|
|
41054
|
+
"offset": 50323,
|
|
39310
41055
|
"length": 32,
|
|
39311
41056
|
"value": "\"display: \""
|
|
39312
41057
|
},
|
|
39313
41058
|
{
|
|
39314
41059
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39315
41060
|
"kind": "StringLiteral",
|
|
39316
|
-
"offset":
|
|
41061
|
+
"offset": 50352,
|
|
39317
41062
|
"length": 1,
|
|
39318
41063
|
"value": "\", \""
|
|
39319
41064
|
},
|
|
39320
41065
|
{
|
|
39321
41066
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39322
41067
|
"kind": "StringLiteral",
|
|
39323
|
-
"offset":
|
|
41068
|
+
"offset": 50367,
|
|
39324
41069
|
"length": 34,
|
|
39325
41070
|
"value": "\"position: \""
|
|
39326
41071
|
},
|
|
39327
41072
|
{
|
|
39328
41073
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39329
41074
|
"kind": "StringLiteral",
|
|
39330
|
-
"offset":
|
|
41075
|
+
"offset": 50398,
|
|
39331
41076
|
"length": 1,
|
|
39332
41077
|
"value": "\", \""
|
|
39333
41078
|
},
|
|
39334
41079
|
{
|
|
39335
41080
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39336
41081
|
"kind": "StringLiteral",
|
|
39337
|
-
"offset":
|
|
41082
|
+
"offset": 50413,
|
|
39338
41083
|
"length": 44,
|
|
39339
41084
|
"value": "\"flexDirection: \""
|
|
39340
41085
|
},
|
|
39341
41086
|
{
|
|
39342
41087
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39343
41088
|
"kind": "StringLiteral",
|
|
39344
|
-
"offset":
|
|
41089
|
+
"offset": 50454,
|
|
39345
41090
|
"length": 1,
|
|
39346
41091
|
"value": "\", \""
|
|
39347
41092
|
},
|
|
39348
41093
|
{
|
|
39349
41094
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39350
41095
|
"kind": "StringLiteral",
|
|
39351
|
-
"offset":
|
|
41096
|
+
"offset": 50469,
|
|
39352
41097
|
"length": 109,
|
|
39353
41098
|
"value": "\"overflow: \""
|
|
39354
41099
|
},
|
|
39355
41100
|
{
|
|
39356
41101
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39357
41102
|
"kind": "StringLiteral",
|
|
39358
|
-
"offset":
|
|
41103
|
+
"offset": 50529,
|
|
39359
41104
|
"length": 45,
|
|
39360
41105
|
"value": "\"\""
|
|
39361
41106
|
},
|
|
39362
41107
|
{
|
|
39363
41108
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39364
41109
|
"kind": "StringLiteral",
|
|
39365
|
-
"offset":
|
|
41110
|
+
"offset": 50551,
|
|
39366
41111
|
"length": 1,
|
|
39367
41112
|
"value": "\" \""
|
|
39368
41113
|
},
|
|
39369
41114
|
{
|
|
39370
41115
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39371
41116
|
"kind": "StringLiteral",
|
|
39372
|
-
"offset":
|
|
41117
|
+
"offset": 50573,
|
|
39373
41118
|
"length": 5,
|
|
39374
41119
|
"value": "\"\""
|
|
39375
41120
|
},
|
|
39376
41121
|
{
|
|
39377
41122
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39378
41123
|
"kind": "StringLiteral",
|
|
39379
|
-
"offset":
|
|
41124
|
+
"offset": 50575,
|
|
39380
41125
|
"length": 1,
|
|
39381
41126
|
"value": "\", \""
|
|
39382
41127
|
},
|
|
39383
41128
|
{
|
|
39384
41129
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39385
41130
|
"kind": "StringLiteral",
|
|
39386
|
-
"offset":
|
|
41131
|
+
"offset": 50590,
|
|
39387
41132
|
"length": 34,
|
|
39388
41133
|
"value": "\"flexWrap: \""
|
|
39389
41134
|
},
|
|
39390
41135
|
{
|
|
39391
41136
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39392
41137
|
"kind": "StringLiteral",
|
|
39393
|
-
"offset":
|
|
41138
|
+
"offset": 50621,
|
|
39394
41139
|
"length": 1,
|
|
39395
41140
|
"value": "\", \""
|
|
39396
41141
|
},
|
|
39397
41142
|
{
|
|
39398
41143
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39399
41144
|
"kind": "StringLiteral",
|
|
39400
|
-
"offset":
|
|
41145
|
+
"offset": 50636,
|
|
39401
41146
|
"length": 38,
|
|
39402
41147
|
"value": "\"alignItems: \""
|
|
39403
41148
|
},
|
|
39404
41149
|
{
|
|
39405
41150
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39406
41151
|
"kind": "StringLiteral",
|
|
39407
|
-
"offset":
|
|
41152
|
+
"offset": 50671,
|
|
39408
41153
|
"length": 1,
|
|
39409
41154
|
"value": "\", \""
|
|
39410
41155
|
},
|
|
39411
41156
|
{
|
|
39412
41157
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39413
41158
|
"kind": "StringLiteral",
|
|
39414
|
-
"offset":
|
|
41159
|
+
"offset": 50686,
|
|
39415
41160
|
"length": 36,
|
|
39416
41161
|
"value": "\"alignSelf: \""
|
|
39417
41162
|
},
|
|
39418
41163
|
{
|
|
39419
41164
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39420
41165
|
"kind": "StringLiteral",
|
|
39421
|
-
"offset":
|
|
41166
|
+
"offset": 50719,
|
|
39422
41167
|
"length": 1,
|
|
39423
41168
|
"value": "\", \""
|
|
39424
41169
|
},
|
|
39425
41170
|
{
|
|
39426
41171
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39427
41172
|
"kind": "StringLiteral",
|
|
39428
|
-
"offset":
|
|
41173
|
+
"offset": 50734,
|
|
39429
41174
|
"length": 42,
|
|
39430
41175
|
"value": "\"alignContent: \""
|
|
39431
41176
|
},
|
|
39432
41177
|
{
|
|
39433
41178
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39434
41179
|
"kind": "StringLiteral",
|
|
39435
|
-
"offset":
|
|
41180
|
+
"offset": 50773,
|
|
39436
41181
|
"length": 1,
|
|
39437
41182
|
"value": "\", \""
|
|
39438
41183
|
},
|
|
39439
41184
|
{
|
|
39440
41185
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39441
41186
|
"kind": "StringLiteral",
|
|
39442
|
-
"offset":
|
|
41187
|
+
"offset": 50788,
|
|
39443
41188
|
"length": 42,
|
|
39444
41189
|
"value": "\"justifyItems: \""
|
|
39445
41190
|
},
|
|
39446
41191
|
{
|
|
39447
41192
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39448
41193
|
"kind": "StringLiteral",
|
|
39449
|
-
"offset":
|
|
41194
|
+
"offset": 50827,
|
|
39450
41195
|
"length": 1,
|
|
39451
41196
|
"value": "\", \""
|
|
39452
41197
|
},
|
|
39453
41198
|
{
|
|
39454
41199
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39455
41200
|
"kind": "StringLiteral",
|
|
39456
|
-
"offset":
|
|
41201
|
+
"offset": 50842,
|
|
39457
41202
|
"length": 40,
|
|
39458
41203
|
"value": "\"justifySelf: \""
|
|
39459
41204
|
},
|
|
39460
41205
|
{
|
|
39461
41206
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39462
41207
|
"kind": "StringLiteral",
|
|
39463
|
-
"offset":
|
|
41208
|
+
"offset": 50879,
|
|
39464
41209
|
"length": 1,
|
|
39465
41210
|
"value": "\", \""
|
|
39466
41211
|
},
|
|
39467
41212
|
{
|
|
39468
41213
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39469
41214
|
"kind": "StringLiteral",
|
|
39470
|
-
"offset":
|
|
41215
|
+
"offset": 50894,
|
|
39471
41216
|
"length": 46,
|
|
39472
41217
|
"value": "\"justifyContent: \""
|
|
39473
41218
|
},
|
|
39474
41219
|
{
|
|
39475
41220
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39476
41221
|
"kind": "StringLiteral",
|
|
39477
|
-
"offset":
|
|
41222
|
+
"offset": 50937,
|
|
39478
41223
|
"length": 1,
|
|
39479
41224
|
"value": "\", \""
|
|
39480
41225
|
},
|
|
39481
41226
|
{
|
|
39482
41227
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39483
41228
|
"kind": "StringLiteral",
|
|
39484
|
-
"offset":
|
|
41229
|
+
"offset": 50952,
|
|
39485
41230
|
"length": 34,
|
|
39486
41231
|
"value": "\"position: \""
|
|
39487
41232
|
},
|
|
39488
41233
|
{
|
|
39489
41234
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39490
41235
|
"kind": "StringLiteral",
|
|
39491
|
-
"offset":
|
|
41236
|
+
"offset": 50983,
|
|
39492
41237
|
"length": 1,
|
|
39493
41238
|
"value": "\", \""
|
|
39494
41239
|
},
|
|
39495
41240
|
{
|
|
39496
41241
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39497
41242
|
"kind": "StringLiteral",
|
|
39498
|
-
"offset":
|
|
41243
|
+
"offset": 50998,
|
|
39499
41244
|
"length": 30,
|
|
39500
41245
|
"value": "\"margin: \""
|
|
39501
41246
|
},
|
|
39502
41247
|
{
|
|
39503
41248
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39504
41249
|
"kind": "StringLiteral",
|
|
39505
|
-
"offset":
|
|
41250
|
+
"offset": 51025,
|
|
39506
41251
|
"length": 1,
|
|
39507
41252
|
"value": "\", \""
|
|
39508
41253
|
},
|
|
39509
41254
|
{
|
|
39510
41255
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39511
41256
|
"kind": "StringLiteral",
|
|
39512
|
-
"offset":
|
|
41257
|
+
"offset": 51040,
|
|
39513
41258
|
"length": 32,
|
|
39514
41259
|
"value": "\"padding: \""
|
|
39515
41260
|
},
|
|
39516
41261
|
{
|
|
39517
41262
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39518
41263
|
"kind": "StringLiteral",
|
|
39519
|
-
"offset":
|
|
41264
|
+
"offset": 51069,
|
|
39520
41265
|
"length": 1,
|
|
39521
41266
|
"value": "\", \""
|
|
39522
41267
|
},
|
|
39523
41268
|
{
|
|
39524
41269
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39525
41270
|
"kind": "StringLiteral",
|
|
39526
|
-
"offset":
|
|
41271
|
+
"offset": 51084,
|
|
39527
41272
|
"length": 30,
|
|
39528
41273
|
"value": "\"border: \""
|
|
39529
41274
|
},
|
|
39530
41275
|
{
|
|
39531
41276
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39532
41277
|
"kind": "StringLiteral",
|
|
39533
|
-
"offset":
|
|
41278
|
+
"offset": 51111,
|
|
39534
41279
|
"length": 1,
|
|
39535
41280
|
"value": "\", \""
|
|
39536
41281
|
},
|
|
39537
41282
|
{
|
|
39538
41283
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39539
41284
|
"kind": "StringLiteral",
|
|
39540
|
-
"offset":
|
|
41285
|
+
"offset": 51126,
|
|
39541
41286
|
"length": 24,
|
|
39542
41287
|
"value": "\"gap: \""
|
|
39543
41288
|
},
|
|
39544
41289
|
{
|
|
39545
41290
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39546
41291
|
"kind": "StringLiteral",
|
|
39547
|
-
"offset":
|
|
41292
|
+
"offset": 51147,
|
|
39548
41293
|
"length": 1,
|
|
39549
41294
|
"value": "\", \""
|
|
39550
41295
|
},
|
|
39551
41296
|
{
|
|
39552
41297
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39553
41298
|
"kind": "StringLiteral",
|
|
39554
|
-
"offset":
|
|
41299
|
+
"offset": 51162,
|
|
39555
41300
|
"length": 36,
|
|
39556
41301
|
"value": "\"flexGrow: \""
|
|
39557
41302
|
},
|
|
39558
41303
|
{
|
|
39559
41304
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39560
41305
|
"kind": "StringLiteral",
|
|
39561
|
-
"offset":
|
|
41306
|
+
"offset": 51196,
|
|
39562
41307
|
"length": 1,
|
|
39563
41308
|
"value": "\",\""
|
|
39564
41309
|
},
|
|
39565
41310
|
{
|
|
39566
41311
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39567
41312
|
"kind": "StringLiteral",
|
|
39568
|
-
"offset":
|
|
41313
|
+
"offset": 51210,
|
|
39569
41314
|
"length": 40,
|
|
39570
41315
|
"value": "\"flexShrink: \""
|
|
39571
41316
|
},
|
|
39572
41317
|
{
|
|
39573
41318
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39574
41319
|
"kind": "StringLiteral",
|
|
39575
|
-
"offset":
|
|
41320
|
+
"offset": 51248,
|
|
39576
41321
|
"length": 1,
|
|
39577
41322
|
"value": "\",\""
|
|
39578
41323
|
},
|
|
39579
41324
|
{
|
|
39580
41325
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39581
41326
|
"kind": "StringLiteral",
|
|
39582
|
-
"offset":
|
|
41327
|
+
"offset": 51262,
|
|
39583
41328
|
"length": 35,
|
|
39584
41329
|
"value": "\"flexBasis: \""
|
|
39585
41330
|
},
|
|
39586
41331
|
{
|
|
39587
41332
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39588
41333
|
"kind": "StringLiteral",
|
|
39589
|
-
"offset":
|
|
41334
|
+
"offset": 51295,
|
|
39590
41335
|
"length": 1,
|
|
39591
41336
|
"value": "\",\""
|
|
39592
41337
|
},
|
|
39593
41338
|
{
|
|
39594
41339
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39595
41340
|
"kind": "StringLiteral",
|
|
39596
|
-
"offset":
|
|
41341
|
+
"offset": 51309,
|
|
39597
41342
|
"length": 25,
|
|
39598
41343
|
"value": "\"size: \""
|
|
39599
41344
|
},
|
|
39600
41345
|
{
|
|
39601
41346
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39602
41347
|
"kind": "StringLiteral",
|
|
39603
|
-
"offset":
|
|
41348
|
+
"offset": 51332,
|
|
39604
41349
|
"length": 1,
|
|
39605
41350
|
"value": "\",\""
|
|
39606
41351
|
},
|
|
39607
41352
|
{
|
|
39608
41353
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39609
41354
|
"kind": "StringLiteral",
|
|
39610
|
-
"offset":
|
|
41355
|
+
"offset": 51346,
|
|
39611
41356
|
"length": 31,
|
|
39612
41357
|
"value": "\"minSize: \""
|
|
39613
41358
|
},
|
|
39614
41359
|
{
|
|
39615
41360
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39616
41361
|
"kind": "StringLiteral",
|
|
39617
|
-
"offset":
|
|
41362
|
+
"offset": 51375,
|
|
39618
41363
|
"length": 1,
|
|
39619
41364
|
"value": "\",\""
|
|
39620
41365
|
},
|
|
39621
41366
|
{
|
|
39622
41367
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39623
41368
|
"kind": "StringLiteral",
|
|
39624
|
-
"offset":
|
|
41369
|
+
"offset": 51389,
|
|
39625
41370
|
"length": 31,
|
|
39626
41371
|
"value": "\"maxSize: \""
|
|
39627
41372
|
},
|
|
39628
41373
|
{
|
|
39629
41374
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39630
41375
|
"kind": "StringLiteral",
|
|
39631
|
-
"offset":
|
|
41376
|
+
"offset": 51418,
|
|
39632
41377
|
"length": 1,
|
|
39633
41378
|
"value": "\",\""
|
|
39634
41379
|
},
|
|
39635
41380
|
{
|
|
39636
41381
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39637
41382
|
"kind": "StringLiteral",
|
|
39638
|
-
"offset":
|
|
41383
|
+
"offset": 51432,
|
|
39639
41384
|
"length": 30,
|
|
39640
41385
|
"value": "\"aspectRatio: \""
|
|
39641
41386
|
},
|
|
39642
41387
|
{
|
|
39643
41388
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39644
41389
|
"kind": "StringLiteral",
|
|
39645
|
-
"offset":
|
|
41390
|
+
"offset": 51460,
|
|
39646
41391
|
"length": 1,
|
|
39647
41392
|
"value": "\",\""
|
|
39648
41393
|
},
|
|
39649
41394
|
{
|
|
39650
41395
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39651
41396
|
"kind": "StringLiteral",
|
|
39652
|
-
"offset":
|
|
41397
|
+
"offset": 51474,
|
|
39653
41398
|
"length": 32,
|
|
39654
41399
|
"value": "\"gridAutoRows: \""
|
|
39655
41400
|
},
|
|
39656
41401
|
{
|
|
39657
41402
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39658
41403
|
"kind": "StringLiteral",
|
|
39659
|
-
"offset":
|
|
41404
|
+
"offset": 51504,
|
|
39660
41405
|
"length": 1,
|
|
39661
41406
|
"value": "\",\""
|
|
39662
41407
|
},
|
|
39663
41408
|
{
|
|
39664
41409
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39665
41410
|
"kind": "StringLiteral",
|
|
39666
|
-
"offset":
|
|
41411
|
+
"offset": 51518,
|
|
39667
41412
|
"length": 38,
|
|
39668
41413
|
"value": "\"gridAutoColumns: \""
|
|
39669
41414
|
},
|
|
39670
41415
|
{
|
|
39671
41416
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39672
41417
|
"kind": "StringLiteral",
|
|
39673
|
-
"offset":
|
|
41418
|
+
"offset": 51554,
|
|
39674
41419
|
"length": 1,
|
|
39675
41420
|
"value": "\",\""
|
|
39676
41421
|
},
|
|
39677
41422
|
{
|
|
39678
41423
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39679
41424
|
"kind": "StringLiteral",
|
|
39680
|
-
"offset":
|
|
41425
|
+
"offset": 51568,
|
|
39681
41426
|
"length": 73,
|
|
39682
41427
|
"value": "\"gridColumn: \""
|
|
39683
41428
|
},
|
|
39684
41429
|
{
|
|
39685
41430
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39686
41431
|
"kind": "StringLiteral",
|
|
39687
|
-
"offset":
|
|
41432
|
+
"offset": 51609,
|
|
39688
41433
|
"length": 1,
|
|
39689
41434
|
"value": "\" \\ \""
|
|
39690
41435
|
},
|
|
39691
41436
|
{
|
|
39692
41437
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39693
41438
|
"kind": "StringLiteral",
|
|
39694
|
-
"offset":
|
|
41439
|
+
"offset": 51639,
|
|
39695
41440
|
"length": 1,
|
|
39696
41441
|
"value": "\",\""
|
|
39697
41442
|
},
|
|
39698
41443
|
{
|
|
39699
41444
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39700
41445
|
"kind": "StringLiteral",
|
|
39701
|
-
"offset":
|
|
41446
|
+
"offset": 51653,
|
|
39702
41447
|
"length": 64,
|
|
39703
41448
|
"value": "\"gridRow: \""
|
|
39704
41449
|
},
|
|
39705
41450
|
{
|
|
39706
41451
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39707
41452
|
"kind": "StringLiteral",
|
|
39708
|
-
"offset":
|
|
41453
|
+
"offset": 51688,
|
|
39709
41454
|
"length": 1,
|
|
39710
41455
|
"value": "\" \\ \""
|
|
39711
41456
|
},
|
|
39712
41457
|
{
|
|
39713
41458
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39714
41459
|
"kind": "StringLiteral",
|
|
39715
|
-
"offset":
|
|
41460
|
+
"offset": 51715,
|
|
39716
41461
|
"length": 1,
|
|
39717
41462
|
"value": "\",\""
|
|
39718
41463
|
},
|
|
39719
41464
|
{
|
|
39720
41465
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39721
41466
|
"kind": "StringLiteral",
|
|
39722
|
-
"offset":
|
|
41467
|
+
"offset": 51729,
|
|
39723
41468
|
"length": 40,
|
|
39724
41469
|
"value": "\"gridTemplateRows: \""
|
|
39725
41470
|
},
|
|
39726
41471
|
{
|
|
39727
41472
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39728
41473
|
"kind": "StringLiteral",
|
|
39729
|
-
"offset":
|
|
41474
|
+
"offset": 51767,
|
|
39730
41475
|
"length": 1,
|
|
39731
41476
|
"value": "\",\""
|
|
39732
41477
|
},
|
|
39733
41478
|
{
|
|
39734
41479
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39735
41480
|
"kind": "StringLiteral",
|
|
39736
|
-
"offset":
|
|
41481
|
+
"offset": 51781,
|
|
39737
41482
|
"length": 46,
|
|
39738
41483
|
"value": "\"gridTemplateColumns: \""
|
|
39739
41484
|
},
|
|
39740
41485
|
{
|
|
39741
41486
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39742
41487
|
"kind": "StringLiteral",
|
|
39743
|
-
"offset":
|
|
41488
|
+
"offset": 51825,
|
|
39744
41489
|
"length": 1,
|
|
39745
41490
|
"value": "\",\""
|
|
39746
41491
|
},
|
|
39747
41492
|
{
|
|
39748
41493
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39749
41494
|
"kind": "StringLiteral",
|
|
39750
|
-
"offset":
|
|
41495
|
+
"offset": 51839,
|
|
39751
41496
|
"length": 36,
|
|
39752
41497
|
"value": "\"scrollBarWidth: \""
|
|
39753
41498
|
},
|
|
39754
41499
|
{
|
|
39755
41500
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39756
41501
|
"kind": "StringLiteral",
|
|
39757
|
-
"offset":
|
|
41502
|
+
"offset": 51873,
|
|
39758
41503
|
"length": 1,
|
|
39759
41504
|
"value": "\",\""
|
|
39760
41505
|
},
|
|
39761
41506
|
{
|
|
39762
41507
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonStyle.swift",
|
|
39763
41508
|
"kind": "StringLiteral",
|
|
39764
|
-
"offset":
|
|
41509
|
+
"offset": 51887,
|
|
39765
41510
|
"length": 3,
|
|
39766
41511
|
"value": "\")\""
|
|
39767
41512
|
},
|
|
@@ -40468,8 +42213,8 @@
|
|
|
40468
42213
|
{
|
|
40469
42214
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/Enums.swift",
|
|
40470
42215
|
"kind": "IntegerLiteral",
|
|
40471
|
-
"offset":
|
|
40472
|
-
"length":
|
|
42216
|
+
"offset": 38546,
|
|
42217
|
+
"length": 6,
|
|
40473
42218
|
"value": "1"
|
|
40474
42219
|
},
|
|
40475
42220
|
{
|
|
@@ -40479,6 +42224,48 @@
|
|
|
40479
42224
|
"length": 7,
|
|
40480
42225
|
"value": "2"
|
|
40481
42226
|
},
|
|
42227
|
+
{
|
|
42228
|
+
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/Enums.swift",
|
|
42229
|
+
"kind": "IntegerLiteral",
|
|
42230
|
+
"offset": 39475,
|
|
42231
|
+
"length": 3,
|
|
42232
|
+
"value": "1"
|
|
42233
|
+
},
|
|
42234
|
+
{
|
|
42235
|
+
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/Enums.swift",
|
|
42236
|
+
"kind": "IntegerLiteral",
|
|
42237
|
+
"offset": 39488,
|
|
42238
|
+
"length": 7,
|
|
42239
|
+
"value": "2"
|
|
42240
|
+
},
|
|
42241
|
+
{
|
|
42242
|
+
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/Enums.swift",
|
|
42243
|
+
"kind": "IntegerLiteral",
|
|
42244
|
+
"offset": 39505,
|
|
42245
|
+
"length": 7,
|
|
42246
|
+
"value": "3"
|
|
42247
|
+
},
|
|
42248
|
+
{
|
|
42249
|
+
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/Enums.swift",
|
|
42250
|
+
"kind": "IntegerLiteral",
|
|
42251
|
+
"offset": 40557,
|
|
42252
|
+
"length": 3,
|
|
42253
|
+
"value": "1"
|
|
42254
|
+
},
|
|
42255
|
+
{
|
|
42256
|
+
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/Enums.swift",
|
|
42257
|
+
"kind": "IntegerLiteral",
|
|
42258
|
+
"offset": 40570,
|
|
42259
|
+
"length": 7,
|
|
42260
|
+
"value": "2"
|
|
42261
|
+
},
|
|
42262
|
+
{
|
|
42263
|
+
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/Enums.swift",
|
|
42264
|
+
"kind": "IntegerLiteral",
|
|
42265
|
+
"offset": 40587,
|
|
42266
|
+
"length": 7,
|
|
42267
|
+
"value": "3"
|
|
42268
|
+
},
|
|
40482
42269
|
{
|
|
40483
42270
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonUIView.swift",
|
|
40484
42271
|
"kind": "IntegerLiteral",
|