Skip to content

Commit

Permalink
exclude JSON test data out of published TS configs
Browse files Browse the repository at this point in the history
  • Loading branch information
akphi committed Jun 1, 2022
1 parent 4709688 commit 1885a4b
Show file tree
Hide file tree
Showing 27 changed files with 58 additions and 151 deletions.
32 changes: 32 additions & 0 deletions .changeset/dirty-badgers-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
'@finos/legend-application': patch
'@finos/legend-art': patch
'@finos/legend-dev-utils': patch
'@finos/legend-extension-dsl-data-space': patch
'@finos/legend-extension-dsl-diagram': patch
'@finos/legend-extension-dsl-persistence': patch
'@finos/legend-extension-dsl-text': patch
'@finos/legend-extension-external-format-json-schema': patch
'@finos/legend-extension-external-language-morphir': patch
'@finos/legend-extension-external-store-service': patch
'@finos/legend-extension-mapping-generation': patch
'@finos/legend-graph': patch
'@finos/legend-graph-extension-collection': patch
'@finos/legend-manual-tests': patch
'@finos/legend-model-storage': patch
'@finos/legend-query': patch
'@finos/legend-query-app': patch
'@finos/legend-query-deployment': patch
'@finos/legend-server-depot': patch
'@finos/legend-server-sdlc': patch
'@finos/legend-shared': patch
'@finos/legend-studio': patch
'@finos/legend-studio-app': patch
'@finos/legend-studio-deployment': patch
'@finos/legend-studio-extension-management-toolkit': patch
'@finos/legend-studio-extension-query-builder': patch
'@finos/legend-taxonomy': patch
'@finos/legend-taxonomy-app': patch
'@finos/legend-taxonomy-deployment': patch
'@finos/legend-tracer-extension-zipkin': patch
---
2 changes: 1 addition & 1 deletion fixtures/legend-mock-server/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"compilerOptions": {
"tsBuildInfoFile": "build/prod.tsbuildinfo"
},
"exclude": ["src/**/__tests__/**/*.ts", "src/**/__mocks__/**/*.ts"]
"exclude": ["src/**/__tests__/**/*.*", "src/**/__mocks__/**/*.*"]
}
7 changes: 1 addition & 6 deletions packages/legend-application/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
"tsBuildInfoFile": "build/prod.tsbuildinfo",
"jsx": "react-jsx"
},
"exclude": [
"src/**/__tests__/**/*.ts",
"src/**/__tests__/**/*.tsx",
"src/**/__mocks__/**/*.ts",
"src/**/__mocks__/**/*.tsx"
],
"exclude": ["src/**/__tests__/**/*.*", "src/**/__mocks__/**/*.*"],
"references": [
{ "path": "../legend-shared/tsconfig.build.json" },
{ "path": "../legend-art/tsconfig.build.json" },
Expand Down
7 changes: 1 addition & 6 deletions packages/legend-art/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
"tsBuildInfoFile": "build/prod.tsbuildinfo",
"jsx": "react-jsx"
},
"exclude": [
"src/**/__tests__/**/*.ts",
"src/**/__tests__/**/*.tsx",
"src/**/__mocks__/**/*.ts",
"src/**/__mocks__/**/*.tsx"
],
"exclude": ["src/**/__tests__/**/*.*", "src/**/__mocks__/**/*.*"],
"references": [{ "path": "../legend-shared/tsconfig.build.json" }]
}
7 changes: 1 addition & 6 deletions packages/legend-extension-dsl-data-space/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
"tsBuildInfoFile": "build/prod.tsbuildinfo",
"jsx": "react-jsx"
},
"exclude": [
"src/**/__tests__/**/*.ts",
"src/**/__tests__/**/*.tsx",
"src/**/__mocks__/**/*.ts",
"src/**/__mocks__/**/*.tsx"
],
"exclude": ["src/**/__tests__/**/*.*", "src/**/__mocks__/**/*.*"],
"references": [
{ "path": "./tsconfig.package.json" },
{ "path": "../legend-graph/tsconfig.build.json" },
Expand Down
7 changes: 1 addition & 6 deletions packages/legend-extension-dsl-diagram/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
"tsBuildInfoFile": "build/prod.tsbuildinfo",
"jsx": "react-jsx"
},
"exclude": [
"src/**/__tests__/**/*.ts",
"src/**/__tests__/**/*.tsx",
"src/**/__mocks__/**/*.ts",
"src/**/__mocks__/**/*.tsx"
],
"exclude": ["src/**/__tests__/**/*.*", "src/**/__mocks__/**/*.*"],
"references": [
{ "path": "./tsconfig.package.json" },
{ "path": "../legend-graph/tsconfig.build.json" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
"tsBuildInfoFile": "build/prod.tsbuildinfo",
"jsx": "react-jsx"
},
"exclude": [
"src/**/__tests__/**/*.ts",
"src/**/__tests__/**/*.tsx",
"src/**/__mocks__/**/*.ts",
"src/**/__mocks__/**/*.tsx"
],
"exclude": ["src/**/__tests__/**/*.*", "src/**/__mocks__/**/*.*"],
"references": [
{ "path": "./tsconfig.package.json" },
{ "path": "../legend-art/tsconfig.build.json" },
Expand Down
7 changes: 1 addition & 6 deletions packages/legend-extension-dsl-text/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
"tsBuildInfoFile": "build/prod.tsbuildinfo",
"jsx": "react-jsx"
},
"exclude": [
"src/**/__tests__/**/*.ts",
"src/**/__tests__/**/*.tsx",
"src/**/__mocks__/**/*.ts",
"src/**/__mocks__/**/*.tsx"
],
"exclude": ["src/**/__tests__/**/*.*", "src/**/__mocks__/**/*.*"],
"references": [
{ "path": "./tsconfig.package.json" },
{ "path": "../legend-graph/tsconfig.build.json" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
"tsBuildInfoFile": "build/prod.tsbuildinfo",
"jsx": "react-jsx"
},
"exclude": [
"src/**/__tests__/**/*.ts",
"src/**/__tests__/**/*.tsx",
"src/**/__mocks__/**/*.ts",
"src/**/__mocks__/**/*.tsx"
],
"exclude": ["src/**/__tests__/**/*.*", "src/**/__mocks__/**/*.*"],
"references": [
{ "path": "./tsconfig.package.json" },
{ "path": "../legend-graph/tsconfig.build.json" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
"tsBuildInfoFile": "build/prod.tsbuildinfo",
"jsx": "react-jsx"
},
"exclude": [
"src/**/__tests__/**/*.ts",
"src/**/__tests__/**/*.tsx",
"src/**/__mocks__/**/*.ts",
"src/**/__mocks__/**/*.tsx"
],
"exclude": ["src/**/__tests__/**/*.*", "src/**/__mocks__/**/*.*"],
"references": [
{ "path": "./tsconfig.package.json" },
{ "path": "../legend-shared/tsconfig.build.json" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
"tsBuildInfoFile": "build/prod.tsbuildinfo",
"jsx": "react-jsx"
},
"exclude": [
"src/**/__tests__/**/*.ts",
"src/**/__tests__/**/*.tsx",
"src/**/__mocks__/**/*.ts",
"src/**/__mocks__/**/*.tsx"
],
"exclude": ["src/**/__tests__/**/*.*", "src/**/__mocks__/**/*.*"],
"references": [
{ "path": "./tsconfig.package.json" },
{ "path": "../legend-graph/tsconfig.build.json" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
"tsBuildInfoFile": "build/prod.tsbuildinfo",
"jsx": "react-jsx"
},
"exclude": [
"src/**/__tests__/**/*.ts",
"src/**/__tests__/**/*.tsx",
"src/**/__mocks__/**/*.ts",
"src/**/__mocks__/**/*.tsx"
],
"exclude": ["src/**/__tests__/**/*.*", "src/**/__mocks__/**/*.*"],
"references": [
{ "path": "./tsconfig.package.json" },
{ "path": "../legend-shared/tsconfig.build.json" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
"tsBuildInfoFile": "build/prod.tsbuildinfo",
"jsx": "react-jsx"
},
"exclude": [
"src/**/__tests__/**/*.ts",
"src/**/__tests__/**/*.tsx",
"src/**/__mocks__/**/*.ts",
"src/**/__mocks__/**/*.tsx"
],
"exclude": ["src/**/__tests__/**/*.*", "src/**/__mocks__/**/*.*"],
"references": [
{ "path": "../legend-shared/tsconfig.build.json" },
{ "path": "../legend-graph/tsconfig.build.json" },
Expand Down
7 changes: 1 addition & 6 deletions packages/legend-graph/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
"tsBuildInfoFile": "build/prod.tsbuildinfo",
"jsx": "react-jsx"
},
"exclude": [
"src/**/__tests__/**/*.ts",
"src/**/__tests__/**/*.tsx",
"src/**/__mocks__/**/*.ts",
"src/**/__mocks__/**/*.tsx"
],
"exclude": ["src/**/__tests__/**/*.*", "src/**/__mocks__/**/*.*"],
"references": [
{ "path": "./tsconfig.package.json" },
{ "path": "../legend-shared/tsconfig.build.json" },
Expand Down
7 changes: 1 addition & 6 deletions packages/legend-model-storage/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
"compilerOptions": {
"tsBuildInfoFile": "build/prod.tsbuildinfo"
},
"exclude": [
"src/**/__tests__/**/*.ts",
"src/**/__tests__/**/*.tsx",
"src/**/__mocks__/**/*.ts",
"src/**/__mocks__/**/*.tsx"
],
"exclude": ["src/**/__tests__/**/*.*", "src/**/__mocks__/**/*.*"],
"references": [{ "path": "../legend-shared/tsconfig.build.json" }]
}
7 changes: 1 addition & 6 deletions packages/legend-query-app/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
"tsBuildInfoFile": "build/prod.tsbuildinfo",
"jsx": "react-jsx"
},
"exclude": [
"src/**/__tests__/**/*.ts",
"src/**/__tests__/**/*.tsx",
"src/**/__mocks__/**/*.ts",
"src/**/__mocks__/**/*.tsx"
],
"exclude": ["src/**/__tests__/**/*.*", "src/**/__mocks__/**/*.*"],
"references": [
{ "path": "../legend-shared/tsconfig.build.json" },
{ "path": "../legend-application/tsconfig.build.json" },
Expand Down
7 changes: 1 addition & 6 deletions packages/legend-query/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
"tsBuildInfoFile": "build/prod.tsbuildinfo",
"jsx": "react-jsx"
},
"exclude": [
"src/**/__tests__/**/*.ts",
"src/**/__tests__/**/*.tsx",
"src/**/__mocks__/**/*.ts",
"src/**/__mocks__/**/*.tsx"
],
"exclude": ["src/**/__tests__/**/*.*", "src/**/__mocks__/**/*.*"],
"references": [
{ "path": "./tsconfig.package.json" },
{ "path": "../legend-graph/tsconfig.build.json" },
Expand Down
7 changes: 1 addition & 6 deletions packages/legend-server-depot/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
"tsBuildInfoFile": "build/prod.tsbuildinfo",
"jsx": "react-jsx"
},
"exclude": [
"src/**/__tests__/**/*.ts",
"src/**/__tests__/**/*.tsx",
"src/**/__mocks__/**/*.ts",
"src/**/__mocks__/**/*.tsx"
],
"exclude": ["src/**/__tests__/**/*.*", "src/**/__mocks__/**/*.*"],
"references": [
{ "path": "../legend-shared/tsconfig.build.json" },
{ "path": "../legend-model-storage/tsconfig.build.json" }
Expand Down
7 changes: 1 addition & 6 deletions packages/legend-server-sdlc/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
"tsBuildInfoFile": "build/prod.tsbuildinfo",
"jsx": "react-jsx"
},
"exclude": [
"src/**/__tests__/**/*.ts",
"src/**/__tests__/**/*.tsx",
"src/**/__mocks__/**/*.ts",
"src/**/__mocks__/**/*.tsx"
],
"exclude": ["src/**/__tests__/**/*.*", "src/**/__mocks__/**/*.*"],
"references": [
{ "path": "../legend-shared/tsconfig.build.json" },
{ "path": "../legend-model-storage/tsconfig.build.json" }
Expand Down
7 changes: 1 addition & 6 deletions packages/legend-shared/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
"compilerOptions": {
"tsBuildInfoFile": "build/prod.tsbuildinfo"
},
"exclude": [
"src/**/__tests__/**/*.ts",
"src/**/__tests__/**/*.tsx",
"src/**/__mocks__/**/*.ts",
"src/**/__mocks__/**/*.tsx"
],
"exclude": ["src/**/__tests__/**/*.*", "src/**/__mocks__/**/*.*"],
"references": [{ "path": "./tsconfig.package.json" }]
}
7 changes: 1 addition & 6 deletions packages/legend-studio-app/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
"tsBuildInfoFile": "build/prod.tsbuildinfo",
"jsx": "react-jsx"
},
"exclude": [
"src/**/__tests__/**/*.ts",
"src/**/__tests__/**/*.tsx",
"src/**/__mocks__/**/*.ts",
"src/**/__mocks__/**/*.tsx"
],
"exclude": ["src/**/__tests__/**/*.*", "src/**/__mocks__/**/*.*"],
"references": [
{ "path": "../legend-application/tsconfig.build.json" },
{ "path": "../legend-art/tsconfig.build.json" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
"tsBuildInfoFile": "build/prod.tsbuildinfo",
"jsx": "react-jsx"
},
"exclude": [
"src/**/__tests__/**/*.ts",
"src/**/__tests__/**/*.tsx",
"src/**/__mocks__/**/*.ts",
"src/**/__mocks__/**/*.tsx"
],
"exclude": ["src/**/__tests__/**/*.*", "src/**/__mocks__/**/*.*"],
"references": [
{ "path": "./tsconfig.package.json" },
{ "path": "../legend-shared/tsconfig.build.json" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
"tsBuildInfoFile": "build/prod.tsbuildinfo",
"jsx": "react-jsx"
},
"exclude": [
"src/**/__tests__/**/*.ts",
"src/**/__tests__/**/*.tsx",
"src/**/__mocks__/**/*.ts",
"src/**/__mocks__/**/*.tsx"
],
"exclude": ["src/**/__tests__/**/*.*", "src/**/__mocks__/**/*.*"],
"references": [
{ "path": "./tsconfig.package.json" },
{ "path": "../legend-graph/tsconfig.build.json" },
Expand Down
7 changes: 1 addition & 6 deletions packages/legend-studio/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
"tsBuildInfoFile": "build/prod.tsbuildinfo",
"jsx": "react-jsx"
},
"exclude": [
"src/**/__tests__/**/*.ts",
"src/**/__tests__/**/*.tsx",
"src/**/__mocks__/**/*.ts",
"src/**/__mocks__/**/*.tsx"
],
"exclude": ["src/**/__tests__/**/*.*", "src/**/__mocks__/**/*.*"],
"references": [
{ "path": "./tsconfig.package.json" },
{ "path": "../legend-shared/tsconfig.build.json" },
Expand Down
7 changes: 1 addition & 6 deletions packages/legend-taxonomy-app/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
"tsBuildInfoFile": "build/prod.tsbuildinfo",
"jsx": "react-jsx"
},
"exclude": [
"src/**/__tests__/**/*.ts",
"src/**/__tests__/**/*.tsx",
"src/**/__mocks__/**/*.ts",
"src/**/__mocks__/**/*.tsx"
],
"exclude": ["src/**/__tests__/**/*.*", "src/**/__mocks__/**/*.*"],
"references": [
{ "path": "../legend-application/tsconfig.build.json" },
{ "path": "../legend-art/tsconfig.build.json" },
Expand Down
7 changes: 1 addition & 6 deletions packages/legend-taxonomy/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
"tsBuildInfoFile": "build/prod.tsbuildinfo",
"jsx": "react-jsx"
},
"exclude": [
"src/**/__tests__/**/*.ts",
"src/**/__tests__/**/*.tsx",
"src/**/__mocks__/**/*.ts",
"src/**/__mocks__/**/*.tsx"
],
"exclude": ["src/**/__tests__/**/*.*", "src/**/__mocks__/**/*.*"],
"references": [
{ "path": "./tsconfig.package.json" },
{ "path": "../legend-graph/tsconfig.build.json" },
Expand Down
7 changes: 1 addition & 6 deletions packages/legend-tracer-extension-zipkin/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
"compilerOptions": {
"tsBuildInfoFile": "build/prod.tsbuildinfo"
},
"exclude": [
"src/**/__tests__/**/*.ts",
"src/**/__tests__/**/*.tsx",
"src/**/__mocks__/**/*.ts",
"src/**/__mocks__/**/*.tsx"
],
"exclude": ["src/**/__tests__/**/*.*", "src/**/__mocks__/**/*.*"],
"references": [
{ "path": "./tsconfig.package.json" },
{ "path": "../legend-shared/tsconfig.build.json" }
Expand Down

0 comments on commit 1885a4b

Please sign in to comment.