nativescript
Version:
Command-line interface for building NativeScript projects
498 lines • 30.2 kB
TypeScript
//grunt-start
/// <reference path="android-tools-info.ts" />
/// <reference path="base-package-manager.ts" />
/// <reference path="bootstrap.ts" />
/// <reference path="bun-package-manager.ts" />
/// <reference path="color.ts" />
/// <reference path="commands/add-platform.ts" />
/// <reference path="commands/apple-login.ts" />
/// <reference path="commands/appstore-list.ts" />
/// <reference path="commands/appstore-upload.ts" />
/// <reference path="commands/build.ts" />
/// <reference path="commands/clean.ts" />
/// <reference path="commands/command-base.ts" />
/// <reference path="commands/config.ts" />
/// <reference path="commands/create-project.ts" />
/// <reference path="commands/debug.ts" />
/// <reference path="commands/deploy.ts" />
/// <reference path="commands/embedding/embed.ts" />
/// <reference path="commands/extensibility/install-extension.ts" />
/// <reference path="commands/extensibility/list-extensions.ts" />
/// <reference path="commands/extensibility/uninstall-extension.ts" />
/// <reference path="commands/fonts.ts" />
/// <reference path="commands/generate-assets.ts" />
/// <reference path="commands/generate-help.ts" />
/// <reference path="commands/generate.ts" />
/// <reference path="commands/info.ts" />
/// <reference path="commands/install.ts" />
/// <reference path="commands/list-platforms.ts" />
/// <reference path="commands/migrate.ts" />
/// <reference path="commands/native-add.ts" />
/// <reference path="commands/platform-clean.ts" />
/// <reference path="commands/plugin/add-plugin.ts" />
/// <reference path="commands/plugin/build-plugin.ts" />
/// <reference path="commands/plugin/create-plugin.ts" />
/// <reference path="commands/plugin/list-plugins.ts" />
/// <reference path="commands/plugin/remove-plugin.ts" />
/// <reference path="commands/plugin/update-plugin.ts" />
/// <reference path="commands/post-install.ts" />
/// <reference path="commands/prepare.ts" />
/// <reference path="commands/preview.ts" />
/// <reference path="commands/remove-platform.ts" />
/// <reference path="commands/resources/resources-update.ts" />
/// <reference path="commands/run.ts" />
/// <reference path="commands/setup.ts" />
/// <reference path="commands/start.ts" />
/// <reference path="commands/test-init.ts" />
/// <reference path="commands/test.ts" />
/// <reference path="commands/typings.ts" />
/// <reference path="commands/update-platform.ts" />
/// <reference path="commands/update.ts" />
/// <reference path="commands/widget.ts" />
/// <reference path="common/bootstrap.ts" />
/// <reference path="common/child-process.ts" />
/// <reference path="common/codeGeneration/code-entity.ts" />
/// <reference path="common/codeGeneration/code-generation.d.ts" />
/// <reference path="common/codeGeneration/code-printer.ts" />
/// <reference path="common/command-params.ts" />
/// <reference path="common/commands/analytics.ts" />
/// <reference path="common/commands/autocompletion.ts" />
/// <reference path="common/commands/device/device-log-stream.ts" />
/// <reference path="common/commands/device/get-file.ts" />
/// <reference path="common/commands/device/list-applications.ts" />
/// <reference path="common/commands/device/list-devices.ts" />
/// <reference path="common/commands/device/list-files.ts" />
/// <reference path="common/commands/device/put-file.ts" />
/// <reference path="common/commands/device/run-application.ts" />
/// <reference path="common/commands/device/stop-application.ts" />
/// <reference path="common/commands/device/uninstall-application.ts" />
/// <reference path="common/commands/doctor.ts" />
/// <reference path="common/commands/generate-messages.ts" />
/// <reference path="common/commands/help.ts" />
/// <reference path="common/commands/package-manager-get.ts" />
/// <reference path="common/commands/package-manager-set.ts" />
/// <reference path="common/commands/post-install.ts" />
/// <reference path="common/commands/preuninstall.ts" />
/// <reference path="common/commands/proxy/proxy-base.ts" />
/// <reference path="common/commands/proxy/proxy-clear.ts" />
/// <reference path="common/commands/proxy/proxy-get.ts" />
/// <reference path="common/commands/proxy/proxy-set.ts" />
/// <reference path="common/common-lib.ts" />
/// <reference path="common/constants.ts" />
/// <reference path="common/declarations.d.ts" />
/// <reference path="common/decorators.ts" />
/// <reference path="common/definitions/cli-global.d.ts" />
/// <reference path="common/definitions/commands-service.d.ts" />
/// <reference path="common/definitions/commands.d.ts" />
/// <reference path="common/definitions/config.d.ts" />
/// <reference path="common/definitions/extensibility.d.ts" />
/// <reference path="common/definitions/google-analytics.d.ts" />
/// <reference path="common/definitions/json-file-settings-service.d.ts" />
/// <reference path="common/definitions/key-commands.d.ts" />
/// <reference path="common/definitions/logger.d.ts" />
/// <reference path="common/definitions/mobile.d.ts" />
/// <reference path="common/definitions/validator.d.ts" />
/// <reference path="common/definitions/yok.d.ts" />
/// <reference path="common/dispatchers.ts" />
/// <reference path="common/doctor.d.ts" />
/// <reference path="common/errors.ts" />
/// <reference path="common/file-system.ts" />
/// <reference path="common/header.ts" />
/// <reference path="common/helpers.ts" />
/// <reference path="common/host-info.ts" />
/// <reference path="common/http-client.ts" />
/// <reference path="common/logger/appenders/cli-appender.ts" />
/// <reference path="common/logger/appenders/emit-appender.ts" />
/// <reference path="common/logger/layouts/cli-layout.ts" />
/// <reference path="common/logger/logger.ts" />
/// <reference path="common/messages/messages.interface.d.ts" />
/// <reference path="common/messages/messages.ts" />
/// <reference path="common/mobile/android/android-application-manager.ts" />
/// <reference path="common/mobile/android/android-debug-bridge-result-handler.ts" />
/// <reference path="common/mobile/android/android-debug-bridge.ts" />
/// <reference path="common/mobile/android/android-device-file-system.ts" />
/// <reference path="common/mobile/android/android-device-hash-service.ts" />
/// <reference path="common/mobile/android/android-device.ts" />
/// <reference path="common/mobile/android/android-emulator-services.ts" />
/// <reference path="common/mobile/android/android-ini-file-parser.ts" />
/// <reference path="common/mobile/android/android-log-filter.ts" />
/// <reference path="common/mobile/android/android-virtual-device-service.ts" />
/// <reference path="common/mobile/android/device-android-debug-bridge.ts" />
/// <reference path="common/mobile/android/genymotion/genymotion-service.ts" />
/// <reference path="common/mobile/android/genymotion/virtualbox-service.ts" />
/// <reference path="common/mobile/android/logcat-helper.ts" />
/// <reference path="common/mobile/application-manager-base.ts" />
/// <reference path="common/mobile/device-emitter.ts" />
/// <reference path="common/mobile/device-log-emitter.ts" />
/// <reference path="common/mobile/device-log-provider-base.ts" />
/// <reference path="common/mobile/device-log-provider.ts" />
/// <reference path="common/mobile/device-platforms-constants.ts" />
/// <reference path="common/mobile/emulator-helper.ts" />
/// <reference path="common/mobile/ios/device/ios-application-manager.ts" />
/// <reference path="common/mobile/ios/device/ios-device-file-system.ts" />
/// <reference path="common/mobile/ios/device/ios-device-operations.ts" />
/// <reference path="common/mobile/ios/device/ios-device.ts" />
/// <reference path="common/mobile/ios/ios-device-base.ts" />
/// <reference path="common/mobile/ios/ios-device-product-name-mapper.ts" />
/// <reference path="common/mobile/ios/ios-log-filter.ts" />
/// <reference path="common/mobile/ios/simulator/ios-emulator-services.ts" />
/// <reference path="common/mobile/ios/simulator/ios-sim-resolver.ts" />
/// <reference path="common/mobile/ios/simulator/ios-simulator-application-manager.ts" />
/// <reference path="common/mobile/ios/simulator/ios-simulator-device.ts" />
/// <reference path="common/mobile/ios/simulator/ios-simulator-file-system.ts" />
/// <reference path="common/mobile/ios/simulator/ios-simulator-log-provider.ts" />
/// <reference path="common/mobile/local-to-device-path-data-factory.ts" />
/// <reference path="common/mobile/log-filter.ts" />
/// <reference path="common/mobile/logging-levels.ts" />
/// <reference path="common/mobile/mobile-core/android-device-discovery.ts" />
/// <reference path="common/mobile/mobile-core/android-emulator-discovery.ts" />
/// <reference path="common/mobile/mobile-core/android-process-service.ts" />
/// <reference path="common/mobile/mobile-core/device-discovery.ts" />
/// <reference path="common/mobile/mobile-core/devices-service.ts" />
/// <reference path="common/mobile/mobile-core/ios-device-discovery.ts" />
/// <reference path="common/mobile/mobile-core/ios-simulator-discovery.ts" />
/// <reference path="common/mobile/mobile-helper.ts" />
/// <reference path="common/mobile/wp8/wp8-emulator-services.ts" />
/// <reference path="common/opener.ts" />
/// <reference path="common/os-info.ts" />
/// <reference path="common/plist-parser.ts" />
/// <reference path="common/project-helper.ts" />
/// <reference path="common/prompter.ts" />
/// <reference path="common/queue.ts" />
/// <reference path="common/resource-loader.ts" />
/// <reference path="common/services/analytics/google-analytics-custom-dimensions.d.ts" />
/// <reference path="common/services/auto-completion-service.ts" />
/// <reference path="common/services/cancellation.ts" />
/// <reference path="common/services/commands-service.ts" />
/// <reference path="common/services/help-service.ts" />
/// <reference path="common/services/hooks-service.ts" />
/// <reference path="common/services/ios-notification-service.ts" />
/// <reference path="common/services/json-file-settings-service.ts" />
/// <reference path="common/services/lock-service.ts" />
/// <reference path="common/services/message-contract-generator.ts" />
/// <reference path="common/services/messages-service.ts" />
/// <reference path="common/services/micro-templating-service.ts" />
/// <reference path="common/services/net-service.ts" />
/// <reference path="common/services/project-files-manager.ts" />
/// <reference path="common/services/project-files-provider-base.ts" />
/// <reference path="common/services/proxy-service.ts" />
/// <reference path="common/services/qr.ts" />
/// <reference path="common/services/settings-service.ts" />
/// <reference path="common/services/xcode-select-service.ts" />
/// <reference path="common/test/definitions/mocha.d.ts" />
/// <reference path="common/test/test-bootstrap.ts" />
/// <reference path="common/test/unit-tests/analytics-service.ts" />
/// <reference path="common/test/unit-tests/android-application-manager.ts" />
/// <reference path="common/test/unit-tests/android-log-filter.ts" />
/// <reference path="common/test/unit-tests/appbuilder/device-emitter.ts" />
/// <reference path="common/test/unit-tests/appbuilder/device-log-provider.ts" />
/// <reference path="common/test/unit-tests/decorators.ts" />
/// <reference path="common/test/unit-tests/errors.ts" />
/// <reference path="common/test/unit-tests/file-system.ts" />
/// <reference path="common/test/unit-tests/helpers.ts" />
/// <reference path="common/test/unit-tests/host-info.ts" />
/// <reference path="common/test/unit-tests/ios-log-filter.ts" />
/// <reference path="common/test/unit-tests/log-filter.ts" />
/// <reference path="common/test/unit-tests/logger.ts" />
/// <reference path="common/test/unit-tests/messages-service.ts" />
/// <reference path="common/test/unit-tests/mobile/android-debug-bridge.ts" />
/// <reference path="common/test/unit-tests/mobile/android-device-discovery.ts" />
/// <reference path="common/test/unit-tests/mobile/android-device-file-system.ts" />
/// <reference path="common/test/unit-tests/mobile/android-emulator-service.ts" />
/// <reference path="common/test/unit-tests/mobile/android-virtual-device-service.ts" />
/// <reference path="common/test/unit-tests/mobile/android/logcat-helper.ts" />
/// <reference path="common/test/unit-tests/mobile/application-manager-base.ts" />
/// <reference path="common/test/unit-tests/mobile/device-log-provider.ts" />
/// <reference path="common/test/unit-tests/mobile/devices-service.ts" />
/// <reference path="common/test/unit-tests/mobile/genymotion/genymotion-service.ts" />
/// <reference path="common/test/unit-tests/mobile/genymotion/virtualbox-service.ts" />
/// <reference path="common/test/unit-tests/mobile/ios-simulator-discovery.ts" />
/// <reference path="common/test/unit-tests/mobile/project-files-manager.ts" />
/// <reference path="common/test/unit-tests/mocks/decorators-cache.ts" />
/// <reference path="common/test/unit-tests/mocks/decorators-invoke-before.ts" />
/// <reference path="common/test/unit-tests/mocks/public-api-mocks.ts" />
/// <reference path="common/test/unit-tests/preuninstall.ts" />
/// <reference path="common/test/unit-tests/project-files-provider-base.ts" />
/// <reference path="common/test/unit-tests/services/files-hash-service.ts" />
/// <reference path="common/test/unit-tests/services/help-service.ts" />
/// <reference path="common/test/unit-tests/services/hook-service.ts" />
/// <reference path="common/test/unit-tests/services/json-file-settings-service.ts" />
/// <reference path="common/test/unit-tests/services/net-service.ts" />
/// <reference path="common/test/unit-tests/services/settings-service.ts" />
/// <reference path="common/test/unit-tests/stubs.ts" />
/// <reference path="common/test/unit-tests/xcode-select-service.ts" />
/// <reference path="common/test/unit-tests/yok.ts" />
/// <reference path="common/utils.ts" />
/// <reference path="common/validators/project-name-validator.ts" />
/// <reference path="common/validators/validation-result.ts" />
/// <reference path="common/verify-node-version.ts" />
/// <reference path="common/yok.ts" />
/// <reference path="config.ts" />
/// <reference path="constants-provider.ts" />
/// <reference path="constants.ts" />
/// <reference path="controllers/build-controller.ts" />
/// <reference path="controllers/debug-controller.ts" />
/// <reference path="controllers/deploy-controller.ts" />
/// <reference path="controllers/migrate-controller.ts" />
/// <reference path="controllers/platform-controller.ts" />
/// <reference path="controllers/prepare-controller.ts" />
/// <reference path="controllers/run-controller.ts" />
/// <reference path="controllers/update-controller-base.ts" />
/// <reference path="controllers/update-controller.ts" />
/// <reference path="data/build-data.ts" />
/// <reference path="data/controller-data-base.ts" />
/// <reference path="data/debug-data.ts" />
/// <reference path="data/platform-data.ts" />
/// <reference path="data/prepare-data.ts" />
/// <reference path="data/run-data.ts" />
/// <reference path="declarations.d.ts" />
/// <reference path="definitions/android-bundle-tool-service.d.ts" />
/// <reference path="definitions/android-plugin-migrator.d.ts" />
/// <reference path="definitions/build.d.ts" />
/// <reference path="definitions/cleanup-service.d.ts" />
/// <reference path="definitions/data.d.ts" />
/// <reference path="definitions/debug.d.ts" />
/// <reference path="definitions/deploy.d.ts" />
/// <reference path="definitions/file-log-service.d.ts" />
/// <reference path="definitions/files-hash-service.d.ts" />
/// <reference path="definitions/gradle.d.ts" />
/// <reference path="definitions/hmr-status-service.d.ts" />
/// <reference path="definitions/initialize-service.d.ts" />
/// <reference path="definitions/ios-debugger-port-service.d.ts" />
/// <reference path="definitions/ios.d.ts" />
/// <reference path="definitions/ip-service.d.ts" />
/// <reference path="definitions/livesync-global.d.ts" />
/// <reference path="definitions/livesync.d.ts" />
/// <reference path="definitions/lock-service.d.ts" />
/// <reference path="definitions/log-parser-service.d.ts" />
/// <reference path="definitions/marking-mode-service.d.ts" />
/// <reference path="definitions/metadata-filtering-service.d.ts" />
/// <reference path="definitions/migrate.d.ts" />
/// <reference path="definitions/nativescript-dev-xcode.d.ts" />
/// <reference path="definitions/pacote-service.d.ts" />
/// <reference path="definitions/platform.d.ts" />
/// <reference path="definitions/plugins.d.ts" />
/// <reference path="definitions/prepare.d.ts" />
/// <reference path="definitions/project-changes.d.ts" />
/// <reference path="definitions/project.d.ts" />
/// <reference path="definitions/prompter.d.ts" />
/// <reference path="definitions/qr-code.d.ts" />
/// <reference path="definitions/require.d.ts" />
/// <reference path="definitions/run.d.ts" />
/// <reference path="definitions/start-service.d.ts" />
/// <reference path="definitions/subscription-service.d.ts" />
/// <reference path="definitions/system-warnings.d.ts" />
/// <reference path="definitions/temp-service.d.ts" />
/// <reference path="definitions/terminal-spinner-service.d.ts" />
/// <reference path="definitions/update.d.ts" />
/// <reference path="definitions/xcode.d.ts" />
/// <reference path="detached-processes/cleanup-js-subprocess.ts" />
/// <reference path="detached-processes/cleanup-process-definitions.d.ts" />
/// <reference path="detached-processes/cleanup-process.ts" />
/// <reference path="detached-processes/detached-process-enums.d.ts" />
/// <reference path="detached-processes/file-log-service.ts" />
/// <reference path="device-path-provider.ts" />
/// <reference path="device-sockets/ios/app-debug-socket-proxy-factory.ts" />
/// <reference path="device-sockets/ios/notification.ts" />
/// <reference path="device-sockets/ios/socket-request-executor.ts" />
/// <reference path="helpers/android-bundle-validator-helper.ts" />
/// <reference path="helpers/deploy-command-helper.ts" />
/// <reference path="helpers/key-command-helper.ts" />
/// <reference path="helpers/livesync-command-helper.ts" />
/// <reference path="helpers/network-connectivity-validator.ts" />
/// <reference path="helpers/options-track-helper.ts" />
/// <reference path="helpers/package-path-helper.ts" />
/// <reference path="helpers/platform-command-helper.ts" />
/// <reference path="helpers/version-validator-helper.ts" />
/// <reference path="key-commands/bootstrap.ts" />
/// <reference path="key-commands/index.ts" />
/// <reference path="nativescript-cli-lib-bootstrap.ts" />
/// <reference path="nativescript-cli-lib.ts" />
/// <reference path="nativescript-cli.ts" />
/// <reference path="node-package-manager.ts" />
/// <reference path="node/pbxproj-dom-xcode.ts" />
/// <reference path="node/xcode.ts" />
/// <reference path="options.ts" />
/// <reference path="package-installation-manager.ts" />
/// <reference path="package-manager.ts" />
/// <reference path="platform-command-param.ts" />
/// <reference path="pnpm-package-manager.ts" />
/// <reference path="project-data.ts" />
/// <reference path="providers/project-files-provider.ts" />
/// <reference path="resolvers/livesync-service-resolver.ts" />
/// <reference path="services/analytics-settings-service.ts" />
/// <reference path="services/analytics/analytics-broker-process.ts" />
/// <reference path="services/analytics/analytics-broker.ts" />
/// <reference path="services/analytics/analytics-service.ts" />
/// <reference path="services/analytics/analytics.d.ts" />
/// <reference path="services/analytics/google-analytics-cross-client-custom-dimensions.d.ts" />
/// <reference path="services/analytics/google-analytics-provider.ts" />
/// <reference path="services/android-device-debug-service.ts" />
/// <reference path="services/android-plugin-build-service.ts" />
/// <reference path="services/android-project-service.ts" />
/// <reference path="services/android-resources-migration-service.ts" />
/// <reference path="services/android/android-bundle-tool-service.ts" />
/// <reference path="services/android/gradle-build-args-service.ts" />
/// <reference path="services/android/gradle-build-service.ts" />
/// <reference path="services/android/gradle-command-service.ts" />
/// <reference path="services/apple-portal/apple-portal-application-service.ts" />
/// <reference path="services/apple-portal/apple-portal-cookie-service.ts" />
/// <reference path="services/apple-portal/apple-portal-session-service.ts" />
/// <reference path="services/apple-portal/definitions.d.ts" />
/// <reference path="services/apple-portal/srp/srp-wrapper.ts" />
/// <reference path="services/assets-generation/assets-generation-service.ts" />
/// <reference path="services/build-artifacts-service.ts" />
/// <reference path="services/build-data-service.ts" />
/// <reference path="services/build-info-file-service.ts" />
/// <reference path="services/cleanup-service.ts" />
/// <reference path="services/cocoapods-platform-manager.ts" />
/// <reference path="services/cocoapods-service.ts" />
/// <reference path="services/debug-data-service.ts" />
/// <reference path="services/debug-service-base.ts" />
/// <reference path="services/device/device-install-app-service.ts" />
/// <reference path="services/doctor-service.ts" />
/// <reference path="services/extensibility-service.ts" />
/// <reference path="services/files-hash-service.ts" />
/// <reference path="services/hmr-status-service.ts" />
/// <reference path="services/info-service.ts" />
/// <reference path="services/initialize-service.ts" />
/// <reference path="services/ios-debugger-port-service.ts" />
/// <reference path="services/ios-device-debug-service.ts" />
/// <reference path="services/ios-entitlements-service.ts" />
/// <reference path="services/ios-extensions-service.ts" />
/// <reference path="services/ios-log-filter.ts" />
/// <reference path="services/ios-native-target-service.ts" />
/// <reference path="services/ios-project-service.ts" />
/// <reference path="services/ios-provision-service.ts" />
/// <reference path="services/ios-watch-app-service.ts" />
/// <reference path="services/ios/export-options-plist-service.ts" />
/// <reference path="services/ios/ios-signing-service.ts" />
/// <reference path="services/ios/spm-service.ts" />
/// <reference path="services/ios/xcodebuild-args-service.ts" />
/// <reference path="services/ios/xcodebuild-command-service.ts" />
/// <reference path="services/ios/xcodebuild-service.ts" />
/// <reference path="services/ip-service.ts" />
/// <reference path="services/itmstransporter-service.ts" />
/// <reference path="services/karma-execution.ts" />
/// <reference path="services/livesync-process-data-service.ts" />
/// <reference path="services/livesync/android-device-livesync-service-base.ts" />
/// <reference path="services/livesync/android-device-livesync-service.ts" />
/// <reference path="services/livesync/android-device-livesync-sockets-service.ts" />
/// <reference path="services/livesync/android-livesync-service.ts" />
/// <reference path="services/livesync/android-livesync-tool.ts" />
/// <reference path="services/livesync/device-livesync-service-base.ts" />
/// <reference path="services/livesync/ios-device-livesync-service.ts" />
/// <reference path="services/livesync/ios-livesync-service.ts" />
/// <reference path="services/livesync/livesync-socket.ts" />
/// <reference path="services/livesync/platform-livesync-service-base.ts" />
/// <reference path="services/log-parser-service.ts" />
/// <reference path="services/log-source-map-service.ts" />
/// <reference path="services/marking-mode-service.ts" />
/// <reference path="services/metadata-filtering-service.ts" />
/// <reference path="services/npm-config-service.ts" />
/// <reference path="services/pacote-service.ts" />
/// <reference path="services/performance-service.ts" />
/// <reference path="services/platform-environment-requirements.ts" />
/// <reference path="services/platform-project-service-base.ts" />
/// <reference path="services/platform/add-platform-service.ts" />
/// <reference path="services/platform/platform-validation-service.ts" />
/// <reference path="services/platform/prepare-native-platform-service.ts" />
/// <reference path="services/platforms-data-service.ts" />
/// <reference path="services/plugins-service.ts" />
/// <reference path="services/prepare-data-service.ts" />
/// <reference path="services/project-backup-service.ts" />
/// <reference path="services/project-changes-service.ts" />
/// <reference path="services/project-cleanup-service.ts" />
/// <reference path="services/project-config-service.ts" />
/// <reference path="services/project-data-service.ts" />
/// <reference path="services/project-name-service.ts" />
/// <reference path="services/project-service.ts" />
/// <reference path="services/project-templates-service.ts" />
/// <reference path="services/qr-code-terminal-service.ts" />
/// <reference path="services/require-service.ts" />
/// <reference path="services/start-service.ts" />
/// <reference path="services/temp-service.ts" />
/// <reference path="services/terminal-spinner-service.ts" />
/// <reference path="services/test-execution-service.ts" />
/// <reference path="services/test-initialization-service.ts" />
/// <reference path="services/timeline-profiler-service.ts" />
/// <reference path="services/user-settings-service.ts" />
/// <reference path="services/versions-service.ts" />
/// <reference path="services/watch-ignore-list-service.ts" />
/// <reference path="services/webpack/webpack-compiler-service.ts" />
/// <reference path="services/webpack/webpack.d.ts" />
/// <reference path="services/xcconfig-service.ts" />
/// <reference path="services/xcproj-service.ts" />
/// <reference path="shared-event-bus.ts" />
/// <reference path="sys-info.ts" />
/// <reference path="tools/config-manipulation/config-transformer.ts" />
/// <reference path="tools/node-modules/node-modules-builder.ts" />
/// <reference path="tools/node-modules/node-modules-dependencies-builder.ts" />
/// <reference path="yarn-package-manager.ts" />
/// <reference path="yarn2-package-manager.ts" />
/// <reference path="../test/android-tools-info.ts" />
/// <reference path="../test/base-service-test.ts" />
/// <reference path="../test/bun-package-manager.ts" />
/// <reference path="../test/cocoapods-service.ts" />
/// <reference path="../test/commands/post-install.ts" />
/// <reference path="../test/config/config-json.ts" />
/// <reference path="../test/controllers/add-platform-controller.ts" />
/// <reference path="../test/controllers/debug-controller.ts" />
/// <reference path="../test/controllers/prepare-controller.ts" />
/// <reference path="../test/controllers/run-controller.ts" />
/// <reference path="../test/controllers/update-controller.ts" />
/// <reference path="../test/helpers/platform-command-helper.ts" />
/// <reference path="../test/ios-entitlements-service.ts" />
/// <reference path="../test/ios-project-service.ts" />
/// <reference path="../test/nativescript-cli-lib.ts" />
/// <reference path="../test/node-package-manager.ts" />
/// <reference path="../test/options.ts" />
/// <reference path="../test/package-installation-manager.ts" />
/// <reference path="../test/platform-commands.ts" />
/// <reference path="../test/plugin-create.ts" />
/// <reference path="../test/plugins-service.ts" />
/// <reference path="../test/post-install.ts" />
/// <reference path="../test/preuninstall.ts" />
/// <reference path="../test/project-changes-service.ts" />
/// <reference path="../test/project-commands.ts" />
/// <reference path="../test/project-data.ts" />
/// <reference path="../test/project-files-provider.ts" />
/// <reference path="../test/project-name-service.ts" />
/// <reference path="../test/project-service.ts" />
/// <reference path="../test/project-templates-service.ts" />
/// <reference path="../test/services/analytics/analytics-service.ts" />
/// <reference path="../test/services/android-device-debug-service.ts" />
/// <reference path="../test/services/android-plugin-build-service.ts" />
/// <reference path="../test/services/android-project-service.ts" />
/// <reference path="../test/services/android/gradle-build-args-service.ts" />
/// <reference path="../test/services/doctor-service.ts" />
/// <reference path="../test/services/extensibility-service.ts" />
/// <reference path="../test/services/ios-debugger-port-service.ts" />
/// <reference path="../test/services/ios-device-debug-service.ts" />
/// <reference path="../test/services/ios-log-filter.ts" />
/// <reference path="../test/services/ios/export-options-plist-service.ts" />
/// <reference path="../test/services/ios/ios-signing-service.ts" />
/// <reference path="../test/services/ios/xcodebuild-args-service.ts" />
/// <reference path="../test/services/ios/xcodebuild-service.ts" />
/// <reference path="../test/services/ip-service.ts" />
/// <reference path="../test/services/livesync/android-device-livesync-service-base.ts" />
/// <reference path="../test/services/livesync/android-livesync-tool.ts" />
/// <reference path="../test/services/log-parser-service.ts" />
/// <reference path="../test/services/log-source-map-service.ts" />
/// <reference path="../test/services/metadata-filtering-service.ts" />
/// <reference path="../test/services/pacote-service.ts" />
/// <reference path="../test/services/platform-environment-requirements.ts" />
/// <reference path="../test/services/platform/add-platform-service.ts" />
/// <reference path="../test/services/project-config-service.ts" />
/// <reference path="../test/services/project-data-service.ts" />
/// <reference path="../test/services/test-execution-service.ts" />
/// <reference path="../test/services/user-settings-service.ts" />
/// <reference path="../test/services/webpack/webpack-compiler-service.ts" />
/// <reference path="../test/stubs.ts" />
/// <reference path="../test/sys-info.ts" />
/// <reference path="../test/test-bootstrap.ts" />
/// <reference path="../test/tns-appstore-upload.ts" />
/// <reference path="../test/tools/node-modules/node-modules-dependencies-builder.ts" />
/// <reference path="../test/update.ts" />
/// <reference path="../test/xcconfig-service.ts" />
//grunt-end