-
Notifications
You must be signed in to change notification settings - Fork 145
Closed
Description
Migrating to typescript will make the API more dev friendly, especially in TS projects. It will also help to prevent bugs and make refactoring easier. Related to #179.
Done:
- Configure tsconfig (start not too strict) / webpack / package.json
- Use Babel, not typescript loader (similar config to solid-panes and solid-ui)
- Switch from JSDoc to TSDoc / Typedoc
When converting .js
files to .ts
, be sure to:
- Remove 'use strict' from converted files
- Conform to the https://rdf.js.org/data-model-spec/
- Use DefinitelyTyped types or types from the existing ontola fork
- Improve docs
- Work towards stricter tsconfig
Metadata
Metadata
Assignees
Labels
No labels