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

не работает с асинхронными методами(((( #4

Closed
VityaSchel opened this issue Oct 27, 2022 · 6 comments · Fixed by #8
Closed

не работает с асинхронными методами(((( #4

VityaSchel opened this issue Oct 27, 2022 · 6 comments · Fixed by #8

Comments

@VityaSchel
Copy link

example:

export default class foo {
  /**
  * Description
  */
  bar() {} 
}

output:

## :factory: default



### Constructors

`public`



### Methods

- [bar](#gear-bar)

#### :gear: bar

Description

| Method | Type |
| ---------- | ---------- |
| `bar` | `() => void` |

example:

export default class foo {
  /**
  * Description
  */
  async bar() {} 
}

output:

## :factory: default



### Constructors

`public`


@VityaSchel
Copy link
Author

вариантов решения нет
выхода нет

@VityaSchel
Copy link
Author

боже как всегда какую то дрисню ввыложили а я повелся

@VityaSchel
Copy link
Author

telegram-cloud-document-5-6246826406416746334

@VityaSchel
Copy link
Author

еще хоть раз попробую использовать малоизвестную технологию в проекте перед тем как прочитать и убедиться что она работает

@VityaSchel
Copy link
Author

надеюсь моего спама было достаточно чтобы автор библиотеки проснулся от оповещений на почту и помог с вопросом( 🥺

@VityaSchel
Copy link
Author

microsoft/TypeScript#22035 (comment) надеюсь кому поможет

export default class foo {
  /**
  * Description
  */
  bar = async () => {}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant