Skip to content

JS: Deprecate type extraction #19640

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

Draft
wants to merge 61 commits into
base: main
Choose a base branch
from
Draft

Conversation

asgerf
Copy link
Contributor

@asgerf asgerf commented Jun 2, 2025

No description provided.

asgerf added 30 commits May 20, 2025 13:19
name = sig.getName()
)
private class MethodCallSig extends Function {
private MethodSignature signature;

Check notice

Code scanning / CodeQL

Field only used in CharPred Note

Field is only used in CharPred.
@asgerf asgerf force-pushed the js/no-type-extraction branch from 7ba856a to 2cd92ef Compare June 4, 2025 10:51
Comment on lines +10 to +12
/**
* Interface for accessing name-resolution info about type names.
*/

Check warning

Code scanning / CodeQL

Class QLDoc style. Warning

The QLDoc for a class should start with 'A', 'An', or 'The'.
Comment on lines +142 to +144
/**
* Interface for accessing name-resolution info about expressions.
*/

Check warning

Code scanning / CodeQL

Class QLDoc style. Warning

The QLDoc for a class should start with 'A', 'An', or 'The'.
@asgerf asgerf force-pushed the js/no-type-extraction branch 2 times, most recently from 464bb5f to 973b5ed Compare June 4, 2025 11:33
@asgerf asgerf force-pushed the js/no-type-extraction branch from 973b5ed to d3da502 Compare June 4, 2025 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant