forked from aws-amplify/amplify-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add a typescript coverage report mechanism (aws-amplify#10551)
* feat: add TS coverage report per package (aws-amplify#10379) * feat: add tsconfig file to most of the packages * feat: add tsconfig file per package This change reads a tscong file per package * chore: remove strict flag * feat: get extends compiler options chore: remove third parameter in build * feat: add tsconfig file to each package * refactor: consumes tsconfig file from packages * refactor: add tsconfig file as a third parameter to build.js * feat: add a defaultCompiler to ES5 and ES6 build * chore: remove unused code * feat: add settings json file * fix: remove unsued code * chore: remove unused code * chore: change files tag * refactor: add the right compiler options * chore: update tsconfig.settings file * refactor: delete composite key * refactor: change tsconfig name by tsconfig.build * chore: update tsconfig file path * chore: delete "composite" flag from compilerOptions * feat: add tsconfig file to most of the packages feat: add tsconfig file per package This change reads a tscong file per package chore: remove strict flag feat: get extends compiler options chore: remove third parameter in build feat: add tsconfig file to each package refactor: consumes tsconfig file from packages refactor: add tsconfig file as a third parameter to build.js feat: add a defaultCompiler to ES5 and ES6 build chore: remove unused code feat: add settings json file fix: remove unsued code chore: remove unused code chore: change files tag refactor: add the right compiler options chore: update tsconfig.settings file refactor: delete composite key refactor: change tsconfig name by tsconfig.build chore: update tsconfig file path chore: delete "composite" flag from compilerOptions * feat: add ts-coverage-report as dev dependency * feat: add ts-coverage script per package * feat: add lerna command to run ts-coverage script per package * feat: add tsconfig file to most of the packages * feat: add tsconfig file per package This change reads a tscong file per package * chore: remove strict flag * feat: get extends compiler options chore: remove third parameter in build * feat: add tsconfig file to each package * refactor: consumes tsconfig file from packages * refactor: add tsconfig file as a third parameter to build.js * feat: add a defaultCompiler to ES5 and ES6 build * chore: remove unused code * feat: add settings json file * fix: remove unsued code * chore: remove unused code * chore: change files tag * refactor: add the right compiler options * chore: update tsconfig.settings file * refactor: delete composite key * refactor: change tsconfig name by tsconfig.build * chore: update tsconfig file path * chore: delete "composite" flag from compilerOptions * refactor: remove composite flag * feat: add tsconfig.build.json file to missing packages * feat: add security check to build * chore: delete unused code * refactor: change ts-coverage threshold * chore: delete composite flag * chore: delete ui packages * feat: add src directory for ts-coverage report * chore: change ts-coverage script into lint script * refactor: change ts-coverage threshold per package * fix: add es2020.promise target * chore: add missing "src" flag * feat: add ts-coverage report to notifications * chore: change tsconfig name * chore: add missing importHelpers flag * chore: remove unused code on build * chore: remove extra spacing * chore: change extends path
- Loading branch information
Showing
42 changed files
with
299 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"extends": "../tsconfig.base.json", | ||
"compilerOptions": {}, | ||
"include": ["index.d.ts"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"extends": "../tsconfig.base.json", | ||
"compilerOptions": {}, | ||
"include": ["lib*/**/*.ts", "src"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"extends": "../tsconfig.base.json", | ||
"compilerOptions": {}, | ||
"include": ["lib*/**/*.ts", "src"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"extends": "../tsconfig.base.json", | ||
"compilerOptions": {}, | ||
"include": ["lib*/**/*.ts", "src"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"extends": "../tsconfig.base.json", | ||
"compilerOptions": {}, | ||
"include": ["lib*/**/*.ts", "src"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"extends": "../tsconfig.base.json", | ||
"compilerOptions": {}, | ||
"include": ["lib*/**/*.ts", "src"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"extends": "../tsconfig.base.json", | ||
"compilerOptions": {}, | ||
"include": ["src"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"extends": "../tsconfig.base.json", | ||
"compilerOptions": {}, | ||
"include": ["lib*/**/*.ts", "src"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"extends": "../tsconfig.base.json", | ||
"compilerOptions": {}, | ||
"include": ["lib*/**/*.ts", "src"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"extends": "../tsconfig.base.json", | ||
"compilerOptions": {}, | ||
"include": ["lib*/**/*.ts", "src"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"extends": "../tsconfig.base.json", | ||
"compilerOptions": {}, | ||
"include": ["lib*/**/*.ts", "src"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"extends": "../tsconfig.base.json", | ||
"compilerOptions": {}, | ||
"include": ["lib*/**/*.ts", "src"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"extends": "../tsconfig.base.json", | ||
"compilerOptions": {}, | ||
"include": ["lib*/**/*.ts", "src"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"extends": "../tsconfig.base.json", | ||
"compilerOptions": {}, | ||
"include": ["lib*/**/*.ts", "src"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"extends": "../tsconfig.base.json", | ||
"compilerOptions": {}, | ||
"include": ["lib*/**/*.ts", "src"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"extends": "../tsconfig.base.json", | ||
"compilerOptions": {}, | ||
"include": ["lib*/**/*.ts", "src"] | ||
} |
Oops, something went wrong.