-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use TypeScript and other improvements on feature/apollo-pure (#1723)
* update apollo packages * bye apollo-link-state * fix: jest error by updating jest * mod: Make `yarn codegen` always executable * mod: Take care non-js import in flowconfig * suppress 'sequelize deprecated String based operators' error * suppress 'Please use `require("history").PathUtils' error * refac: make all components functional * Flow to Typescript (#13) * get available port on codegen (#14) * improve tyeps (#15) * refactor typings * remove unnecessary babel plugin * Type models * pass `eslint --ext .ts --ext .tsx` * mod: clear old type defs before codegen improve eslint defs * ignore Node12 build * Sqlite3 is still working on supporting Node12 TryGhost/node-sqlite3#1151 * Fix Node 12 build failure
- Loading branch information
1 parent
000a954
commit 27035c7
Showing
219 changed files
with
1,987 additions
and
30,869 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,6 @@ addons: | |
- g++-4.8 | ||
cache: yarn | ||
script: | ||
- yarn codegen | ||
- yarn lint | ||
- yarn test | ||
- yarn build --release |
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
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.
Oops, something went wrong.