是否可以使用打字稿模板文字类型编写打字稿解析器?

时间:2021-03-11 13:26:48

标签: typescript metaprogramming

我们已经看到了用于解析 json and sql queries 的类型,但是为 typescript 本身编写一个 Template Literal 类型解析器呢?

type isValid = TypeScript<`function fooBar(): void {}`>

//   ^ must be true


type isValid = TypeScript<`type Foo = Bar`>

//   ^ must be false

0 个答案:

没有答案