forked from cardano-foundation/cardano-graphql
-
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.
Converts to a monorepo (yarn workspace), with packages creating separ…
…ation between the API segments and server implementation, with utilities and dev utilities also isolated. - The TypeScript project is now optimised with test code moved out of source
- Loading branch information
Showing
205 changed files
with
7,945 additions
and
10,498 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
src/graphql_types.ts | ||
src/generated_packages/TypeScript/index.ts | ||
.eslintrc.js | ||
*.d.ts | ||
graphql_types.ts | ||
*jest.config.js |
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,17 @@ | ||
module.exports = { | ||
"parser": "@typescript-eslint/parser", | ||
"extends": [ | ||
"standard" | ||
], | ||
"plugins": [ | ||
"@typescript-eslint" | ||
], | ||
"rules": { | ||
"no-unused-vars": 0, | ||
"linebreak-style": [ | ||
2, | ||
"unix" | ||
], | ||
"no-unused-expressions": 0 | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,11 +1,10 @@ | ||
.idea | ||
.npmrc | ||
.nyc_output | ||
coverage | ||
dist | ||
generated_packages/TypeScript/index.ts | ||
node_modules | ||
*.npmrc | ||
*.nyc_output | ||
*coverage | ||
*d.ts | ||
*dist/ | ||
lerna-debug.log | ||
*node_modules/ | ||
result* | ||
src/graphql_types.ts | ||
tsconfig.tsbuildinfo | ||
yarn-error.log | ||
*yarn-error.log |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.