@triniwiz/nativescript-masonkit 1.0.0-alpha.17 → 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 +8 -0
- 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 +48 -0
- 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 +25 -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 +780 -59
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios.private.swiftinterface +20 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios.swiftinterface +20 -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 +1999 -1945
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Headers/Mason-Swift.h +50 -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 +780 -59
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +20 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.swiftinterface +20 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.abi.json +780 -59
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +20 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +20 -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 -2362
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/dSYMs/Mason.framework.dSYM/Contents/Resources/Relocations/x86_64/Mason.yml +2352 -2299
|
@@ -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",
|
|
@@ -25338,6 +25360,705 @@
|
|
|
25338
25360
|
}
|
|
25339
25361
|
]
|
|
25340
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
|
+
},
|
|
25341
26062
|
{
|
|
25342
26063
|
"kind": "Import",
|
|
25343
26064
|
"name": "Foundation",
|
|
@@ -43484,413 +44205,413 @@
|
|
|
43484
44205
|
{
|
|
43485
44206
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43486
44207
|
"kind": "IntegerLiteral",
|
|
43487
|
-
"offset":
|
|
44208
|
+
"offset": 4395,
|
|
43488
44209
|
"length": 1,
|
|
43489
44210
|
"value": "0"
|
|
43490
44211
|
},
|
|
43491
44212
|
{
|
|
43492
44213
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43493
44214
|
"kind": "IntegerLiteral",
|
|
43494
|
-
"offset":
|
|
44215
|
+
"offset": 4428,
|
|
43495
44216
|
"length": 1,
|
|
43496
44217
|
"value": "4"
|
|
43497
44218
|
},
|
|
43498
44219
|
{
|
|
43499
44220
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43500
44221
|
"kind": "IntegerLiteral",
|
|
43501
|
-
"offset":
|
|
44222
|
+
"offset": 4462,
|
|
43502
44223
|
"length": 1,
|
|
43503
44224
|
"value": "8"
|
|
43504
44225
|
},
|
|
43505
44226
|
{
|
|
43506
44227
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43507
44228
|
"kind": "IntegerLiteral",
|
|
43508
|
-
"offset":
|
|
44229
|
+
"offset": 4490,
|
|
43509
44230
|
"length": 2,
|
|
43510
44231
|
"value": "12"
|
|
43511
44232
|
},
|
|
43512
44233
|
{
|
|
43513
44234
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43514
44235
|
"kind": "IntegerLiteral",
|
|
43515
|
-
"offset":
|
|
44236
|
+
"offset": 4521,
|
|
43516
44237
|
"length": 2,
|
|
43517
44238
|
"value": "16"
|
|
43518
44239
|
},
|
|
43519
44240
|
{
|
|
43520
44241
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43521
44242
|
"kind": "IntegerLiteral",
|
|
43522
|
-
"offset":
|
|
44243
|
+
"offset": 4556,
|
|
43523
44244
|
"length": 2,
|
|
43524
44245
|
"value": "20"
|
|
43525
44246
|
},
|
|
43526
44247
|
{
|
|
43527
44248
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43528
44249
|
"kind": "IntegerLiteral",
|
|
43529
|
-
"offset":
|
|
44250
|
+
"offset": 4579,
|
|
43530
44251
|
"length": 2,
|
|
43531
44252
|
"value": "24"
|
|
43532
44253
|
},
|
|
43533
44254
|
{
|
|
43534
44255
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43535
44256
|
"kind": "IntegerLiteral",
|
|
43536
|
-
"offset":
|
|
44257
|
+
"offset": 4607,
|
|
43537
44258
|
"length": 2,
|
|
43538
44259
|
"value": "28"
|
|
43539
44260
|
},
|
|
43540
44261
|
{
|
|
43541
44262
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43542
44263
|
"kind": "IntegerLiteral",
|
|
43543
|
-
"offset":
|
|
44264
|
+
"offset": 4641,
|
|
43544
44265
|
"length": 2,
|
|
43545
44266
|
"value": "32"
|
|
43546
44267
|
},
|
|
43547
44268
|
{
|
|
43548
44269
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43549
44270
|
"kind": "IntegerLiteral",
|
|
43550
|
-
"offset":
|
|
44271
|
+
"offset": 4676,
|
|
43551
44272
|
"length": 2,
|
|
43552
44273
|
"value": "36"
|
|
43553
44274
|
},
|
|
43554
44275
|
{
|
|
43555
44276
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43556
44277
|
"kind": "IntegerLiteral",
|
|
43557
|
-
"offset":
|
|
44278
|
+
"offset": 4704,
|
|
43558
44279
|
"length": 2,
|
|
43559
44280
|
"value": "40"
|
|
43560
44281
|
},
|
|
43561
44282
|
{
|
|
43562
44283
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43563
44284
|
"kind": "IntegerLiteral",
|
|
43564
|
-
"offset":
|
|
44285
|
+
"offset": 4734,
|
|
43565
44286
|
"length": 2,
|
|
43566
44287
|
"value": "44"
|
|
43567
44288
|
},
|
|
43568
44289
|
{
|
|
43569
44290
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43570
44291
|
"kind": "IntegerLiteral",
|
|
43571
|
-
"offset":
|
|
44292
|
+
"offset": 4766,
|
|
43572
44293
|
"length": 2,
|
|
43573
44294
|
"value": "48"
|
|
43574
44295
|
},
|
|
43575
44296
|
{
|
|
43576
44297
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43577
44298
|
"kind": "IntegerLiteral",
|
|
43578
|
-
"offset":
|
|
44299
|
+
"offset": 4948,
|
|
43579
44300
|
"length": 1,
|
|
43580
44301
|
"value": "1"
|
|
43581
44302
|
},
|
|
43582
44303
|
{
|
|
43583
44304
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43584
44305
|
"kind": "IntegerLiteral",
|
|
43585
|
-
"offset":
|
|
44306
|
+
"offset": 4953,
|
|
43586
44307
|
"length": 1,
|
|
43587
44308
|
"value": "0"
|
|
43588
44309
|
},
|
|
43589
44310
|
{
|
|
43590
44311
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43591
44312
|
"kind": "IntegerLiteral",
|
|
43592
|
-
"offset":
|
|
44313
|
+
"offset": 5017,
|
|
43593
44314
|
"length": 1,
|
|
43594
44315
|
"value": "1"
|
|
43595
44316
|
},
|
|
43596
44317
|
{
|
|
43597
44318
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43598
44319
|
"kind": "IntegerLiteral",
|
|
43599
|
-
"offset":
|
|
44320
|
+
"offset": 5022,
|
|
43600
44321
|
"length": 1,
|
|
43601
44322
|
"value": "1"
|
|
43602
44323
|
},
|
|
43603
44324
|
{
|
|
43604
44325
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43605
44326
|
"kind": "IntegerLiteral",
|
|
43606
|
-
"offset":
|
|
44327
|
+
"offset": 5086,
|
|
43607
44328
|
"length": 1,
|
|
43608
44329
|
"value": "1"
|
|
43609
44330
|
},
|
|
43610
44331
|
{
|
|
43611
44332
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43612
44333
|
"kind": "IntegerLiteral",
|
|
43613
|
-
"offset":
|
|
44334
|
+
"offset": 5091,
|
|
43614
44335
|
"length": 1,
|
|
43615
44336
|
"value": "2"
|
|
43616
44337
|
},
|
|
43617
44338
|
{
|
|
43618
44339
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43619
44340
|
"kind": "IntegerLiteral",
|
|
43620
|
-
"offset":
|
|
44341
|
+
"offset": 5145,
|
|
43621
44342
|
"length": 1,
|
|
43622
44343
|
"value": "1"
|
|
43623
44344
|
},
|
|
43624
44345
|
{
|
|
43625
44346
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43626
44347
|
"kind": "IntegerLiteral",
|
|
43627
|
-
"offset":
|
|
44348
|
+
"offset": 5150,
|
|
43628
44349
|
"length": 1,
|
|
43629
44350
|
"value": "3"
|
|
43630
44351
|
},
|
|
43631
44352
|
{
|
|
43632
44353
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43633
44354
|
"kind": "IntegerLiteral",
|
|
43634
|
-
"offset":
|
|
44355
|
+
"offset": 5211,
|
|
43635
44356
|
"length": 1,
|
|
43636
44357
|
"value": "1"
|
|
43637
44358
|
},
|
|
43638
44359
|
{
|
|
43639
44360
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43640
44361
|
"kind": "IntegerLiteral",
|
|
43641
|
-
"offset":
|
|
44362
|
+
"offset": 5216,
|
|
43642
44363
|
"length": 1,
|
|
43643
44364
|
"value": "4"
|
|
43644
44365
|
},
|
|
43645
44366
|
{
|
|
43646
44367
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43647
44368
|
"kind": "IntegerLiteral",
|
|
43648
|
-
"offset":
|
|
44369
|
+
"offset": 5280,
|
|
43649
44370
|
"length": 1,
|
|
43650
44371
|
"value": "1"
|
|
43651
44372
|
},
|
|
43652
44373
|
{
|
|
43653
44374
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43654
44375
|
"kind": "IntegerLiteral",
|
|
43655
|
-
"offset":
|
|
44376
|
+
"offset": 5285,
|
|
43656
44377
|
"length": 1,
|
|
43657
44378
|
"value": "5"
|
|
43658
44379
|
},
|
|
43659
44380
|
{
|
|
43660
44381
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43661
44382
|
"kind": "IntegerLiteral",
|
|
43662
|
-
"offset":
|
|
44383
|
+
"offset": 5338,
|
|
43663
44384
|
"length": 1,
|
|
43664
44385
|
"value": "1"
|
|
43665
44386
|
},
|
|
43666
44387
|
{
|
|
43667
44388
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43668
44389
|
"kind": "IntegerLiteral",
|
|
43669
|
-
"offset":
|
|
44390
|
+
"offset": 5343,
|
|
43670
44391
|
"length": 1,
|
|
43671
44392
|
"value": "6"
|
|
43672
44393
|
},
|
|
43673
44394
|
{
|
|
43674
44395
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43675
44396
|
"kind": "IntegerLiteral",
|
|
43676
|
-
"offset":
|
|
44397
|
+
"offset": 5400,
|
|
43677
44398
|
"length": 1,
|
|
43678
44399
|
"value": "1"
|
|
43679
44400
|
},
|
|
43680
44401
|
{
|
|
43681
44402
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43682
44403
|
"kind": "IntegerLiteral",
|
|
43683
|
-
"offset":
|
|
44404
|
+
"offset": 5405,
|
|
43684
44405
|
"length": 1,
|
|
43685
44406
|
"value": "7"
|
|
43686
44407
|
},
|
|
43687
44408
|
{
|
|
43688
44409
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43689
44410
|
"kind": "IntegerLiteral",
|
|
43690
|
-
"offset":
|
|
44411
|
+
"offset": 5463,
|
|
43691
44412
|
"length": 1,
|
|
43692
44413
|
"value": "1"
|
|
43693
44414
|
},
|
|
43694
44415
|
{
|
|
43695
44416
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43696
44417
|
"kind": "IntegerLiteral",
|
|
43697
|
-
"offset":
|
|
44418
|
+
"offset": 5468,
|
|
43698
44419
|
"length": 1,
|
|
43699
44420
|
"value": "8"
|
|
43700
44421
|
},
|
|
43701
44422
|
{
|
|
43702
44423
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43703
44424
|
"kind": "IntegerLiteral",
|
|
43704
|
-
"offset":
|
|
44425
|
+
"offset": 5528,
|
|
43705
44426
|
"length": 1,
|
|
43706
44427
|
"value": "1"
|
|
43707
44428
|
},
|
|
43708
44429
|
{
|
|
43709
44430
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43710
44431
|
"kind": "IntegerLiteral",
|
|
43711
|
-
"offset":
|
|
44432
|
+
"offset": 5533,
|
|
43712
44433
|
"length": 1,
|
|
43713
44434
|
"value": "9"
|
|
43714
44435
|
},
|
|
43715
44436
|
{
|
|
43716
44437
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43717
44438
|
"kind": "IntegerLiteral",
|
|
43718
|
-
"offset":
|
|
44439
|
+
"offset": 5587,
|
|
43719
44440
|
"length": 1,
|
|
43720
44441
|
"value": "1"
|
|
43721
44442
|
},
|
|
43722
44443
|
{
|
|
43723
44444
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43724
44445
|
"kind": "IntegerLiteral",
|
|
43725
|
-
"offset":
|
|
44446
|
+
"offset": 5592,
|
|
43726
44447
|
"length": 2,
|
|
43727
44448
|
"value": "10"
|
|
43728
44449
|
},
|
|
43729
44450
|
{
|
|
43730
44451
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43731
44452
|
"kind": "IntegerLiteral",
|
|
43732
|
-
"offset":
|
|
44453
|
+
"offset": 5649,
|
|
43733
44454
|
"length": 1,
|
|
43734
44455
|
"value": "1"
|
|
43735
44456
|
},
|
|
43736
44457
|
{
|
|
43737
44458
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43738
44459
|
"kind": "IntegerLiteral",
|
|
43739
|
-
"offset":
|
|
44460
|
+
"offset": 5654,
|
|
43740
44461
|
"length": 2,
|
|
43741
44462
|
"value": "11"
|
|
43742
44463
|
},
|
|
43743
44464
|
{
|
|
43744
44465
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43745
44466
|
"kind": "IntegerLiteral",
|
|
43746
|
-
"offset":
|
|
44467
|
+
"offset": 5713,
|
|
43747
44468
|
"length": 1,
|
|
43748
44469
|
"value": "1"
|
|
43749
44470
|
},
|
|
43750
44471
|
{
|
|
43751
44472
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43752
44473
|
"kind": "IntegerLiteral",
|
|
43753
|
-
"offset":
|
|
44474
|
+
"offset": 5718,
|
|
43754
44475
|
"length": 2,
|
|
43755
44476
|
"value": "12"
|
|
43756
44477
|
},
|
|
43757
44478
|
{
|
|
43758
44479
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43759
44480
|
"kind": "StringLiteral",
|
|
43760
|
-
"offset":
|
|
44481
|
+
"offset": 5748,
|
|
43761
44482
|
"length": 14,
|
|
43762
44483
|
"value": "\"[[__view__]]\""
|
|
43763
44484
|
},
|
|
43764
44485
|
{
|
|
43765
44486
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43766
44487
|
"kind": "IntegerLiteral",
|
|
43767
|
-
"offset":
|
|
44488
|
+
"offset": 5788,
|
|
43768
44489
|
"length": 10,
|
|
43769
44490
|
"value": "0xDEADBEEF"
|
|
43770
44491
|
},
|
|
43771
44492
|
{
|
|
43772
44493
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43773
44494
|
"kind": "IntegerLiteral",
|
|
43774
|
-
"offset":
|
|
44495
|
+
"offset": 5918,
|
|
43775
44496
|
"length": 1,
|
|
43776
44497
|
"value": "1"
|
|
43777
44498
|
},
|
|
43778
44499
|
{
|
|
43779
44500
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43780
44501
|
"kind": "IntegerLiteral",
|
|
43781
|
-
"offset":
|
|
44502
|
+
"offset": 5927,
|
|
43782
44503
|
"length": 4,
|
|
43783
44504
|
"value": "2"
|
|
43784
44505
|
},
|
|
43785
44506
|
{
|
|
43786
44507
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43787
44508
|
"kind": "IntegerLiteral",
|
|
43788
|
-
"offset":
|
|
44509
|
+
"offset": 5939,
|
|
43789
44510
|
"length": 4,
|
|
43790
44511
|
"value": "3"
|
|
43791
44512
|
},
|
|
43792
44513
|
{
|
|
43793
44514
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43794
44515
|
"kind": "IntegerLiteral",
|
|
43795
|
-
"offset":
|
|
44516
|
+
"offset": 5951,
|
|
43796
44517
|
"length": 2,
|
|
43797
44518
|
"value": "4"
|
|
43798
44519
|
},
|
|
43799
44520
|
{
|
|
43800
44521
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43801
44522
|
"kind": "IntegerLiteral",
|
|
43802
|
-
"offset":
|
|
44523
|
+
"offset": 5961,
|
|
43803
44524
|
"length": 2,
|
|
43804
44525
|
"value": "5"
|
|
43805
44526
|
},
|
|
43806
44527
|
{
|
|
43807
44528
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43808
44529
|
"kind": "IntegerLiteral",
|
|
43809
|
-
"offset":
|
|
44530
|
+
"offset": 5971,
|
|
43810
44531
|
"length": 2,
|
|
43811
44532
|
"value": "6"
|
|
43812
44533
|
},
|
|
43813
44534
|
{
|
|
43814
44535
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43815
44536
|
"kind": "IntegerLiteral",
|
|
43816
|
-
"offset":
|
|
44537
|
+
"offset": 5981,
|
|
43817
44538
|
"length": 2,
|
|
43818
44539
|
"value": "7"
|
|
43819
44540
|
},
|
|
43820
44541
|
{
|
|
43821
44542
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43822
44543
|
"kind": "IntegerLiteral",
|
|
43823
|
-
"offset":
|
|
44544
|
+
"offset": 5991,
|
|
43824
44545
|
"length": 2,
|
|
43825
44546
|
"value": "8"
|
|
43826
44547
|
},
|
|
43827
44548
|
{
|
|
43828
44549
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43829
44550
|
"kind": "IntegerLiteral",
|
|
43830
|
-
"offset":
|
|
44551
|
+
"offset": 6001,
|
|
43831
44552
|
"length": 2,
|
|
43832
44553
|
"value": "9"
|
|
43833
44554
|
},
|
|
43834
44555
|
{
|
|
43835
44556
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43836
44557
|
"kind": "IntegerLiteral",
|
|
43837
|
-
"offset":
|
|
44558
|
+
"offset": 6011,
|
|
43838
44559
|
"length": 2,
|
|
43839
44560
|
"value": "10"
|
|
43840
44561
|
},
|
|
43841
44562
|
{
|
|
43842
44563
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43843
44564
|
"kind": "IntegerLiteral",
|
|
43844
|
-
"offset":
|
|
44565
|
+
"offset": 6021,
|
|
43845
44566
|
"length": 10,
|
|
43846
44567
|
"value": "11"
|
|
43847
44568
|
},
|
|
43848
44569
|
{
|
|
43849
44570
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43850
44571
|
"kind": "IntegerLiteral",
|
|
43851
|
-
"offset":
|
|
44572
|
+
"offset": 6039,
|
|
43852
44573
|
"length": 1,
|
|
43853
44574
|
"value": "12"
|
|
43854
44575
|
},
|
|
43855
44576
|
{
|
|
43856
44577
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43857
44578
|
"kind": "Array",
|
|
43858
|
-
"offset":
|
|
44579
|
+
"offset": 7809,
|
|
43859
44580
|
"length": 2,
|
|
43860
44581
|
"value": "[]"
|
|
43861
44582
|
},
|
|
43862
44583
|
{
|
|
43863
44584
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43864
44585
|
"kind": "Array",
|
|
43865
|
-
"offset":
|
|
44586
|
+
"offset": 7855,
|
|
43866
44587
|
"length": 2,
|
|
43867
44588
|
"value": "[]"
|
|
43868
44589
|
},
|
|
43869
44590
|
{
|
|
43870
44591
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43871
44592
|
"kind": "StringLiteral",
|
|
43872
|
-
"offset":
|
|
44593
|
+
"offset": 10234,
|
|
43873
44594
|
"length": 12,
|
|
43874
44595
|
"value": "\"sans-serif\""
|
|
43875
44596
|
},
|
|
43876
44597
|
{
|
|
43877
44598
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43878
44599
|
"kind": "StringLiteral",
|
|
43879
|
-
"offset":
|
|
44600
|
+
"offset": 21050,
|
|
43880
44601
|
"length": 8,
|
|
43881
44602
|
"value": "\"normal\""
|
|
43882
44603
|
},
|
|
43883
44604
|
{
|
|
43884
44605
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43885
44606
|
"kind": "BooleanLiteral",
|
|
43886
|
-
"offset":
|
|
44607
|
+
"offset": 35821,
|
|
43887
44608
|
"length": 5,
|
|
43888
44609
|
"value": "false"
|
|
43889
44610
|
},
|
|
43890
44611
|
{
|
|
43891
44612
|
"filePath": "\/Users\/triniwiz\/Documents\/GitHub\/nativescript-mason\/packages\/nativescript-masonkit\/src-native\/mason-ios\/Mason\/Mason\/MasonText.swift",
|
|
43892
44613
|
"kind": "IntegerLiteral",
|
|
43893
|
-
"offset":
|
|
44614
|
+
"offset": 37577,
|
|
43894
44615
|
"length": 2,
|
|
43895
44616
|
"value": "-1"
|
|
43896
44617
|
},
|