-
### Subject of the feature
Add Typescript typings for `unist-util-visit`
### Problem
projects have to `// @ts-ignore` or manually add typings
### Expected behaviour
Typings should b…
-
Shawn did some early work mapping a CSS (sass, scss, less, ...) syntax tree to unist in [sast](https://github.com/shawnbot/sast). Maybe we can standardise it into it’s own re* ecosystem? It’s based on…
-
Determine if a given graph is a [Directed Acyclical Graph (DAG)](https://en.wikipedia.org/wiki/Directed_acyclic_graph).
-
In the following graph `"Welcome"` is a source, because it only has outgoing nodes.
`"Web"` and `"GraphViz!"` are sinks because they have only incoming nodes.
```gv
digraph G {
"Welcome" -> "T…
-
Before submitting this suggestion, be sure to read our [listing policy for dev tools](https://ethereum.org/en/contributing/adding-developer-tools/)
**Product name:**
https://ethscan.org/
**Pr…
-
Unist utilities operate on nodes. Makes more sense passing the Node first. Then the test. Optionally other stuff.
-
## Problem:
Na stronie głównej jest psuty slider.
![obraz](https://user-images.githubusercontent.com/35370833/102027504-d278e000-3da4-11eb-8ad2-0eb97b9a178b.png) |
--- |
## Rozwiązania:
…
-
Hi,
Playing with some awesome mdast/hast unist stuff recently, when i went through XML again i wondered if we could use unist tools to play with XML trees, but looks like its not yet possible ?
…
-
E.g. even `![](asd.wav)` / `![](asd.mp3)` -> `` would be super-useful.
-
It could be really cool to be able to generate diagrams of statecharts in ascii to embed in code comments. Not sure how easy it'd be easy to visualize complex statecharts in 80 character width or what…