-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It honks #191
base: main
Are you sure you want to change the base?
Conversation
parsing index.d.ts via swc
(basically what's needed for code-sys to work vs what's not)
now that we know what's needed for vscode's index.d.ts
also make constructors return the class they're defined w/ instead of Any
qualified names type literals unions intersections parenthesized types
delete's the wasm module, we'll add that ir when we need it
Codecov Report
@@ Coverage Diff @@
## main #191 +/- ##
==========================================
- Coverage 29.04% 28.09% -0.96%
==========================================
Files 48 49 +1
Lines 11547 12075 +528
Branches 6436 6806 +370
==========================================
+ Hits 3354 3392 +38
- Misses 6039 6409 +370
- Partials 2154 2274 +120
Continue to review full report at Codecov.
|
/// ``` | ||
/// | ||
/// For other uses see [`typescript::TsModule`] and TODO add back type for | ||
/// wasm-bindgen. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
obsolete
No description provided.