Skip to content
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

Missing type declaration in FastjsDomList #120

Closed
5 tasks done
xiaodong2008 opened this issue May 1, 2024 · 0 comments
Closed
5 tasks done

Missing type declaration in FastjsDomList #120

xiaodong2008 opened this issue May 1, 2024 · 0 comments
Assignees

Comments

@xiaodong2008
Copy link
Member

What is the current behavior?

Doesn't have type declaration of FastjsDom in FastjsDomList

What is the expected behavior?

It should have type declarations

Steps to reproduce the problem

const el = dom.select("div")! as FastjsDomList;
el.addEvent() // any

Link to minimal reproduction

No response

System Info

No response

Any additional comments?

No response

Confirmations

  • I'm using/tried the latest version of fastjs and the bug is still there
  • I have read the Code of Conduct
  • I have read the Issue Reporting Guidelines
  • I have searched for similar issues in both open and closed tickets and cannot find a duplicate
  • I know that any inappropriate content may cause the maintainer to take action base on the Code of Conduct
@xiaodong2008 xiaodong2008 added Type: Bug Something isn't working Core Team Scope: Modules Status: In Progress Core team is working on it Priority: Minor 💊 Affects some users labels May 1, 2024
@xiaodong2008 xiaodong2008 self-assigned this May 1, 2024
@github-actions github-actions bot added Status: Solved and removed Status: In Progress Core team is working on it labels May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant