-
### Validations
- [X] Follow our [Code of Conduct](https://github.com/shikijs/shiki/blob/main/CODE_OF_CONDUCT.md)
- [X] Read the [Contributing Guide](https://github.com/shikijs/shiki/blob/main/CON…
olets updated
2 weeks ago
-
Right now, the badge shows in the sidebar and in the toolbars at the top. But when you build a doc-only build, with `--docs`, then the toolbar isn't there and the sidebar doesn't show the badge. It wo…
-
JSDoc does not detect functions created by compiling CoffeeScript functions with proper JSDoc comments. Here is a simple example:
``` CoffeeScript
x = 1
###*
* Funtion to ...
###
a = () ->
1
``…
-
Add TS support for `canvas-sketch sketch.ts --new`
Can we attempt to fix this issue ourselves, and create a PR? 🙏🏻
-
I set up Typescript pretty easily with Cesium (with minimal friction).
1. Install Typescript:
`
npm install --save-dev typescript
`
2. Create a file in the root directory **tsconfig.json**:
…
-
(Disclaimer: I'll probably never actually do this.)
Catharsis's parser is currently generated by [PEG.js](https://github.com/pegjs/pegjs) from a parsing expression grammar. That seemed like a good …
-
@geekjuice In the latest `master` of HubSpot/javascript, [the `valid-jsdoc` rule is disabled](https://github.com/HubSpot/javascript/blob/37397caebdaeff0f434907914d4b5dc0db3cebd1/packages/eslint-config…
-
It would be wonderful to have an option to discover all undocumented objects (classes, properties, functions, etc) in a code base. The tool could optionally report and/or fail when it finds an undocum…
-
**User story**
It can currently be tricky to contribute to Vitessce due to the many edge cases in which variables can be `null`, for example if a subset of all possible data types are available in …
-
## The devDependency [webpack](https://github.com/webpack/webpack) was updated from `4.25.1` to `4.26.0`.
🚨 [View failing branch](https://github.com/andoshin11/spa-playground/compare/master...andosh…