Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate package to Typescript and new build system #170

Merged
merged 23 commits into from
Oct 24, 2023
Merged

Migrate package to Typescript and new build system #170

merged 23 commits into from
Oct 24, 2023

Conversation

tokebe
Copy link
Member

@tokebe tokebe commented Oct 10, 2023

This PR migrates the entirety of this package to Typescript with minimal implementation changes. Typescript will make it harder to break things when developing new features, as well as facilitate future refactoring.

Note that all tests pass on a local instance. Something must be going wrong with the present github actions testing system.

Requires the following PRs:
biothings/biothings_explorer#740
biothings/call-apis.js/pull/72
biothings/api-respone-transform.js#57
biothings/smartapi-kg.js#84
biothings/biomedical_id_resolver.js#108
biothings/biolink-model.js#34
biothings/node-expansion#3

@tokebe
Copy link
Member Author

tokebe commented Oct 12, 2023

Note that these PRs are not ready -- there seem to still be some compile errors when using them in a fresh clone. Will update when fixed.

@tokebe tokebe changed the title Migrate package to Typescript Migrate package to Typescript and new build system Oct 23, 2023
@tokebe
Copy link
Member Author

tokebe commented Oct 23, 2023

Additional changes:

  • Migrated to pnpm+turborepo build system and workspace structure
  • Adds/updates/fixes dependencies
  • Some formatting to workspace prettier standards

@tokebe tokebe merged commit b39d7bb into main Oct 24, 2023
3 checks passed
@tokebe tokebe deleted the typescript branch November 29, 2023 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant