Skip to content

Commit 74b0a39

Browse files
feat(ui): ui README.md update (#85)
Co-authored-by: Anatoly Stansler <anatolykislov@gmail.com>
1 parent ed69696 commit 74b0a39

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ui/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,9 @@ Ways to resolve (ordered by preference):
8888
3. If you are sure this is a falsy vulnerability - try to ignore it using special commands for your SAST tool. **This is considered as the least preferable option – try to apply any of the ways described above first.**
8989

9090
<!-- TODO: move this ^ to the main README.md and CONTRIBUTING.md -->
91+
92+
## Moving to Typescript
93+
- `@postgres.ai/shared` is written on Typescript
94+
- `@postgres.ai/ce` is written on Typescript
95+
- `@postgres.ai/platform` is written on JavaScript and patially on Typescript. The target - is moving `@postgres.ai/platform` to Typescript fully. It should takes approximately 120-160 hours.
96+
- There are potential problems with typing - old versions of packages may don't have their typings. Recommended to update them or replace. If it's impossible you can write your own typing in file named like `<package-name>.d.ts` inside `src` directory of the selected package.

0 commit comments

Comments
 (0)