https://github.com/rdmurphy/documentation-typescript-require
https://github.com/rdmurphy/documentation-typescript-require
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rdmurphy/documentation-typescript-require
- Owner: rdmurphy
- Created: 2019-07-31T01:48:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:51:26.000Z (over 3 years ago)
- Last Synced: 2024-12-28T16:43:11.026Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 721 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Require does not work in TypeScript examples
An example of Documentation being unable to parse `require` within an `@example` block in TypeScript.
## Working
```sh
npm run docs:working
```
## Broken
```sh
npm run docs:broken
```