Skip to content

Commit

Permalink
docs: fix typo in typescript_faqs.md (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
GJZwiers authored Oct 2, 2021
1 parent dea44b3 commit 1ad9abf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typescript/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ are:
construct.
- `export =` and `import =` are legacy TypeScript syntax which we do not
support.
- Only `declare namespace` is support. Runtime `namespace` is legacy TypeScript
syntax that is not supported.
- Only `declare namespace` is supported. Runtime `namespace` is legacy
TypeScript syntax that is not supported.

### Why don't you support language service plugins or transformer plugins?

Expand Down

0 comments on commit 1ad9abf

Please sign in to comment.