Skip to content

Commit

Permalink
refactor: Migrate common-scripts to typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
classicalliu committed Jul 9, 2020
1 parent c4a201e commit 05fb4a3
Show file tree
Hide file tree
Showing 24 changed files with 1,101 additions and 877 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,4 @@ packages/sql-indexer/knexfile.dev.js

# compiled js
packages/helpers/lib
packages/common-scripts/lib
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ install:

script:
- yarn workspace @ckb-lumos/helpers build
- yarn workspace @ckb-lumos/common-scripts build
- yarn workspaces run test
- yarn workspaces run fmt
- yarn workspaces run lint
Expand Down
1 change: 1 addition & 0 deletions packages/base/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export interface CellCollector {
}

export interface CellProvider {
uri?: string;
collector(queryOptions: QueryOptions): CellCollector;
}

Expand Down
357 changes: 0 additions & 357 deletions packages/common-scripts/index.d.ts

This file was deleted.

7 changes: 0 additions & 7 deletions packages/common-scripts/lib/index.js

This file was deleted.

Loading

0 comments on commit 05fb4a3

Please sign in to comment.