File tree
6 files changed
+22
-411
lines changed- lib
- test
- definitions
6 files changed
+22
-411
lines changed+14-9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 | 1 |
| |
4 | 2 |
| |
5 | 3 |
| |
| |||
14 | 12 |
| |
15 | 13 |
| |
16 | 14 |
| |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
17 | 22 |
| |
18 | 23 |
| |
19 | 24 |
| |
| |||
22 | 27 |
| |
23 | 28 |
| |
24 | 29 |
| |
25 |
| - | |
26 | 30 |
| |
27 | 31 |
| |
28 | 32 |
| |
29 | 33 |
| |
30 | 34 |
| |
31 | 35 |
| |
32 | 36 |
| |
33 |
| - | |
| 37 | + | |
| 38 | + | |
34 | 39 |
| |
35 | 40 |
| |
36 | 41 |
| |
37 |
| - | |
| 42 | + | |
38 | 43 |
| |
39 | 44 |
| |
40 | 45 |
| |
41 | 46 |
| |
42 |
| - | |
| 47 | + | |
43 | 48 |
| |
44 | 49 |
| |
45 | 50 |
| |
46 | 51 |
| |
47 |
| - | |
| 52 | + | |
48 | 53 |
| |
49 | 54 |
| |
50 | 55 |
| |
| |||
55 | 60 |
| |
56 | 61 |
| |
57 | 62 |
| |
58 |
| - | |
| 63 | + | |
59 | 64 |
| |
60 | 65 |
| |
61 | 66 |
| |
| |||
105 | 110 |
| |
106 | 111 |
| |
107 | 112 |
| |
108 |
| - | |
| 113 | + | |
109 | 114 |
| |
110 | 115 |
| |
111 | 116 |
| |
|
- .gitignore+6
- Gruntfile.js+172
- README.md+271
- bin/common-lib.js+5
- bootstrap.ts+88-87
- child-process.ts+1-1
- command-params.ts+1-1
- commands/analytics.ts+7-7
- commands/autocompletion.ts+1-1
- commands/device/device-log-stream.ts+2-2
- commands/device/get-file.ts+2-2
- commands/device/list-applications.ts+2-2
- commands/device/list-devices.ts+2-2
- commands/device/list-files.ts+2-2
- commands/device/put-file.ts+2-2
- commands/device/run-application.ts+2-2
- commands/device/stop-application.ts+2-3
- commands/device/uninstall-application.ts+2-2
- commands/doctor.ts+2-2
- commands/help.ts+2-2
- commands/post-install.ts+2-2
- commands/preuninstall.ts+2-2
- common-lib.ts+10
- config-base.ts+1-1
- declarations.d.ts+2
- decorators.ts+39
- definitions/bluebird.d.ts+711
- definitions/mobile.d.ts+1-1
- definitions/node-ffi.d.ts+1-1
- definitions/yok.d.ts+2
- dispatchers.ts+4-10
- errors.ts+1-1
- fiber-bootstrap.ts+16
- file-system.ts+7-4
- helpers.ts+1-1
- host-info.ts+1-1
- http-client.ts+1-1
- logger.ts+2-2
- mobile/android/android-application-manager.ts+2-2
- mobile/android/android-debug-bridge.ts+1-1
- mobile/android/android-device-file-system.ts+1-1
- mobile/android/android-device.ts+2-2
- mobile/android/android-emulator-services.ts+20-5
- mobile/android/android-livesync-service.ts+1-1
- mobile/android/logcat-helper.ts+2-2
- mobile/device-app-data/device-app-data-base.ts+1-1
- mobile/device-app-data/device-app-data-factory.ts+2-2
- mobile/device-platforms-constants.ts+1-1
- mobile/ios/ios-application-manager.ts+2-2
- mobile/ios/ios-core.ts+2-2
- mobile/ios/ios-device-file-system.ts+3-3
- mobile/ios/ios-device.ts+2-2
- mobile/ios/ios-emulator-services.ts+2-2
- mobile/ios/ios-proxy-services.ts+1-1
- mobile/local-to-device-path-data-factory.ts+1-1
- mobile/mobile-core/device-discovery.ts+2-3
- mobile/mobile-core/devices-services.ts+2-1
- mobile/mobile-helper.ts+1-1
- mobile/wp8/wp8-emulator-services.ts+1-1
- opener.ts+1-1
- options.ts+5-3
- package.json+90
- project-helper.ts+2-2
- prompter.ts+12-8
- properties-parser.ts+1-1
- queue.ts+1-1
- services/analytics-service.ts+2-2
- services/auto-completion-service.ts+1-1
- services/cancellation.ts+1-1
- services/commands-service.ts+2-2
- services/dynamic-help-service.ts+1-1
- services/hooks-service.ts+1-1
- services/html-help-service.ts+1-1
- services/micro-templating-service.ts+1-1
- services/typescript-compilation-service.ts+1-1
- services/usb-livesync-service-base.ts+2-2
- services/user-settings-service.ts+1-1
- static-config-base.ts+1-1
- sysinfo.ts+4-1
- test/.d.ts+3
- test/definitions/chai.d.ts+283
- test/definitions/mocha.d.ts+87
- test/test-bootstrap.ts+27
- test/unit-tests/decorators.ts+141
- test/unit-tests/yok.ts+161
- validators/iTunes-validator.ts+1-1
- validators/project-name-validator.ts+1-1
- validators/validation-result.ts+1-1
- yok.ts+35-4
+7-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| 27 | + | |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
| |||
81 | 82 |
| |
82 | 83 |
| |
83 | 84 |
| |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
88 | 89 |
| |
89 |
| - | |
| 90 | + | |
90 | 91 |
| |
91 | 92 |
| |
92 | 93 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 | 2 |
| |
4 |
| - |
This file was deleted.
0 commit comments