@triniwiz/nativescript-masonkit 1.0.0-alpha.16 → 1.0.0-alpha.18
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 +4 -0
- package/common.js +39 -15
- package/common.js.map +1 -1
- package/index.android.d.ts +12 -1
- package/index.android.js +41 -2
- package/index.android.js.map +1 -1
- package/index.d.ts +49 -1
- package/index.ios.d.ts +14 -1
- package/index.ios.js +83 -2
- package/index.ios.js.map +1 -1
- package/package.json +1 -1
- package/platforms/android/include.gradle +5 -1
- package/platforms/android/masonkit-release.aar +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Headers/Mason-Swift.h +26 -3
- 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 +1195 -88
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios.private.swiftinterface +33 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios.swiftinterface +33 -0
- 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 +2416 -2260
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Headers/Mason-Swift.h +52 -6
- 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 +1195 -88
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +33 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.swiftinterface +33 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.abi.json +1195 -88
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +33 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +33 -0
- 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 +2416 -2260
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/dSYMs/Mason.framework.dSYM/Contents/Resources/Relocations/x86_64/Mason.yml +2352 -2198
|
@@ -4017,6 +4017,28 @@
|
|
|
4017
4017
|
],
|
|
4018
4018
|
"funcSelfKind": "NonMutating"
|
|
4019
4019
|
},
|
|
4020
|
+
{
|
|
4021
|
+
"kind": "Function",
|
|
4022
|
+
"name": "createImageView",
|
|
4023
|
+
"printedName": "createImageView()",
|
|
4024
|
+
"children": [
|
|
4025
|
+
{
|
|
4026
|
+
"kind": "TypeNominal",
|
|
4027
|
+
"name": "MasonImg",
|
|
4028
|
+
"printedName": "Mason.MasonImg",
|
|
4029
|
+
"usr": "c:@M@Mason@objc(cs)MasonImg"
|
|
4030
|
+
}
|
|
4031
|
+
],
|
|
4032
|
+
"declKind": "Func",
|
|
4033
|
+
"usr": "c:@M@Mason@objc(cs)NSCMason(im)createImageView",
|
|
4034
|
+
"mangledName": "$s5Mason8NSCMasonC15createImageViewAA0A3ImgCyF",
|
|
4035
|
+
"moduleName": "Mason",
|
|
4036
|
+
"declAttributes": [
|
|
4037
|
+
"AccessControl",
|
|
4038
|
+
"ObjC"
|
|
4039
|
+
],
|
|
4040
|
+
"funcSelfKind": "NonMutating"
|
|
4041
|
+
},
|
|
4020
4042
|
{
|
|
4021
4043
|
"kind": "Function",
|
|
4022
4044
|
"name": "createNode",
|
|
@@ -10150,6 +10172,94 @@
|
|
|
10150
10172
|
],
|
|
10151
10173
|
"funcSelfKind": "NonMutating"
|
|
10152
10174
|
},
|
|
10175
|
+
{
|
|
10176
|
+
"kind": "Var",
|
|
10177
|
+
"name": "textOverflow",
|
|
10178
|
+
"printedName": "textOverflow",
|
|
10179
|
+
"children": [
|
|
10180
|
+
{
|
|
10181
|
+
"kind": "TypeNominal",
|
|
10182
|
+
"name": "TextOverflow",
|
|
10183
|
+
"printedName": "Mason.TextOverflow",
|
|
10184
|
+
"usr": "s:5Mason12TextOverflowO"
|
|
10185
|
+
}
|
|
10186
|
+
],
|
|
10187
|
+
"declKind": "Var",
|
|
10188
|
+
"usr": "s:5Mason0A4TextC12textOverflowAA0bD0Ovp",
|
|
10189
|
+
"mangledName": "$s5Mason0A4TextC12textOverflowAA0bD0Ovp",
|
|
10190
|
+
"moduleName": "Mason",
|
|
10191
|
+
"declAttributes": [
|
|
10192
|
+
"HasInitialValue",
|
|
10193
|
+
"Preconcurrency",
|
|
10194
|
+
"Custom",
|
|
10195
|
+
"HasStorage",
|
|
10196
|
+
"AccessControl"
|
|
10197
|
+
],
|
|
10198
|
+
"hasStorage": true,
|
|
10199
|
+
"accessors": [
|
|
10200
|
+
{
|
|
10201
|
+
"kind": "Accessor",
|
|
10202
|
+
"name": "Get",
|
|
10203
|
+
"printedName": "Get()",
|
|
10204
|
+
"children": [
|
|
10205
|
+
{
|
|
10206
|
+
"kind": "TypeNominal",
|
|
10207
|
+
"name": "TextOverflow",
|
|
10208
|
+
"printedName": "Mason.TextOverflow",
|
|
10209
|
+
"usr": "s:5Mason12TextOverflowO"
|
|
10210
|
+
}
|
|
10211
|
+
],
|
|
10212
|
+
"declKind": "Accessor",
|
|
10213
|
+
"usr": "s:5Mason0A4TextC12textOverflowAA0bD0Ovg",
|
|
10214
|
+
"mangledName": "$s5Mason0A4TextC12textOverflowAA0bD0Ovg",
|
|
10215
|
+
"moduleName": "Mason",
|
|
10216
|
+
"implicit": true,
|
|
10217
|
+
"accessorKind": "get"
|
|
10218
|
+
},
|
|
10219
|
+
{
|
|
10220
|
+
"kind": "Accessor",
|
|
10221
|
+
"name": "Set",
|
|
10222
|
+
"printedName": "Set()",
|
|
10223
|
+
"children": [
|
|
10224
|
+
{
|
|
10225
|
+
"kind": "TypeNominal",
|
|
10226
|
+
"name": "Void",
|
|
10227
|
+
"printedName": "()"
|
|
10228
|
+
},
|
|
10229
|
+
{
|
|
10230
|
+
"kind": "TypeNominal",
|
|
10231
|
+
"name": "TextOverflow",
|
|
10232
|
+
"printedName": "Mason.TextOverflow",
|
|
10233
|
+
"usr": "s:5Mason12TextOverflowO"
|
|
10234
|
+
}
|
|
10235
|
+
],
|
|
10236
|
+
"declKind": "Accessor",
|
|
10237
|
+
"usr": "s:5Mason0A4TextC12textOverflowAA0bD0Ovs",
|
|
10238
|
+
"mangledName": "$s5Mason0A4TextC12textOverflowAA0bD0Ovs",
|
|
10239
|
+
"moduleName": "Mason",
|
|
10240
|
+
"implicit": true,
|
|
10241
|
+
"accessorKind": "set"
|
|
10242
|
+
},
|
|
10243
|
+
{
|
|
10244
|
+
"kind": "Accessor",
|
|
10245
|
+
"name": "Modify",
|
|
10246
|
+
"printedName": "Modify()",
|
|
10247
|
+
"children": [
|
|
10248
|
+
{
|
|
10249
|
+
"kind": "TypeNominal",
|
|
10250
|
+
"name": "Void",
|
|
10251
|
+
"printedName": "()"
|
|
10252
|
+
}
|
|
10253
|
+
],
|
|
10254
|
+
"declKind": "Accessor",
|
|
10255
|
+
"usr": "s:5Mason0A4TextC12textOverflowAA0bD0OvM",
|
|
10256
|
+
"mangledName": "$s5Mason0A4TextC12textOverflowAA0bD0OvM",
|
|
10257
|
+
"moduleName": "Mason",
|
|
10258
|
+
"implicit": true,
|
|
10259
|
+
"accessorKind": "_modify"
|
|
10260
|
+
}
|
|
10261
|
+
]
|
|
10262
|
+
},
|
|
10153
10263
|
{
|
|
10154
10264
|
"kind": "Var",
|
|
10155
10265
|
"name": "textTransform",
|
|
@@ -14694,6 +14804,13 @@
|
|
|
14694
14804
|
"declKind": "Import",
|
|
14695
14805
|
"moduleName": "Mason"
|
|
14696
14806
|
},
|
|
14807
|
+
{
|
|
14808
|
+
"kind": "Import",
|
|
14809
|
+
"name": "UIKit",
|
|
14810
|
+
"printedName": "UIKit",
|
|
14811
|
+
"declKind": "Import",
|
|
14812
|
+
"moduleName": "Mason"
|
|
14813
|
+
},
|
|
14697
14814
|
{
|
|
14698
14815
|
"kind": "TypeDecl",
|
|
14699
14816
|
"name": "NSCFontFaceSetStatus",
|
|
@@ -25243,6 +25360,705 @@
|
|
|
25243
25360
|
}
|
|
25244
25361
|
]
|
|
25245
25362
|
},
|
|
25363
|
+
{
|
|
25364
|
+
"kind": "Import",
|
|
25365
|
+
"name": "UIKit",
|
|
25366
|
+
"printedName": "UIKit",
|
|
25367
|
+
"declKind": "Import",
|
|
25368
|
+
"moduleName": "Mason",
|
|
25369
|
+
"declAttributes": [
|
|
25370
|
+
"RawDocComment"
|
|
25371
|
+
]
|
|
25372
|
+
},
|
|
25373
|
+
{
|
|
25374
|
+
"kind": "TypeDecl",
|
|
25375
|
+
"name": "MasonImg",
|
|
25376
|
+
"printedName": "MasonImg",
|
|
25377
|
+
"children": [
|
|
25378
|
+
{
|
|
25379
|
+
"kind": "Var",
|
|
25380
|
+
"name": "style",
|
|
25381
|
+
"printedName": "style",
|
|
25382
|
+
"children": [
|
|
25383
|
+
{
|
|
25384
|
+
"kind": "TypeNominal",
|
|
25385
|
+
"name": "MasonStyle",
|
|
25386
|
+
"printedName": "Mason.MasonStyle",
|
|
25387
|
+
"usr": "c:@M@Mason@objc(cs)MasonStyle"
|
|
25388
|
+
}
|
|
25389
|
+
],
|
|
25390
|
+
"declKind": "Var",
|
|
25391
|
+
"usr": "c:@M@Mason@objc(cs)MasonImg(py)style",
|
|
25392
|
+
"mangledName": "$s5Mason0A3ImgC5styleAA0A5StyleCvp",
|
|
25393
|
+
"moduleName": "Mason",
|
|
25394
|
+
"declAttributes": [
|
|
25395
|
+
"Preconcurrency",
|
|
25396
|
+
"Custom",
|
|
25397
|
+
"AccessControl",
|
|
25398
|
+
"ObjC"
|
|
25399
|
+
],
|
|
25400
|
+
"accessors": [
|
|
25401
|
+
{
|
|
25402
|
+
"kind": "Accessor",
|
|
25403
|
+
"name": "Get",
|
|
25404
|
+
"printedName": "Get()",
|
|
25405
|
+
"children": [
|
|
25406
|
+
{
|
|
25407
|
+
"kind": "TypeNominal",
|
|
25408
|
+
"name": "MasonStyle",
|
|
25409
|
+
"printedName": "Mason.MasonStyle",
|
|
25410
|
+
"usr": "c:@M@Mason@objc(cs)MasonStyle"
|
|
25411
|
+
}
|
|
25412
|
+
],
|
|
25413
|
+
"declKind": "Accessor",
|
|
25414
|
+
"usr": "c:@M@Mason@objc(cs)MasonImg(im)style",
|
|
25415
|
+
"mangledName": "$s5Mason0A3ImgC5styleAA0A5StyleCvg",
|
|
25416
|
+
"moduleName": "Mason",
|
|
25417
|
+
"declAttributes": [
|
|
25418
|
+
"ObjC"
|
|
25419
|
+
],
|
|
25420
|
+
"accessorKind": "get"
|
|
25421
|
+
}
|
|
25422
|
+
]
|
|
25423
|
+
},
|
|
25424
|
+
{
|
|
25425
|
+
"kind": "Function",
|
|
25426
|
+
"name": "markNodeDirty",
|
|
25427
|
+
"printedName": "markNodeDirty()",
|
|
25428
|
+
"children": [
|
|
25429
|
+
{
|
|
25430
|
+
"kind": "TypeNominal",
|
|
25431
|
+
"name": "Void",
|
|
25432
|
+
"printedName": "()"
|
|
25433
|
+
}
|
|
25434
|
+
],
|
|
25435
|
+
"declKind": "Func",
|
|
25436
|
+
"usr": "c:@M@Mason@objc(cs)MasonImg(im)markNodeDirty",
|
|
25437
|
+
"mangledName": "$s5Mason0A3ImgC13markNodeDirtyyyF",
|
|
25438
|
+
"moduleName": "Mason",
|
|
25439
|
+
"declAttributes": [
|
|
25440
|
+
"Preconcurrency",
|
|
25441
|
+
"Custom",
|
|
25442
|
+
"AccessControl",
|
|
25443
|
+
"ObjC"
|
|
25444
|
+
],
|
|
25445
|
+
"funcSelfKind": "NonMutating"
|
|
25446
|
+
},
|
|
25447
|
+
{
|
|
25448
|
+
"kind": "Function",
|
|
25449
|
+
"name": "isNodeDirty",
|
|
25450
|
+
"printedName": "isNodeDirty()",
|
|
25451
|
+
"children": [
|
|
25452
|
+
{
|
|
25453
|
+
"kind": "TypeNominal",
|
|
25454
|
+
"name": "Bool",
|
|
25455
|
+
"printedName": "Swift.Bool",
|
|
25456
|
+
"usr": "s:Sb"
|
|
25457
|
+
}
|
|
25458
|
+
],
|
|
25459
|
+
"declKind": "Func",
|
|
25460
|
+
"usr": "c:@M@Mason@objc(cs)MasonImg(im)isNodeDirty",
|
|
25461
|
+
"mangledName": "$s5Mason0A3ImgC11isNodeDirtySbyF",
|
|
25462
|
+
"moduleName": "Mason",
|
|
25463
|
+
"declAttributes": [
|
|
25464
|
+
"Preconcurrency",
|
|
25465
|
+
"Custom",
|
|
25466
|
+
"AccessControl",
|
|
25467
|
+
"ObjC"
|
|
25468
|
+
],
|
|
25469
|
+
"funcSelfKind": "NonMutating"
|
|
25470
|
+
},
|
|
25471
|
+
{
|
|
25472
|
+
"kind": "Function",
|
|
25473
|
+
"name": "configure",
|
|
25474
|
+
"printedName": "configure(_:)",
|
|
25475
|
+
"children": [
|
|
25476
|
+
{
|
|
25477
|
+
"kind": "TypeNominal",
|
|
25478
|
+
"name": "Void",
|
|
25479
|
+
"printedName": "()"
|
|
25480
|
+
},
|
|
25481
|
+
{
|
|
25482
|
+
"kind": "TypeFunc",
|
|
25483
|
+
"name": "Function",
|
|
25484
|
+
"printedName": "(Mason.MasonNode) -> ()",
|
|
25485
|
+
"children": [
|
|
25486
|
+
{
|
|
25487
|
+
"kind": "TypeNominal",
|
|
25488
|
+
"name": "Void",
|
|
25489
|
+
"printedName": "()"
|
|
25490
|
+
},
|
|
25491
|
+
{
|
|
25492
|
+
"kind": "TypeNominal",
|
|
25493
|
+
"name": "MasonNode",
|
|
25494
|
+
"printedName": "Mason.MasonNode",
|
|
25495
|
+
"usr": "c:@M@Mason@objc(cs)MasonNode"
|
|
25496
|
+
}
|
|
25497
|
+
],
|
|
25498
|
+
"typeAttributes": [
|
|
25499
|
+
"noescape"
|
|
25500
|
+
]
|
|
25501
|
+
}
|
|
25502
|
+
],
|
|
25503
|
+
"declKind": "Func",
|
|
25504
|
+
"usr": "c:@M@Mason@objc(cs)MasonImg(im)configure:",
|
|
25505
|
+
"mangledName": "$s5Mason0A3ImgC9configureyyyAA0A4NodeCXEF",
|
|
25506
|
+
"moduleName": "Mason",
|
|
25507
|
+
"declAttributes": [
|
|
25508
|
+
"Preconcurrency",
|
|
25509
|
+
"Custom",
|
|
25510
|
+
"AccessControl",
|
|
25511
|
+
"ObjC"
|
|
25512
|
+
],
|
|
25513
|
+
"funcSelfKind": "NonMutating"
|
|
25514
|
+
},
|
|
25515
|
+
{
|
|
25516
|
+
"kind": "Var",
|
|
25517
|
+
"name": "uiView",
|
|
25518
|
+
"printedName": "uiView",
|
|
25519
|
+
"children": [
|
|
25520
|
+
{
|
|
25521
|
+
"kind": "TypeNominal",
|
|
25522
|
+
"name": "UIView",
|
|
25523
|
+
"printedName": "UIKit.UIView",
|
|
25524
|
+
"usr": "c:objc(cs)UIView"
|
|
25525
|
+
}
|
|
25526
|
+
],
|
|
25527
|
+
"declKind": "Var",
|
|
25528
|
+
"usr": "c:@M@Mason@objc(cs)MasonImg(py)uiView",
|
|
25529
|
+
"mangledName": "$s5Mason0A3ImgC6uiViewSo6UIViewCvp",
|
|
25530
|
+
"moduleName": "Mason",
|
|
25531
|
+
"declAttributes": [
|
|
25532
|
+
"Preconcurrency",
|
|
25533
|
+
"Custom",
|
|
25534
|
+
"AccessControl",
|
|
25535
|
+
"ObjC"
|
|
25536
|
+
],
|
|
25537
|
+
"accessors": [
|
|
25538
|
+
{
|
|
25539
|
+
"kind": "Accessor",
|
|
25540
|
+
"name": "Get",
|
|
25541
|
+
"printedName": "Get()",
|
|
25542
|
+
"children": [
|
|
25543
|
+
{
|
|
25544
|
+
"kind": "TypeNominal",
|
|
25545
|
+
"name": "UIView",
|
|
25546
|
+
"printedName": "UIKit.UIView",
|
|
25547
|
+
"usr": "c:objc(cs)UIView"
|
|
25548
|
+
}
|
|
25549
|
+
],
|
|
25550
|
+
"declKind": "Accessor",
|
|
25551
|
+
"usr": "c:@M@Mason@objc(cs)MasonImg(im)uiView",
|
|
25552
|
+
"mangledName": "$s5Mason0A3ImgC6uiViewSo6UIViewCvg",
|
|
25553
|
+
"moduleName": "Mason",
|
|
25554
|
+
"declAttributes": [
|
|
25555
|
+
"ObjC"
|
|
25556
|
+
],
|
|
25557
|
+
"accessorKind": "get"
|
|
25558
|
+
}
|
|
25559
|
+
]
|
|
25560
|
+
},
|
|
25561
|
+
{
|
|
25562
|
+
"kind": "Var",
|
|
25563
|
+
"name": "node",
|
|
25564
|
+
"printedName": "node",
|
|
25565
|
+
"children": [
|
|
25566
|
+
{
|
|
25567
|
+
"kind": "TypeNominal",
|
|
25568
|
+
"name": "MasonNode",
|
|
25569
|
+
"printedName": "Mason.MasonNode",
|
|
25570
|
+
"usr": "c:@M@Mason@objc(cs)MasonNode"
|
|
25571
|
+
}
|
|
25572
|
+
],
|
|
25573
|
+
"declKind": "Var",
|
|
25574
|
+
"usr": "c:@M@Mason@objc(cs)MasonImg(py)node",
|
|
25575
|
+
"mangledName": "$s5Mason0A3ImgC4nodeAA0A4NodeCvp",
|
|
25576
|
+
"moduleName": "Mason",
|
|
25577
|
+
"declAttributes": [
|
|
25578
|
+
"Final",
|
|
25579
|
+
"Preconcurrency",
|
|
25580
|
+
"Custom",
|
|
25581
|
+
"HasStorage",
|
|
25582
|
+
"AccessControl",
|
|
25583
|
+
"ObjC"
|
|
25584
|
+
],
|
|
25585
|
+
"isLet": true,
|
|
25586
|
+
"hasStorage": true,
|
|
25587
|
+
"accessors": [
|
|
25588
|
+
{
|
|
25589
|
+
"kind": "Accessor",
|
|
25590
|
+
"name": "Get",
|
|
25591
|
+
"printedName": "Get()",
|
|
25592
|
+
"children": [
|
|
25593
|
+
{
|
|
25594
|
+
"kind": "TypeNominal",
|
|
25595
|
+
"name": "MasonNode",
|
|
25596
|
+
"printedName": "Mason.MasonNode",
|
|
25597
|
+
"usr": "c:@M@Mason@objc(cs)MasonNode"
|
|
25598
|
+
}
|
|
25599
|
+
],
|
|
25600
|
+
"declKind": "Accessor",
|
|
25601
|
+
"usr": "c:@M@Mason@objc(cs)MasonImg(im)node",
|
|
25602
|
+
"mangledName": "$s5Mason0A3ImgC4nodeAA0A4NodeCvg",
|
|
25603
|
+
"moduleName": "Mason",
|
|
25604
|
+
"implicit": true,
|
|
25605
|
+
"declAttributes": [
|
|
25606
|
+
"Final",
|
|
25607
|
+
"ObjC"
|
|
25608
|
+
],
|
|
25609
|
+
"accessorKind": "get"
|
|
25610
|
+
}
|
|
25611
|
+
]
|
|
25612
|
+
},
|
|
25613
|
+
{
|
|
25614
|
+
"kind": "Var",
|
|
25615
|
+
"name": "mason",
|
|
25616
|
+
"printedName": "mason",
|
|
25617
|
+
"children": [
|
|
25618
|
+
{
|
|
25619
|
+
"kind": "TypeNominal",
|
|
25620
|
+
"name": "NSCMason",
|
|
25621
|
+
"printedName": "Mason.NSCMason",
|
|
25622
|
+
"usr": "c:@M@Mason@objc(cs)NSCMason"
|
|
25623
|
+
}
|
|
25624
|
+
],
|
|
25625
|
+
"declKind": "Var",
|
|
25626
|
+
"usr": "c:@M@Mason@objc(cs)MasonImg(py)mason",
|
|
25627
|
+
"mangledName": "$s5Mason0A3ImgC5masonAA8NSCMasonCvp",
|
|
25628
|
+
"moduleName": "Mason",
|
|
25629
|
+
"declAttributes": [
|
|
25630
|
+
"Final",
|
|
25631
|
+
"Preconcurrency",
|
|
25632
|
+
"Custom",
|
|
25633
|
+
"HasStorage",
|
|
25634
|
+
"AccessControl",
|
|
25635
|
+
"ObjC"
|
|
25636
|
+
],
|
|
25637
|
+
"isLet": true,
|
|
25638
|
+
"hasStorage": true,
|
|
25639
|
+
"accessors": [
|
|
25640
|
+
{
|
|
25641
|
+
"kind": "Accessor",
|
|
25642
|
+
"name": "Get",
|
|
25643
|
+
"printedName": "Get()",
|
|
25644
|
+
"children": [
|
|
25645
|
+
{
|
|
25646
|
+
"kind": "TypeNominal",
|
|
25647
|
+
"name": "NSCMason",
|
|
25648
|
+
"printedName": "Mason.NSCMason",
|
|
25649
|
+
"usr": "c:@M@Mason@objc(cs)NSCMason"
|
|
25650
|
+
}
|
|
25651
|
+
],
|
|
25652
|
+
"declKind": "Accessor",
|
|
25653
|
+
"usr": "c:@M@Mason@objc(cs)MasonImg(im)mason",
|
|
25654
|
+
"mangledName": "$s5Mason0A3ImgC5masonAA8NSCMasonCvg",
|
|
25655
|
+
"moduleName": "Mason",
|
|
25656
|
+
"implicit": true,
|
|
25657
|
+
"declAttributes": [
|
|
25658
|
+
"Final",
|
|
25659
|
+
"ObjC"
|
|
25660
|
+
],
|
|
25661
|
+
"accessorKind": "get"
|
|
25662
|
+
}
|
|
25663
|
+
]
|
|
25664
|
+
},
|
|
25665
|
+
{
|
|
25666
|
+
"kind": "Var",
|
|
25667
|
+
"name": "src",
|
|
25668
|
+
"printedName": "src",
|
|
25669
|
+
"children": [
|
|
25670
|
+
{
|
|
25671
|
+
"kind": "TypeNominal",
|
|
25672
|
+
"name": "Optional",
|
|
25673
|
+
"printedName": "Swift.String?",
|
|
25674
|
+
"children": [
|
|
25675
|
+
{
|
|
25676
|
+
"kind": "TypeNominal",
|
|
25677
|
+
"name": "String",
|
|
25678
|
+
"printedName": "Swift.String",
|
|
25679
|
+
"usr": "s:SS"
|
|
25680
|
+
}
|
|
25681
|
+
],
|
|
25682
|
+
"usr": "s:Sq"
|
|
25683
|
+
}
|
|
25684
|
+
],
|
|
25685
|
+
"declKind": "Var",
|
|
25686
|
+
"usr": "c:@M@Mason@objc(cs)MasonImg(py)src",
|
|
25687
|
+
"mangledName": "$s5Mason0A3ImgC3srcSSSgvp",
|
|
25688
|
+
"moduleName": "Mason",
|
|
25689
|
+
"declAttributes": [
|
|
25690
|
+
"HasInitialValue",
|
|
25691
|
+
"Preconcurrency",
|
|
25692
|
+
"Custom",
|
|
25693
|
+
"HasStorage",
|
|
25694
|
+
"AccessControl",
|
|
25695
|
+
"ObjC"
|
|
25696
|
+
],
|
|
25697
|
+
"hasStorage": true,
|
|
25698
|
+
"accessors": [
|
|
25699
|
+
{
|
|
25700
|
+
"kind": "Accessor",
|
|
25701
|
+
"name": "Get",
|
|
25702
|
+
"printedName": "Get()",
|
|
25703
|
+
"children": [
|
|
25704
|
+
{
|
|
25705
|
+
"kind": "TypeNominal",
|
|
25706
|
+
"name": "Optional",
|
|
25707
|
+
"printedName": "Swift.String?",
|
|
25708
|
+
"children": [
|
|
25709
|
+
{
|
|
25710
|
+
"kind": "TypeNominal",
|
|
25711
|
+
"name": "String",
|
|
25712
|
+
"printedName": "Swift.String",
|
|
25713
|
+
"usr": "s:SS"
|
|
25714
|
+
}
|
|
25715
|
+
],
|
|
25716
|
+
"usr": "s:Sq"
|
|
25717
|
+
}
|
|
25718
|
+
],
|
|
25719
|
+
"declKind": "Accessor",
|
|
25720
|
+
"usr": "c:@M@Mason@objc(cs)MasonImg(im)src",
|
|
25721
|
+
"mangledName": "$s5Mason0A3ImgC3srcSSSgvg",
|
|
25722
|
+
"moduleName": "Mason",
|
|
25723
|
+
"implicit": true,
|
|
25724
|
+
"declAttributes": [
|
|
25725
|
+
"ObjC"
|
|
25726
|
+
],
|
|
25727
|
+
"accessorKind": "get"
|
|
25728
|
+
},
|
|
25729
|
+
{
|
|
25730
|
+
"kind": "Accessor",
|
|
25731
|
+
"name": "Set",
|
|
25732
|
+
"printedName": "Set()",
|
|
25733
|
+
"children": [
|
|
25734
|
+
{
|
|
25735
|
+
"kind": "TypeNominal",
|
|
25736
|
+
"name": "Void",
|
|
25737
|
+
"printedName": "()"
|
|
25738
|
+
},
|
|
25739
|
+
{
|
|
25740
|
+
"kind": "TypeNominal",
|
|
25741
|
+
"name": "Optional",
|
|
25742
|
+
"printedName": "Swift.String?",
|
|
25743
|
+
"children": [
|
|
25744
|
+
{
|
|
25745
|
+
"kind": "TypeNominal",
|
|
25746
|
+
"name": "String",
|
|
25747
|
+
"printedName": "Swift.String",
|
|
25748
|
+
"usr": "s:SS"
|
|
25749
|
+
}
|
|
25750
|
+
],
|
|
25751
|
+
"usr": "s:Sq"
|
|
25752
|
+
}
|
|
25753
|
+
],
|
|
25754
|
+
"declKind": "Accessor",
|
|
25755
|
+
"usr": "c:@M@Mason@objc(cs)MasonImg(im)setSrc:",
|
|
25756
|
+
"mangledName": "$s5Mason0A3ImgC3srcSSSgvs",
|
|
25757
|
+
"moduleName": "Mason",
|
|
25758
|
+
"implicit": true,
|
|
25759
|
+
"declAttributes": [
|
|
25760
|
+
"ObjC"
|
|
25761
|
+
],
|
|
25762
|
+
"accessorKind": "set"
|
|
25763
|
+
},
|
|
25764
|
+
{
|
|
25765
|
+
"kind": "Accessor",
|
|
25766
|
+
"name": "Modify",
|
|
25767
|
+
"printedName": "Modify()",
|
|
25768
|
+
"children": [
|
|
25769
|
+
{
|
|
25770
|
+
"kind": "TypeNominal",
|
|
25771
|
+
"name": "Void",
|
|
25772
|
+
"printedName": "()"
|
|
25773
|
+
}
|
|
25774
|
+
],
|
|
25775
|
+
"declKind": "Accessor",
|
|
25776
|
+
"usr": "s:5Mason0A3ImgC3srcSSSgvM",
|
|
25777
|
+
"mangledName": "$s5Mason0A3ImgC3srcSSSgvM",
|
|
25778
|
+
"moduleName": "Mason",
|
|
25779
|
+
"implicit": true,
|
|
25780
|
+
"accessorKind": "_modify"
|
|
25781
|
+
}
|
|
25782
|
+
]
|
|
25783
|
+
},
|
|
25784
|
+
{
|
|
25785
|
+
"kind": "Function",
|
|
25786
|
+
"name": "syncStyle",
|
|
25787
|
+
"printedName": "syncStyle(_:)",
|
|
25788
|
+
"children": [
|
|
25789
|
+
{
|
|
25790
|
+
"kind": "TypeNominal",
|
|
25791
|
+
"name": "Void",
|
|
25792
|
+
"printedName": "()"
|
|
25793
|
+
},
|
|
25794
|
+
{
|
|
25795
|
+
"kind": "TypeNominal",
|
|
25796
|
+
"name": "String",
|
|
25797
|
+
"printedName": "Swift.String",
|
|
25798
|
+
"usr": "s:SS"
|
|
25799
|
+
}
|
|
25800
|
+
],
|
|
25801
|
+
"declKind": "Func",
|
|
25802
|
+
"usr": "c:@M@Mason@objc(cs)MasonImg(im)syncStyle:",
|
|
25803
|
+
"mangledName": "$s5Mason0A3ImgC9syncStyleyySSF",
|
|
25804
|
+
"moduleName": "Mason",
|
|
25805
|
+
"declAttributes": [
|
|
25806
|
+
"Preconcurrency",
|
|
25807
|
+
"Custom",
|
|
25808
|
+
"AccessControl",
|
|
25809
|
+
"ObjC"
|
|
25810
|
+
],
|
|
25811
|
+
"funcSelfKind": "NonMutating"
|
|
25812
|
+
},
|
|
25813
|
+
{
|
|
25814
|
+
"kind": "Constructor",
|
|
25815
|
+
"name": "init",
|
|
25816
|
+
"printedName": "init(image:)",
|
|
25817
|
+
"children": [
|
|
25818
|
+
{
|
|
25819
|
+
"kind": "TypeNominal",
|
|
25820
|
+
"name": "MasonImg",
|
|
25821
|
+
"printedName": "Mason.MasonImg",
|
|
25822
|
+
"usr": "c:@M@Mason@objc(cs)MasonImg"
|
|
25823
|
+
},
|
|
25824
|
+
{
|
|
25825
|
+
"kind": "TypeNominal",
|
|
25826
|
+
"name": "Optional",
|
|
25827
|
+
"printedName": "UIKit.UIImage?",
|
|
25828
|
+
"children": [
|
|
25829
|
+
{
|
|
25830
|
+
"kind": "TypeNominal",
|
|
25831
|
+
"name": "UIImage",
|
|
25832
|
+
"printedName": "UIKit.UIImage",
|
|
25833
|
+
"usr": "c:objc(cs)UIImage"
|
|
25834
|
+
}
|
|
25835
|
+
],
|
|
25836
|
+
"usr": "s:Sq"
|
|
25837
|
+
}
|
|
25838
|
+
],
|
|
25839
|
+
"declKind": "Constructor",
|
|
25840
|
+
"usr": "c:@M@Mason@objc(cs)MasonImg(im)initWithImage:",
|
|
25841
|
+
"mangledName": "$s5Mason0A3ImgC5imageACSo7UIImageCSg_tcfc",
|
|
25842
|
+
"moduleName": "Mason",
|
|
25843
|
+
"overriding": true,
|
|
25844
|
+
"implicit": true,
|
|
25845
|
+
"objc_name": "initWithImage:",
|
|
25846
|
+
"declAttributes": [
|
|
25847
|
+
"Dynamic",
|
|
25848
|
+
"ObjC",
|
|
25849
|
+
"Preconcurrency",
|
|
25850
|
+
"Custom",
|
|
25851
|
+
"Override"
|
|
25852
|
+
],
|
|
25853
|
+
"init_kind": "Designated"
|
|
25854
|
+
},
|
|
25855
|
+
{
|
|
25856
|
+
"kind": "Constructor",
|
|
25857
|
+
"name": "init",
|
|
25858
|
+
"printedName": "init(image:highlightedImage:)",
|
|
25859
|
+
"children": [
|
|
25860
|
+
{
|
|
25861
|
+
"kind": "TypeNominal",
|
|
25862
|
+
"name": "MasonImg",
|
|
25863
|
+
"printedName": "Mason.MasonImg",
|
|
25864
|
+
"usr": "c:@M@Mason@objc(cs)MasonImg"
|
|
25865
|
+
},
|
|
25866
|
+
{
|
|
25867
|
+
"kind": "TypeNominal",
|
|
25868
|
+
"name": "Optional",
|
|
25869
|
+
"printedName": "UIKit.UIImage?",
|
|
25870
|
+
"children": [
|
|
25871
|
+
{
|
|
25872
|
+
"kind": "TypeNominal",
|
|
25873
|
+
"name": "UIImage",
|
|
25874
|
+
"printedName": "UIKit.UIImage",
|
|
25875
|
+
"usr": "c:objc(cs)UIImage"
|
|
25876
|
+
}
|
|
25877
|
+
],
|
|
25878
|
+
"usr": "s:Sq"
|
|
25879
|
+
},
|
|
25880
|
+
{
|
|
25881
|
+
"kind": "TypeNominal",
|
|
25882
|
+
"name": "Optional",
|
|
25883
|
+
"printedName": "UIKit.UIImage?",
|
|
25884
|
+
"children": [
|
|
25885
|
+
{
|
|
25886
|
+
"kind": "TypeNominal",
|
|
25887
|
+
"name": "UIImage",
|
|
25888
|
+
"printedName": "UIKit.UIImage",
|
|
25889
|
+
"usr": "c:objc(cs)UIImage"
|
|
25890
|
+
}
|
|
25891
|
+
],
|
|
25892
|
+
"usr": "s:Sq"
|
|
25893
|
+
}
|
|
25894
|
+
],
|
|
25895
|
+
"declKind": "Constructor",
|
|
25896
|
+
"usr": "c:@M@Mason@objc(cs)MasonImg(im)initWithImage:highlightedImage:",
|
|
25897
|
+
"mangledName": "$s5Mason0A3ImgC5image16highlightedImageACSo7UIImageCSg_AHtcfc",
|
|
25898
|
+
"moduleName": "Mason",
|
|
25899
|
+
"overriding": true,
|
|
25900
|
+
"implicit": true,
|
|
25901
|
+
"intro_iOS": "3.0",
|
|
25902
|
+
"objc_name": "initWithImage:highlightedImage:",
|
|
25903
|
+
"declAttributes": [
|
|
25904
|
+
"Dynamic",
|
|
25905
|
+
"ObjC",
|
|
25906
|
+
"Preconcurrency",
|
|
25907
|
+
"Custom",
|
|
25908
|
+
"Override",
|
|
25909
|
+
"Available"
|
|
25910
|
+
],
|
|
25911
|
+
"init_kind": "Designated"
|
|
25912
|
+
},
|
|
25913
|
+
{
|
|
25914
|
+
"kind": "Constructor",
|
|
25915
|
+
"name": "init",
|
|
25916
|
+
"printedName": "init(frame:)",
|
|
25917
|
+
"children": [
|
|
25918
|
+
{
|
|
25919
|
+
"kind": "TypeNominal",
|
|
25920
|
+
"name": "MasonImg",
|
|
25921
|
+
"printedName": "Mason.MasonImg",
|
|
25922
|
+
"usr": "c:@M@Mason@objc(cs)MasonImg"
|
|
25923
|
+
},
|
|
25924
|
+
{
|
|
25925
|
+
"kind": "TypeNominal",
|
|
25926
|
+
"name": "CGRect",
|
|
25927
|
+
"printedName": "CoreFoundation.CGRect",
|
|
25928
|
+
"usr": "c:@S@CGRect"
|
|
25929
|
+
}
|
|
25930
|
+
],
|
|
25931
|
+
"declKind": "Constructor",
|
|
25932
|
+
"usr": "c:@M@Mason@objc(cs)MasonImg(im)initWithFrame:",
|
|
25933
|
+
"mangledName": "$s5Mason0A3ImgC5frameACSo6CGRectV_tcfc",
|
|
25934
|
+
"moduleName": "Mason",
|
|
25935
|
+
"overriding": true,
|
|
25936
|
+
"implicit": true,
|
|
25937
|
+
"objc_name": "initWithFrame:",
|
|
25938
|
+
"declAttributes": [
|
|
25939
|
+
"Dynamic",
|
|
25940
|
+
"ObjC",
|
|
25941
|
+
"Preconcurrency",
|
|
25942
|
+
"Custom",
|
|
25943
|
+
"Override"
|
|
25944
|
+
],
|
|
25945
|
+
"init_kind": "Designated"
|
|
25946
|
+
}
|
|
25947
|
+
],
|
|
25948
|
+
"declKind": "Class",
|
|
25949
|
+
"usr": "c:@M@Mason@objc(cs)MasonImg",
|
|
25950
|
+
"mangledName": "$s5Mason0A3ImgC",
|
|
25951
|
+
"moduleName": "Mason",
|
|
25952
|
+
"objc_name": "MasonImg",
|
|
25953
|
+
"declAttributes": [
|
|
25954
|
+
"Preconcurrency",
|
|
25955
|
+
"Custom",
|
|
25956
|
+
"AccessControl",
|
|
25957
|
+
"ObjC",
|
|
25958
|
+
"ObjCMembers"
|
|
25959
|
+
],
|
|
25960
|
+
"superclassUsr": "c:objc(cs)UIImageView",
|
|
25961
|
+
"hasMissingDesignatedInitializers": true,
|
|
25962
|
+
"superclassNames": [
|
|
25963
|
+
"UIKit.UIImageView",
|
|
25964
|
+
"UIKit.UIView",
|
|
25965
|
+
"UIKit.UIResponder",
|
|
25966
|
+
"ObjectiveC.NSObject"
|
|
25967
|
+
],
|
|
25968
|
+
"conformances": [
|
|
25969
|
+
{
|
|
25970
|
+
"kind": "Conformance",
|
|
25971
|
+
"name": "MasonView",
|
|
25972
|
+
"printedName": "MasonView",
|
|
25973
|
+
"usr": "s:5Mason0A4ViewP",
|
|
25974
|
+
"mangledName": "$s5Mason0A4ViewP"
|
|
25975
|
+
},
|
|
25976
|
+
{
|
|
25977
|
+
"kind": "Conformance",
|
|
25978
|
+
"name": "Copyable",
|
|
25979
|
+
"printedName": "Copyable",
|
|
25980
|
+
"usr": "s:s8CopyableP",
|
|
25981
|
+
"mangledName": "$ss8CopyableP"
|
|
25982
|
+
},
|
|
25983
|
+
{
|
|
25984
|
+
"kind": "Conformance",
|
|
25985
|
+
"name": "Escapable",
|
|
25986
|
+
"printedName": "Escapable",
|
|
25987
|
+
"usr": "s:s9EscapableP",
|
|
25988
|
+
"mangledName": "$ss9EscapableP"
|
|
25989
|
+
},
|
|
25990
|
+
{
|
|
25991
|
+
"kind": "Conformance",
|
|
25992
|
+
"name": "Equatable",
|
|
25993
|
+
"printedName": "Equatable",
|
|
25994
|
+
"usr": "s:SQ",
|
|
25995
|
+
"mangledName": "$sSQ"
|
|
25996
|
+
},
|
|
25997
|
+
{
|
|
25998
|
+
"kind": "Conformance",
|
|
25999
|
+
"name": "Hashable",
|
|
26000
|
+
"printedName": "Hashable",
|
|
26001
|
+
"usr": "s:SH",
|
|
26002
|
+
"mangledName": "$sSH"
|
|
26003
|
+
},
|
|
26004
|
+
{
|
|
26005
|
+
"kind": "Conformance",
|
|
26006
|
+
"name": "CVarArg",
|
|
26007
|
+
"printedName": "CVarArg",
|
|
26008
|
+
"usr": "s:s7CVarArgP",
|
|
26009
|
+
"mangledName": "$ss7CVarArgP"
|
|
26010
|
+
},
|
|
26011
|
+
{
|
|
26012
|
+
"kind": "Conformance",
|
|
26013
|
+
"name": "_KeyValueCodingAndObservingPublishing",
|
|
26014
|
+
"printedName": "_KeyValueCodingAndObservingPublishing",
|
|
26015
|
+
"usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
|
|
26016
|
+
"mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
|
|
26017
|
+
},
|
|
26018
|
+
{
|
|
26019
|
+
"kind": "Conformance",
|
|
26020
|
+
"name": "_KeyValueCodingAndObserving",
|
|
26021
|
+
"printedName": "_KeyValueCodingAndObserving",
|
|
26022
|
+
"usr": "s:10Foundation27_KeyValueCodingAndObservingP",
|
|
26023
|
+
"mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
|
|
26024
|
+
},
|
|
26025
|
+
{
|
|
26026
|
+
"kind": "Conformance",
|
|
26027
|
+
"name": "CustomStringConvertible",
|
|
26028
|
+
"printedName": "CustomStringConvertible",
|
|
26029
|
+
"usr": "s:s23CustomStringConvertibleP",
|
|
26030
|
+
"mangledName": "$ss23CustomStringConvertibleP"
|
|
26031
|
+
},
|
|
26032
|
+
{
|
|
26033
|
+
"kind": "Conformance",
|
|
26034
|
+
"name": "CustomDebugStringConvertible",
|
|
26035
|
+
"printedName": "CustomDebugStringConvertible",
|
|
26036
|
+
"usr": "s:s28CustomDebugStringConvertibleP",
|
|
26037
|
+
"mangledName": "$ss28CustomDebugStringConvertibleP"
|
|
26038
|
+
},
|
|
26039
|
+
{
|
|
26040
|
+
"kind": "Conformance",
|
|
26041
|
+
"name": "UITraitChangeObservable",
|
|
26042
|
+
"printedName": "UITraitChangeObservable",
|
|
26043
|
+
"usr": "s:5UIKit23UITraitChangeObservableP",
|
|
26044
|
+
"mangledName": "$s5UIKit23UITraitChangeObservableP"
|
|
26045
|
+
},
|
|
26046
|
+
{
|
|
26047
|
+
"kind": "Conformance",
|
|
26048
|
+
"name": "__DefaultCustomPlaygroundQuickLookable",
|
|
26049
|
+
"printedName": "__DefaultCustomPlaygroundQuickLookable",
|
|
26050
|
+
"usr": "s:s38__DefaultCustomPlaygroundQuickLookableP",
|
|
26051
|
+
"mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP"
|
|
26052
|
+
},
|
|
26053
|
+
{
|
|
26054
|
+
"kind": "Conformance",
|
|
26055
|
+
"name": "Sendable",
|
|
26056
|
+
"printedName": "Sendable",
|
|
26057
|
+
"usr": "s:s8SendableP",
|
|
26058
|
+
"mangledName": "$ss8SendableP"
|
|
26059
|
+
}
|
|
26060
|
+
]
|
|
26061
|
+
},
|
|
25246
26062
|
{
|
|
25247
26063
|
"kind": "Import",
|
|
25248
26064
|
"name": "Foundation",
|
|
@@ -35534,6 +36350,47 @@
|
|
|
35534
36350
|
],
|
|
35535
36351
|
"fixedbinaryorder": 3
|
|
35536
36352
|
},
|
|
36353
|
+
{
|
|
36354
|
+
"kind": "Var",
|
|
36355
|
+
"name": "Nowrap",
|
|
36356
|
+
"printedName": "Nowrap",
|
|
36357
|
+
"children": [
|
|
36358
|
+
{
|
|
36359
|
+
"kind": "TypeFunc",
|
|
36360
|
+
"name": "Function",
|
|
36361
|
+
"printedName": "(Mason.WhiteSpace.Type) -> Mason.WhiteSpace",
|
|
36362
|
+
"children": [
|
|
36363
|
+
{
|
|
36364
|
+
"kind": "TypeNominal",
|
|
36365
|
+
"name": "WhiteSpace",
|
|
36366
|
+
"printedName": "Mason.WhiteSpace",
|
|
36367
|
+
"usr": "c:@M@Mason@E@WhiteSpace"
|
|
36368
|
+
},
|
|
36369
|
+
{
|
|
36370
|
+
"kind": "TypeNominal",
|
|
36371
|
+
"name": "Metatype",
|
|
36372
|
+
"printedName": "Mason.WhiteSpace.Type",
|
|
36373
|
+
"children": [
|
|
36374
|
+
{
|
|
36375
|
+
"kind": "TypeNominal",
|
|
36376
|
+
"name": "WhiteSpace",
|
|
36377
|
+
"printedName": "Mason.WhiteSpace",
|
|
36378
|
+
"usr": "c:@M@Mason@E@WhiteSpace"
|
|
36379
|
+
}
|
|
36380
|
+
]
|
|
36381
|
+
}
|
|
36382
|
+
]
|
|
36383
|
+
}
|
|
36384
|
+
],
|
|
36385
|
+
"declKind": "EnumElement",
|
|
36386
|
+
"usr": "c:@M@Mason@E@WhiteSpace@WhiteSpaceNowrap",
|
|
36387
|
+
"mangledName": "$s5Mason10WhiteSpaceO6NowrapyA2CmF",
|
|
36388
|
+
"moduleName": "Mason",
|
|
36389
|
+
"declAttributes": [
|
|
36390
|
+
"ObjC"
|
|
36391
|
+
],
|
|
36392
|
+
"fixedbinaryorder": 4
|
|
36393
|
+
},
|
|
35537
36394
|
{
|
|
35538
36395
|
"kind": "Var",
|
|
35539
36396
|
"name": "rawValue",
|
|
@@ -36075,6 +36932,228 @@
|
|
|
36075
36932
|
}
|
|
36076
36933
|
]
|
|
36077
36934
|
},
|
|
36935
|
+
{
|
|
36936
|
+
"kind": "TypeDecl",
|
|
36937
|
+
"name": "TextOverflow",
|
|
36938
|
+
"printedName": "TextOverflow",
|
|
36939
|
+
"children": [
|
|
36940
|
+
{
|
|
36941
|
+
"kind": "Var",
|
|
36942
|
+
"name": "Clip",
|
|
36943
|
+
"printedName": "Clip",
|
|
36944
|
+
"children": [
|
|
36945
|
+
{
|
|
36946
|
+
"kind": "TypeFunc",
|
|
36947
|
+
"name": "Function",
|
|
36948
|
+
"printedName": "(Mason.TextOverflow.Type) -> Mason.TextOverflow",
|
|
36949
|
+
"children": [
|
|
36950
|
+
{
|
|
36951
|
+
"kind": "TypeNominal",
|
|
36952
|
+
"name": "TextOverflow",
|
|
36953
|
+
"printedName": "Mason.TextOverflow",
|
|
36954
|
+
"usr": "s:5Mason12TextOverflowO"
|
|
36955
|
+
},
|
|
36956
|
+
{
|
|
36957
|
+
"kind": "TypeNominal",
|
|
36958
|
+
"name": "Metatype",
|
|
36959
|
+
"printedName": "Mason.TextOverflow.Type",
|
|
36960
|
+
"children": [
|
|
36961
|
+
{
|
|
36962
|
+
"kind": "TypeNominal",
|
|
36963
|
+
"name": "TextOverflow",
|
|
36964
|
+
"printedName": "Mason.TextOverflow",
|
|
36965
|
+
"usr": "s:5Mason12TextOverflowO"
|
|
36966
|
+
}
|
|
36967
|
+
]
|
|
36968
|
+
}
|
|
36969
|
+
]
|
|
36970
|
+
}
|
|
36971
|
+
],
|
|
36972
|
+
"declKind": "EnumElement",
|
|
36973
|
+
"usr": "s:5Mason12TextOverflowO4ClipyA2CmF",
|
|
36974
|
+
"mangledName": "$s5Mason12TextOverflowO4ClipyA2CmF",
|
|
36975
|
+
"moduleName": "Mason"
|
|
36976
|
+
},
|
|
36977
|
+
{
|
|
36978
|
+
"kind": "Var",
|
|
36979
|
+
"name": "Ellipse",
|
|
36980
|
+
"printedName": "Ellipse",
|
|
36981
|
+
"children": [
|
|
36982
|
+
{
|
|
36983
|
+
"kind": "TypeFunc",
|
|
36984
|
+
"name": "Function",
|
|
36985
|
+
"printedName": "(Mason.TextOverflow.Type) -> (Swift.String?) -> Mason.TextOverflow",
|
|
36986
|
+
"children": [
|
|
36987
|
+
{
|
|
36988
|
+
"kind": "TypeFunc",
|
|
36989
|
+
"name": "Function",
|
|
36990
|
+
"printedName": "(Swift.String?) -> Mason.TextOverflow",
|
|
36991
|
+
"children": [
|
|
36992
|
+
{
|
|
36993
|
+
"kind": "TypeNominal",
|
|
36994
|
+
"name": "TextOverflow",
|
|
36995
|
+
"printedName": "Mason.TextOverflow",
|
|
36996
|
+
"usr": "s:5Mason12TextOverflowO"
|
|
36997
|
+
},
|
|
36998
|
+
{
|
|
36999
|
+
"kind": "TypeNominal",
|
|
37000
|
+
"name": "Optional",
|
|
37001
|
+
"printedName": "Swift.String?",
|
|
37002
|
+
"children": [
|
|
37003
|
+
{
|
|
37004
|
+
"kind": "TypeNominal",
|
|
37005
|
+
"name": "String",
|
|
37006
|
+
"printedName": "Swift.String",
|
|
37007
|
+
"usr": "s:SS"
|
|
37008
|
+
}
|
|
37009
|
+
],
|
|
37010
|
+
"usr": "s:Sq"
|
|
37011
|
+
}
|
|
37012
|
+
]
|
|
37013
|
+
},
|
|
37014
|
+
{
|
|
37015
|
+
"kind": "TypeNominal",
|
|
37016
|
+
"name": "Metatype",
|
|
37017
|
+
"printedName": "Mason.TextOverflow.Type",
|
|
37018
|
+
"children": [
|
|
37019
|
+
{
|
|
37020
|
+
"kind": "TypeNominal",
|
|
37021
|
+
"name": "TextOverflow",
|
|
37022
|
+
"printedName": "Mason.TextOverflow",
|
|
37023
|
+
"usr": "s:5Mason12TextOverflowO"
|
|
37024
|
+
}
|
|
37025
|
+
]
|
|
37026
|
+
}
|
|
37027
|
+
]
|
|
37028
|
+
}
|
|
37029
|
+
],
|
|
37030
|
+
"declKind": "EnumElement",
|
|
37031
|
+
"usr": "s:5Mason12TextOverflowO7EllipseyACSSSgcACmF",
|
|
37032
|
+
"mangledName": "$s5Mason12TextOverflowO7EllipseyACSSSgcACmF",
|
|
37033
|
+
"moduleName": "Mason"
|
|
37034
|
+
},
|
|
37035
|
+
{
|
|
37036
|
+
"kind": "Var",
|
|
37037
|
+
"name": "Custom",
|
|
37038
|
+
"printedName": "Custom",
|
|
37039
|
+
"children": [
|
|
37040
|
+
{
|
|
37041
|
+
"kind": "TypeFunc",
|
|
37042
|
+
"name": "Function",
|
|
37043
|
+
"printedName": "(Mason.TextOverflow.Type) -> (Swift.String) -> Mason.TextOverflow",
|
|
37044
|
+
"children": [
|
|
37045
|
+
{
|
|
37046
|
+
"kind": "TypeFunc",
|
|
37047
|
+
"name": "Function",
|
|
37048
|
+
"printedName": "(Swift.String) -> Mason.TextOverflow",
|
|
37049
|
+
"children": [
|
|
37050
|
+
{
|
|
37051
|
+
"kind": "TypeNominal",
|
|
37052
|
+
"name": "TextOverflow",
|
|
37053
|
+
"printedName": "Mason.TextOverflow",
|
|
37054
|
+
"usr": "s:5Mason12TextOverflowO"
|
|
37055
|
+
},
|
|
37056
|
+
{
|
|
37057
|
+
"kind": "TypeNominal",
|
|
37058
|
+
"name": "String",
|
|
37059
|
+
"printedName": "Swift.String",
|
|
37060
|
+
"usr": "s:SS"
|
|
37061
|
+
}
|
|
37062
|
+
]
|
|
37063
|
+
},
|
|
37064
|
+
{
|
|
37065
|
+
"kind": "TypeNominal",
|
|
37066
|
+
"name": "Metatype",
|
|
37067
|
+
"printedName": "Mason.TextOverflow.Type",
|
|
37068
|
+
"children": [
|
|
37069
|
+
{
|
|
37070
|
+
"kind": "TypeNominal",
|
|
37071
|
+
"name": "TextOverflow",
|
|
37072
|
+
"printedName": "Mason.TextOverflow",
|
|
37073
|
+
"usr": "s:5Mason12TextOverflowO"
|
|
37074
|
+
}
|
|
37075
|
+
]
|
|
37076
|
+
}
|
|
37077
|
+
]
|
|
37078
|
+
}
|
|
37079
|
+
],
|
|
37080
|
+
"declKind": "EnumElement",
|
|
37081
|
+
"usr": "s:5Mason12TextOverflowO6CustomyACSScACmF",
|
|
37082
|
+
"mangledName": "$s5Mason12TextOverflowO6CustomyACSScACmF",
|
|
37083
|
+
"moduleName": "Mason"
|
|
37084
|
+
},
|
|
37085
|
+
{
|
|
37086
|
+
"kind": "Var",
|
|
37087
|
+
"name": "description",
|
|
37088
|
+
"printedName": "description",
|
|
37089
|
+
"children": [
|
|
37090
|
+
{
|
|
37091
|
+
"kind": "TypeNominal",
|
|
37092
|
+
"name": "String",
|
|
37093
|
+
"printedName": "Swift.String",
|
|
37094
|
+
"usr": "s:SS"
|
|
37095
|
+
}
|
|
37096
|
+
],
|
|
37097
|
+
"declKind": "Var",
|
|
37098
|
+
"usr": "s:5Mason12TextOverflowO11descriptionSSvp",
|
|
37099
|
+
"mangledName": "$s5Mason12TextOverflowO11descriptionSSvp",
|
|
37100
|
+
"moduleName": "Mason",
|
|
37101
|
+
"declAttributes": [
|
|
37102
|
+
"AccessControl"
|
|
37103
|
+
],
|
|
37104
|
+
"accessors": [
|
|
37105
|
+
{
|
|
37106
|
+
"kind": "Accessor",
|
|
37107
|
+
"name": "Get",
|
|
37108
|
+
"printedName": "Get()",
|
|
37109
|
+
"children": [
|
|
37110
|
+
{
|
|
37111
|
+
"kind": "TypeNominal",
|
|
37112
|
+
"name": "String",
|
|
37113
|
+
"printedName": "Swift.String",
|
|
37114
|
+
"usr": "s:SS"
|
|
37115
|
+
}
|
|
37116
|
+
],
|
|
37117
|
+
"declKind": "Accessor",
|
|
37118
|
+
"usr": "s:5Mason12TextOverflowO11descriptionSSvg",
|
|
37119
|
+
"mangledName": "$s5Mason12TextOverflowO11descriptionSSvg",
|
|
37120
|
+
"moduleName": "Mason",
|
|
37121
|
+
"accessorKind": "get"
|
|
37122
|
+
}
|
|
37123
|
+
]
|
|
37124
|
+
}
|
|
37125
|
+
],
|
|
37126
|
+
"declKind": "Enum",
|
|
37127
|
+
"usr": "s:5Mason12TextOverflowO",
|
|
37128
|
+
"mangledName": "$s5Mason12TextOverflowO",
|
|
37129
|
+
"moduleName": "Mason",
|
|
37130
|
+
"declAttributes": [
|
|
37131
|
+
"AccessControl"
|
|
37132
|
+
],
|
|
37133
|
+
"conformances": [
|
|
37134
|
+
{
|
|
37135
|
+
"kind": "Conformance",
|
|
37136
|
+
"name": "Copyable",
|
|
37137
|
+
"printedName": "Copyable",
|
|
37138
|
+
"usr": "s:s8CopyableP",
|
|
37139
|
+
"mangledName": "$ss8CopyableP"
|
|
37140
|
+
},
|
|
37141
|
+
{
|
|
37142
|
+
"kind": "Conformance",
|
|
37143
|
+
"name": "Escapable",
|
|
37144
|
+
"printedName": "Escapable",
|
|
37145
|
+
"usr": "s:s9EscapableP",
|
|
37146
|
+
"mangledName": "$ss9EscapableP"
|
|
37147
|
+
},
|
|
37148
|
+
{
|
|
37149
|
+
"kind": "Conformance",
|
|
37150
|
+
"name": "CustomStringConvertible",
|
|
37151
|
+
"printedName": "CustomStringConvertible",
|
|
37152
|
+
"usr": "s:s23CustomStringConvertibleP",
|
|
37153
|
+
"mangledName": "$ss23CustomStringConvertibleP"
|
|
37154
|
+
}
|
|
37155
|
+
]
|
|
37156
|
+
},
|
|
36078
37157
|
{
|
|
36079
37158
|
"kind": "Import",
|
|
36080
37159
|
"name": "UIKit",
|
|
@@ -42797,175 +43876,175 @@
|
|
|
42797
43876
|
{
|
|
42798
43877
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/NSCFontFace.swift",
|
|
42799
43878
|
"kind": "IntegerLiteral",
|
|
42800
|
-
"offset":
|
|
43879
|
+
"offset": 649,
|
|
42801
43880
|
"length": 5,
|
|
42802
43881
|
"value": "1"
|
|
42803
43882
|
},
|
|
42804
43883
|
{
|
|
42805
43884
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/NSCFontFace.swift",
|
|
42806
43885
|
"kind": "IntegerLiteral",
|
|
42807
|
-
"offset":
|
|
43886
|
+
"offset": 662,
|
|
42808
43887
|
"length": 8,
|
|
42809
43888
|
"value": "2"
|
|
42810
43889
|
},
|
|
42811
43890
|
{
|
|
42812
43891
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/NSCFontFace.swift",
|
|
42813
43892
|
"kind": "IntegerLiteral",
|
|
42814
|
-
"offset":
|
|
43893
|
+
"offset": 678,
|
|
42815
43894
|
"length": 8,
|
|
42816
43895
|
"value": "3"
|
|
42817
43896
|
},
|
|
42818
43897
|
{
|
|
42819
43898
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/NSCFontFace.swift",
|
|
42820
43899
|
"kind": "IntegerLiteral",
|
|
42821
|
-
"offset":
|
|
43900
|
+
"offset": 694,
|
|
42822
43901
|
"length": 4,
|
|
42823
43902
|
"value": "4"
|
|
42824
43903
|
},
|
|
42825
43904
|
{
|
|
42826
43905
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/NSCFontFace.swift",
|
|
42827
43906
|
"kind": "IntegerLiteral",
|
|
42828
|
-
"offset":
|
|
43907
|
+
"offset": 1321,
|
|
42829
43908
|
"length": 10,
|
|
42830
43909
|
"value": "1"
|
|
42831
43910
|
},
|
|
42832
43911
|
{
|
|
42833
43912
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/NSCFontFace.swift",
|
|
42834
43913
|
"kind": "IntegerLiteral",
|
|
42835
|
-
"offset":
|
|
43914
|
+
"offset": 1339,
|
|
42836
43915
|
"length": 5,
|
|
42837
43916
|
"value": "2"
|
|
42838
43917
|
},
|
|
42839
43918
|
{
|
|
42840
43919
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/NSCFontFace.swift",
|
|
42841
43920
|
"kind": "IntegerLiteral",
|
|
42842
|
-
"offset":
|
|
43921
|
+
"offset": 1352,
|
|
42843
43922
|
"length": 6,
|
|
42844
43923
|
"value": "3"
|
|
42845
43924
|
},
|
|
42846
43925
|
{
|
|
42847
43926
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/NSCFontFace.swift",
|
|
42848
43927
|
"kind": "IntegerLiteral",
|
|
42849
|
-
"offset":
|
|
43928
|
+
"offset": 1366,
|
|
42850
43929
|
"length": 6,
|
|
42851
43930
|
"value": "4"
|
|
42852
43931
|
},
|
|
42853
43932
|
{
|
|
42854
43933
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/NSCFontFace.swift",
|
|
42855
43934
|
"kind": "IntegerLiteral",
|
|
42856
|
-
"offset":
|
|
43935
|
+
"offset": 1380,
|
|
42857
43936
|
"length": 8,
|
|
42858
43937
|
"value": "5"
|
|
42859
43938
|
},
|
|
42860
43939
|
{
|
|
42861
43940
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/NSCFontFace.swift",
|
|
42862
43941
|
"kind": "IntegerLiteral",
|
|
42863
|
-
"offset":
|
|
43942
|
+
"offset": 1396,
|
|
42864
43943
|
"length": 4,
|
|
42865
43944
|
"value": "6"
|
|
42866
43945
|
},
|
|
42867
43946
|
{
|
|
42868
43947
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/NSCFontFace.swift",
|
|
42869
43948
|
"kind": "IntegerLiteral",
|
|
42870
|
-
"offset":
|
|
43949
|
+
"offset": 1408,
|
|
42871
43950
|
"length": 9,
|
|
42872
43951
|
"value": "7"
|
|
42873
43952
|
},
|
|
42874
43953
|
{
|
|
42875
43954
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/NSCFontFace.swift",
|
|
42876
43955
|
"kind": "IntegerLiteral",
|
|
42877
|
-
"offset":
|
|
43956
|
+
"offset": 1425,
|
|
42878
43957
|
"length": 5,
|
|
42879
43958
|
"value": "8"
|
|
42880
43959
|
},
|
|
42881
43960
|
{
|
|
42882
43961
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/NSCFontFace.swift",
|
|
42883
43962
|
"kind": "IntegerLiteral",
|
|
42884
|
-
"offset":
|
|
43963
|
+
"offset": 6440,
|
|
42885
43964
|
"length": 7,
|
|
42886
43965
|
"value": "1"
|
|
42887
43966
|
},
|
|
42888
43967
|
{
|
|
42889
43968
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/NSCFontFace.swift",
|
|
42890
43969
|
"kind": "IntegerLiteral",
|
|
42891
|
-
"offset":
|
|
43970
|
+
"offset": 6455,
|
|
42892
43971
|
"length": 6,
|
|
42893
43972
|
"value": "2"
|
|
42894
43973
|
},
|
|
42895
43974
|
{
|
|
42896
43975
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/NSCFontFace.swift",
|
|
42897
43976
|
"kind": "IntegerLiteral",
|
|
42898
|
-
"offset":
|
|
43977
|
+
"offset": 6469,
|
|
42899
43978
|
"length": 5,
|
|
42900
43979
|
"value": "3"
|
|
42901
43980
|
},
|
|
42902
43981
|
{
|
|
42903
43982
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/NSCFontFace.swift",
|
|
42904
43983
|
"kind": "StringLiteral",
|
|
42905
|
-
"offset":
|
|
43984
|
+
"offset": 6961,
|
|
42906
43985
|
"length": 29,
|
|
42907
43986
|
"value": "\"font-family:\\s*'([^']+)';\""
|
|
42908
43987
|
},
|
|
42909
43988
|
{
|
|
42910
43989
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/NSCFontFace.swift",
|
|
42911
43990
|
"kind": "StringLiteral",
|
|
42912
|
-
"offset":
|
|
43991
|
+
"offset": 7014,
|
|
42913
43992
|
"length": 70,
|
|
42914
43993
|
"value": "\"font-style:\\s*(normal|italic|oblique(?:\\s+([-]?\\d+(\\.\\d+)?deg))?);\""
|
|
42915
43994
|
},
|
|
42916
43995
|
{
|
|
42917
43996
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/NSCFontFace.swift",
|
|
42918
43997
|
"kind": "StringLiteral",
|
|
42919
|
-
"offset":
|
|
43998
|
+
"offset": 7109,
|
|
42920
43999
|
"length": 27,
|
|
42921
44000
|
"value": "\"font-weight:\\s*([^;]+);\""
|
|
42922
44001
|
},
|
|
42923
44002
|
{
|
|
42924
44003
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/NSCFontFace.swift",
|
|
42925
44004
|
"kind": "StringLiteral",
|
|
42926
|
-
"offset":
|
|
44005
|
+
"offset": 7162,
|
|
42927
44006
|
"length": 28,
|
|
42928
44007
|
"value": "\"font-display:\\s*([^;]+);\""
|
|
42929
44008
|
},
|
|
42930
44009
|
{
|
|
42931
44010
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/NSCFontFace.swift",
|
|
42932
44011
|
"kind": "StringLiteral",
|
|
42933
|
-
"offset":
|
|
44012
|
+
"offset": 7208,
|
|
42934
44013
|
"length": 48,
|
|
42935
44014
|
"value": "\"src:\\s*url\\(([^)]+)\\)\\s*format\\('([^']+)'\\);\""
|
|
42936
44015
|
},
|
|
42937
44016
|
{
|
|
42938
44017
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/NSCFontFace.swift",
|
|
42939
44018
|
"kind": "StringLiteral",
|
|
42940
|
-
"offset":
|
|
44019
|
+
"offset": 7606,
|
|
42941
44020
|
"length": 26,
|
|
42942
44021
|
"value": "\"NSCFontFace Loader Queue\""
|
|
42943
44022
|
},
|
|
42944
44023
|
{
|
|
42945
44024
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/NSCFontFace.swift",
|
|
42946
44025
|
"kind": "StringLiteral",
|
|
42947
|
-
"offset":
|
|
44026
|
+
"offset": 7683,
|
|
42948
44027
|
"length": 27,
|
|
42949
44028
|
"value": "\"com.github.triniwiz.Mason\""
|
|
42950
44029
|
},
|
|
42951
44030
|
{
|
|
42952
44031
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/NSCFontFace.swift",
|
|
42953
44032
|
"kind": "Dictionary",
|
|
42954
|
-
"offset":
|
|
44033
|
+
"offset": 7747,
|
|
42955
44034
|
"length": 358,
|
|
42956
44035
|
"value": "[(\"serif\", \"Times New Roman\"), (\"sans-serif\", \"Helvetica\"), (\"monospace\", \"Courier\"), (\"cursive\", \"Snell Roundhand\"), (\"fantasy\", \"Papyrus\"), (\"system-ui\", \"San Francisco\"), (\"ui-serif\", \"Times New Roman\"), (\"ui-sans-serif\", \"San Francisco\"), (\"ui-monospace\", \"Menlo\"), (\"ui-rounded\", \"SF Rounded\"), (\"emoji\", \"Apple Color Emoji\")]"
|
|
42957
44036
|
},
|
|
42958
44037
|
{
|
|
42959
44038
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/NSCFontFace.swift",
|
|
42960
44039
|
"kind": "BooleanLiteral",
|
|
42961
|
-
"offset":
|
|
44040
|
+
"offset": 14136,
|
|
42962
44041
|
"length": 5,
|
|
42963
44042
|
"value": "false"
|
|
42964
44043
|
},
|
|
42965
44044
|
{
|
|
42966
44045
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/NSCFontFace.swift",
|
|
42967
44046
|
"kind": "BooleanLiteral",
|
|
42968
|
-
"offset":
|
|
44047
|
+
"offset": 15253,
|
|
42969
44048
|
"length": 5,
|
|
42970
44049
|
"value": "false"
|
|
42971
44050
|
},
|
|
@@ -43119,399 +44198,420 @@
|
|
|
43119
44198
|
{
|
|
43120
44199
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43121
44200
|
"kind": "BooleanLiteral",
|
|
43122
|
-
"offset":
|
|
44201
|
+
"offset": 3373,
|
|
43123
44202
|
"length": 4,
|
|
43124
44203
|
"value": "true"
|
|
43125
44204
|
},
|
|
43126
44205
|
{
|
|
43127
44206
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43128
44207
|
"kind": "IntegerLiteral",
|
|
43129
|
-
"offset":
|
|
44208
|
+
"offset": 4395,
|
|
43130
44209
|
"length": 1,
|
|
43131
44210
|
"value": "0"
|
|
43132
44211
|
},
|
|
43133
44212
|
{
|
|
43134
44213
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43135
44214
|
"kind": "IntegerLiteral",
|
|
43136
|
-
"offset":
|
|
44215
|
+
"offset": 4428,
|
|
43137
44216
|
"length": 1,
|
|
43138
44217
|
"value": "4"
|
|
43139
44218
|
},
|
|
43140
44219
|
{
|
|
43141
44220
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43142
44221
|
"kind": "IntegerLiteral",
|
|
43143
|
-
"offset":
|
|
44222
|
+
"offset": 4462,
|
|
43144
44223
|
"length": 1,
|
|
43145
44224
|
"value": "8"
|
|
43146
44225
|
},
|
|
43147
44226
|
{
|
|
43148
44227
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43149
44228
|
"kind": "IntegerLiteral",
|
|
43150
|
-
"offset":
|
|
44229
|
+
"offset": 4490,
|
|
43151
44230
|
"length": 2,
|
|
43152
44231
|
"value": "12"
|
|
43153
44232
|
},
|
|
43154
44233
|
{
|
|
43155
44234
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43156
44235
|
"kind": "IntegerLiteral",
|
|
43157
|
-
"offset":
|
|
44236
|
+
"offset": 4521,
|
|
43158
44237
|
"length": 2,
|
|
43159
44238
|
"value": "16"
|
|
43160
44239
|
},
|
|
43161
44240
|
{
|
|
43162
44241
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43163
44242
|
"kind": "IntegerLiteral",
|
|
43164
|
-
"offset":
|
|
44243
|
+
"offset": 4556,
|
|
43165
44244
|
"length": 2,
|
|
43166
44245
|
"value": "20"
|
|
43167
44246
|
},
|
|
43168
44247
|
{
|
|
43169
44248
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43170
44249
|
"kind": "IntegerLiteral",
|
|
43171
|
-
"offset":
|
|
44250
|
+
"offset": 4579,
|
|
43172
44251
|
"length": 2,
|
|
43173
44252
|
"value": "24"
|
|
43174
44253
|
},
|
|
43175
44254
|
{
|
|
43176
44255
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43177
44256
|
"kind": "IntegerLiteral",
|
|
43178
|
-
"offset":
|
|
44257
|
+
"offset": 4607,
|
|
43179
44258
|
"length": 2,
|
|
43180
44259
|
"value": "28"
|
|
43181
44260
|
},
|
|
43182
44261
|
{
|
|
43183
44262
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43184
44263
|
"kind": "IntegerLiteral",
|
|
43185
|
-
"offset":
|
|
44264
|
+
"offset": 4641,
|
|
43186
44265
|
"length": 2,
|
|
43187
44266
|
"value": "32"
|
|
43188
44267
|
},
|
|
43189
44268
|
{
|
|
43190
44269
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43191
44270
|
"kind": "IntegerLiteral",
|
|
43192
|
-
"offset":
|
|
44271
|
+
"offset": 4676,
|
|
43193
44272
|
"length": 2,
|
|
43194
44273
|
"value": "36"
|
|
43195
44274
|
},
|
|
43196
44275
|
{
|
|
43197
44276
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43198
44277
|
"kind": "IntegerLiteral",
|
|
43199
|
-
"offset":
|
|
44278
|
+
"offset": 4704,
|
|
43200
44279
|
"length": 2,
|
|
43201
44280
|
"value": "40"
|
|
43202
44281
|
},
|
|
43203
44282
|
{
|
|
43204
44283
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43205
44284
|
"kind": "IntegerLiteral",
|
|
43206
|
-
"offset":
|
|
44285
|
+
"offset": 4734,
|
|
43207
44286
|
"length": 2,
|
|
43208
44287
|
"value": "44"
|
|
43209
44288
|
},
|
|
43210
44289
|
{
|
|
43211
44290
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43212
44291
|
"kind": "IntegerLiteral",
|
|
43213
|
-
"offset":
|
|
44292
|
+
"offset": 4766,
|
|
44293
|
+
"length": 2,
|
|
44294
|
+
"value": "48"
|
|
44295
|
+
},
|
|
44296
|
+
{
|
|
44297
|
+
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
44298
|
+
"kind": "IntegerLiteral",
|
|
44299
|
+
"offset": 4948,
|
|
43214
44300
|
"length": 1,
|
|
43215
44301
|
"value": "1"
|
|
43216
44302
|
},
|
|
43217
44303
|
{
|
|
43218
44304
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43219
44305
|
"kind": "IntegerLiteral",
|
|
43220
|
-
"offset":
|
|
44306
|
+
"offset": 4953,
|
|
43221
44307
|
"length": 1,
|
|
43222
44308
|
"value": "0"
|
|
43223
44309
|
},
|
|
43224
44310
|
{
|
|
43225
44311
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43226
44312
|
"kind": "IntegerLiteral",
|
|
43227
|
-
"offset":
|
|
44313
|
+
"offset": 5017,
|
|
43228
44314
|
"length": 1,
|
|
43229
44315
|
"value": "1"
|
|
43230
44316
|
},
|
|
43231
44317
|
{
|
|
43232
44318
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43233
44319
|
"kind": "IntegerLiteral",
|
|
43234
|
-
"offset":
|
|
44320
|
+
"offset": 5022,
|
|
43235
44321
|
"length": 1,
|
|
43236
44322
|
"value": "1"
|
|
43237
44323
|
},
|
|
43238
44324
|
{
|
|
43239
44325
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43240
44326
|
"kind": "IntegerLiteral",
|
|
43241
|
-
"offset":
|
|
44327
|
+
"offset": 5086,
|
|
43242
44328
|
"length": 1,
|
|
43243
44329
|
"value": "1"
|
|
43244
44330
|
},
|
|
43245
44331
|
{
|
|
43246
44332
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43247
44333
|
"kind": "IntegerLiteral",
|
|
43248
|
-
"offset":
|
|
44334
|
+
"offset": 5091,
|
|
43249
44335
|
"length": 1,
|
|
43250
44336
|
"value": "2"
|
|
43251
44337
|
},
|
|
43252
44338
|
{
|
|
43253
44339
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43254
44340
|
"kind": "IntegerLiteral",
|
|
43255
|
-
"offset":
|
|
44341
|
+
"offset": 5145,
|
|
43256
44342
|
"length": 1,
|
|
43257
44343
|
"value": "1"
|
|
43258
44344
|
},
|
|
43259
44345
|
{
|
|
43260
44346
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43261
44347
|
"kind": "IntegerLiteral",
|
|
43262
|
-
"offset":
|
|
44348
|
+
"offset": 5150,
|
|
43263
44349
|
"length": 1,
|
|
43264
44350
|
"value": "3"
|
|
43265
44351
|
},
|
|
43266
44352
|
{
|
|
43267
44353
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43268
44354
|
"kind": "IntegerLiteral",
|
|
43269
|
-
"offset":
|
|
44355
|
+
"offset": 5211,
|
|
43270
44356
|
"length": 1,
|
|
43271
44357
|
"value": "1"
|
|
43272
44358
|
},
|
|
43273
44359
|
{
|
|
43274
44360
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43275
44361
|
"kind": "IntegerLiteral",
|
|
43276
|
-
"offset":
|
|
44362
|
+
"offset": 5216,
|
|
43277
44363
|
"length": 1,
|
|
43278
44364
|
"value": "4"
|
|
43279
44365
|
},
|
|
43280
44366
|
{
|
|
43281
44367
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43282
44368
|
"kind": "IntegerLiteral",
|
|
43283
|
-
"offset":
|
|
44369
|
+
"offset": 5280,
|
|
43284
44370
|
"length": 1,
|
|
43285
44371
|
"value": "1"
|
|
43286
44372
|
},
|
|
43287
44373
|
{
|
|
43288
44374
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43289
44375
|
"kind": "IntegerLiteral",
|
|
43290
|
-
"offset":
|
|
44376
|
+
"offset": 5285,
|
|
43291
44377
|
"length": 1,
|
|
43292
44378
|
"value": "5"
|
|
43293
44379
|
},
|
|
43294
44380
|
{
|
|
43295
44381
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43296
44382
|
"kind": "IntegerLiteral",
|
|
43297
|
-
"offset":
|
|
44383
|
+
"offset": 5338,
|
|
43298
44384
|
"length": 1,
|
|
43299
44385
|
"value": "1"
|
|
43300
44386
|
},
|
|
43301
44387
|
{
|
|
43302
44388
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43303
44389
|
"kind": "IntegerLiteral",
|
|
43304
|
-
"offset":
|
|
44390
|
+
"offset": 5343,
|
|
43305
44391
|
"length": 1,
|
|
43306
44392
|
"value": "6"
|
|
43307
44393
|
},
|
|
43308
44394
|
{
|
|
43309
44395
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43310
44396
|
"kind": "IntegerLiteral",
|
|
43311
|
-
"offset":
|
|
44397
|
+
"offset": 5400,
|
|
43312
44398
|
"length": 1,
|
|
43313
44399
|
"value": "1"
|
|
43314
44400
|
},
|
|
43315
44401
|
{
|
|
43316
44402
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43317
44403
|
"kind": "IntegerLiteral",
|
|
43318
|
-
"offset":
|
|
44404
|
+
"offset": 5405,
|
|
43319
44405
|
"length": 1,
|
|
43320
44406
|
"value": "7"
|
|
43321
44407
|
},
|
|
43322
44408
|
{
|
|
43323
44409
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43324
44410
|
"kind": "IntegerLiteral",
|
|
43325
|
-
"offset":
|
|
44411
|
+
"offset": 5463,
|
|
43326
44412
|
"length": 1,
|
|
43327
44413
|
"value": "1"
|
|
43328
44414
|
},
|
|
43329
44415
|
{
|
|
43330
44416
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43331
44417
|
"kind": "IntegerLiteral",
|
|
43332
|
-
"offset":
|
|
44418
|
+
"offset": 5468,
|
|
43333
44419
|
"length": 1,
|
|
43334
44420
|
"value": "8"
|
|
43335
44421
|
},
|
|
43336
44422
|
{
|
|
43337
44423
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43338
44424
|
"kind": "IntegerLiteral",
|
|
43339
|
-
"offset":
|
|
44425
|
+
"offset": 5528,
|
|
43340
44426
|
"length": 1,
|
|
43341
44427
|
"value": "1"
|
|
43342
44428
|
},
|
|
43343
44429
|
{
|
|
43344
44430
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43345
44431
|
"kind": "IntegerLiteral",
|
|
43346
|
-
"offset":
|
|
44432
|
+
"offset": 5533,
|
|
43347
44433
|
"length": 1,
|
|
43348
44434
|
"value": "9"
|
|
43349
44435
|
},
|
|
43350
44436
|
{
|
|
43351
44437
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43352
44438
|
"kind": "IntegerLiteral",
|
|
43353
|
-
"offset":
|
|
44439
|
+
"offset": 5587,
|
|
43354
44440
|
"length": 1,
|
|
43355
44441
|
"value": "1"
|
|
43356
44442
|
},
|
|
43357
44443
|
{
|
|
43358
44444
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43359
44445
|
"kind": "IntegerLiteral",
|
|
43360
|
-
"offset":
|
|
44446
|
+
"offset": 5592,
|
|
43361
44447
|
"length": 2,
|
|
43362
44448
|
"value": "10"
|
|
43363
44449
|
},
|
|
43364
44450
|
{
|
|
43365
44451
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43366
44452
|
"kind": "IntegerLiteral",
|
|
43367
|
-
"offset":
|
|
44453
|
+
"offset": 5649,
|
|
43368
44454
|
"length": 1,
|
|
43369
44455
|
"value": "1"
|
|
43370
44456
|
},
|
|
43371
44457
|
{
|
|
43372
44458
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43373
44459
|
"kind": "IntegerLiteral",
|
|
43374
|
-
"offset":
|
|
44460
|
+
"offset": 5654,
|
|
43375
44461
|
"length": 2,
|
|
43376
44462
|
"value": "11"
|
|
43377
44463
|
},
|
|
44464
|
+
{
|
|
44465
|
+
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
44466
|
+
"kind": "IntegerLiteral",
|
|
44467
|
+
"offset": 5713,
|
|
44468
|
+
"length": 1,
|
|
44469
|
+
"value": "1"
|
|
44470
|
+
},
|
|
44471
|
+
{
|
|
44472
|
+
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
44473
|
+
"kind": "IntegerLiteral",
|
|
44474
|
+
"offset": 5718,
|
|
44475
|
+
"length": 2,
|
|
44476
|
+
"value": "12"
|
|
44477
|
+
},
|
|
43378
44478
|
{
|
|
43379
44479
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43380
44480
|
"kind": "StringLiteral",
|
|
43381
|
-
"offset":
|
|
44481
|
+
"offset": 5748,
|
|
43382
44482
|
"length": 14,
|
|
43383
44483
|
"value": "\"[[__view__]]\""
|
|
43384
44484
|
},
|
|
43385
44485
|
{
|
|
43386
44486
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43387
44487
|
"kind": "IntegerLiteral",
|
|
43388
|
-
"offset":
|
|
44488
|
+
"offset": 5788,
|
|
43389
44489
|
"length": 10,
|
|
43390
44490
|
"value": "0xDEADBEEF"
|
|
43391
44491
|
},
|
|
43392
44492
|
{
|
|
43393
44493
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43394
44494
|
"kind": "IntegerLiteral",
|
|
43395
|
-
"offset":
|
|
44495
|
+
"offset": 5918,
|
|
43396
44496
|
"length": 1,
|
|
43397
44497
|
"value": "1"
|
|
43398
44498
|
},
|
|
43399
44499
|
{
|
|
43400
44500
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43401
44501
|
"kind": "IntegerLiteral",
|
|
43402
|
-
"offset":
|
|
44502
|
+
"offset": 5927,
|
|
43403
44503
|
"length": 4,
|
|
43404
44504
|
"value": "2"
|
|
43405
44505
|
},
|
|
43406
44506
|
{
|
|
43407
44507
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43408
44508
|
"kind": "IntegerLiteral",
|
|
43409
|
-
"offset":
|
|
44509
|
+
"offset": 5939,
|
|
43410
44510
|
"length": 4,
|
|
43411
44511
|
"value": "3"
|
|
43412
44512
|
},
|
|
43413
44513
|
{
|
|
43414
44514
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43415
44515
|
"kind": "IntegerLiteral",
|
|
43416
|
-
"offset":
|
|
44516
|
+
"offset": 5951,
|
|
43417
44517
|
"length": 2,
|
|
43418
44518
|
"value": "4"
|
|
43419
44519
|
},
|
|
43420
44520
|
{
|
|
43421
44521
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43422
44522
|
"kind": "IntegerLiteral",
|
|
43423
|
-
"offset":
|
|
44523
|
+
"offset": 5961,
|
|
43424
44524
|
"length": 2,
|
|
43425
44525
|
"value": "5"
|
|
43426
44526
|
},
|
|
43427
44527
|
{
|
|
43428
44528
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43429
44529
|
"kind": "IntegerLiteral",
|
|
43430
|
-
"offset":
|
|
44530
|
+
"offset": 5971,
|
|
43431
44531
|
"length": 2,
|
|
43432
44532
|
"value": "6"
|
|
43433
44533
|
},
|
|
43434
44534
|
{
|
|
43435
44535
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43436
44536
|
"kind": "IntegerLiteral",
|
|
43437
|
-
"offset":
|
|
44537
|
+
"offset": 5981,
|
|
43438
44538
|
"length": 2,
|
|
43439
44539
|
"value": "7"
|
|
43440
44540
|
},
|
|
43441
44541
|
{
|
|
43442
44542
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43443
44543
|
"kind": "IntegerLiteral",
|
|
43444
|
-
"offset":
|
|
44544
|
+
"offset": 5991,
|
|
43445
44545
|
"length": 2,
|
|
43446
44546
|
"value": "8"
|
|
43447
44547
|
},
|
|
43448
44548
|
{
|
|
43449
44549
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43450
44550
|
"kind": "IntegerLiteral",
|
|
43451
|
-
"offset":
|
|
44551
|
+
"offset": 6001,
|
|
43452
44552
|
"length": 2,
|
|
43453
44553
|
"value": "9"
|
|
43454
44554
|
},
|
|
43455
44555
|
{
|
|
43456
44556
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43457
44557
|
"kind": "IntegerLiteral",
|
|
43458
|
-
"offset":
|
|
44558
|
+
"offset": 6011,
|
|
43459
44559
|
"length": 2,
|
|
43460
44560
|
"value": "10"
|
|
43461
44561
|
},
|
|
43462
44562
|
{
|
|
43463
44563
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43464
44564
|
"kind": "IntegerLiteral",
|
|
43465
|
-
"offset":
|
|
44565
|
+
"offset": 6021,
|
|
43466
44566
|
"length": 10,
|
|
43467
44567
|
"value": "11"
|
|
43468
44568
|
},
|
|
43469
44569
|
{
|
|
43470
44570
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43471
44571
|
"kind": "IntegerLiteral",
|
|
43472
|
-
"offset":
|
|
44572
|
+
"offset": 6039,
|
|
43473
44573
|
"length": 1,
|
|
43474
44574
|
"value": "12"
|
|
43475
44575
|
},
|
|
43476
44576
|
{
|
|
43477
44577
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43478
44578
|
"kind": "Array",
|
|
43479
|
-
"offset":
|
|
44579
|
+
"offset": 7809,
|
|
43480
44580
|
"length": 2,
|
|
43481
44581
|
"value": "[]"
|
|
43482
44582
|
},
|
|
43483
44583
|
{
|
|
43484
44584
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43485
44585
|
"kind": "Array",
|
|
43486
|
-
"offset":
|
|
44586
|
+
"offset": 7855,
|
|
43487
44587
|
"length": 2,
|
|
43488
44588
|
"value": "[]"
|
|
43489
44589
|
},
|
|
43490
44590
|
{
|
|
43491
44591
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43492
44592
|
"kind": "StringLiteral",
|
|
43493
|
-
"offset":
|
|
44593
|
+
"offset": 10234,
|
|
43494
44594
|
"length": 12,
|
|
43495
44595
|
"value": "\"sans-serif\""
|
|
43496
44596
|
},
|
|
43497
44597
|
{
|
|
43498
44598
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43499
44599
|
"kind": "StringLiteral",
|
|
43500
|
-
"offset":
|
|
44600
|
+
"offset": 21050,
|
|
43501
44601
|
"length": 8,
|
|
43502
44602
|
"value": "\"normal\""
|
|
43503
44603
|
},
|
|
43504
44604
|
{
|
|
43505
44605
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43506
44606
|
"kind": "BooleanLiteral",
|
|
43507
|
-
"offset":
|
|
44607
|
+
"offset": 35821,
|
|
43508
44608
|
"length": 5,
|
|
43509
44609
|
"value": "false"
|
|
43510
44610
|
},
|
|
43511
44611
|
{
|
|
43512
44612
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43513
44613
|
"kind": "IntegerLiteral",
|
|
43514
|
-
"offset":
|
|
44614
|
+
"offset": 37577,
|
|
43515
44615
|
"length": 2,
|
|
43516
44616
|
"value": "-1"
|
|
43517
44617
|
},
|
|
@@ -43693,21 +44793,21 @@
|
|
|
43693
44793
|
{
|
|
43694
44794
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/NSCFontFaceSet.swift",
|
|
43695
44795
|
"kind": "IntegerLiteral",
|
|
43696
|
-
"offset":
|
|
44796
|
+
"offset": 245,
|
|
43697
44797
|
"length": 6,
|
|
43698
44798
|
"value": "1"
|
|
43699
44799
|
},
|
|
43700
44800
|
{
|
|
43701
44801
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/NSCFontFaceSet.swift",
|
|
43702
44802
|
"kind": "StringLiteral",
|
|
43703
|
-
"offset":
|
|
44803
|
+
"offset": 604,
|
|
43704
44804
|
"length": 36,
|
|
43705
44805
|
"value": "\"(?:\\d+px\\s+)(['\"]?[\\w\\s]+['\"]?)$\""
|
|
43706
44806
|
},
|
|
43707
44807
|
{
|
|
43708
44808
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/NSCFontFaceSet.swift",
|
|
43709
44809
|
"kind": "StringLiteral",
|
|
43710
|
-
"offset":
|
|
44810
|
+
"offset": 988,
|
|
43711
44811
|
"length": 29,
|
|
43712
44812
|
"value": "\"NSCFontFaceSet Loader Queue\""
|
|
43713
44813
|
},
|
|
@@ -46080,21 +47180,28 @@
|
|
|
46080
47180
|
{
|
|
46081
47181
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/Enums.swift",
|
|
46082
47182
|
"kind": "IntegerLiteral",
|
|
46083
|
-
"offset":
|
|
47183
|
+
"offset": 39522,
|
|
47184
|
+
"length": 6,
|
|
47185
|
+
"value": "4"
|
|
47186
|
+
},
|
|
47187
|
+
{
|
|
47188
|
+
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/Enums.swift",
|
|
47189
|
+
"kind": "IntegerLiteral",
|
|
47190
|
+
"offset": 40704,
|
|
46084
47191
|
"length": 3,
|
|
46085
47192
|
"value": "1"
|
|
46086
47193
|
},
|
|
46087
47194
|
{
|
|
46088
47195
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/Enums.swift",
|
|
46089
47196
|
"kind": "IntegerLiteral",
|
|
46090
|
-
"offset":
|
|
47197
|
+
"offset": 40717,
|
|
46091
47198
|
"length": 7,
|
|
46092
47199
|
"value": "2"
|
|
46093
47200
|
},
|
|
46094
47201
|
{
|
|
46095
47202
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/Enums.swift",
|
|
46096
47203
|
"kind": "IntegerLiteral",
|
|
46097
|
-
"offset":
|
|
47204
|
+
"offset": 40734,
|
|
46098
47205
|
"length": 7,
|
|
46099
47206
|
"value": "3"
|
|
46100
47207
|
}
|