4 files changed
+12
-12
lines changed- .npmignore+1
- README.md+100-5
- appbuilder/device-emitter.ts+46
- appbuilder/device-log-provider.ts+11
- appbuilder/proton-bootstrap.ts+17
- appbuilder/proton-static-config.ts+26
- bootstrap.ts+9-5
- child-process.ts+24-4
- codeGeneration/code-printer.ts+12-12
- commands/autocompletion.ts+1-1
- commands/device/device-log-stream.ts+4-4
- commands/device/get-file.ts+3-3
- commands/device/list-applications.ts+3-3
- commands/device/list-devices.ts+5-5
- commands/device/list-files.ts+3-3
- commands/device/put-file.ts+3-3
- commands/device/run-application.ts+6-9
- commands/device/stop-application.ts+3-3
- commands/device/uninstall-application.ts+4-6
- commands/generate-messages.ts+18-4
- common-lib.ts+1-5
- declarations.d.ts+63-16
- decorators.ts+62-28
- definitions/config.d.ts+1
- definitions/logger.d.ts+1
- definitions/mobile.d.ts+19-6
- definitions/node-uuid-base.d.ts+52
- definitions/node-uuid-cjs.d.ts+15
- definitions/node-uuid.d.ts+44
- definitions/node.d.ts+1
- definitions/shelljs.d.ts+2-1
- definitions/yok.d.ts+1
- dispatchers.ts+2-2
- errors.ts+9-3
- fiber-bootstrap.ts+12-9
- file-system.ts+27-1
- helpers.ts+170-2
- logger.ts+7-1
- messages/messages.d.ts+5-5
- messages/messages.ts+4-4
- mobile/android/android-device-file-system.ts+12-2
- mobile/android/android-device.ts+26-14
- mobile/android/logcat-helper.ts+22-21
- mobile/ios/ios-application-manager.ts+18-14
- mobile/ios/ios-core.ts+136-37
- mobile/ios/ios-device-file-system.ts+6-2
- mobile/ios/ios-device.ts+3-6
- mobile/ios/ios-emulator-services.ts+51-82
- mobile/ios/ios-proxy-services.ts+11-16
- mobile/ios/ios-sys-log.ts+10
- mobile/mobile-core/android-device-discovery.ts+100
- mobile/mobile-core/device-discovery.ts+7-172
- mobile/mobile-core/devices-service.ts+59-31
- mobile/mobile-core/ios-device-discovery.ts+139
- mobile/mobile-helper.ts+1-1
- options.ts+3-2
- package.json+10-9
- prompter.ts+16-5
- resource-loader.ts+4
- resources/messages/errorMessages.json+4-4
- services/auto-completion-service.ts+1-1
- services/commands-service.ts+3-4
- services/dynamic-help-service.ts+2-1
- services/hooks-service.ts+88-38
- services/message-contract-generator.ts+6-6
- services/messages-service.ts+2-2
- services/usb-livesync-service-base.ts+90-93
- static-config-base.ts+3-1
- sys-info-base.ts+156
- sysinfo.ts-144
- test/resources/sampleZipFileTest.zip
- test/unit-tests/decorators.ts+58-13
- test/unit-tests/file-system.ts+191
- test/unit-tests/mocks/mockClassesWithInitializeMethod.ts+20
- test/unit-tests/stubs.ts+36
- test/unit-tests/yok.ts+225-16
- validators/project-name-validator.ts+2-2
- verify-node-version.ts+24
- yok.ts+53-66
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
1 | 2 |
| |
2 | 3 |
| |
3 | 4 |
| |
4 |
| - | |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
|
+5-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
5 |
| - | |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
0 commit comments