documentationjs / documentationjs/documentation
Empty documentation if file is all exports
- Ngôn ngữ chính
- JavaScript
- Star
- 5.8k
- Fork
- 481
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Input code
```
export {combine} from './combine'
export {sample} from './sample'
export type {Domain} from 'effector/domain'
export {createDomain} from 'effector/domain'
export type {Event} from 'effector/event'
export {
createEvent,
forward,
fromObservable,
chord,
filter,
} from 'effector/event'
export type {Effect} from 'effector/effect'
export {createEffect} from 'effector/effect'
export type {Store} from 'effector/store'
export {
createStore,
createStoreObject,
setStoreName,
extract,
createApi,
restore,
restoreEvent,
restoreEffect,
restoreObject,
withProps,
} from 'effector/store'
export {Kind, clearNode, createGraph as createNode, step} from 'effector/stdlib'
export {launch} from 'effector/kernel'
export type {kind} from 'effector/stdlib'
export {
invariant,
warning,
isUnit,
isStore,
isEvent,
isEffect,
isDomain,
is,
} from 'effector/validate'
export {version} from 'effector/flags'
//eslint-disable-next-line
export * as blocks from 'effector/blocks'
```
Output docs
```
### Table of Contents
```
* What version of documentation.js are you using?: 10.1.0
* How are you running documentation.js (on the CLI, Node.js API, Grunt, other?):CLI
Hướng dẫn đóng góp
Hướng nghiên cứu
Tái hiện vấn đề với đầu vào all-exports bằng documentation.js 10.1.0 thông qua CLI, sau đó lần theo cách đầu vào đó được xử lý thành tài liệu được tạo. Hoàn thành có nghĩa là đầu ra được tạo lập tài liệu cho API đã export thay vì chỉ chứa header và mục lục được tạo.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- javascript
- Lĩnh vực
- documentation
- Loại issue
- Lỗi
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 35/100