@ives_xxz/framework 1.0.2 → 1.0.4

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.
Files changed (88) hide show
  1. package/FW.d.ts +39 -24
  2. package/FW.d.ts.meta +5 -5
  3. package/Framework.ts.meta +9 -9
  4. package/README.md.meta +5 -5
  5. package/animation/FWAnimation.ts.meta +9 -9
  6. package/animation/FWSkeleton.ts.meta +9 -9
  7. package/animation/FWTween.ts.meta +9 -9
  8. package/animation.meta +12 -12
  9. package/component/FWVirtualViewComponent.ts.meta +9 -9
  10. package/component.meta +12 -12
  11. package/config/FWAssetConfig.ts.meta +9 -9
  12. package/config/FWSystemConfig.ts +10 -0
  13. package/config/FWSystemConfig.ts.meta +10 -0
  14. package/config.meta +12 -12
  15. package/controller/FWLayerController.ts.meta +9 -9
  16. package/controller.meta +12 -12
  17. package/data/FWData.ts.meta +9 -9
  18. package/data.meta +12 -12
  19. package/define/FWEventDefine.ts.meta +9 -9
  20. package/define/FWSystemDefine.ts.meta +9 -9
  21. package/define.meta +12 -12
  22. package/entry/FWEntry.ts.meta +9 -9
  23. package/entry.meta +12 -12
  24. package/expand/FWCocosExpand.ts.meta +9 -9
  25. package/expand/FWDecorator.ts.meta +9 -9
  26. package/expand/FWRollingViewNesting.ts.meta +9 -9
  27. package/expand/FWTweenExpand.ts.meta +9 -9
  28. package/expand.meta +12 -12
  29. package/item/FWVirtualListItem.ts.meta +9 -9
  30. package/item.meta +12 -12
  31. package/language/FWLanguage.ts.meta +9 -9
  32. package/language/FWLanguageLabelLocalize.ts.meta +9 -9
  33. package/language/FWLanguageSkeletonLocalize.ts.meta +9 -9
  34. package/language/FWLanguageSpriteLocalize.ts.meta +9 -9
  35. package/language.meta +12 -12
  36. package/layer/FWLayer.ts.meta +9 -9
  37. package/layer.meta +12 -12
  38. package/log/FWLog.ts.meta +9 -9
  39. package/log.meta +12 -12
  40. package/logic/FWLogic.ts.meta +9 -9
  41. package/logic.meta +12 -12
  42. package/machine/FWAnimationMachine.ts.meta +9 -9
  43. package/machine/FWStateMachine.ts.meta +9 -9
  44. package/machine.meta +12 -12
  45. package/manager/FWAnimationManager.ts.meta +9 -9
  46. package/manager/FWAssetManager.ts.meta +9 -9
  47. package/manager/FWAudioManager.ts.meta +9 -9
  48. package/manager/FWBundleManager.ts.meta +9 -9
  49. package/manager/FWComponentManager.ts.meta +9 -9
  50. package/manager/FWEngineManager.ts.meta +9 -9
  51. package/manager/FWEventManager.ts.meta +9 -9
  52. package/manager/FWHotUpdateManager.ts.meta +9 -9
  53. package/manager/FWLanguageManager.ts.meta +9 -9
  54. package/manager/FWLayerManager.ts.meta +9 -9
  55. package/manager/FWManager.ts.meta +9 -9
  56. package/manager/FWObjectManager.ts.meta +9 -9
  57. package/manager/FWResManager.ts.meta +9 -9
  58. package/manager/FWSocketManager.ts +9 -14
  59. package/manager/FWSocketManager.ts.meta +9 -9
  60. package/manager/FWStateManager.ts.meta +9 -9
  61. package/manager/FWTaskManager.ts.meta +9 -9
  62. package/manager/FWTimeManager.ts.meta +9 -9
  63. package/manager/FWUiManager.ts.meta +9 -9
  64. package/manager.meta +12 -12
  65. package/package.json +2 -2
  66. package/package.json.meta +6 -0
  67. package/scene/FWScene.ts.meta +9 -9
  68. package/scene.meta +12 -12
  69. package/service/FWService.ts.meta +9 -9
  70. package/service/http/FWHttp.ts.meta +9 -9
  71. package/service/http.meta +12 -12
  72. package/service/socket/FWSocket.ts +87 -30
  73. package/service/socket/FWSocket.ts.meta +9 -9
  74. package/service/socket/FWSocketHandle.ts +8 -6
  75. package/service/socket/FWSocketHandle.ts.meta +9 -9
  76. package/service/socket/FWSocketSender.ts +4 -1
  77. package/service/socket/FWSocketSender.ts.meta +9 -9
  78. package/service/socket.meta +12 -12
  79. package/service.meta +12 -12
  80. package/state/FWState.ts.meta +9 -9
  81. package/state.meta +12 -12
  82. package/utils/FWLodash.ts.meta +9 -9
  83. package/utils/FWMask.ts.meta +9 -9
  84. package/utils/FWObject.ts.meta +9 -9
  85. package/utils/FWObjectPool.ts.meta +9 -9
  86. package/utils/FWQueue.ts.meta +9 -9
  87. package/utils/FWTask.ts.meta +9 -9
  88. package/utils.meta +12 -12
@@ -1,10 +1,10 @@
1
- {
2
- "ver": "1.1.0",
3
- "uuid": "93bd79eb-6b88-4783-a4c8-37d56fe720b4",
4
- "importer": "typescript",
5
- "isPlugin": false,
6
- "loadPluginInWeb": true,
7
- "loadPluginInNative": true,
8
- "loadPluginInEditor": false,
9
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.0",
3
+ "uuid": "93bd79eb-6b88-4783-a4c8-37d56fe720b4",
4
+ "importer": "typescript",
5
+ "isPlugin": false,
6
+ "loadPluginInWeb": true,
7
+ "loadPluginInNative": true,
8
+ "loadPluginInEditor": false,
9
+ "subMetas": {}
10
10
  }
package/expand.meta CHANGED
@@ -1,13 +1,13 @@
1
- {
2
- "ver": "1.1.3",
3
- "uuid": "3261d225-82a8-4353-bd88-35178ac39c7a",
4
- "importer": "folder",
5
- "isBundle": false,
6
- "bundleName": "",
7
- "priority": 1,
8
- "compressionType": {},
9
- "optimizeHotUpdate": {},
10
- "inlineSpriteFrames": {},
11
- "isRemoteBundle": {},
12
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.3",
3
+ "uuid": "3261d225-82a8-4353-bd88-35178ac39c7a",
4
+ "importer": "folder",
5
+ "isBundle": false,
6
+ "bundleName": "",
7
+ "priority": 1,
8
+ "compressionType": {},
9
+ "optimizeHotUpdate": {},
10
+ "inlineSpriteFrames": {},
11
+ "isRemoteBundle": {},
12
+ "subMetas": {}
13
13
  }
@@ -1,10 +1,10 @@
1
- {
2
- "ver": "1.1.0",
3
- "uuid": "32751987-766e-44d4-af5a-4625d46aabf6",
4
- "importer": "typescript",
5
- "isPlugin": false,
6
- "loadPluginInWeb": true,
7
- "loadPluginInNative": true,
8
- "loadPluginInEditor": false,
9
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.0",
3
+ "uuid": "32751987-766e-44d4-af5a-4625d46aabf6",
4
+ "importer": "typescript",
5
+ "isPlugin": false,
6
+ "loadPluginInWeb": true,
7
+ "loadPluginInNative": true,
8
+ "loadPluginInEditor": false,
9
+ "subMetas": {}
10
10
  }
package/item.meta CHANGED
@@ -1,13 +1,13 @@
1
- {
2
- "ver": "1.1.3",
3
- "uuid": "8c7436d1-86e8-49f9-86ee-e4a41a6010de",
4
- "importer": "folder",
5
- "isBundle": false,
6
- "bundleName": "",
7
- "priority": 1,
8
- "compressionType": {},
9
- "optimizeHotUpdate": {},
10
- "inlineSpriteFrames": {},
11
- "isRemoteBundle": {},
12
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.3",
3
+ "uuid": "8c7436d1-86e8-49f9-86ee-e4a41a6010de",
4
+ "importer": "folder",
5
+ "isBundle": false,
6
+ "bundleName": "",
7
+ "priority": 1,
8
+ "compressionType": {},
9
+ "optimizeHotUpdate": {},
10
+ "inlineSpriteFrames": {},
11
+ "isRemoteBundle": {},
12
+ "subMetas": {}
13
13
  }
@@ -1,10 +1,10 @@
1
- {
2
- "ver": "1.1.0",
3
- "uuid": "cfffdc57-7607-48db-be11-91ba8da0e96c",
4
- "importer": "typescript",
5
- "isPlugin": false,
6
- "loadPluginInWeb": true,
7
- "loadPluginInNative": true,
8
- "loadPluginInEditor": false,
9
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.0",
3
+ "uuid": "cfffdc57-7607-48db-be11-91ba8da0e96c",
4
+ "importer": "typescript",
5
+ "isPlugin": false,
6
+ "loadPluginInWeb": true,
7
+ "loadPluginInNative": true,
8
+ "loadPluginInEditor": false,
9
+ "subMetas": {}
10
10
  }
@@ -1,10 +1,10 @@
1
- {
2
- "ver": "1.1.0",
3
- "uuid": "3fb1f7df-6641-459a-b357-fff3ad37a9d0",
4
- "importer": "typescript",
5
- "isPlugin": false,
6
- "loadPluginInWeb": true,
7
- "loadPluginInNative": true,
8
- "loadPluginInEditor": false,
9
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.0",
3
+ "uuid": "3fb1f7df-6641-459a-b357-fff3ad37a9d0",
4
+ "importer": "typescript",
5
+ "isPlugin": false,
6
+ "loadPluginInWeb": true,
7
+ "loadPluginInNative": true,
8
+ "loadPluginInEditor": false,
9
+ "subMetas": {}
10
10
  }
@@ -1,10 +1,10 @@
1
- {
2
- "ver": "1.1.0",
3
- "uuid": "26a2ce4f-316b-4f43-bb02-c984bf6cd049",
4
- "importer": "typescript",
5
- "isPlugin": false,
6
- "loadPluginInWeb": true,
7
- "loadPluginInNative": true,
8
- "loadPluginInEditor": false,
9
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.0",
3
+ "uuid": "26a2ce4f-316b-4f43-bb02-c984bf6cd049",
4
+ "importer": "typescript",
5
+ "isPlugin": false,
6
+ "loadPluginInWeb": true,
7
+ "loadPluginInNative": true,
8
+ "loadPluginInEditor": false,
9
+ "subMetas": {}
10
10
  }
@@ -1,10 +1,10 @@
1
- {
2
- "ver": "1.1.0",
3
- "uuid": "8d3766e4-d7dd-4dd7-9939-acc3bf5104d0",
4
- "importer": "typescript",
5
- "isPlugin": false,
6
- "loadPluginInWeb": true,
7
- "loadPluginInNative": true,
8
- "loadPluginInEditor": false,
9
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.0",
3
+ "uuid": "8d3766e4-d7dd-4dd7-9939-acc3bf5104d0",
4
+ "importer": "typescript",
5
+ "isPlugin": false,
6
+ "loadPluginInWeb": true,
7
+ "loadPluginInNative": true,
8
+ "loadPluginInEditor": false,
9
+ "subMetas": {}
10
10
  }
package/language.meta CHANGED
@@ -1,13 +1,13 @@
1
- {
2
- "ver": "1.1.3",
3
- "uuid": "8a2ce5d1-31a5-45bb-8b09-7f0054ace394",
4
- "importer": "folder",
5
- "isBundle": false,
6
- "bundleName": "",
7
- "priority": 1,
8
- "compressionType": {},
9
- "optimizeHotUpdate": {},
10
- "inlineSpriteFrames": {},
11
- "isRemoteBundle": {},
12
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.3",
3
+ "uuid": "8a2ce5d1-31a5-45bb-8b09-7f0054ace394",
4
+ "importer": "folder",
5
+ "isBundle": false,
6
+ "bundleName": "",
7
+ "priority": 1,
8
+ "compressionType": {},
9
+ "optimizeHotUpdate": {},
10
+ "inlineSpriteFrames": {},
11
+ "isRemoteBundle": {},
12
+ "subMetas": {}
13
13
  }
@@ -1,10 +1,10 @@
1
- {
2
- "ver": "1.1.0",
3
- "uuid": "226f949f-5699-4b17-aba1-ad43af651630",
4
- "importer": "typescript",
5
- "isPlugin": false,
6
- "loadPluginInWeb": true,
7
- "loadPluginInNative": true,
8
- "loadPluginInEditor": false,
9
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.0",
3
+ "uuid": "226f949f-5699-4b17-aba1-ad43af651630",
4
+ "importer": "typescript",
5
+ "isPlugin": false,
6
+ "loadPluginInWeb": true,
7
+ "loadPluginInNative": true,
8
+ "loadPluginInEditor": false,
9
+ "subMetas": {}
10
10
  }
package/layer.meta CHANGED
@@ -1,13 +1,13 @@
1
- {
2
- "ver": "1.1.3",
3
- "uuid": "ce98c254-9c3e-4d9d-94ff-216bd92484e7",
4
- "importer": "folder",
5
- "isBundle": false,
6
- "bundleName": "",
7
- "priority": 1,
8
- "compressionType": {},
9
- "optimizeHotUpdate": {},
10
- "inlineSpriteFrames": {},
11
- "isRemoteBundle": {},
12
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.3",
3
+ "uuid": "ce98c254-9c3e-4d9d-94ff-216bd92484e7",
4
+ "importer": "folder",
5
+ "isBundle": false,
6
+ "bundleName": "",
7
+ "priority": 1,
8
+ "compressionType": {},
9
+ "optimizeHotUpdate": {},
10
+ "inlineSpriteFrames": {},
11
+ "isRemoteBundle": {},
12
+ "subMetas": {}
13
13
  }
package/log/FWLog.ts.meta CHANGED
@@ -1,10 +1,10 @@
1
- {
2
- "ver": "1.1.0",
3
- "uuid": "c96accd4-65f8-4a49-86e1-b161092f7b85",
4
- "importer": "typescript",
5
- "isPlugin": false,
6
- "loadPluginInWeb": true,
7
- "loadPluginInNative": true,
8
- "loadPluginInEditor": false,
9
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.0",
3
+ "uuid": "c96accd4-65f8-4a49-86e1-b161092f7b85",
4
+ "importer": "typescript",
5
+ "isPlugin": false,
6
+ "loadPluginInWeb": true,
7
+ "loadPluginInNative": true,
8
+ "loadPluginInEditor": false,
9
+ "subMetas": {}
10
10
  }
package/log.meta CHANGED
@@ -1,13 +1,13 @@
1
- {
2
- "ver": "1.1.3",
3
- "uuid": "cc6fa493-d506-4224-9ef5-fcccfe52b409",
4
- "importer": "folder",
5
- "isBundle": false,
6
- "bundleName": "",
7
- "priority": 1,
8
- "compressionType": {},
9
- "optimizeHotUpdate": {},
10
- "inlineSpriteFrames": {},
11
- "isRemoteBundle": {},
12
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.3",
3
+ "uuid": "cc6fa493-d506-4224-9ef5-fcccfe52b409",
4
+ "importer": "folder",
5
+ "isBundle": false,
6
+ "bundleName": "",
7
+ "priority": 1,
8
+ "compressionType": {},
9
+ "optimizeHotUpdate": {},
10
+ "inlineSpriteFrames": {},
11
+ "isRemoteBundle": {},
12
+ "subMetas": {}
13
13
  }
@@ -1,10 +1,10 @@
1
- {
2
- "ver": "1.1.0",
3
- "uuid": "84c16595-ccc9-41c3-92cb-caf8e96bdb7b",
4
- "importer": "typescript",
5
- "isPlugin": false,
6
- "loadPluginInWeb": true,
7
- "loadPluginInNative": true,
8
- "loadPluginInEditor": false,
9
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.0",
3
+ "uuid": "84c16595-ccc9-41c3-92cb-caf8e96bdb7b",
4
+ "importer": "typescript",
5
+ "isPlugin": false,
6
+ "loadPluginInWeb": true,
7
+ "loadPluginInNative": true,
8
+ "loadPluginInEditor": false,
9
+ "subMetas": {}
10
10
  }
package/logic.meta CHANGED
@@ -1,13 +1,13 @@
1
- {
2
- "ver": "1.1.3",
3
- "uuid": "c760a8a3-325a-434f-8375-bd9406a8496d",
4
- "importer": "folder",
5
- "isBundle": false,
6
- "bundleName": "",
7
- "priority": 1,
8
- "compressionType": {},
9
- "optimizeHotUpdate": {},
10
- "inlineSpriteFrames": {},
11
- "isRemoteBundle": {},
12
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.3",
3
+ "uuid": "c760a8a3-325a-434f-8375-bd9406a8496d",
4
+ "importer": "folder",
5
+ "isBundle": false,
6
+ "bundleName": "",
7
+ "priority": 1,
8
+ "compressionType": {},
9
+ "optimizeHotUpdate": {},
10
+ "inlineSpriteFrames": {},
11
+ "isRemoteBundle": {},
12
+ "subMetas": {}
13
13
  }
@@ -1,10 +1,10 @@
1
- {
2
- "ver": "1.1.0",
3
- "uuid": "0a8490a5-adc2-4788-bd9b-5691685ece7d",
4
- "importer": "typescript",
5
- "isPlugin": false,
6
- "loadPluginInWeb": true,
7
- "loadPluginInNative": true,
8
- "loadPluginInEditor": false,
9
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.0",
3
+ "uuid": "0a8490a5-adc2-4788-bd9b-5691685ece7d",
4
+ "importer": "typescript",
5
+ "isPlugin": false,
6
+ "loadPluginInWeb": true,
7
+ "loadPluginInNative": true,
8
+ "loadPluginInEditor": false,
9
+ "subMetas": {}
10
10
  }
@@ -1,10 +1,10 @@
1
- {
2
- "ver": "1.1.0",
3
- "uuid": "71dbc901-1182-44eb-9c23-111d7a3e2963",
4
- "importer": "typescript",
5
- "isPlugin": false,
6
- "loadPluginInWeb": true,
7
- "loadPluginInNative": true,
8
- "loadPluginInEditor": false,
9
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.0",
3
+ "uuid": "71dbc901-1182-44eb-9c23-111d7a3e2963",
4
+ "importer": "typescript",
5
+ "isPlugin": false,
6
+ "loadPluginInWeb": true,
7
+ "loadPluginInNative": true,
8
+ "loadPluginInEditor": false,
9
+ "subMetas": {}
10
10
  }
package/machine.meta CHANGED
@@ -1,13 +1,13 @@
1
- {
2
- "ver": "1.1.3",
3
- "uuid": "a2c00ae3-16c2-4bd9-9cc7-e4ad4e9c0c88",
4
- "importer": "folder",
5
- "isBundle": false,
6
- "bundleName": "",
7
- "priority": 1,
8
- "compressionType": {},
9
- "optimizeHotUpdate": {},
10
- "inlineSpriteFrames": {},
11
- "isRemoteBundle": {},
12
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.3",
3
+ "uuid": "a2c00ae3-16c2-4bd9-9cc7-e4ad4e9c0c88",
4
+ "importer": "folder",
5
+ "isBundle": false,
6
+ "bundleName": "",
7
+ "priority": 1,
8
+ "compressionType": {},
9
+ "optimizeHotUpdate": {},
10
+ "inlineSpriteFrames": {},
11
+ "isRemoteBundle": {},
12
+ "subMetas": {}
13
13
  }
@@ -1,10 +1,10 @@
1
- {
2
- "ver": "1.1.0",
3
- "uuid": "c2448e26-e096-4b98-83bc-f54fe3600ac8",
4
- "importer": "typescript",
5
- "isPlugin": false,
6
- "loadPluginInWeb": true,
7
- "loadPluginInNative": true,
8
- "loadPluginInEditor": false,
9
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.0",
3
+ "uuid": "c2448e26-e096-4b98-83bc-f54fe3600ac8",
4
+ "importer": "typescript",
5
+ "isPlugin": false,
6
+ "loadPluginInWeb": true,
7
+ "loadPluginInNative": true,
8
+ "loadPluginInEditor": false,
9
+ "subMetas": {}
10
10
  }
@@ -1,10 +1,10 @@
1
- {
2
- "ver": "1.1.0",
3
- "uuid": "eb4a5a74-0281-4aba-af9b-ae616f1d94f2",
4
- "importer": "typescript",
5
- "isPlugin": false,
6
- "loadPluginInWeb": true,
7
- "loadPluginInNative": true,
8
- "loadPluginInEditor": false,
9
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.0",
3
+ "uuid": "eb4a5a74-0281-4aba-af9b-ae616f1d94f2",
4
+ "importer": "typescript",
5
+ "isPlugin": false,
6
+ "loadPluginInWeb": true,
7
+ "loadPluginInNative": true,
8
+ "loadPluginInEditor": false,
9
+ "subMetas": {}
10
10
  }
@@ -1,10 +1,10 @@
1
- {
2
- "ver": "1.1.0",
3
- "uuid": "c7cec874-a219-4fc7-aadf-c1e7a95d3fa0",
4
- "importer": "typescript",
5
- "isPlugin": false,
6
- "loadPluginInWeb": true,
7
- "loadPluginInNative": true,
8
- "loadPluginInEditor": false,
9
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.0",
3
+ "uuid": "c7cec874-a219-4fc7-aadf-c1e7a95d3fa0",
4
+ "importer": "typescript",
5
+ "isPlugin": false,
6
+ "loadPluginInWeb": true,
7
+ "loadPluginInNative": true,
8
+ "loadPluginInEditor": false,
9
+ "subMetas": {}
10
10
  }
@@ -1,10 +1,10 @@
1
- {
2
- "ver": "1.1.0",
3
- "uuid": "8f7a5533-19cf-4b9f-a152-ae94b65d3042",
4
- "importer": "typescript",
5
- "isPlugin": false,
6
- "loadPluginInWeb": true,
7
- "loadPluginInNative": true,
8
- "loadPluginInEditor": false,
9
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.0",
3
+ "uuid": "8f7a5533-19cf-4b9f-a152-ae94b65d3042",
4
+ "importer": "typescript",
5
+ "isPlugin": false,
6
+ "loadPluginInWeb": true,
7
+ "loadPluginInNative": true,
8
+ "loadPluginInEditor": false,
9
+ "subMetas": {}
10
10
  }
@@ -1,10 +1,10 @@
1
- {
2
- "ver": "1.1.0",
3
- "uuid": "8a40e7b7-9eb6-4236-96fb-afe4d9429a8a",
4
- "importer": "typescript",
5
- "isPlugin": false,
6
- "loadPluginInWeb": true,
7
- "loadPluginInNative": true,
8
- "loadPluginInEditor": false,
9
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.0",
3
+ "uuid": "8a40e7b7-9eb6-4236-96fb-afe4d9429a8a",
4
+ "importer": "typescript",
5
+ "isPlugin": false,
6
+ "loadPluginInWeb": true,
7
+ "loadPluginInNative": true,
8
+ "loadPluginInEditor": false,
9
+ "subMetas": {}
10
10
  }
@@ -1,10 +1,10 @@
1
- {
2
- "ver": "1.1.0",
3
- "uuid": "dcaa0ad6-aa1c-4103-9705-2777da3e2e83",
4
- "importer": "typescript",
5
- "isPlugin": false,
6
- "loadPluginInWeb": true,
7
- "loadPluginInNative": true,
8
- "loadPluginInEditor": false,
9
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.0",
3
+ "uuid": "dcaa0ad6-aa1c-4103-9705-2777da3e2e83",
4
+ "importer": "typescript",
5
+ "isPlugin": false,
6
+ "loadPluginInWeb": true,
7
+ "loadPluginInNative": true,
8
+ "loadPluginInEditor": false,
9
+ "subMetas": {}
10
10
  }
@@ -1,10 +1,10 @@
1
- {
2
- "ver": "1.1.0",
3
- "uuid": "38cc4633-8a5d-4f6f-ab3e-33a8202c65ad",
4
- "importer": "typescript",
5
- "isPlugin": false,
6
- "loadPluginInWeb": true,
7
- "loadPluginInNative": true,
8
- "loadPluginInEditor": false,
9
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.0",
3
+ "uuid": "38cc4633-8a5d-4f6f-ab3e-33a8202c65ad",
4
+ "importer": "typescript",
5
+ "isPlugin": false,
6
+ "loadPluginInWeb": true,
7
+ "loadPluginInNative": true,
8
+ "loadPluginInEditor": false,
9
+ "subMetas": {}
10
10
  }
@@ -1,10 +1,10 @@
1
- {
2
- "ver": "1.1.0",
3
- "uuid": "571aa683-820e-439a-8fa7-dcf218f0fe42",
4
- "importer": "typescript",
5
- "isPlugin": false,
6
- "loadPluginInWeb": true,
7
- "loadPluginInNative": true,
8
- "loadPluginInEditor": false,
9
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.0",
3
+ "uuid": "571aa683-820e-439a-8fa7-dcf218f0fe42",
4
+ "importer": "typescript",
5
+ "isPlugin": false,
6
+ "loadPluginInWeb": true,
7
+ "loadPluginInNative": true,
8
+ "loadPluginInEditor": false,
9
+ "subMetas": {}
10
10
  }
@@ -1,10 +1,10 @@
1
- {
2
- "ver": "1.1.0",
3
- "uuid": "f49eb371-9e22-4f44-927b-8e102cc92242",
4
- "importer": "typescript",
5
- "isPlugin": false,
6
- "loadPluginInWeb": true,
7
- "loadPluginInNative": true,
8
- "loadPluginInEditor": false,
9
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.0",
3
+ "uuid": "f49eb371-9e22-4f44-927b-8e102cc92242",
4
+ "importer": "typescript",
5
+ "isPlugin": false,
6
+ "loadPluginInWeb": true,
7
+ "loadPluginInNative": true,
8
+ "loadPluginInEditor": false,
9
+ "subMetas": {}
10
10
  }
@@ -1,10 +1,10 @@
1
- {
2
- "ver": "1.1.0",
3
- "uuid": "763150db-103d-4078-9dab-48f9ced9015a",
4
- "importer": "typescript",
5
- "isPlugin": false,
6
- "loadPluginInWeb": true,
7
- "loadPluginInNative": true,
8
- "loadPluginInEditor": false,
9
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.0",
3
+ "uuid": "763150db-103d-4078-9dab-48f9ced9015a",
4
+ "importer": "typescript",
5
+ "isPlugin": false,
6
+ "loadPluginInWeb": true,
7
+ "loadPluginInNative": true,
8
+ "loadPluginInEditor": false,
9
+ "subMetas": {}
10
10
  }
@@ -1,10 +1,10 @@
1
- {
2
- "ver": "1.1.0",
3
- "uuid": "f2b4d729-7f2a-4065-823f-d998a5d4f449",
4
- "importer": "typescript",
5
- "isPlugin": false,
6
- "loadPluginInWeb": true,
7
- "loadPluginInNative": true,
8
- "loadPluginInEditor": false,
9
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.0",
3
+ "uuid": "f2b4d729-7f2a-4065-823f-d998a5d4f449",
4
+ "importer": "typescript",
5
+ "isPlugin": false,
6
+ "loadPluginInWeb": true,
7
+ "loadPluginInNative": true,
8
+ "loadPluginInEditor": false,
9
+ "subMetas": {}
10
10
  }