Skip to content

Commit

Permalink
docs(readme): add reference to namespace issue (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs authored Jan 15, 2025
1 parent 192daa6 commit ac85b82
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ This is a simple tool to migrate full-fledged TypeScript code to type-annotated

👷‍♂️ Work in progress. This tool is still in development, and not all syntax transformations are supported yet.

| Syntax | Status | Notes |
| ------------------------------------------- | ------ | -------------------------------------------------------------- |
| Parameter Properties || |
| Parameter Properties with `super()` call || |
| Plain Enum || |
| Number Enum || |
| String Enum || |
| Const Enum || |
| Type assertion expressions || I.e. `<string>value` --> `value as string` |
| Namespaces || This might turn out to be impossible to do, to be investigated |
| Rewrite file extensions in import specifier || This might be included with an option in the future |
| Syntax | Status | Notes |
| ------------------------------------------- | ------ | --------------------------------------------------------------------------------------------------------------------------------- |
| Parameter Properties || |
| Parameter Properties with `super()` call || |
| Plain Enum || |
| Number Enum || |
| String Enum || |
| Const Enum || |
| Type assertion expressions || I.e. `<string>value` --> `value as string` |
| Namespaces || This might turn out to be impossible to do, to be investigated, see [#26](https://github.com/nicojs/type-annotationify/issues/26) |
| Rewrite file extensions in import specifier || This might be included with an option in the future |

## Installation

Expand Down

0 comments on commit ac85b82

Please sign in to comment.