@nx/expo 21.3.0 → 21.4.0-beta.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/.eslintrc.json +3 -2
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -0
- package/package.json +14 -9
- package/plugin.d.ts +1 -0
- package/plugin.d.ts.map +1 -0
- package/plugins/jest/svg-mock.d.ts +1 -0
- package/plugins/jest/svg-mock.d.ts.map +1 -0
- package/plugins/metro-resolver.d.ts +1 -0
- package/plugins/metro-resolver.d.ts.map +1 -0
- package/plugins/metro-resolver.js +4 -0
- package/plugins/plugin.d.ts +1 -0
- package/plugins/plugin.d.ts.map +1 -0
- package/plugins/with-nx-metro.d.ts +1 -0
- package/plugins/with-nx-metro.d.ts.map +1 -0
- package/project.json +7 -6
- package/src/executors/build/build.impl.d.ts +1 -0
- package/src/executors/build/build.impl.d.ts.map +1 -0
- package/src/executors/build-list/build-list.impl.d.ts +1 -0
- package/src/executors/build-list/build-list.impl.d.ts.map +1 -0
- package/src/executors/ensure-symlink/ensure-symlink.impl.d.ts +1 -0
- package/src/executors/ensure-symlink/ensure-symlink.impl.d.ts.map +1 -0
- package/src/executors/export/export.impl.d.ts +1 -0
- package/src/executors/export/export.impl.d.ts.map +1 -0
- package/src/executors/install/install.impl.d.ts +1 -0
- package/src/executors/install/install.impl.d.ts.map +1 -0
- package/src/executors/prebuild/prebuild.impl.d.ts +1 -0
- package/src/executors/prebuild/prebuild.impl.d.ts.map +1 -0
- package/src/executors/run/run.impl.d.ts +1 -0
- package/src/executors/run/run.impl.d.ts.map +1 -0
- package/src/executors/serve/lib/is-packager-running.d.ts +1 -0
- package/src/executors/serve/lib/is-packager-running.d.ts.map +1 -0
- package/src/executors/serve/serve.impl.d.ts +1 -0
- package/src/executors/serve/serve.impl.d.ts.map +1 -0
- package/src/executors/start/start.impl.d.ts +1 -0
- package/src/executors/start/start.impl.d.ts.map +1 -0
- package/src/executors/submit/submit.impl.d.ts +1 -0
- package/src/executors/submit/submit.impl.d.ts.map +1 -0
- package/src/executors/sync-deps/sync-deps.impl.d.ts +1 -0
- package/src/executors/sync-deps/sync-deps.impl.d.ts.map +1 -0
- package/src/executors/update/update.impl.d.ts +1 -0
- package/src/executors/update/update.impl.d.ts.map +1 -0
- package/src/generators/application/application.d.ts +1 -0
- package/src/generators/application/application.d.ts.map +1 -0
- package/src/generators/application/lib/add-e2e.d.ts +1 -0
- package/src/generators/application/lib/add-e2e.d.ts.map +1 -0
- package/src/generators/application/lib/add-eas-scripts.d.ts +1 -0
- package/src/generators/application/lib/add-eas-scripts.d.ts.map +1 -0
- package/src/generators/application/lib/add-project.d.ts +1 -0
- package/src/generators/application/lib/add-project.d.ts.map +1 -0
- package/src/generators/application/lib/create-application-files.d.ts +1 -0
- package/src/generators/application/lib/create-application-files.d.ts.map +1 -0
- package/src/generators/application/lib/normalize-options.d.ts +1 -0
- package/src/generators/application/lib/normalize-options.d.ts.map +1 -0
- package/src/generators/component/component.d.ts +1 -0
- package/src/generators/component/component.d.ts.map +1 -0
- package/src/generators/component/lib/add-import.d.ts +1 -0
- package/src/generators/component/lib/add-import.d.ts.map +1 -0
- package/src/generators/component/lib/normalize-options.d.ts +1 -0
- package/src/generators/component/lib/normalize-options.d.ts.map +1 -0
- package/src/generators/convert-to-inferred/convert-to-inferred.d.ts +1 -0
- package/src/generators/convert-to-inferred/convert-to-inferred.d.ts.map +1 -0
- package/src/generators/convert-to-inferred/lib/post-target-transformer.d.ts +1 -0
- package/src/generators/convert-to-inferred/lib/post-target-transformer.d.ts.map +1 -0
- package/src/generators/convert-to-inferred/lib/process-build-options.d.ts +1 -0
- package/src/generators/convert-to-inferred/lib/process-build-options.d.ts.map +1 -0
- package/src/generators/convert-to-inferred/lib/process-export-options.d.ts +1 -0
- package/src/generators/convert-to-inferred/lib/process-export-options.d.ts.map +1 -0
- package/src/generators/convert-to-inferred/lib/process-generic-options.d.ts +1 -0
- package/src/generators/convert-to-inferred/lib/process-generic-options.d.ts.map +1 -0
- package/src/generators/convert-to-inferred/lib/process-install-options.d.ts +1 -0
- package/src/generators/convert-to-inferred/lib/process-install-options.d.ts.map +1 -0
- package/src/generators/convert-to-inferred/lib/process-prebuild-options.d.ts +1 -0
- package/src/generators/convert-to-inferred/lib/process-prebuild-options.d.ts.map +1 -0
- package/src/generators/convert-to-inferred/lib/process-run-options.d.ts +1 -0
- package/src/generators/convert-to-inferred/lib/process-run-options.d.ts.map +1 -0
- package/src/generators/convert-to-inferred/lib/process-serve-options.d.ts +1 -0
- package/src/generators/convert-to-inferred/lib/process-serve-options.d.ts.map +1 -0
- package/src/generators/convert-to-inferred/lib/process-start-options.d.ts +1 -0
- package/src/generators/convert-to-inferred/lib/process-start-options.d.ts.map +1 -0
- package/src/generators/convert-to-inferred/lib/process-submit-options.d.ts +1 -0
- package/src/generators/convert-to-inferred/lib/process-submit-options.d.ts.map +1 -0
- package/src/generators/init/init.d.ts +1 -0
- package/src/generators/init/init.d.ts.map +1 -0
- package/src/generators/init/lib/add-git-ignore-entry.d.ts +1 -0
- package/src/generators/init/lib/add-git-ignore-entry.d.ts.map +1 -0
- package/src/generators/init/lib/gitignore-entries.d.ts +1 -0
- package/src/generators/init/lib/gitignore-entries.d.ts.map +1 -0
- package/src/generators/library/lib/normalize-options.d.ts +1 -0
- package/src/generators/library/lib/normalize-options.d.ts.map +1 -0
- package/src/generators/library/library.d.ts +1 -0
- package/src/generators/library/library.d.ts.map +1 -0
- package/src/migrations/update-19-0-0/change-webpack-to-metro.d.ts +1 -0
- package/src/migrations/update-19-0-0/change-webpack-to-metro.d.ts.map +1 -0
- package/src/migrations/update-19-2-0/remove-deprecated-webpack-config.d.ts +1 -0
- package/src/migrations/update-19-2-0/remove-deprecated-webpack-config.d.ts.map +1 -0
- package/src/migrations/update-19-7-0/remove-eas-pre-install.d.ts +1 -0
- package/src/migrations/update-19-7-0/remove-eas-pre-install.d.ts.map +1 -0
- package/src/utils/add-jest.d.ts +1 -0
- package/src/utils/add-jest.d.ts.map +1 -0
- package/src/utils/add-linting.d.ts +1 -0
- package/src/utils/add-linting.d.ts.map +1 -0
- package/src/utils/ensure-dependencies.d.ts +1 -0
- package/src/utils/ensure-dependencies.d.ts.map +1 -0
- package/src/utils/ensure-node-modules-symlink.d.ts +1 -0
- package/src/utils/ensure-node-modules-symlink.d.ts.map +1 -0
- package/src/utils/find-all-npm-dependencies.d.ts +1 -0
- package/src/utils/find-all-npm-dependencies.d.ts.map +1 -0
- package/src/utils/has-expo-plugin.d.ts +1 -0
- package/src/utils/has-expo-plugin.d.ts.map +1 -0
- package/src/utils/init-root-babel-config.d.ts +1 -0
- package/src/utils/init-root-babel-config.d.ts.map +1 -0
- package/src/utils/pod-install-task.d.ts +1 -0
- package/src/utils/pod-install-task.d.ts.map +1 -0
- package/src/utils/resolve-eas.d.ts +1 -0
- package/src/utils/resolve-eas.d.ts.map +1 -0
- package/src/utils/versions.d.ts +1 -0
- package/src/utils/versions.d.ts.map +1 -0
- package/tsconfig.json +0 -13
- package/tsconfig.lib.json +0 -11
- package/tsconfig.spec.json +0 -20
package/.eslintrc.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"extends": "../../.eslintrc",
|
|
2
|
+
"extends": "../../.eslintrc.json",
|
|
3
3
|
"rules": {},
|
|
4
|
-
"ignorePatterns": ["!**/*"],
|
|
4
|
+
"ignorePatterns": ["!**/*", "node_modules"],
|
|
5
5
|
"overrides": [
|
|
6
6
|
{
|
|
7
7
|
"files": [
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
{
|
|
25
25
|
"buildTargets": ["build-base"],
|
|
26
26
|
"ignoredDependencies": [
|
|
27
|
+
"tslib",
|
|
27
28
|
"nx",
|
|
28
29
|
"@nx/rollup",
|
|
29
30
|
"@nx/webpack",
|
package/index.d.ts
CHANGED
|
@@ -3,3 +3,4 @@ export { expoApplicationGenerator } from './src/generators/application/applicati
|
|
|
3
3
|
export { expoLibraryGenerator } from './src/generators/library/library';
|
|
4
4
|
export { expoComponentGenerator } from './src/generators/component/component';
|
|
5
5
|
export { withNxMetro } from './plugins/with-nx-metro';
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
package/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../packages/expo/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AACxE,OAAO,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAC9E,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/expo",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.4.0-beta.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The Expo Plugin for Nx contains executors and generators for managing and developing an expo application within your workspace. For example, you can directly build for different target platforms as well as generate projects and publish your code.",
|
|
6
6
|
"keywords": [
|
|
@@ -25,16 +25,18 @@
|
|
|
25
25
|
},
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"author": "Victor Savkin",
|
|
28
|
-
"main": "./index",
|
|
28
|
+
"main": "./index.js",
|
|
29
29
|
"types": "index.d.ts",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@nx/
|
|
32
|
-
"@nx/
|
|
33
|
-
"@nx/
|
|
34
|
-
"@nx/
|
|
35
|
-
"@nx/
|
|
36
|
-
"@nx/
|
|
37
|
-
"@nx/
|
|
31
|
+
"@nx/detox": "21.4.0-beta.0",
|
|
32
|
+
"@nx/devkit": "21.4.0-beta.0",
|
|
33
|
+
"@nx/eslint": "21.4.0-beta.0",
|
|
34
|
+
"@nx/jest": "21.4.0-beta.0",
|
|
35
|
+
"@nx/js": "21.4.0-beta.0",
|
|
36
|
+
"@nx/react": "21.4.0-beta.0",
|
|
37
|
+
"@nx/rollup": "21.4.0-beta.0",
|
|
38
|
+
"@nx/web": "21.4.0-beta.0",
|
|
39
|
+
"@nx/webpack": "21.4.0-beta.0",
|
|
38
40
|
"enhanced-resolve": "^5.8.3",
|
|
39
41
|
"metro-config": "~0.80.4",
|
|
40
42
|
"metro-resolver": "~0.80.4",
|
|
@@ -42,6 +44,9 @@
|
|
|
42
44
|
"tsconfig-paths": "^4.1.2",
|
|
43
45
|
"tslib": "^2.3.0"
|
|
44
46
|
},
|
|
47
|
+
"devDepndencies": {
|
|
48
|
+
"nx": "workspace:*"
|
|
49
|
+
},
|
|
45
50
|
"executors": "./executors.json",
|
|
46
51
|
"ng-update": {
|
|
47
52
|
"requirements": {},
|
package/plugin.d.ts
CHANGED
package/plugin.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../packages/expo/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,aAAa,EACb,iBAAiB,GAClB,MAAM,kBAAkB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=svg-mock.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg-mock.d.ts","sourceRoot":"","sources":["../../../../../packages/expo/plugins/jest/svg-mock.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"metro-resolver.d.ts","sourceRoot":"","sources":["../../../../packages/expo/plugins/metro-resolver.ts"],"names":[],"mappings":"AAeA,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"}
|
|
@@ -118,6 +118,10 @@ function getMatcher(debug) {
|
|
|
118
118
|
let resolver;
|
|
119
119
|
function getPnpmResolver(extensions, exportsConditionNames = [], mainFields = []) {
|
|
120
120
|
if (!resolver) {
|
|
121
|
+
// Create a filesystem adapter that matches enhanced-resolve's expected interface
|
|
122
|
+
// The issue is that Node.js fs types allow withFileTypes: true, but enhanced-resolve expects withFileTypes?: false
|
|
123
|
+
// This is compatible with the latest version of enhanced-resolve and is the intended way to use it.
|
|
124
|
+
// See https://github.com/webpack/enhanced-resolve/commit/d55471f20c17bce4def0b53cfe0b7027e7b48d82
|
|
121
125
|
const fileSystem = new enhanced_resolve_1.CachedInputFileSystem(fs, 4000);
|
|
122
126
|
resolver = enhanced_resolve_1.ResolverFactory.createResolver({
|
|
123
127
|
fileSystem,
|
package/plugins/plugin.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../../packages/expo/plugins/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EAIX,aAAa,EAQd,MAAM,YAAY,CAAC;AAWpB,MAAM,WAAW,iBAAiB;IAChC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAuBD,eAAO,MAAM,aAAa,EAAE,aAAa,CAAC,iBAAiB,CAmB1D,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,WAAW,CAAC,iBAAiB,CAatD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"with-nx-metro.d.ts","sourceRoot":"","sources":["../../../../packages/expo/plugins/with-nx-metro.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAMhD,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,2CAmCzB"}
|
package/project.json
CHANGED
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
"sourceRoot": "packages/expo/src",
|
|
5
5
|
"projectType": "library",
|
|
6
6
|
"targets": {
|
|
7
|
-
"build
|
|
8
|
-
"
|
|
7
|
+
"build": {
|
|
8
|
+
"outputs": ["{workspaceRoot}/dist/packages/expo/README.md"],
|
|
9
|
+
"command": "node ./scripts/copy-readme.js expo"
|
|
10
|
+
},
|
|
11
|
+
"legacy-post-build": {
|
|
12
|
+
"executor": "@nx/workspace-plugin:legacy-post-build",
|
|
9
13
|
"options": {
|
|
14
|
+
"tsConfig": "./tsconfig.lib.json",
|
|
10
15
|
"assets": [
|
|
11
16
|
"packages/expo/*.md",
|
|
12
17
|
{
|
|
@@ -43,10 +48,6 @@
|
|
|
43
48
|
"LICENSE"
|
|
44
49
|
]
|
|
45
50
|
}
|
|
46
|
-
},
|
|
47
|
-
"build": {
|
|
48
|
-
"outputs": ["{workspaceRoot}/build/packages/expo/README.md"],
|
|
49
|
-
"command": "node ./scripts/copy-readme.js expo"
|
|
50
51
|
}
|
|
51
52
|
},
|
|
52
53
|
"tags": []
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"build.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/expo/src/executors/build/build.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,eAAe,EAKhB,MAAM,YAAY,CAAC;AASpB,OAAO,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAE/C,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,OAAO,CAAC;CAClB;AAID,wBAA+B,aAAa,CAC1C,OAAO,EAAE,mBAAmB,EAC5B,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,sBAAsB,CAAC,CAqBxC"}
|
|
@@ -5,3 +5,4 @@ export interface ReactNativeBuildListOutput {
|
|
|
5
5
|
}
|
|
6
6
|
export default function buildListExecutor(options: ExpoEasBuildListOptions, context: ExecutorContext): AsyncGenerator<ReactNativeBuildListOutput>;
|
|
7
7
|
export declare function runCliBuildList(workspaceRoot: string, projectRoot: string, options: ExpoEasBuildListOptions): Promise<string>;
|
|
8
|
+
//# sourceMappingURL=build-list.impl.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"build-list.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/expo/src/executors/build-list/build-list.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAiB,MAAM,YAAY,CAAC;AAM5D,OAAO,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAC;AAEnD,MAAM,WAAW,0BAA0B;IACzC,OAAO,EAAE,OAAO,CAAC;CAClB;AAID,wBAA+B,iBAAiB,CAC9C,OAAO,EAAE,uBAAuB,EAChC,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,0BAA0B,CAAC,CAiB5C;AAED,wBAAgB,eAAe,CAC7B,aAAa,EAAE,MAAM,EACrB,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,uBAAuB,GAC/B,OAAO,CAAC,MAAM,CAAC,CAoCjB"}
|
|
@@ -7,3 +7,4 @@ export interface ExpoEnsureSymlinkOutput {
|
|
|
7
7
|
* @deprecated It is no longer needed for react native 73.
|
|
8
8
|
*/
|
|
9
9
|
export default function ensureSymlinkExecutor(_: any, context: ExecutorContext): AsyncGenerator<ExpoEnsureSymlinkOutput>;
|
|
10
|
+
//# sourceMappingURL=ensure-symlink.impl.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ensure-symlink.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/expo/src/executors/ensure-symlink/ensure-symlink.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAI7C,MAAM,WAAW,uBAAuB;IACtC,OAAO,EAAE,OAAO,CAAC;CAClB;AAED;;;GAGG;AACH,wBAA+B,qBAAqB,CAClD,CAAC,KAAA,EACD,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,uBAAuB,CAAC,CAOzC"}
|
|
@@ -5,3 +5,4 @@ export interface ExpoExportOutput {
|
|
|
5
5
|
}
|
|
6
6
|
export default function exportExecutor(options: ExportExecutorSchema, context: ExecutorContext): AsyncGenerator<ExpoExportOutput>;
|
|
7
7
|
export declare function createExportOptions(options: ExportExecutorSchema, projectRoot: string): any[];
|
|
8
|
+
//# sourceMappingURL=export.impl.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"export.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/expo/src/executors/export/export.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,EAIhB,MAAM,YAAY,CAAC;AAIpB,OAAO,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAEhD,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,OAAO,CAAC;CAClB;AAID,wBAA+B,cAAc,CAC3C,OAAO,EAAE,oBAAoB,EAC7B,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,gBAAgB,CAAC,CAclC;AAiCD,wBAAgB,mBAAmB,CACjC,OAAO,EAAE,oBAAoB,EAC7B,WAAW,EAAE,MAAM,SA4BpB"}
|
|
@@ -5,3 +5,4 @@ export interface ExpoInstallOutput {
|
|
|
5
5
|
}
|
|
6
6
|
export default function installExecutor(options: ExpoInstallOptions, context: ExecutorContext): AsyncGenerator<ExpoInstallOutput>;
|
|
7
7
|
export declare function installAndUpdatePackageJson(context: ExecutorContext, options: ExpoInstallOptions): Promise<void>;
|
|
8
|
+
//# sourceMappingURL=install.impl.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"install.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/expo/src/executors/install/install.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAS,MAAM,YAAY,CAAC;AAIpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAO9C,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,OAAO,CAAC;CAClB;AAID,wBAA+B,eAAe,CAC5C,OAAO,EAAE,kBAAkB,EAC3B,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,iBAAiB,CAAC,CAWnC;AAED,wBAAsB,2BAA2B,CAC/C,OAAO,EAAE,eAAe,EACxB,OAAO,EAAE,kBAAkB,iBAwC5B"}
|
|
@@ -5,3 +5,4 @@ export interface ExpoPrebuildOutput {
|
|
|
5
5
|
}
|
|
6
6
|
export default function prebuildExecutor(options: ExpoPrebuildOptions, context: ExecutorContext): AsyncGenerator<ExpoPrebuildOutput>;
|
|
7
7
|
export declare function prebuildAsync(workspaceRoot: string, projectRoot: string, options: ExpoPrebuildOptions): Promise<number>;
|
|
8
|
+
//# sourceMappingURL=prebuild.impl.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prebuild.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/expo/src/executors/prebuild/prebuild.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAwB,MAAM,YAAY,CAAC;AAKnE,OAAO,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAE/C,MAAM,WAAW,kBAAkB;IACjC,OAAO,EAAE,OAAO,CAAC;CAClB;AAID,wBAA+B,gBAAgB,CAC7C,OAAO,EAAE,mBAAmB,EAC5B,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,kBAAkB,CAAC,CAyBpC;AAED,wBAAgB,aAAa,CAC3B,aAAa,EAAE,MAAM,EACrB,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,mBAAmB,GAC3B,OAAO,CAAC,MAAM,CAAC,CAuBjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"run.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/expo/src/executors/run/run.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAS,MAAM,YAAY,CAAC;AAMpD,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAI1C,MAAM,WAAW,aAAa;IAC5B,OAAO,EAAE,OAAO,CAAC;CAClB;AAID,wBAA+B,WAAW,CACxC,OAAO,EAAE,cAAc,EACvB,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,aAAa,CAAC,CAkC/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"is-packager-running.d.ts","sourceRoot":"","sources":["../../../../../../../packages/expo/src/executors/serve/lib/is-packager-running.ts"],"names":[],"mappings":"AAAA,wBAAsB,iBAAiB,CACrC,YAAY,EAAE,MAAM,GACnB,OAAO,CAAC,SAAS,GAAG,aAAa,GAAG,cAAc,CAAC,CAQrD"}
|
|
@@ -8,3 +8,4 @@ export interface ExpoServeOutput {
|
|
|
8
8
|
}
|
|
9
9
|
export default function serveExecutor(options: ExpoServeExecutorSchema, context: ExecutorContext): AsyncGenerator<ExpoServeOutput>;
|
|
10
10
|
export declare function runCliServe(workspaceRoot: string, projectRoot: string, options: ExpoServeExecutorSchema): Promise<ChildProcess>;
|
|
11
|
+
//# sourceMappingURL=serve.impl.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"serve.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/expo/src/executors/serve/serve.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAiB,MAAM,YAAY,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAQ,MAAM,eAAe,CAAC;AAGnD,OAAO,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAC;AAEnD,MAAM,WAAW,eAAe;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,wBAA+B,aAAa,CAC1C,OAAO,EAAE,uBAAuB,EAChC,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,eAAe,CAAC,CA0BjC;AAED,wBAAsB,WAAW,CAC/B,aAAa,EAAE,MAAM,EACrB,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,uBAAuB,GAC/B,OAAO,CAAC,YAAY,CAAC,CAmBvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"start.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/expo/src/executors/start/start.impl.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAiB,MAAM,YAAY,CAAC;AAI5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C,MAAM,WAAW,eAAe;IAC9B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,OAAO,CAAC;CAClB;AAID,wBAA+B,aAAa,CAC1C,OAAO,EAAE,gBAAgB,EACzB,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,eAAe,CAAC,CAmBjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"submit.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/expo/src/executors/submit/submit.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAS,MAAM,YAAY,CAAC;AAMpD,OAAO,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAEhD,MAAM,WAAW,uBAAuB;IACtC,OAAO,EAAE,OAAO,CAAC;CAClB;AAID,wBAA+B,cAAc,CAC3C,OAAO,EAAE,oBAAoB,EAC7B,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,uBAAuB,CAAC,CAazC"}
|
|
@@ -7,3 +7,4 @@ export interface ReactNativeSyncDepsOutput {
|
|
|
7
7
|
export default function syncDepsExecutor(options: ExpoSyncDepsOptions, context: ExecutorContext): AsyncGenerator<ReactNativeSyncDepsOutput>;
|
|
8
8
|
export declare function syncDeps(projectName: string, projectPackageJson: PackageJson, projectPackageJsonPath: string, workspacePackageJson: PackageJson, projectGraph?: ProjectGraph, include?: string[], exclude?: string[], all?: boolean, excludeImplicit?: boolean): Promise<string[]>;
|
|
9
9
|
export declare function displayNewlyAddedDepsMessage(projectName: string, deps: string[]): void;
|
|
10
|
+
//# sourceMappingURL=sync-deps.impl.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sync-deps.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/expo/src/executors/sync-deps/sync-deps.impl.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,eAAe,EACf,YAAY,EAKb,MAAM,YAAY,CAAC;AAEpB,OAAO,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAE/C,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAExD,MAAM,WAAW,yBAAyB;IACxC,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,wBAA+B,gBAAgB,CAC7C,OAAO,EAAE,mBAAmB,EAC5B,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,yBAAyB,CAAC,CAiC3C;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,EACpB,eAAe,GAAE,OAAe,GAC/B,OAAO,CAAC,MAAM,EAAE,CAAC,CAwDnB;AAED,wBAAgB,4BAA4B,CAC1C,WAAW,EAAE,MAAM,EACnB,IAAI,EAAE,MAAM,EAAE,QAcf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/expo/src/executors/update/update.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAS,MAAM,YAAY,CAAC;AAOpD,OAAO,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAEhD,MAAM,WAAW,uBAAuB;IACtC,OAAO,EAAE,OAAO,CAAC;CAClB;AAID,wBAA+B,aAAa,CAC1C,OAAO,EAAE,oBAAoB,EAC7B,OAAO,EAAE,eAAe,GACvB,cAAc,CAAC,uBAAuB,CAAC,CAezC"}
|
|
@@ -3,3 +3,4 @@ import { Schema } from './schema';
|
|
|
3
3
|
export declare function expoApplicationGenerator(host: Tree, schema: Schema): Promise<GeneratorCallback>;
|
|
4
4
|
export declare function expoApplicationGeneratorInternal(host: Tree, schema: Schema): Promise<GeneratorCallback>;
|
|
5
5
|
export default expoApplicationGenerator;
|
|
6
|
+
//# sourceMappingURL=application.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"application.d.ts","sourceRoot":"","sources":["../../../../../../packages/expo/src/generators/application/application.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EAGjB,IAAI,EACL,MAAM,YAAY,CAAC;AAgBpB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAMlC,wBAAsB,wBAAwB,CAC5C,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,iBAAiB,CAAC,CAM5B;AAED,wBAAsB,gCAAgC,CACpD,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,iBAAiB,CAAC,CA8E5B;AAED,eAAe,wBAAwB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-e2e.d.ts","sourceRoot":"","sources":["../../../../../../../packages/expo/src/generators/application/lib/add-e2e.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,iBAAiB,EAGjB,IAAI,EAEL,MAAM,YAAY,CAAC;AAMpB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,wBAAsB,MAAM,CAC1B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,gBAAgB,GACxB,OAAO,CAAC,iBAAiB,CAAC,CA4I5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-eas-scripts.d.ts","sourceRoot":"","sources":["../../../../../../../packages/expo/src/generators/application/lib/add-eas-scripts.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AA4BvC,wBAAgB,aAAa,CAAC,IAAI,EAAE,IAAI,QAMvC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-project.d.ts","sourceRoot":"","sources":["../../../../../../../packages/expo/src/generators/application/lib/add-project.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,IAAI,EAEL,MAAM,YAAY,CAAC;AAIpB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,wBAAgB,UAAU,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,gBAAgB,QAiD/D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-application-files.d.ts","sourceRoot":"","sources":["../../../../../../../packages/expo/src/generators/application/lib/create-application-files.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,IAAI,EACL,MAAM,YAAY,CAAC;AAMpB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,wBAAsB,sBAAsB,CAC1C,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,gBAAgB,iBA0C1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"normalize-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/expo/src/generators/application/lib/normalize-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,IAAI,EAAE,MAAM,YAAY,CAAC;AAMrD,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAEnC,MAAM,WAAW,gBACf,SAAQ,IAAI,CAAC,MAAM,EAAE,MAAM,GAAG,eAAe,CAAC;IAC9C,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,WAAW,EAAE,OAAO,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,OAAO,CAAC;CAC5B;AAED,wBAAsB,gBAAgB,CACpC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,gBAAgB,CAAC,CAkD3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../../../../packages/expo/src/generators/component/component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAML,IAAI,EACL,MAAM,YAAY,CAAC;AAMpB,wBAAsB,sBAAsB,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,iBAStE;AAkED,eAAe,sBAAsB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-import.d.ts","sourceRoot":"","sources":["../../../../../../../packages/expo/src/generators/component/lib/add-import.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,YAAY,CAAC;AACjC,OAAO,EAAc,YAAY,EAAE,MAAM,YAAY,CAAC;AAEtD,wBAAgB,SAAS,CACvB,MAAM,EAAE,EAAE,CAAC,UAAU,EACrB,SAAS,EAAE,MAAM,GAChB,YAAY,EAAE,CAoBhB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"normalize-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/expo/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,aAAa,EAAE,MAAM,CAAC;IACtB,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,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,CA6C3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"convert-to-inferred.d.ts","sourceRoot":"","sources":["../../../../../../packages/expo/src/generators/convert-to-inferred/convert-to-inferred.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AAiBpB,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,uBAgIlE;AAiBD,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"post-target-transformer.d.ts","sourceRoot":"","sources":["../../../../../../../packages/expo/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,EAAE,CACd,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,GAAG,EACZ,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,aAAa,KACzB,IAAI,IAGP,QAAQ,mBAAmB,EAC3B,MAAM,IAAI,EACV,gBAAgB;IAAE,WAAW,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,EACrD,6BAA6B,mBAAmB,8BAgDnD"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import type { Tree } from '@nx/devkit';
|
|
2
2
|
import type { AggregatedLog } from '@nx/devkit/src/generators/plugin-migrations/aggregate-log-util';
|
|
3
3
|
export declare function processBuildOptions(tree: Tree, options: any, projectName: string, projectRoot: string, migrationLogs: AggregatedLog): void;
|
|
4
|
+
//# sourceMappingURL=process-build-options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"process-build-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/expo/src/generators/convert-to-inferred/lib/process-build-options.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gEAAgE,CAAC;AAGpG,wBAAgB,mBAAmB,CACjC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,GAAG,EACZ,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,aAAa,GAC3B,IAAI,CAaN"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import type { Tree } from '@nx/devkit';
|
|
2
2
|
import type { AggregatedLog } from '@nx/devkit/src/generators/plugin-migrations/aggregate-log-util';
|
|
3
3
|
export declare function processExportOptions(tree: Tree, options: any, projectName: string, projectRoot: string, migrationLogs: AggregatedLog): void;
|
|
4
|
+
//# sourceMappingURL=process-export-options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"process-export-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/expo/src/generators/convert-to-inferred/lib/process-export-options.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAEvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gEAAgE,CAAC;AAGpG,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,GAAG,EACZ,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,aAAa,QAqB7B"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import type { Tree } from '@nx/devkit';
|
|
2
2
|
import type { AggregatedLog } from '@nx/devkit/src/generators/plugin-migrations/aggregate-log-util';
|
|
3
3
|
export declare function processGenericOptions(_tree: Tree, options: any, _projectName: string, _projectRoot: string, _migrationLogs: AggregatedLog): void;
|
|
4
|
+
//# sourceMappingURL=process-generic-options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"process-generic-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/expo/src/generators/convert-to-inferred/lib/process-generic-options.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gEAAgE,CAAC;AAEpG,wBAAgB,qBAAqB,CACnC,KAAK,EAAE,IAAI,EACX,OAAO,EAAE,GAAG,EACZ,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,cAAc,EAAE,aAAa,QAc9B"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import type { Tree } from '@nx/devkit';
|
|
2
2
|
import type { AggregatedLog } from '@nx/devkit/src/generators/plugin-migrations/aggregate-log-util';
|
|
3
3
|
export declare function processInstallOptions(tree: Tree, options: any, projectName: string, projectRoot: string, migrationLogs: AggregatedLog): void;
|
|
4
|
+
//# sourceMappingURL=process-install-options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"process-install-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/expo/src/generators/convert-to-inferred/lib/process-install-options.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gEAAgE,CAAC;AAGpG,wBAAgB,qBAAqB,CACnC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,GAAG,EACZ,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,aAAa,GAC3B,IAAI,CAYN"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import type { Tree } from '@nx/devkit';
|
|
2
2
|
import type { AggregatedLog } from '@nx/devkit/src/generators/plugin-migrations/aggregate-log-util';
|
|
3
3
|
export declare function processPrebuildOptions(tree: Tree, options: any, projectName: string, projectRoot: string, migrationLogs: AggregatedLog): void;
|
|
4
|
+
//# sourceMappingURL=process-prebuild-options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"process-prebuild-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/expo/src/generators/convert-to-inferred/lib/process-prebuild-options.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gEAAgE,CAAC;AAGpG,wBAAgB,sBAAsB,CACpC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,GAAG,EACZ,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,aAAa,GAC3B,IAAI,CAQN"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import type { Tree } from '@nx/devkit';
|
|
2
2
|
import type { AggregatedLog } from '@nx/devkit/src/generators/plugin-migrations/aggregate-log-util';
|
|
3
3
|
export declare function processRunOptions(_tree: Tree, options: any, projectName: string, _projectRoot: string, migrationLogs: AggregatedLog): void;
|
|
4
|
+
//# sourceMappingURL=process-run-options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"process-run-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/expo/src/generators/convert-to-inferred/lib/process-run-options.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gEAAgE,CAAC;AAEpG,wBAAgB,iBAAiB,CAC/B,KAAK,EAAE,IAAI,EACX,OAAO,EAAE,GAAG,EACZ,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,aAAa,EAAE,aAAa,QA8B7B"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import type { Tree } from '@nx/devkit';
|
|
2
2
|
import type { AggregatedLog } from '@nx/devkit/src/generators/plugin-migrations/aggregate-log-util';
|
|
3
3
|
export declare function processServeOptions(tree: Tree, options: any, projectName: string, projectRoot: string, migrationLogs: AggregatedLog): void;
|
|
4
|
+
//# sourceMappingURL=process-serve-options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"process-serve-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/expo/src/generators/convert-to-inferred/lib/process-serve-options.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gEAAgE,CAAC;AAGpG,wBAAgB,mBAAmB,CACjC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,GAAG,EACZ,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,aAAa,QAS7B"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import type { Tree } from '@nx/devkit';
|
|
2
2
|
import type { AggregatedLog } from '@nx/devkit/src/generators/plugin-migrations/aggregate-log-util';
|
|
3
3
|
export declare function processStartOptions(tree: Tree, options: any, projectName: string, projectRoot: string, migrationLogs: AggregatedLog): void;
|
|
4
|
+
//# sourceMappingURL=process-start-options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"process-start-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/expo/src/generators/convert-to-inferred/lib/process-start-options.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gEAAgE,CAAC;AAGpG,wBAAgB,mBAAmB,CACjC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,GAAG,EACZ,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,aAAa,QAS7B"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import type { Tree } from '@nx/devkit';
|
|
2
2
|
import type { AggregatedLog } from '@nx/devkit/src/generators/plugin-migrations/aggregate-log-util';
|
|
3
3
|
export declare function processSubmitOptions(tree: Tree, options: any, projectName: string, projectRoot: string, migrationLogs: AggregatedLog): void;
|
|
4
|
+
//# sourceMappingURL=process-submit-options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"process-submit-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/expo/src/generators/convert-to-inferred/lib/process-submit-options.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gEAAgE,CAAC;AAGpG,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,GAAG,EACZ,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,aAAa,QAc7B"}
|
|
@@ -4,3 +4,4 @@ export declare function expoInitGenerator(tree: Tree, schema: Schema): Promise<G
|
|
|
4
4
|
export declare function expoInitGeneratorInternal(host: Tree, schema: Schema): Promise<GeneratorCallback>;
|
|
5
5
|
export declare function updateDependencies(host: Tree, schema: Schema): GeneratorCallback;
|
|
6
6
|
export default expoInitGenerator;
|
|
7
|
+
//# sourceMappingURL=init.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../../../../../packages/expo/src/generators/init/init.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,iBAAiB,EAIjB,IAAI,EACL,MAAM,YAAY,CAAC;AAapB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,8BAE3D;AAED,wBAAsB,yBAAyB,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,8BAwDzE;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,qBAgB5D;AAMD,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-git-ignore-entry.d.ts","sourceRoot":"","sources":["../../../../../../../packages/expo/src/generators/init/lib/add-git-ignore-entry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,IAAI,EAAE,MAAM,YAAY,CAAC;AAG1C,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,IAAI,QAa3C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gitignore-entries.d.ts","sourceRoot":"","sources":["../../../../../../../packages/expo/src/generators/init/lib/gitignore-entries.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB,8IAenC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"normalize-options.d.ts","sourceRoot":"","sources":["../../../../../../../packages/expo/src/generators/library/lib/normalize-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,IAAI,EAAE,MAAM,YAAY,CAAC;AAK9C,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAGnC,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,MAAM,EAAE,MAAM,CAAC;IAC5D,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,uBAAuB,EAAE,OAAO,CAAC;CAClC;AAED,wBAAsB,gBAAgB,CACpC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,gBAAgB,CAAC,CAyC3B"}
|
|
@@ -3,3 +3,4 @@ import { Schema } from './schema';
|
|
|
3
3
|
export declare function expoLibraryGenerator(host: Tree, schema: Schema): Promise<GeneratorCallback>;
|
|
4
4
|
export declare function expoLibraryGeneratorInternal(host: Tree, schema: Schema): Promise<GeneratorCallback>;
|
|
5
5
|
export default expoLibraryGenerator;
|
|
6
|
+
//# sourceMappingURL=library.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"library.d.ts","sourceRoot":"","sources":["../../../../../../packages/expo/src/generators/library/library.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,iBAAiB,EAOjB,IAAI,EAGL,MAAM,YAAY,CAAC;AAWpB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAgBlC,wBAAsB,oBAAoB,CACxC,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,iBAAiB,CAAC,CAM5B;AAED,wBAAsB,4BAA4B,CAChD,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,iBAAiB,CAAC,CA4G5B;AA+JD,eAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-webpack-to-metro.d.ts","sourceRoot":"","sources":["../../../../../../packages/expo/src/migrations/update-19-0-0/change-webpack-to-metro.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EAKL,MAAM,YAAY,CAAC;AAEpB;;;;GAIG;AACH,wBAA8B,MAAM,CAAC,IAAI,EAAE,IAAI,iBA0B9C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-deprecated-webpack-config.d.ts","sourceRoot":"","sources":["../../../../../../packages/expo/src/migrations/update-19-2-0/remove-deprecated-webpack-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAe,MAAM,YAAY,CAAC;AAG/C;;;GAGG;AACH,wBAA8B,MAAM,CAAC,IAAI,EAAE,IAAI,iBAU9C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-eas-pre-install.d.ts","sourceRoot":"","sources":["../../../../../../packages/expo/src/migrations/update-19-7-0/remove-eas-pre-install.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAmC,MAAM,YAAY,CAAC;AAGnE;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,IAAI,EAAE,IAAI,QAexC"}
|
package/src/utils/add-jest.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { Tree } from '@nx/devkit';
|
|
2
2
|
export declare function addJest(host: Tree, unitTestRunner: 'jest' | 'none', projectName: string, appProjectRoot: string, js: boolean, skipPackageJson: boolean, addPlugin: boolean): Promise<import("@nx/devkit").GeneratorCallback>;
|
|
3
|
+
//# sourceMappingURL=add-jest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-jest.d.ts","sourceRoot":"","sources":["../../../../../packages/expo/src/utils/add-jest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAkB,MAAM,YAAY,CAAC;AAGlD,wBAAsB,OAAO,CAC3B,IAAI,EAAE,IAAI,EACV,cAAc,EAAE,MAAM,GAAG,MAAM,EAC/B,WAAW,EAAE,MAAM,EACnB,cAAc,EAAE,MAAM,EACtB,EAAE,EAAE,OAAO,EACX,eAAe,EAAE,OAAO,EACxB,SAAS,EAAE,OAAO,mDAgDnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-linting.d.ts","sourceRoot":"","sources":["../../../../../packages/expo/src/utils/add-linting.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,UAAU,EAAwB,MAAM,YAAY,CAAC;AACtE,OAAO,EAEL,iBAAiB,EAEjB,IAAI,EACL,MAAM,YAAY,CAAC;AAWpB,UAAU,gBAAgB;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,wBAAsB,UAAU,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,gBAAgB,8BAsDrE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ensure-dependencies.d.ts","sourceRoot":"","sources":["../../../../../packages/expo/src/utils/ensure-dependencies.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,iBAAiB,EACtB,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AAkBpB,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,IAAI,EACV,cAAc,EAAE,MAAM,GAAG,MAAM,GAC9B,iBAAiB,CAiCnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ensure-node-modules-symlink.d.ts","sourceRoot":"","sources":["../../../../../packages/expo/src/utils/ensure-node-modules-symlink.ts"],"names":[],"mappings":"AAIA;;;;;;;GAOG;AACH,wBAAgB,wBAAwB,CACtC,aAAa,EAAE,MAAM,EACrB,WAAW,EAAE,MAAM,GAClB,IAAI,CAcN"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"find-all-npm-dependencies.d.ts","sourceRoot":"","sources":["../../../../../packages/expo/src/utils/find-all-npm-dependencies.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,YAAY,EAA+B,MAAM,YAAY,CAAC;AAW5E,KAAK,OAAO,GAAG;IACb,eAAe,EAAE,OAAO,CAAC;CAC1B,CAAC;AAEF,wBAAgB,sBAAsB,CACpC,KAAK,EAAE,YAAY,EACnB,WAAW,EAAE,MAAM,EACnB,OAAO,GAAE,OAAoC,EAC7C,IAAI,GAAE,GAAG,CAAC,MAAM,CAAqB,GACpC,MAAM,EAAE,CAqBV"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"has-expo-plugin.d.ts","sourceRoot":"","sources":["../../../../../packages/expo/src/utils/has-expo-plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,IAAI,EAAE,MAAM,YAAY,CAAC;AAE9C,wBAAgB,aAAa,CAAC,IAAI,EAAE,IAAI,WAOvC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"init-root-babel-config.d.ts","sourceRoot":"","sources":["../../../../../packages/expo/src/utils/init-root-babel-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAa,MAAM,YAAY,CAAC;AAE7C,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,IAAI,QAQ7C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pod-install-task.d.ts","sourceRoot":"","sources":["../../../../../packages/expo/src/utils/pod-install-task.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iBAAiB,EAAU,MAAM,YAAY,CAAC;AAavD;;;;GAIG;AACH,wBAAgB,aAAa,CAC3B,YAAY,EAAE,MAAM,EACpB,OAAO,GAAE,OAAc,EACvB,OAAO,GAAE;IACP,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;CAKtB,GACA,iBAAiB,CAgBnB;AAED,wBAAgB,UAAU,CACxB,YAAY,EAAE,MAAM,EACpB,OAAO,GAAE;IACP,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;CAKtB,QAwBF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resolve-eas.d.ts","sourceRoot":"","sources":["../../../../../packages/expo/src/utils/resolve-eas.ts"],"names":[],"mappings":"AAEA,wBAAgB,UAAU,CAAC,aAAa,EAAE,MAAM,GAAG,MAAM,CAkCxD"}
|
package/src/utils/versions.d.ts
CHANGED
|
@@ -18,3 +18,4 @@ export declare const testingLibraryReactNativeVersion = "~12.9.0";
|
|
|
18
18
|
export declare const testingLibraryJestNativeVersion = "~5.4.3";
|
|
19
19
|
export declare const jestExpoVersion = "~52.0.2";
|
|
20
20
|
export declare const babelRuntimeVersion = "~7.26.0";
|
|
21
|
+
//# sourceMappingURL=versions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"versions.d.ts","sourceRoot":"","sources":["../../../../../packages/expo/src/utils/versions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,KAAwC,CAAC;AAE/D,eAAO,MAAM,WAAW,aAAa,CAAC;AACtC,eAAO,MAAM,uBAAuB,aAAa,CAAC;AAClD,eAAO,MAAM,oBAAoB,WAAW,CAAC;AAC7C,eAAO,MAAM,cAAc,YAAY,CAAC;AACxC,eAAO,MAAM,sBAAsB,YAAY,CAAC;AAEhD,eAAO,MAAM,YAAY,YAAY,CAAC;AACtC,eAAO,MAAM,eAAe,YAAY,CAAC;AACzC,eAAO,MAAM,wBAAwB,YAAY,CAAC;AAClD,eAAO,MAAM,iBAAiB,aAAa,CAAC;AAE5C,eAAO,MAAM,kBAAkB,WAAW,CAAC;AAC3C,eAAO,MAAM,qBAAqB,aAAa,CAAC;AAEhD,eAAO,MAAM,sBAAsB,YAAY,CAAC;AAChD,eAAO,MAAM,uBAAuB,WAAW,CAAC;AAEhD,eAAO,MAAM,gCAAgC,WAAW,CAAC;AACzD,eAAO,MAAM,qBAAqB,YAAY,CAAC;AAE/C,eAAO,MAAM,gCAAgC,YAAY,CAAC;AAC1D,eAAO,MAAM,+BAA+B,WAAW,CAAC;AACxD,eAAO,MAAM,eAAe,YAAY,CAAC;AAEzC,eAAO,MAAM,mBAAmB,YAAY,CAAC"}
|
package/tsconfig.json
DELETED
package/tsconfig.lib.json
DELETED
package/tsconfig.spec.json
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "./tsconfig.json",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"outDir": "../../dist/out-tsc",
|
|
5
|
-
"module": "commonjs",
|
|
6
|
-
"types": ["jest", "node"]
|
|
7
|
-
},
|
|
8
|
-
"include": [
|
|
9
|
-
"**/*.spec.ts",
|
|
10
|
-
"**/*.test.ts",
|
|
11
|
-
"**/*.spec.tsx",
|
|
12
|
-
"**/*.test.tsx",
|
|
13
|
-
"**/*.spec.js",
|
|
14
|
-
"**/*.test.js",
|
|
15
|
-
"**/*.spec.jsx",
|
|
16
|
-
"**/*.test.jsx",
|
|
17
|
-
"**/*.d.ts",
|
|
18
|
-
"jest.config.ts"
|
|
19
|
-
]
|
|
20
|
-
}
|