@nx/react-native 23.0.0-pr.35413.460eeef → 23.0.0-rc.0
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.
- package/{index.d.ts → dist/index.d.ts} +0 -1
- package/{plugin.d.ts → dist/plugin.d.ts} +0 -1
- package/dist/plugins/jest/svg-mock.d.ts +1 -0
- package/{plugins → dist/plugins}/jest/svg-mock.js +2 -0
- package/{plugins → dist/plugins}/metro-resolver.d.ts +0 -1
- package/{plugins → dist/plugins}/metro-resolver.js +2 -2
- package/{plugins → dist/plugins}/plugin.d.ts +3 -4
- package/{plugins → dist/plugins}/plugin.js +63 -36
- package/{plugins → dist/plugins}/with-nx-metro.d.ts +0 -1
- package/dist/readme-template.md +18 -0
- package/{src → dist/src}/executors/build-android/build-android.impl.d.ts +0 -1
- package/{src → dist/src}/executors/build-android/build-android.impl.js +2 -0
- package/{src → dist/src}/executors/build-android/schema.json +1 -0
- package/{src → dist/src}/executors/build-ios/build-ios.impl.d.ts +0 -1
- package/{src → dist/src}/executors/build-ios/build-ios.impl.js +2 -0
- package/{src → dist/src}/executors/build-ios/schema.json +1 -0
- package/{src → dist/src}/executors/bundle/bundle.impl.d.ts +0 -1
- package/{src → dist/src}/executors/bundle/bundle.impl.js +2 -0
- package/{src → dist/src}/executors/bundle/schema.json +1 -0
- package/{src → dist/src}/executors/ensure-symlink/ensure-symlink.impl.d.ts +0 -1
- package/{src → dist/src}/executors/pod-install/pod-install.impl.d.ts +0 -1
- package/{src → dist/src}/executors/pod-install/pod-install.impl.js +2 -0
- package/{src → dist/src}/executors/pod-install/schema.json +1 -0
- package/{src → dist/src}/executors/run-android/run-android.impl.d.ts +0 -1
- package/{src → dist/src}/executors/run-android/run-android.impl.js +2 -0
- package/{src → dist/src}/executors/run-android/schema.json +1 -0
- package/{src → dist/src}/executors/run-ios/run-ios.impl.d.ts +0 -1
- package/{src → dist/src}/executors/run-ios/run-ios.impl.js +2 -0
- package/{src → dist/src}/executors/run-ios/schema.json +1 -0
- package/{src → dist/src}/executors/start/lib/is-packager-running.d.ts +0 -1
- package/{src → dist/src}/executors/start/schema.json +1 -0
- package/{src → dist/src}/executors/start/start.impl.d.ts +0 -1
- package/{src → dist/src}/executors/start/start.impl.js +2 -0
- package/{src → dist/src}/executors/storybook/storybook.impl.d.ts +0 -5
- package/{src → dist/src}/executors/storybook/storybook.impl.js +0 -4
- package/{src → dist/src}/executors/sync-deps/sync-deps.impl.d.ts +0 -1
- package/dist/src/executors/upgrade/schema.json +12 -0
- package/{src → dist/src}/executors/upgrade/upgrade.impl.d.ts +0 -1
- package/{src → dist/src}/executors/upgrade/upgrade.impl.js +2 -0
- package/{src → dist/src}/generators/application/application.d.ts +0 -1
- package/{src → dist/src}/generators/application/application.js +9 -8
- package/{src → dist/src}/generators/application/lib/add-e2e.d.ts +0 -1
- package/{src → dist/src}/generators/application/lib/add-e2e.js +3 -5
- package/{src → dist/src}/generators/application/lib/add-project.d.ts +0 -1
- package/{src → dist/src}/generators/application/lib/add-project.js +4 -0
- package/{src → dist/src}/generators/application/lib/create-application-files.d.ts +0 -1
- package/{src → dist/src}/generators/application/lib/normalize-options.d.ts +0 -1
- package/{src → dist/src}/generators/application/lib/normalize-options.js +5 -5
- package/{src → dist/src}/generators/component/component.d.ts +0 -1
- package/{src → dist/src}/generators/component/component.js +5 -4
- package/{src → dist/src}/generators/component/lib/add-import.d.ts +0 -1
- package/{src → dist/src}/generators/component/lib/add-import.js +2 -2
- package/{src → dist/src}/generators/component/lib/normalize-options.d.ts +2 -3
- package/{src → dist/src}/generators/component/lib/normalize-options.js +5 -6
- package/{src → dist/src}/generators/component/schema.d.ts +0 -5
- package/{src → dist/src}/generators/component/schema.json +0 -5
- package/{src → dist/src}/generators/convert-to-inferred/convert-to-inferred.d.ts +0 -1
- package/{src → dist/src}/generators/convert-to-inferred/convert-to-inferred.js +6 -5
- package/{src → dist/src}/generators/convert-to-inferred/lib/create-process-options.d.ts +1 -2
- package/{src → dist/src}/generators/convert-to-inferred/lib/post-target-transformer.d.ts +1 -2
- package/{src → dist/src}/generators/convert-to-inferred/lib/post-target-transformer.js +2 -2
- package/dist/src/generators/convert-to-inferred/lib/process-start-options.d.ts +2 -0
- package/{src → dist/src}/generators/init/init.d.ts +0 -1
- package/{src → dist/src}/generators/init/init.js +8 -6
- package/{src → dist/src}/generators/init/lib/add-git-ignore-entry.d.ts +0 -1
- package/{src → dist/src}/generators/init/lib/gitignore-entries.d.ts +0 -1
- package/{src → dist/src}/generators/init/schema.d.ts +1 -1
- package/{src → dist/src}/generators/init/schema.json +1 -1
- package/{src → dist/src}/generators/library/lib/normalize-options.d.ts +0 -1
- package/{src → dist/src}/generators/library/lib/normalize-options.js +5 -5
- package/{src → dist/src}/generators/library/library.d.ts +0 -1
- package/{src → dist/src}/generators/library/library.js +18 -20
- package/{src → dist/src}/generators/web-configuration/lib/normalize-schema.d.ts +0 -1
- package/{src → dist/src}/generators/web-configuration/lib/webpack-targets.d.ts +0 -1
- package/{src → dist/src}/generators/web-configuration/web-configuration.d.ts +0 -1
- package/{src → dist/src}/generators/web-configuration/web-configuration.js +11 -39
- package/{src → dist/src}/migrations/update-21-4-0/remove-deprecated-deps.d.ts +0 -1
- package/{src → dist/src}/migrations/update-21-4-0/upgrade-react-native-projects.d.ts +0 -1
- package/dist/src/migrations/update-23-0-0/migrate-create-nodes-v2-to-create-nodes.d.ts +9 -0
- package/dist/src/migrations/update-23-0-0/migrate-create-nodes-v2-to-create-nodes.js +225 -0
- package/{src → dist/src}/utils/add-jest.d.ts +2 -3
- package/{src → dist/src}/utils/add-linting.d.ts +0 -1
- package/{src → dist/src}/utils/add-linting.js +11 -12
- package/{src → dist/src}/utils/chmod-android-gradle-files.d.ts +0 -1
- package/dist/src/utils/deprecation.d.ts +2 -0
- package/dist/src/utils/deprecation.js +19 -0
- package/{src → dist/src}/utils/ensure-dependencies.d.ts +0 -1
- package/dist/src/utils/ensure-dependencies.js +34 -0
- package/{src → dist/src}/utils/ensure-node-modules-symlink.d.ts +0 -1
- package/{src → dist/src}/utils/find-all-npm-dependencies.d.ts +0 -1
- package/{src → dist/src}/utils/get-cli-options.d.ts +0 -1
- package/{src → dist/src}/utils/pod-install-task.d.ts +0 -1
- package/{src → dist/src}/utils/react-native-project-detection.d.ts +0 -1
- package/{src → dist/src}/utils/react-native-project-detection.js +2 -2
- package/{src → dist/src}/utils/testing-generators.d.ts +0 -1
- package/dist/src/utils/versions.d.ts +33 -0
- package/dist/src/utils/versions.js +73 -0
- package/dist/typings/svg.d.ts +7 -0
- package/executors.json +22 -22
- package/generators.json +12 -12
- package/migrations.json +48 -36
- package/package.json +86 -14
- package/index.d.ts.map +0 -1
- package/plugin.d.ts.map +0 -1
- package/plugins/jest/svg-mock.d.ts +0 -1
- package/plugins/jest/svg-mock.d.ts.map +0 -1
- package/plugins/metro-resolver.d.ts.map +0 -1
- package/plugins/plugin.d.ts.map +0 -1
- package/plugins/with-nx-metro.d.ts.map +0 -1
- package/src/executors/build-android/build-android.impl.d.ts.map +0 -1
- package/src/executors/build-ios/build-ios.impl.d.ts.map +0 -1
- package/src/executors/bundle/bundle.impl.d.ts.map +0 -1
- package/src/executors/ensure-symlink/ensure-symlink.impl.d.ts.map +0 -1
- package/src/executors/pod-install/pod-install.impl.d.ts.map +0 -1
- package/src/executors/run-android/run-android.impl.d.ts.map +0 -1
- package/src/executors/run-ios/run-ios.impl.d.ts.map +0 -1
- package/src/executors/start/lib/is-packager-running.d.ts.map +0 -1
- package/src/executors/start/start.impl.d.ts.map +0 -1
- package/src/executors/storybook/storybook.impl.d.ts.map +0 -1
- package/src/executors/sync-deps/sync-deps.impl.d.ts.map +0 -1
- package/src/executors/upgrade/schema.json +0 -11
- package/src/executors/upgrade/upgrade.impl.d.ts.map +0 -1
- package/src/generators/application/application.d.ts.map +0 -1
- package/src/generators/application/lib/add-e2e.d.ts.map +0 -1
- package/src/generators/application/lib/add-project.d.ts.map +0 -1
- package/src/generators/application/lib/create-application-files.d.ts.map +0 -1
- package/src/generators/application/lib/normalize-options.d.ts.map +0 -1
- package/src/generators/component/component.d.ts.map +0 -1
- package/src/generators/component/lib/add-import.d.ts.map +0 -1
- package/src/generators/component/lib/normalize-options.d.ts.map +0 -1
- package/src/generators/convert-to-inferred/convert-to-inferred.d.ts.map +0 -1
- package/src/generators/convert-to-inferred/lib/create-process-options.d.ts.map +0 -1
- package/src/generators/convert-to-inferred/lib/post-target-transformer.d.ts.map +0 -1
- package/src/generators/convert-to-inferred/lib/process-start-options.d.ts +0 -3
- package/src/generators/convert-to-inferred/lib/process-start-options.d.ts.map +0 -1
- package/src/generators/init/init.d.ts.map +0 -1
- package/src/generators/init/lib/add-git-ignore-entry.d.ts.map +0 -1
- package/src/generators/init/lib/gitignore-entries.d.ts.map +0 -1
- package/src/generators/library/lib/normalize-options.d.ts.map +0 -1
- package/src/generators/library/library.d.ts.map +0 -1
- package/src/generators/web-configuration/lib/normalize-schema.d.ts.map +0 -1
- package/src/generators/web-configuration/lib/webpack-targets.d.ts.map +0 -1
- package/src/generators/web-configuration/web-configuration.d.ts.map +0 -1
- package/src/migrations/update-21-4-0/remove-deprecated-deps.d.ts.map +0 -1
- package/src/migrations/update-21-4-0/upgrade-react-native-projects.d.ts.map +0 -1
- package/src/utils/add-jest.d.ts.map +0 -1
- package/src/utils/add-linting.d.ts.map +0 -1
- package/src/utils/chmod-android-gradle-files.d.ts.map +0 -1
- package/src/utils/ensure-dependencies.d.ts.map +0 -1
- package/src/utils/ensure-dependencies.js +0 -33
- package/src/utils/ensure-node-modules-symlink.d.ts.map +0 -1
- package/src/utils/find-all-npm-dependencies.d.ts.map +0 -1
- package/src/utils/get-cli-options.d.ts.map +0 -1
- package/src/utils/pod-install-task.d.ts.map +0 -1
- package/src/utils/react-native-project-detection.d.ts.map +0 -1
- package/src/utils/testing-generators.d.ts.map +0 -1
- package/src/utils/versions.d.ts +0 -21
- package/src/utils/versions.d.ts.map +0 -1
- package/src/utils/versions.js +0 -23
- /package/{LICENSE → dist/LICENSE} +0 -0
- /package/{index.js → dist/index.js} +0 -0
- /package/{plugin.js → dist/plugin.js} +0 -0
- /package/{plugins → dist/plugins}/with-nx-metro.js +0 -0
- /package/{src → dist/src}/executors/build-android/schema.d.ts +0 -0
- /package/{src → dist/src}/executors/build-ios/schema.d.ts +0 -0
- /package/{src → dist/src}/executors/bundle/schema.d.ts +0 -0
- /package/{src → dist/src}/executors/ensure-symlink/ensure-symlink.impl.js +0 -0
- /package/{src → dist/src}/executors/ensure-symlink/schema.json +0 -0
- /package/{src → dist/src}/executors/pod-install/schema.d.ts +0 -0
- /package/{src → dist/src}/executors/run-android/schema.d.ts +0 -0
- /package/{src → dist/src}/executors/run-ios/schema.d.ts +0 -0
- /package/{src → dist/src}/executors/start/lib/is-packager-running.js +0 -0
- /package/{src → dist/src}/executors/start/schema.d.ts +0 -0
- /package/{src → dist/src}/executors/storybook/schema.d.ts +0 -0
- /package/{src → dist/src}/executors/storybook/schema.json +0 -0
- /package/{src → dist/src}/executors/sync-deps/schema.d.ts +0 -0
- /package/{src → dist/src}/executors/sync-deps/schema.json +0 -0
- /package/{src → dist/src}/executors/sync-deps/sync-deps.impl.js +0 -0
- /package/{src → dist/src}/executors/upgrade/schema.d.ts +0 -0
- /package/{src → dist/src}/generators/application/files/app/.babelrc.js.template +0 -0
- /package/{src → dist/src}/generators/application/files/app/Gemfile.template +0 -0
- /package/{src → dist/src}/generators/application/files/app/android/app/build.gradle.template +0 -0
- /package/{src → dist/src}/generators/application/files/app/android/app/debug.keystore +0 -0
- /package/{src → dist/src}/generators/application/files/app/android/app/proguard-rules.pro +0 -0
- /package/{src → dist/src}/generators/application/files/app/android/app/src/debug/AndroidManifest.xml.template +0 -0
- /package/{src → dist/src}/generators/application/files/app/android/app/src/main/AndroidManifest.xml.template +0 -0
- /package/{src → dist/src}/generators/application/files/app/android/app/src/main/java/com/__lowerCaseName__/MainActivity.kt.template +0 -0
- /package/{src → dist/src}/generators/application/files/app/android/app/src/main/java/com/__lowerCaseName__/MainApplication.kt.template +0 -0
- /package/{src → dist/src}/generators/application/files/app/android/app/src/main/res/drawable/rn_edit_text_material.xml +0 -0
- /package/{src → dist/src}/generators/application/files/app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
- /package/{src → dist/src}/generators/application/files/app/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
- /package/{src → dist/src}/generators/application/files/app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
- /package/{src → dist/src}/generators/application/files/app/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
- /package/{src → dist/src}/generators/application/files/app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
- /package/{src → dist/src}/generators/application/files/app/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
- /package/{src → dist/src}/generators/application/files/app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
- /package/{src → dist/src}/generators/application/files/app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
- /package/{src → dist/src}/generators/application/files/app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
- /package/{src → dist/src}/generators/application/files/app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
- /package/{src → dist/src}/generators/application/files/app/android/app/src/main/res/values/strings.xml.template +0 -0
- /package/{src → dist/src}/generators/application/files/app/android/app/src/main/res/values/styles.xml +0 -0
- /package/{src → dist/src}/generators/application/files/app/android/build.gradle.template +0 -0
- /package/{src → dist/src}/generators/application/files/app/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- /package/{src → dist/src}/generators/application/files/app/android/gradle/wrapper/gradle-wrapper.properties +0 -0
- /package/{src → dist/src}/generators/application/files/app/android/gradle.properties +0 -0
- /package/{src → dist/src}/generators/application/files/app/android/gradlew.bat +0 -0
- /package/{src → dist/src}/generators/application/files/app/android/gradlew.template +0 -0
- /package/{src → dist/src}/generators/application/files/app/android/settings.gradle.template +0 -0
- /package/{src → dist/src}/generators/application/files/app/app.json.template +0 -0
- /package/{src → dist/src}/generators/application/files/app/ios/.xcode.env.template +0 -0
- /package/{src → dist/src}/generators/application/files/app/ios/Podfile.template +0 -0
- /package/{src → dist/src}/generators/application/files/app/ios/__className__/AppDelegate.swift.template +0 -0
- /package/{src → dist/src}/generators/application/files/app/ios/__className__/Images.xcassets/AppIcon.appiconset/Contents.json +0 -0
- /package/{src → dist/src}/generators/application/files/app/ios/__className__/Images.xcassets/Contents.json +0 -0
- /package/{src → dist/src}/generators/application/files/app/ios/__className__/Info.plist.template +0 -0
- /package/{src → dist/src}/generators/application/files/app/ios/__className__/LaunchScreen.storyboard.template +0 -0
- /package/{src → dist/src}/generators/application/files/app/ios/__className__/PrivacyInfo.xcprivacy +0 -0
- /package/{src → dist/src}/generators/application/files/app/ios/__className__.xcodeproj/project.pbxproj.template +0 -0
- /package/{src → dist/src}/generators/application/files/app/ios/__className__.xcodeproj/xcshareddata/xcschemes/__className__.xcscheme.template +0 -0
- /package/{src → dist/src}/generators/application/files/app/ios/__className__.xcworkspace/contents.xcworkspacedata +0 -0
- /package/{src → dist/src}/generators/application/files/app/metro.config.js.template +0 -0
- /package/{src → dist/src}/generators/application/files/app/package.json.template +0 -0
- /package/{src → dist/src}/generators/application/files/app/src/app/App.spec.tsx.template +0 -0
- /package/{src → dist/src}/generators/application/files/app/src/main.tsx.template +0 -0
- /package/{src → dist/src}/generators/application/files/app/tsconfig.app.json.template +0 -0
- /package/{src → dist/src}/generators/application/files/app/tsconfig.json.template +0 -0
- /package/{src → dist/src}/generators/application/files/nx-welcome/claimed/src/app/App.tsx.template +0 -0
- /package/{src → dist/src}/generators/application/files/nx-welcome/not-configured/src/app/App.tsx.template +0 -0
- /package/{src → dist/src}/generators/application/files/nx-welcome/unclaimed/src/app/App.tsx.template +0 -0
- /package/{src → dist/src}/generators/application/lib/create-application-files.js +0 -0
- /package/{src → dist/src}/generators/application/schema.d.ts +0 -0
- /package/{src → dist/src}/generators/application/schema.json +0 -0
- /package/{src → dist/src}/generators/component/files/js/__fileName__.__ext__ +0 -0
- /package/{src → dist/src}/generators/component/files/js/__fileName__.spec.__ext__ +0 -0
- /package/{src → dist/src}/generators/component/files/ts/__fileName__.__ext__ +0 -0
- /package/{src → dist/src}/generators/component/files/ts/__fileName__.spec.__ext__ +0 -0
- /package/{src → dist/src}/generators/convert-to-inferred/lib/create-process-options.js +0 -0
- /package/{src → dist/src}/generators/convert-to-inferred/lib/process-start-options.js +0 -0
- /package/{src → dist/src}/generators/convert-to-inferred/schema.json +0 -0
- /package/{src → dist/src}/generators/init/lib/add-git-ignore-entry.js +0 -0
- /package/{src → dist/src}/generators/init/lib/gitignore-entries.js +0 -0
- /package/{src → dist/src}/generators/library/files/lib/.babelrc.js.template +0 -0
- /package/{src → dist/src}/generators/library/files/lib/README.md +0 -0
- /package/{src → dist/src}/generators/library/files/lib/src/index.ts.template +0 -0
- /package/{src → dist/src}/generators/library/files/lib/tsconfig.json.template +0 -0
- /package/{src → dist/src}/generators/library/files/lib/tsconfig.lib.json.template +0 -0
- /package/{src → dist/src}/generators/library/schema.d.ts +0 -0
- /package/{src → dist/src}/generators/library/schema.json +0 -0
- /package/{src → dist/src}/generators/web-configuration/files/base-vite/.babelrc.js.template +0 -0
- /package/{src → dist/src}/generators/web-configuration/files/base-vite/index.html__tmpl__ +0 -0
- /package/{src → dist/src}/generators/web-configuration/files/base-vite/public/favicon.ico +0 -0
- /package/{src → dist/src}/generators/web-configuration/files/base-vite/src/assets/.gitkeep +0 -0
- /package/{src → dist/src}/generators/web-configuration/files/base-vite/src/main-web.tsx__tmpl__ +0 -0
- /package/{src → dist/src}/generators/web-configuration/files/base-vite/vite.config.mts__tmpl__ +0 -0
- /package/{src → dist/src}/generators/web-configuration/files/base-webpack/.babelrc.js.template +0 -0
- /package/{src → dist/src}/generators/web-configuration/files/base-webpack/src/assets/.gitkeep +0 -0
- /package/{src → dist/src}/generators/web-configuration/files/base-webpack/src/favicon.ico +0 -0
- /package/{src → dist/src}/generators/web-configuration/files/base-webpack/src/index.html__tmpl__ +0 -0
- /package/{src → dist/src}/generators/web-configuration/files/base-webpack/src/main-web.tsx__tmpl__ +0 -0
- /package/{src → dist/src}/generators/web-configuration/files/base-webpack/webpack.config.js__tmpl__ +0 -0
- /package/{src → dist/src}/generators/web-configuration/lib/normalize-schema.js +0 -0
- /package/{src → dist/src}/generators/web-configuration/lib/webpack-targets.js +0 -0
- /package/{src → dist/src}/generators/web-configuration/schema.d.ts +0 -0
- /package/{src → dist/src}/generators/web-configuration/schema.json +0 -0
- /package/{src → dist/src}/migrations/update-21-4-0/remove-deprecated-deps.js +0 -0
- /package/{src → dist/src}/migrations/update-21-4-0/upgrade-react-native-projects.js +0 -0
- /package/{src → dist/src}/utils/add-jest.js +0 -0
- /package/{src → dist/src}/utils/chmod-android-gradle-files.js +0 -0
- /package/{src → dist/src}/utils/ensure-node-modules-symlink.js +0 -0
- /package/{src → dist/src}/utils/find-all-npm-dependencies.js +0 -0
- /package/{src → dist/src}/utils/get-cli-options.js +0 -0
- /package/{src → dist/src}/utils/pod-install-task.js +0 -0
- /package/{src → dist/src}/utils/testing-generators.js +0 -0
package/executors.json
CHANGED
|
@@ -1,58 +1,58 @@
|
|
|
1
1
|
{
|
|
2
2
|
"executors": {
|
|
3
3
|
"run-android": {
|
|
4
|
-
"implementation": "./src/executors/run-android/run-android.impl",
|
|
5
|
-
"schema": "./src/executors/run-android/schema.json",
|
|
4
|
+
"implementation": "./dist/src/executors/run-android/run-android.impl",
|
|
5
|
+
"schema": "./dist/src/executors/run-android/schema.json",
|
|
6
6
|
"description": "Runs Android application."
|
|
7
7
|
},
|
|
8
8
|
"run-ios": {
|
|
9
|
-
"implementation": "./src/executors/run-ios/run-ios.impl",
|
|
10
|
-
"schema": "./src/executors/run-ios/schema.json",
|
|
9
|
+
"implementation": "./dist/src/executors/run-ios/run-ios.impl",
|
|
10
|
+
"schema": "./dist/src/executors/run-ios/schema.json",
|
|
11
11
|
"description": "Runs iOS application."
|
|
12
12
|
},
|
|
13
13
|
"bundle": {
|
|
14
|
-
"implementation": "./src/executors/bundle/bundle.impl",
|
|
15
|
-
"schema": "./src/executors/bundle/schema.json",
|
|
14
|
+
"implementation": "./dist/src/executors/bundle/bundle.impl",
|
|
15
|
+
"schema": "./dist/src/executors/bundle/schema.json",
|
|
16
16
|
"description": "Builds the JavaScript bundle for offline use."
|
|
17
17
|
},
|
|
18
18
|
"build-android": {
|
|
19
|
-
"implementation": "./src/executors/build-android/build-android.impl",
|
|
20
|
-
"schema": "./src/executors/build-android/schema.json",
|
|
19
|
+
"implementation": "./dist/src/executors/build-android/build-android.impl",
|
|
20
|
+
"schema": "./dist/src/executors/build-android/schema.json",
|
|
21
21
|
"description": "Release Build for Android."
|
|
22
22
|
},
|
|
23
23
|
"build-ios": {
|
|
24
|
-
"implementation": "./src/executors/build-ios/build-ios.impl",
|
|
25
|
-
"schema": "./src/executors/build-ios/schema.json",
|
|
24
|
+
"implementation": "./dist/src/executors/build-ios/build-ios.impl",
|
|
25
|
+
"schema": "./dist/src/executors/build-ios/schema.json",
|
|
26
26
|
"description": "Build iOS app"
|
|
27
27
|
},
|
|
28
28
|
"start": {
|
|
29
|
-
"implementation": "./src/executors/start/start.impl",
|
|
30
|
-
"schema": "./src/executors/start/schema.json",
|
|
29
|
+
"implementation": "./dist/src/executors/start/start.impl",
|
|
30
|
+
"schema": "./dist/src/executors/start/schema.json",
|
|
31
31
|
"description": "Starts the Javascript server that communicates with connected devices."
|
|
32
32
|
},
|
|
33
33
|
"sync-deps": {
|
|
34
|
-
"implementation": "./src/executors/sync-deps/sync-deps.impl",
|
|
35
|
-
"schema": "./src/executors/sync-deps/schema.json",
|
|
34
|
+
"implementation": "./dist/src/executors/sync-deps/sync-deps.impl",
|
|
35
|
+
"schema": "./dist/src/executors/sync-deps/schema.json",
|
|
36
36
|
"description": "Syncs dependencies to `package.json` (required for autolinking)."
|
|
37
37
|
},
|
|
38
38
|
"ensure-symlink": {
|
|
39
|
-
"implementation": "./src/executors/ensure-symlink/ensure-symlink.impl",
|
|
40
|
-
"schema": "./src/executors/ensure-symlink//schema.json",
|
|
39
|
+
"implementation": "./dist/src/executors/ensure-symlink/ensure-symlink.impl",
|
|
40
|
+
"schema": "./dist/src/executors/ensure-symlink//schema.json",
|
|
41
41
|
"description": "Ensure workspace `node_modules` is symlink under app's `node_modules` folder."
|
|
42
42
|
},
|
|
43
43
|
"storybook": {
|
|
44
|
-
"implementation": "./src/executors/storybook/storybook.impl",
|
|
45
|
-
"schema": "./src/executors/storybook/schema.json",
|
|
44
|
+
"implementation": "./dist/src/executors/storybook/storybook.impl",
|
|
45
|
+
"schema": "./dist/src/executors/storybook/schema.json",
|
|
46
46
|
"description": "Serve React Native Storybook."
|
|
47
47
|
},
|
|
48
48
|
"pod-install": {
|
|
49
|
-
"implementation": "./src/executors/pod-install/pod-install.impl",
|
|
50
|
-
"schema": "./src/executors/pod-install/schema.json",
|
|
49
|
+
"implementation": "./dist/src/executors/pod-install/pod-install.impl",
|
|
50
|
+
"schema": "./dist/src/executors/pod-install/schema.json",
|
|
51
51
|
"description": "Run `pod install` in the `ios` directory."
|
|
52
52
|
},
|
|
53
53
|
"upgrade": {
|
|
54
|
-
"implementation": "./src/executors/upgrade/upgrade.impl",
|
|
55
|
-
"schema": "./src/executors/upgrade/schema.json",
|
|
54
|
+
"implementation": "./dist/src/executors/upgrade/upgrade.impl",
|
|
55
|
+
"schema": "./dist/src/executors/upgrade/schema.json",
|
|
56
56
|
"description": "upgrade executor"
|
|
57
57
|
}
|
|
58
58
|
}
|
package/generators.json
CHANGED
|
@@ -4,39 +4,39 @@
|
|
|
4
4
|
"extends": ["@nx/workspace"],
|
|
5
5
|
"generators": {
|
|
6
6
|
"init": {
|
|
7
|
-
"factory": "./src/generators/init/init#reactNativeInitGeneratorInternal",
|
|
8
|
-
"schema": "./src/generators/init/schema.json",
|
|
7
|
+
"factory": "./dist/src/generators/init/init#reactNativeInitGeneratorInternal",
|
|
8
|
+
"schema": "./dist/src/generators/init/schema.json",
|
|
9
9
|
"description": "Initialize the `@nx/react-native` plugin.",
|
|
10
10
|
"hidden": true
|
|
11
11
|
},
|
|
12
12
|
"application": {
|
|
13
|
-
"factory": "./src/generators/application/application#reactNativeApplicationGeneratorInternal",
|
|
14
|
-
"schema": "./src/generators/application/schema.json",
|
|
13
|
+
"factory": "./dist/src/generators/application/application#reactNativeApplicationGeneratorInternal",
|
|
14
|
+
"schema": "./dist/src/generators/application/schema.json",
|
|
15
15
|
"aliases": ["app"],
|
|
16
16
|
"x-type": "application",
|
|
17
17
|
"description": "Create a React Native application."
|
|
18
18
|
},
|
|
19
19
|
"library": {
|
|
20
|
-
"factory": "./src/generators/library/library#reactNativeLibraryGeneratorInternal",
|
|
21
|
-
"schema": "./src/generators/library/schema.json",
|
|
20
|
+
"factory": "./dist/src/generators/library/library#reactNativeLibraryGeneratorInternal",
|
|
21
|
+
"schema": "./dist/src/generators/library/schema.json",
|
|
22
22
|
"aliases": ["lib"],
|
|
23
23
|
"x-type": "library",
|
|
24
24
|
"description": "Create a React Native library."
|
|
25
25
|
},
|
|
26
26
|
"component": {
|
|
27
|
-
"factory": "./src/generators/component/component",
|
|
28
|
-
"schema": "./src/generators/component/schema.json",
|
|
27
|
+
"factory": "./dist/src/generators/component/component",
|
|
28
|
+
"schema": "./dist/src/generators/component/schema.json",
|
|
29
29
|
"description": "Create a React Native component.",
|
|
30
30
|
"aliases": ["c"]
|
|
31
31
|
},
|
|
32
32
|
"web-configuration": {
|
|
33
|
-
"factory": "./src/generators/web-configuration/web-configuration#webConfigurationGenerator",
|
|
34
|
-
"schema": "./src/generators/web-configuration/schema.json",
|
|
33
|
+
"factory": "./dist/src/generators/web-configuration/web-configuration#webConfigurationGenerator",
|
|
34
|
+
"schema": "./dist/src/generators/web-configuration/schema.json",
|
|
35
35
|
"description": "Set up web configuration for a React Native app"
|
|
36
36
|
},
|
|
37
37
|
"convert-to-inferred": {
|
|
38
|
-
"factory": "./src/generators/convert-to-inferred/convert-to-inferred",
|
|
39
|
-
"schema": "./src/generators/convert-to-inferred/schema.json",
|
|
38
|
+
"factory": "./dist/src/generators/convert-to-inferred/convert-to-inferred",
|
|
39
|
+
"schema": "./dist/src/generators/convert-to-inferred/schema.json",
|
|
40
40
|
"description": "Convert existing React Native project(s) using `@nx/react-native:*` executors to use `@nx/react-native/plugin`. Defaults to migrating all projects. Pass '--project' to migrate only one target."
|
|
41
41
|
}
|
|
42
42
|
}
|
package/migrations.json
CHANGED
|
@@ -1,141 +1,153 @@
|
|
|
1
1
|
{
|
|
2
2
|
"generators": {
|
|
3
3
|
"update-21-4-0-remove-deprecated-deps": {
|
|
4
|
+
"requires": {
|
|
5
|
+
"react-native": ">=0.76.0 <0.79.0"
|
|
6
|
+
},
|
|
4
7
|
"version": "21.4.0-beta.0",
|
|
5
8
|
"cli": "nx",
|
|
6
9
|
"description": "Remove deprecated dependencies from package.json",
|
|
7
|
-
"factory": "./src/migrations/update-21-4-0/remove-deprecated-deps"
|
|
10
|
+
"factory": "./dist/src/migrations/update-21-4-0/remove-deprecated-deps"
|
|
8
11
|
},
|
|
9
12
|
"update-21-4-0-upgrade-react-native-projects": {
|
|
10
13
|
"version": "21.4.0-beta.0",
|
|
11
14
|
"cli": "nx",
|
|
12
15
|
"description": "Run nx upgrade for each React Native project",
|
|
13
|
-
"factory": "./src/migrations/update-21-4-0/upgrade-react-native-projects"
|
|
16
|
+
"factory": "./dist/src/migrations/update-21-4-0/upgrade-react-native-projects"
|
|
17
|
+
},
|
|
18
|
+
"update-23-0-0-migrate-create-nodes-v2-import": {
|
|
19
|
+
"version": "23.0.0-beta.24",
|
|
20
|
+
"description": "Rename imports of `createNodesV2` from `@nx/react-native/plugin` to the canonical `createNodes` export.",
|
|
21
|
+
"implementation": "./dist/src/migrations/update-23-0-0/migrate-create-nodes-v2-to-create-nodes",
|
|
22
|
+
"documentation": "./dist/src/migrations/update-23-0-0/migrate-create-nodes-v2-to-create-nodes.md"
|
|
14
23
|
}
|
|
15
24
|
},
|
|
16
25
|
"packageJsonUpdates": {
|
|
17
|
-
"
|
|
18
|
-
"version": "
|
|
26
|
+
"21.4.0": {
|
|
27
|
+
"version": "21.4.0-beta.0",
|
|
19
28
|
"packages": {
|
|
20
29
|
"react-native": {
|
|
21
|
-
"version": "~0.
|
|
30
|
+
"version": "~0.79.3",
|
|
22
31
|
"alwaysAddToPackageJson": false
|
|
23
32
|
},
|
|
24
33
|
"@react-native-community/cli": {
|
|
25
|
-
"version": "~
|
|
34
|
+
"version": "~18.0.0",
|
|
26
35
|
"alwaysAddToPackageJson": true
|
|
27
36
|
},
|
|
28
37
|
"@react-native-community/cli-platform-android": {
|
|
29
|
-
"version": "~
|
|
38
|
+
"version": "~18.0.0",
|
|
30
39
|
"alwaysAddToPackageJson": true
|
|
31
40
|
},
|
|
32
41
|
"@react-native-community/cli-platform-ios": {
|
|
33
|
-
"version": "~
|
|
42
|
+
"version": "~18.0.0",
|
|
34
43
|
"alwaysAddToPackageJson": true
|
|
35
44
|
},
|
|
36
45
|
"@react-native/babel-preset": {
|
|
37
|
-
"version": "~0.
|
|
46
|
+
"version": "~0.79.3",
|
|
38
47
|
"alwaysAddToPackageJson": false
|
|
39
48
|
},
|
|
40
49
|
"@react-native/metro-config": {
|
|
41
|
-
"version": "~0.
|
|
50
|
+
"version": "~0.79.3",
|
|
42
51
|
"alwaysAddToPackageJson": false
|
|
43
52
|
},
|
|
44
53
|
"react-native-web": {
|
|
45
|
-
"version": "~0.
|
|
54
|
+
"version": "~0.20.0",
|
|
46
55
|
"alwaysAddToPackageJson": false
|
|
47
56
|
},
|
|
48
57
|
"react": {
|
|
49
|
-
"version": "
|
|
58
|
+
"version": "19.0.0",
|
|
50
59
|
"alwaysAddToPackageJson": false
|
|
51
60
|
},
|
|
52
61
|
"react-dom": {
|
|
53
|
-
"version": "
|
|
62
|
+
"version": "19.0.0",
|
|
54
63
|
"alwaysAddToPackageJson": false
|
|
55
64
|
},
|
|
56
65
|
"react-test-renderer": {
|
|
57
|
-
"version": "~
|
|
66
|
+
"version": "~19.0.0",
|
|
58
67
|
"alwaysAddToPackageJson": false
|
|
59
68
|
},
|
|
60
69
|
"@types/react": {
|
|
61
|
-
"version": "~
|
|
70
|
+
"version": "~19.0.10",
|
|
62
71
|
"alwaysAddToPackageJson": false
|
|
63
72
|
},
|
|
64
73
|
"@types/react-dom": {
|
|
65
|
-
"version": "~
|
|
74
|
+
"version": "~19.0.6",
|
|
66
75
|
"alwaysAddToPackageJson": false
|
|
67
76
|
},
|
|
68
77
|
"@testing-library/react-native": {
|
|
69
|
-
"version": "~
|
|
78
|
+
"version": "~13.2.0",
|
|
70
79
|
"alwaysAddToPackageJson": false
|
|
71
80
|
},
|
|
72
81
|
"react-native-svg-transformer": {
|
|
73
|
-
"version": "~1.5.
|
|
82
|
+
"version": "~1.5.1",
|
|
74
83
|
"alwaysAddToPackageJson": false
|
|
75
84
|
},
|
|
76
85
|
"react-native-svg": {
|
|
77
|
-
"version": "~15.
|
|
86
|
+
"version": "~15.11.2",
|
|
78
87
|
"alwaysAddToPackageJson": false
|
|
79
88
|
},
|
|
80
89
|
"react-native-svg-web": {
|
|
81
90
|
"version": "~1.0.9",
|
|
82
|
-
"
|
|
91
|
+
"alwaysAddToPackageJson": false
|
|
83
92
|
},
|
|
84
93
|
"@babel/runtime": {
|
|
85
|
-
"version": "~7.
|
|
94
|
+
"version": "~7.27.6",
|
|
86
95
|
"alwaysAddToPackageJson": false
|
|
87
96
|
}
|
|
88
97
|
}
|
|
89
98
|
},
|
|
90
|
-
"
|
|
91
|
-
"version": "
|
|
99
|
+
"23.0.0": {
|
|
100
|
+
"version": "23.0.0-beta.25",
|
|
101
|
+
"requires": {
|
|
102
|
+
"react-native": ">=0.83.0 <0.84.0"
|
|
103
|
+
},
|
|
92
104
|
"packages": {
|
|
93
105
|
"react-native": {
|
|
94
|
-
"version": "~0.
|
|
106
|
+
"version": "~0.84.1",
|
|
95
107
|
"alwaysAddToPackageJson": false
|
|
96
108
|
},
|
|
97
109
|
"@react-native-community/cli": {
|
|
98
|
-
"version": "~
|
|
110
|
+
"version": "~20.1.0",
|
|
99
111
|
"alwaysAddToPackageJson": true
|
|
100
112
|
},
|
|
101
113
|
"@react-native-community/cli-platform-android": {
|
|
102
|
-
"version": "~
|
|
114
|
+
"version": "~20.1.0",
|
|
103
115
|
"alwaysAddToPackageJson": true
|
|
104
116
|
},
|
|
105
117
|
"@react-native-community/cli-platform-ios": {
|
|
106
|
-
"version": "~
|
|
118
|
+
"version": "~20.1.0",
|
|
107
119
|
"alwaysAddToPackageJson": true
|
|
108
120
|
},
|
|
109
121
|
"@react-native/babel-preset": {
|
|
110
|
-
"version": "~0.
|
|
122
|
+
"version": "~0.84.1",
|
|
111
123
|
"alwaysAddToPackageJson": false
|
|
112
124
|
},
|
|
113
125
|
"@react-native/metro-config": {
|
|
114
|
-
"version": "~0.
|
|
126
|
+
"version": "~0.84.1",
|
|
115
127
|
"alwaysAddToPackageJson": false
|
|
116
128
|
},
|
|
117
129
|
"react-native-web": {
|
|
118
|
-
"version": "~0.
|
|
130
|
+
"version": "~0.21.0",
|
|
119
131
|
"alwaysAddToPackageJson": false
|
|
120
132
|
},
|
|
121
133
|
"react": {
|
|
122
|
-
"version": "19.
|
|
134
|
+
"version": "^19.2.0",
|
|
123
135
|
"alwaysAddToPackageJson": false
|
|
124
136
|
},
|
|
125
137
|
"react-dom": {
|
|
126
|
-
"version": "19.
|
|
138
|
+
"version": "^19.2.0",
|
|
127
139
|
"alwaysAddToPackageJson": false
|
|
128
140
|
},
|
|
129
141
|
"react-test-renderer": {
|
|
130
|
-
"version": "
|
|
142
|
+
"version": "^19.2.0",
|
|
131
143
|
"alwaysAddToPackageJson": false
|
|
132
144
|
},
|
|
133
145
|
"@types/react": {
|
|
134
|
-
"version": "
|
|
146
|
+
"version": "^19.2.0",
|
|
135
147
|
"alwaysAddToPackageJson": false
|
|
136
148
|
},
|
|
137
149
|
"@types/react-dom": {
|
|
138
|
-
"version": "
|
|
150
|
+
"version": "^19.2.0",
|
|
139
151
|
"alwaysAddToPackageJson": false
|
|
140
152
|
},
|
|
141
153
|
"@testing-library/react-native": {
|
|
@@ -147,7 +159,7 @@
|
|
|
147
159
|
"alwaysAddToPackageJson": false
|
|
148
160
|
},
|
|
149
161
|
"react-native-svg": {
|
|
150
|
-
"version": "~15.
|
|
162
|
+
"version": "~15.15.0",
|
|
151
163
|
"alwaysAddToPackageJson": false
|
|
152
164
|
},
|
|
153
165
|
"react-native-svg-web": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/react-native",
|
|
3
|
-
"version": "23.0.0-
|
|
3
|
+
"version": "23.0.0-rc.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The Nx Plugin for React Native contains generators for managing React Native applications and libraries within an Nx workspace. It provides: \n\n-Integration with libraries such as Jest, Detox, and Storybook.\n-Scaffolding for creating buildable libraries that can be published to npm.\n-Utilities for automatic workspace refactoring.",
|
|
6
6
|
"keywords": [
|
|
@@ -23,40 +23,112 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"author": "Victor Savkin",
|
|
26
|
-
"main": "./index.js",
|
|
26
|
+
"main": "./dist/index.js",
|
|
27
27
|
"type": "commonjs",
|
|
28
|
-
"types": "index.d.ts",
|
|
28
|
+
"types": "./dist/index.d.ts",
|
|
29
|
+
"files": [
|
|
30
|
+
"dist",
|
|
31
|
+
"!dist/tsconfig.tsbuildinfo",
|
|
32
|
+
"typings",
|
|
33
|
+
"migrations.json",
|
|
34
|
+
"executors.json",
|
|
35
|
+
"generators.json"
|
|
36
|
+
],
|
|
37
|
+
"typesVersions": {
|
|
38
|
+
"*": {
|
|
39
|
+
"plugin": [
|
|
40
|
+
"dist/plugin.d.ts"
|
|
41
|
+
],
|
|
42
|
+
"plugins/with-nx-metro": [
|
|
43
|
+
"dist/plugins/with-nx-metro.d.ts"
|
|
44
|
+
],
|
|
45
|
+
"plugins/metro-resolver": [
|
|
46
|
+
"dist/plugins/metro-resolver.d.ts"
|
|
47
|
+
],
|
|
48
|
+
"plugins/jest/svg-mock": [
|
|
49
|
+
"dist/plugins/jest/svg-mock.d.ts"
|
|
50
|
+
],
|
|
51
|
+
"typings/*.d.ts": [
|
|
52
|
+
"dist/typings/*.d.ts"
|
|
53
|
+
]
|
|
54
|
+
}
|
|
55
|
+
},
|
|
29
56
|
"dependencies": {
|
|
30
|
-
"
|
|
31
|
-
"@nx/js": "23.0.0-pr.35413.460eeef",
|
|
32
|
-
"@nx/eslint": "23.0.0-pr.35413.460eeef",
|
|
33
|
-
"@nx/react": "23.0.0-pr.35413.460eeef",
|
|
34
|
-
"ajv": "^8.12.0",
|
|
57
|
+
"ajv": "^8.0.0",
|
|
35
58
|
"enhanced-resolve": "^5.8.3",
|
|
36
|
-
"ignore": "^
|
|
59
|
+
"ignore": "^7.0.5",
|
|
37
60
|
"picocolors": "^1.1.0",
|
|
61
|
+
"semver": "^7.6.3",
|
|
38
62
|
"tinyglobby": "^0.2.12",
|
|
39
63
|
"tsconfig-paths": "^4.1.2",
|
|
40
|
-
"tslib": "^2.3.0"
|
|
64
|
+
"tslib": "^2.3.0",
|
|
65
|
+
"@nx/devkit": "23.0.0-rc.0",
|
|
66
|
+
"@nx/eslint": "23.0.0-rc.0",
|
|
67
|
+
"@nx/js": "23.0.0-rc.0",
|
|
68
|
+
"@nx/react": "23.0.0-rc.0",
|
|
69
|
+
"@nx/webpack": "23.0.0-rc.0"
|
|
41
70
|
},
|
|
42
71
|
"peerDependencies": {
|
|
72
|
+
"react-native": ">=0.83.0 <0.85.0",
|
|
43
73
|
"metro-config": ">= 0.82.0",
|
|
44
74
|
"metro-resolver": ">= 0.82.0"
|
|
45
75
|
},
|
|
76
|
+
"peerDependenciesMeta": {
|
|
77
|
+
"react-native": {
|
|
78
|
+
"optional": true
|
|
79
|
+
}
|
|
80
|
+
},
|
|
46
81
|
"devDependencies": {
|
|
47
|
-
"nx": "23.0.0-
|
|
82
|
+
"nx": "23.0.0-rc.0"
|
|
48
83
|
},
|
|
49
84
|
"optionalDependencies": {
|
|
50
|
-
"@nx/detox": "23.0.0-
|
|
51
|
-
"@nx/rollup": "23.0.0-
|
|
85
|
+
"@nx/detox": "23.0.0-rc.0",
|
|
86
|
+
"@nx/rollup": "23.0.0-rc.0"
|
|
52
87
|
},
|
|
53
88
|
"executors": "./executors.json",
|
|
54
89
|
"ng-update": {
|
|
55
90
|
"requirements": {},
|
|
56
|
-
"migrations": "./migrations.json"
|
|
91
|
+
"migrations": "./migrations.json",
|
|
92
|
+
"supportsOptionalMigrations": true
|
|
57
93
|
},
|
|
58
94
|
"generators": "./generators.json",
|
|
59
95
|
"publishConfig": {
|
|
60
96
|
"access": "public"
|
|
97
|
+
},
|
|
98
|
+
"exports": {
|
|
99
|
+
".": {
|
|
100
|
+
"@nx/nx-source": "./index.ts",
|
|
101
|
+
"types": "./dist/index.d.ts",
|
|
102
|
+
"default": "./dist/index.js"
|
|
103
|
+
},
|
|
104
|
+
"./package.json": "./package.json",
|
|
105
|
+
"./migrations.json": "./migrations.json",
|
|
106
|
+
"./generators.json": "./generators.json",
|
|
107
|
+
"./executors.json": "./executors.json",
|
|
108
|
+
"./plugin": {
|
|
109
|
+
"@nx/nx-source": "./plugin.ts",
|
|
110
|
+
"types": "./dist/plugin.d.ts",
|
|
111
|
+
"default": "./dist/plugin.js"
|
|
112
|
+
},
|
|
113
|
+
"./plugins/with-nx-metro": {
|
|
114
|
+
"@nx/nx-source": "./plugins/with-nx-metro.ts",
|
|
115
|
+
"types": "./dist/plugins/with-nx-metro.d.ts",
|
|
116
|
+
"default": "./dist/plugins/with-nx-metro.js"
|
|
117
|
+
},
|
|
118
|
+
"./plugins/metro-resolver": {
|
|
119
|
+
"@nx/nx-source": "./plugins/metro-resolver.ts",
|
|
120
|
+
"types": "./dist/plugins/metro-resolver.d.ts",
|
|
121
|
+
"default": "./dist/plugins/metro-resolver.js"
|
|
122
|
+
},
|
|
123
|
+
"./plugins/jest/svg-mock": {
|
|
124
|
+
"@nx/nx-source": "./plugins/jest/svg-mock.ts",
|
|
125
|
+
"types": "./dist/plugins/jest/svg-mock.d.ts",
|
|
126
|
+
"default": "./dist/plugins/jest/svg-mock.js"
|
|
127
|
+
},
|
|
128
|
+
"./typings/*.d.ts": {
|
|
129
|
+
"@nx/nx-source": "./typings/*.d.ts",
|
|
130
|
+
"types": "./dist/typings/*.d.ts",
|
|
131
|
+
"default": "./dist/typings/*.d.ts"
|
|
132
|
+
}
|
|
61
133
|
}
|
|
62
134
|
}
|
package/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../packages/react-native/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,+BAA+B,EAAE,MAAM,0CAA0C,CAAC;AAC3F,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAC/E,OAAO,EAAE,6BAA6B,EAAE,MAAM,sCAAsC,CAAC;AACrF,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC"}
|
package/plugin.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../packages/react-native/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,aAAa,EACb,wBAAwB,GACzB,MAAM,kBAAkB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=svg-mock.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"svg-mock.d.ts","sourceRoot":"","sources":["../../../../../packages/react-native/plugins/jest/svg-mock.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"metro-resolver.d.ts","sourceRoot":"","sources":["../../../../packages/react-native/plugins/metro-resolver.ts"],"names":[],"mappings":"AAkCA,wBAAgB,iBAAiB,CAC/B,UAAU,EAAE,MAAM,EAAE,EACpB,qBAAqB,GAAE,MAAM,EAAO,EACpC,UAAU,GAAE,MAAM,EAAO,IAGvB,UAAU,GAAG,EACb,gBAAgB,MAAM,EACtB,UAAU,MAAM,GAAG,IAAI,SAwC1B"}
|
package/plugins/plugin.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../../packages/react-native/plugins/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,aAAa,EAOd,MAAM,YAAY,CAAC;AAUpB,MAAM,WAAW,wBAAwB;IACvC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAyBD,eAAO,MAAM,WAAW,EAAE,aAAa,CAAC,wBAAwB,CAsB/D,CAAC;AAEF,eAAO,MAAM,aAAa,yCAAc,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"with-nx-metro.d.ts","sourceRoot":"","sources":["../../../../packages/react-native/plugins/with-nx-metro.ts"],"names":[],"mappings":"AAuBA,KAAK,WAAW,GAAG,GAAG,CAAC;AAIvB,UAAU,aAAa;IACrB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IAKxB,qBAAqB,CAAC,EAAE,MAAM,EAAE,CAAC;IACjC;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;CACvB;AAED,wBAAsB,WAAW,CAC/B,UAAU,EAAE,WAAW,EACvB,IAAI,GAAE,aAAkB,gBAoCzB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"build-android.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/executors/build-android/build-android.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAI7C,OAAO,EAAE,8BAA8B,EAAE,MAAM,UAAU,CAAC;AAI1D,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,wBAA+B,oBAAoB,CACjD,OAAO,EAAE,8BAA8B,EACvC,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,sBAAsB,CAAC,CAOxC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"build-ios.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/executors/build-ios/build-ios.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAM7C,OAAO,EAAE,0BAA0B,EAAE,MAAM,UAAU,CAAC;AAGtD,MAAM,WAAW,yBAAyB;IACxC,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,wBAA+B,gBAAgB,CAC7C,OAAO,EAAE,0BAA0B,EACnC,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,yBAAyB,CAAC,CAS3C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bundle.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/executors/bundle/bundle.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAS,eAAe,EAAE,MAAM,YAAY,CAAC;AAKpD,OAAO,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AAGpD,MAAM,WAAW,uBAAuB;IACtC,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,wBAA+B,cAAc,CAC3C,OAAO,EAAE,wBAAwB,EACjC,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,uBAAuB,CAAC,CAUzC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ensure-symlink.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/executors/ensure-symlink/ensure-symlink.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAG7C,MAAM,WAAW,8BAA8B;IAC7C,OAAO,EAAE,OAAO,CAAC;CAClB;AAED;;;GAGG;AACH,wBAA+B,qBAAqB,CAClD,CAAC,KAAA,EACD,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,8BAA8B,CAAC,CAOhD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pod-install.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/executors/pod-install/pod-install.impl.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAG7C,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAC;AAExD,MAAM,WAAW,2BAA2B;IAC1C,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,wBAA+B,UAAU,CACvC,OAAO,EAAE,4BAA4B,EACrC,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,2BAA2B,CAAC,CAO7C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"run-android.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/executors/run-android/run-android.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAK7C,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAC;AAKxD,MAAM,WAAW,2BAA2B;IAC1C,OAAO,EAAE,OAAO,CAAC;CAClB;AAID,wBAA+B,kBAAkB,CAC/C,OAAO,EAAE,4BAA4B,EACrC,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,2BAA2B,CAAC,CAoB7C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"run-ios.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/executors/run-ios/run-ios.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAoC,MAAM,YAAY,CAAC;AAS/E,OAAO,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AACpD,MAAM,WAAW,uBAAuB;IACtC,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,wBAA+B,cAAc,CAC3C,OAAO,EAAE,wBAAwB,EACjC,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,uBAAuB,CAAC,CAsBzC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"is-packager-running.d.ts","sourceRoot":"","sources":["../../../../../../../packages/react-native/src/executors/start/lib/is-packager-running.ts"],"names":[],"mappings":"AAAA,wBAAsB,iBAAiB,CACrC,YAAY,EAAE,MAAM,GACnB,OAAO,CAAC,SAAS,GAAG,aAAa,GAAG,cAAc,CAAC,CAQrD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"start.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/executors/start/start.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAU,MAAM,YAAY,CAAC;AAErD,OAAO,EAAE,YAAY,EAAQ,MAAM,eAAe,CAAC;AAGnD,OAAO,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAC;AAEnD,MAAM,WAAW,sBAAsB;IACrC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,wBAA+B,aAAa,CAC1C,OAAO,EAAE,uBAAuB,EAChC,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,sBAAsB,CAAC,CAUxC;AAMD,wBAAsB,WAAW,CAC/B,aAAa,EAAE,MAAM,EACrB,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,uBAAuB,GAC/B,OAAO,CAAC,YAAY,CAAC,CAqBvB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storybook.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/executors/storybook/storybook.impl.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAwB,MAAM,YAAY,CAAC;AAInE,OAAO,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAC;AAOvD;;;GAGG;AACH,wBAA+B,4BAA4B,CACzD,OAAO,EAAE,2BAA2B,EACpC,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE,CAAC,CA2CtC;AAED,wBAAgB,eAAe,CAC7B,aAAa,EAAE,MAAM,EACrB,OAAO,EAAE,2BAA2B,QAwBrC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sync-deps.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/executors/sync-deps/sync-deps.impl.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,eAAe,EACf,YAAY,EAKb,MAAM,YAAY,CAAC;AAEpB,OAAO,EAAE,0BAA0B,EAAE,MAAM,UAAU,CAAC;AAEtD,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAExD,MAAM,WAAW,yBAAyB;IACxC,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,wBAA+B,gBAAgB,CAC7C,OAAO,EAAE,0BAA0B,EACnC,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,yBAAyB,CAAC,CAgC3C;AAED,wBAAsB,QAAQ,CAC5B,WAAW,EAAE,MAAM,EACnB,kBAAkB,EAAE,WAAW,EAC/B,sBAAsB,EAAE,MAAM,EAC9B,oBAAoB,EAAE,WAAW,EACjC,YAAY,GAAE,YAAuC,EACrD,OAAO,GAAE,MAAM,EAAO,EACtB,OAAO,GAAE,MAAM,EAAO,EACtB,GAAG,GAAE,OAAe,GACnB,OAAO,CAAC,MAAM,EAAE,CAAC,CAwDnB;AAED,wBAAgB,4BAA4B,CAC1C,WAAW,EAAE,MAAM,EACnB,IAAI,EAAE,MAAM,EAAE,QAcf"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"version": 2,
|
|
4
|
-
"cli": "nx",
|
|
5
|
-
"$id": "NxReactNativeUpgrade",
|
|
6
|
-
"title": "React Native Upgrade Executor",
|
|
7
|
-
"description": "Upgrade React Native code for project.",
|
|
8
|
-
"type": "object",
|
|
9
|
-
"properties": {},
|
|
10
|
-
"required": []
|
|
11
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"upgrade.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/executors/upgrade/upgrade.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAG7C,OAAO,EAAE,YAAY,EAAQ,MAAM,eAAe,CAAC;AAEnD,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAEjD,MAAM,WAAW,wBAAwB;IACvC,OAAO,EAAE,OAAO,CAAC;CAClB;AAED;;;GAGG;AACH,wBAA+B,eAAe,CAC5C,OAAO,EAAE,qBAAqB,EAC9B,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,wBAAwB,CAAC,CAM1C;AAED,wBAAgB,aAAa,CAC3B,aAAa,EAAE,MAAM,EACrB,WAAW,EAAE,MAAM,GAClB,OAAO,CAAC,YAAY,CAAC,CAoCvB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"application.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/generators/application/application.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EAKjB,IAAI,EACL,MAAM,YAAY,CAAC;AAepB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAWlC,wBAAsB,+BAA+B,CACnD,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,iBAAiB,CAAC,CAM5B;AAED,wBAAsB,uCAAuC,CAC3D,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,iBAAiB,CAAC,CAkG5B;AA4CD,eAAe,+BAA+B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"add-e2e.d.ts","sourceRoot":"","sources":["../../../../../../../packages/react-native/src/generators/application/lib/add-e2e.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,IAAI,EAAwB,MAAM,YAAY,CAAC;AAI3E,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,wBAAsB,MAAM,CAC1B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,gBAAgB,GACxB,OAAO,CAAC,iBAAiB,CAAC,CAyC5B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"add-project.d.ts","sourceRoot":"","sources":["../../../../../../../packages/react-native/src/generators/application/lib/add-project.ts"],"names":[],"mappings":"AAAA,OAAO,EAOL,IAAI,EAEL,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAGvD,wBAAgB,UAAU,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,gBAAgB,QAqD/D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-application-files.d.ts","sourceRoot":"","sources":["../../../../../../../packages/react-native/src/generators/application/lib/create-application-files.ts"],"names":[],"mappings":"AAAA,OAAO,EAAuC,IAAI,EAAE,MAAM,YAAY,CAAC;AAGvE,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAMvD,wBAAsB,sBAAsB,CAC1C,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,gBAAgB,iBAmD1B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"normalize-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/react-native/src/generators/application/lib/normalize-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwC,IAAI,EAAE,MAAM,YAAY,CAAC;AAKxE,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAGnC,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,MAAM,EAAE,eAAe,CAAC;IACrE,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,MAAM,CAAC;IACvB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,OAAO,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,iBAAiB,EAAE,OAAO,CAAC;CAC5B;AAED,wBAAsB,gBAAgB,CACpC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,gBAAgB,CAAC,CAwD3B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/generators/component/component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAML,IAAI,EACL,MAAM,YAAY,CAAC;AAOpB,wBAAsB,6BAA6B,CACjD,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,iBAUf;AAwED,eAAe,6BAA6B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"add-import.d.ts","sourceRoot":"","sources":["../../../../../../../packages/react-native/src/generators/component/lib/add-import.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAc,YAAY,EAAE,MAAM,YAAY,CAAC;AAItD,wBAAgB,SAAS,CACvB,MAAM,EAAE,EAAE,CAAC,UAAU,EACrB,SAAS,EAAE,MAAM,GAChB,YAAY,EAAE,CAuBhB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"normalize-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/react-native/src/generators/component/lib/normalize-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8B,IAAI,EAAE,MAAM,YAAY,CAAC;AAC9D,OAAO,EAEL,KAAK,iBAAiB,EACvB,MAAM,6DAA6D,CAAC;AACrE,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAGnC,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC;IAC1D,SAAS,EAAE,MAAM,CAAC;IAClB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,EAAE,MAAM,CAAC;IACtB,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,wBAAsB,gBAAgB,CACpC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,gBAAgB,CAAC,CA+C3B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"convert-to-inferred.d.ts","sourceRoot":"","sources":["../../../../../../packages/react-native/src/generators/convert-to-inferred/convert-to-inferred.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwC,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAW7E,UAAU,MAAM;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,wBAAsB,iBAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,uBA0HlE;AAED,eAAe,iBAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-process-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/react-native/src/generators/convert-to-inferred/lib/create-process-options.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gEAAgE,CAAC;AAEpG;;;GAGG;AACH,wBAAgB,oBAAoB,CAClC,YAAY,EAAE,MAAM,EACpB,kBAAkB,EAAE,MAAM,EAAE,EAC5B,qBAAqB,EAAE,MAAM,EAAE,IAEvB,aAAa,MAAM,EAAE,SAAS,GAAG,EAAE,eAAe,aAAa,UA8BxE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"post-target-transformer.d.ts","sourceRoot":"","sources":["../../../../../../../packages/react-native/src/generators/convert-to-inferred/lib/post-target-transformer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAC5D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gEAAgE,CAAC;AAGpG,wBAAgB,qBAAqB,CACnC,aAAa,EAAE,aAAa,EAC5B,cAAc,CAAC,EAAE,CACf,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,GAAG,EACZ,aAAa,EAAE,aAAa,KACzB,IAAI,IAGP,QAAQ,mBAAmB,EAC3B,OAAO,IAAI,EACX,gBAAgB;IAAE,WAAW,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,EACrD,6BAA6B,mBAAmB,8BAwCnD"}
|