File age measurements show the distribution of file ages (days since the first commit) and the recency of file updates (days since the latest commit).
File | # lines | # units | last modified (days ago) | created (days ago) | # changes |
---|---|---|---|---|---|
gulpfile.js in root |
417 | 6 | 165 | 2366 | 43 |
cordovaDebugSession.ts in src/debugger |
1255 | 31 | 7 | 2215 | 29 |
cordovaProjectHelper.ts in src/utils |
379 | 26 | 11 | 2215 | 40 |
cordova.ts in src |
309 | 16 | 11 | 2215 | 61 |
cordovaIosDeviceLauncher.ts in src/debugger |
168 | 9 | 165 | 2215 | 24 |
cordovaCommandHelper.ts in src/utils |
163 | 9 | 11 | 2215 | 28 |
extension.ts in src/debugger |
111 | 5 | 165 | 2215 | 35 |
tsdHelper.ts in src/utils |
75 | 3 | 165 | 2215 | 18 |
telemetryHelper.ts in src/utils |
245 | 26 | 11 | 2211 | 32 |
telemetry.ts in src/utils |
197 | 18 | 165 | 2211 | 29 |
settingsHelper.ts in src/utils |
16 | 1 | 479 | 2155 | 14 |
simulate.ts in src/extension |
165 | 7 | 11 | 2119 | 34 |
cordovaSimulateTelemetry.ts in src/utils |
17 | 1 | 165 | 2083 | 5 |
hash.ts in src/utils |
9 | 1 | 479 | 2069 | 3 |
simulationInfo.ts in src/common |
5 | - | 479 | 1998 | 4 |
completionProviders.ts in src/extension |
37 | 2 | 479 | 1789 | 4 |
configurationReader.ts in src/common |
15 | 2 | 138 | 1560 | 8 |
cordovaCDPProxy.ts in src/debugger/cdp-proxy |
202 | 16 | 11 | 479 | 5 |
debugConfigurationProvider.ts in src/extension |
190 | 13 | 479 | 479 | 1 |
jsDebugConfigAdapter.ts in src/debugger |
128 | 6 | 4 | 479 | 6 |
File | # lines | # units | last modified (days ago) | created (days ago) | # changes |
---|---|---|---|---|---|
simulationInfo.ts in src/common |
5 | - | 479 | 1998 | 4 |
hash.ts in src/utils |
9 | 1 | 479 | 2069 | 3 |
settingsHelper.ts in src/utils |
16 | 1 | 479 | 2155 | 14 |
projectsStorage.ts in src/extension |
21 | 3 | 479 | 479 | 1 |
logHelper.ts in src/utils/log |
25 | 4 | 479 | 479 | 1 |
completionProviders.ts in src/extension |
37 | 2 | 479 | 1789 | 4 |
outputChannelLogger.ts in src/utils/log |
74 | 13 | 479 | 479 | 1 |
debuggerEndpointHelper.ts in src/debugger/cdp-proxy |
108 | 7 | 479 | 479 | 1 |
debugConfigurationProvider.ts in src/extension |
190 | 13 | 479 | 479 | 1 |
debugSessionWrapper.ts in src/debugger |
29 | 5 | 438 | 438 | 1 |
cordovaSessionManager.ts in src/extension |
78 | 7 | 438 | 479 | 3 |
launchScenariosManager.ts in src/utils |
59 | 6 | 397 | 397 | 1 |
childProcess.ts in src/common/node |
118 | 5 | 397 | 397 | 1 |
CDPAPINames.ts in src/debugger/cdp-proxy/CDPMessageHandlers |
13 | - | 286 | 479 | 2 |
simulateHelper.ts in src/utils |
6 | 1 | 165 | 466 | 2 |
cordovaSimulateTelemetry.ts in src/utils |
17 | 1 | 165 | 2083 | 5 |
promise.ts in src/common/node |
20 | 4 | 165 | 165 | 1 |
extensionHelper.ts in src/utils |
70 | 6 | 165 | 479 | 3 |
tsdHelper.ts in src/utils |
75 | 3 | 165 | 2215 | 18 |
extension.ts in src/debugger |
111 | 5 | 165 | 2215 | 35 |
File | # lines | # units | last modified (days ago) | created (days ago) | # changes |
---|---|---|---|---|---|
safariIonicCDPMessageHandler.ts in src/debugger/cdp-proxy/CDPMessageHandlers/implementation |
114 | 6 | 11 | 82 | 2 |
safariCordovaCDPMessageHandler.ts in src/debugger/cdp-proxy/CDPMessageHandlers/implementation |
97 | 5 | 11 | 82 | 2 |
safariCDPMessageHandlerBase.ts in src/debugger/cdp-proxy/CDPMessageHandlers/abstraction |
96 | 6 | 11 | 82 | 2 |
chromeIonicCDPMessageHandler.ts in src/debugger/cdp-proxy/CDPMessageHandlers/implementation |
75 | 4 | 11 | 82 | 2 |
CDPMessageHandlerBase.ts in src/debugger/cdp-proxy/CDPMessageHandlers/abstraction |
72 | 2 | 11 | 82 | 2 |
chromeCordovaCDPMessageHandler.ts in src/debugger/cdp-proxy/CDPMessageHandlers/implementation |
60 | 3 | 11 | 82 | 2 |
CDPMessageHandlerCreator.ts in src/debugger/cdp-proxy/CDPMessageHandlers |
43 | 2 | 11 | 82 | 2 |
chromeCDPMessageHandlerBase.ts in src/debugger/cdp-proxy/CDPMessageHandlers/abstraction |
41 | 3 | 11 | 82 | 2 |
androidTargetManager.ts in src/utils/android |
154 | 8 | 77 | 138 | 2 |
mobileTargetManager.ts in src/utils |
49 | 3 | 77 | 138 | 2 |
mobileTarget.ts in src/utils |
42 | 8 | 138 | 138 | 1 |
promise.ts in src/common/node |
20 | 4 | 165 | 165 | 1 |
adb.ts in src/utils/android |
171 | 17 | 77 | 397 | 4 |
childProcess.ts in src/common/node |
118 | 5 | 397 | 397 | 1 |
launchScenariosManager.ts in src/utils |
59 | 6 | 397 | 397 | 1 |
debugSessionWrapper.ts in src/debugger |
29 | 5 | 438 | 438 | 1 |
nodeVersionHelper.ts in src/utils |
95 | 3 | 138 | 459 | 2 |
simulateHelper.ts in src/utils |
6 | 1 | 165 | 466 | 2 |
cordovaCDPProxy.ts in src/debugger/cdp-proxy |
202 | 16 | 11 | 479 | 5 |
debugConfigurationProvider.ts in src/extension |
190 | 13 | 479 | 479 | 1 |
File | # lines | # units | last modified (days ago) | created (days ago) | # changes |
---|---|---|---|---|---|
jsDebugConfigAdapter.ts in src/debugger |
128 | 6 | 4 | 479 | 6 |
sourcemapPathTransformer.ts in src/debugger/cdp-proxy |
76 | 5 | 4 | 479 | 3 |
cordovaDebugSession.ts in src/debugger |
1255 | 31 | 7 | 2215 | 29 |
requestArgs.ts in src/debugger |
48 | - | 7 | 479 | 4 |
cordovaProjectHelper.ts in src/utils |
379 | 26 | 11 | 2215 | 40 |
cordova.ts in src |
309 | 16 | 11 | 2215 | 61 |
telemetryHelper.ts in src/utils |
245 | 26 | 11 | 2211 | 32 |
cordovaCDPProxy.ts in src/debugger/cdp-proxy |
202 | 16 | 11 | 479 | 5 |
simulate.ts in src/extension |
165 | 7 | 11 | 2119 | 34 |
cordovaCommandHelper.ts in src/utils |
163 | 9 | 11 | 2215 | 28 |
safariIonicCDPMessageHandler.ts in src/debugger/cdp-proxy/CDPMessageHandlers/implementation |
114 | 6 | 11 | 82 | 2 |
safariCordovaCDPMessageHandler.ts in src/debugger/cdp-proxy/CDPMessageHandlers/implementation |
97 | 5 | 11 | 82 | 2 |
safariCDPMessageHandlerBase.ts in src/debugger/cdp-proxy/CDPMessageHandlers/abstraction |
96 | 6 | 11 | 82 | 2 |
chromeIonicCDPMessageHandler.ts in src/debugger/cdp-proxy/CDPMessageHandlers/implementation |
75 | 4 | 11 | 82 | 2 |
CDPMessageHandlerBase.ts in src/debugger/cdp-proxy/CDPMessageHandlers/abstraction |
72 | 2 | 11 | 82 | 2 |
chromeCordovaCDPMessageHandler.ts in src/debugger/cdp-proxy/CDPMessageHandlers/implementation |
60 | 3 | 11 | 82 | 2 |
cordovaWorkspaceManager.ts in src/extension |
60 | 9 | 11 | 479 | 4 |
CDPMessageHandlerCreator.ts in src/debugger/cdp-proxy/CDPMessageHandlers |
43 | 2 | 11 | 82 | 2 |
chromeCDPMessageHandlerBase.ts in src/debugger/cdp-proxy/CDPMessageHandlers/abstraction |
41 | 3 | 11 | 82 | 2 |
adb.ts in src/utils/android |
171 | 17 | 77 | 397 | 4 |