Skip to content

Commit

Permalink
feat: update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondfeng committed Sep 28, 2018
1 parent 8e10536 commit d16e94b
Show file tree
Hide file tree
Showing 45 changed files with 584 additions and 302 deletions.
19 changes: 17 additions & 2 deletions benchmark/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,22 @@
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../packages/build/config/tsconfig.common.json",
"compilerOptions": {
"rootDir": "."
"rootDir": ".",
"composite": true,
"target": "es2018",
"outDir": "dist10"
},
"include": ["index.ts", "src", "test"]
"include": [
"index.ts",
"src",
"test"
],
"references": [
{
"path": "../packages/testlab/tsconfig.build.json"
},
{
"path": "../examples/todo/tsconfig.build.json"
}
]
}
2 changes: 1 addition & 1 deletion examples/hello-world/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

export * from './dist8';
export * from './dist10';
22 changes: 20 additions & 2 deletions examples/hello-world/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,25 @@
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "./node_modules/@loopback/build/config/tsconfig.common.json",
"compilerOptions": {
"rootDir": "."
"rootDir": ".",
"composite": true,
"target": "es2018",
"outDir": "dist10"
},
"include": ["index.ts", "src", "test"]
"include": [
"index.ts",
"src",
"test"
],
"references": [
{
"path": "../../packages/testlab/tsconfig.build.json"
},
{
"path": "../../packages/core/tsconfig.build.json"
},
{
"path": "../../packages/rest/tsconfig.build.json"
}
]
}
2 changes: 1 addition & 1 deletion examples/log-extension/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

export * from './dist8';
export * from './dist10';
28 changes: 26 additions & 2 deletions examples/log-extension/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,31 @@
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "./node_modules/@loopback/build/config/tsconfig.common.json",
"compilerOptions": {
"rootDir": "."
"rootDir": ".",
"composite": true,
"target": "es2018",
"outDir": "dist10"
},
"include": ["index.ts", "src", "test"]
"include": [
"index.ts",
"src",
"test"
],
"references": [
{
"path": "../../packages/testlab/tsconfig.build.json"
},
{
"path": "../../packages/context/tsconfig.build.json"
},
{
"path": "../../packages/core/tsconfig.build.json"
},
{
"path": "../../packages/openapi-v3/tsconfig.build.json"
},
{
"path": "../../packages/rest/tsconfig.build.json"
}
]
}
2 changes: 1 addition & 1 deletion examples/rpc-server/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

export * from './dist8';
export * from './dist10';
2 changes: 1 addition & 1 deletion examples/soap-calculator/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// Node module: @loopback/example-soap-calculator
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT
export * from './dist8';
export * from './dist10';
37 changes: 35 additions & 2 deletions examples/soap-calculator/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,40 @@
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "./node_modules/@loopback/build/config/tsconfig.common.json",
"compilerOptions": {
"rootDir": "."
"rootDir": ".",
"composite": true,
"target": "es2018",
"outDir": "dist10"
},
"include": ["index.ts", "src", "test"]
"include": [
"index.ts",
"src",
"test"
],
"references": [
{
"path": "../../packages/testlab/tsconfig.build.json"
},
{
"path": "../../packages/boot/tsconfig.build.json"
},
{
"path": "../../packages/context/tsconfig.build.json"
},
{
"path": "../../packages/core/tsconfig.build.json"
},
{
"path": "../../packages/openapi-v3/tsconfig.build.json"
},
{
"path": "../../packages/repository/tsconfig.build.json"
},
{
"path": "../../packages/rest/tsconfig.build.json"
},
{
"path": "../../packages/service-proxy/tsconfig.build.json"
}
]
}
2 changes: 1 addition & 1 deletion examples/todo-list/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

export * from './dist8';
export * from './dist10';
43 changes: 41 additions & 2 deletions examples/todo-list/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,46 @@
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "./node_modules/@loopback/build/config/tsconfig.common.json",
"compilerOptions": {
"rootDir": "."
"rootDir": ".",
"composite": true,
"target": "es2018",
"outDir": "dist10"
},
"include": ["index.ts", "src", "test"]
"include": [
"index.ts",
"src",
"test"
],
"references": [
{
"path": "../../packages/http-caching-proxy/tsconfig.build.json"
},
{
"path": "../../packages/testlab/tsconfig.build.json"
},
{
"path": "../../packages/boot/tsconfig.build.json"
},
{
"path": "../../packages/context/tsconfig.build.json"
},
{
"path": "../../packages/core/tsconfig.build.json"
},
{
"path": "../../packages/openapi-v3/tsconfig.build.json"
},
{
"path": "../../packages/openapi-v3-types/tsconfig.build.json"
},
{
"path": "../../packages/repository/tsconfig.build.json"
},
{
"path": "../../packages/rest/tsconfig.build.json"
},
{
"path": "../../packages/service-proxy/tsconfig.build.json"
}
]
}
2 changes: 1 addition & 1 deletion examples/todo/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

export * from './dist8';
export * from './dist10';
43 changes: 41 additions & 2 deletions examples/todo/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,46 @@
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "./node_modules/@loopback/build/config/tsconfig.common.json",
"compilerOptions": {
"rootDir": "."
"rootDir": ".",
"composite": true,
"target": "es2018",
"outDir": "dist10"
},
"include": ["index.ts", "src", "test"]
"include": [
"index.ts",
"src",
"test"
],
"references": [
{
"path": "../../packages/http-caching-proxy/tsconfig.build.json"
},
{
"path": "../../packages/testlab/tsconfig.build.json"
},
{
"path": "../../packages/boot/tsconfig.build.json"
},
{
"path": "../../packages/context/tsconfig.build.json"
},
{
"path": "../../packages/core/tsconfig.build.json"
},
{
"path": "../../packages/openapi-v3/tsconfig.build.json"
},
{
"path": "../../packages/openapi-v3-types/tsconfig.build.json"
},
{
"path": "../../packages/repository/tsconfig.build.json"
},
{
"path": "../../packages/rest/tsconfig.build.json"
},
{
"path": "../../packages/service-proxy/tsconfig.build.json"
}
]
}
2 changes: 1 addition & 1 deletion packages/authentication/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

export * from './dist8';
export * from './dist10';
34 changes: 32 additions & 2 deletions packages/authentication/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,37 @@
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../build/config/tsconfig.common.json",
"compilerOptions": {
"rootDir": "."
"rootDir": ".",
"composite": true,
"target": "es2018",
"outDir": "dist10"
},
"include": ["index.ts", "src", "test"]
"include": [
"index.ts",
"src",
"test"
],
"references": [
{
"path": "../openapi-spec-builder/tsconfig.build.json"
},
{
"path": "../testlab/tsconfig.build.json"
},
{
"path": "../context/tsconfig.build.json"
},
{
"path": "../core/tsconfig.build.json"
},
{
"path": "../metadata/tsconfig.build.json"
},
{
"path": "../openapi-v3/tsconfig.build.json"
},
{
"path": "../rest/tsconfig.build.json"
}
]
}
2 changes: 1 addition & 1 deletion packages/boot/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

export * from './dist8';
export * from './dist10';
34 changes: 32 additions & 2 deletions packages/boot/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,37 @@
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../build/config/tsconfig.common.json",
"compilerOptions": {
"rootDir": "."
"rootDir": ".",
"composite": true,
"target": "es2018",
"outDir": "dist10"
},
"include": ["index.ts", "src", "test"]
"include": [
"index.ts",
"src",
"test"
],
"references": [
{
"path": "../openapi-v3/tsconfig.build.json"
},
{
"path": "../rest/tsconfig.build.json"
},
{
"path": "../testlab/tsconfig.build.json"
},
{
"path": "../context/tsconfig.build.json"
},
{
"path": "../core/tsconfig.build.json"
},
{
"path": "../repository/tsconfig.build.json"
},
{
"path": "../service-proxy/tsconfig.build.json"
}
]
}
2 changes: 1 addition & 1 deletion packages/context/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

export * from './dist8';
export * from './dist10';
19 changes: 17 additions & 2 deletions packages/context/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,22 @@
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../build/config/tsconfig.common.json",
"compilerOptions": {
"rootDir": "."
"rootDir": ".",
"composite": true,
"target": "es2018",
"outDir": "dist10"
},
"include": ["index.ts", "src", "test"]
"include": [
"index.ts",
"src",
"test"
],
"references": [
{
"path": "../testlab/tsconfig.build.json"
},
{
"path": "../metadata/tsconfig.build.json"
}
]
}
2 changes: 1 addition & 1 deletion packages/core/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

export * from './dist8';
export * from './dist10';
Loading

0 comments on commit d16e94b

Please sign in to comment.