jsonpath icon indicating copy to clipboard operation
jsonpath copied to clipboard

Using type stub files instead of using annotations from source codes.

Open linw1995 opened this issue 5 years ago • 0 comments

Using type stub files to make static type checking instead of using annotations from source codes.

Pros

  1. Be able to remove the typing-extensions dependency from production release.

...

Cons

  1. Annotations may be missing in documents of APIs references.

...

linw1995 avatar May 24 '20 03:05 linw1995