parser
Here are 8,769 public repositories matching this topic...
When looking up an attribute with .attr(), the name of the attribute should be lowercased before looking up in .attribs object.
-
Updated
Jan 3, 2022 - Rust
-
Updated
Nov 20, 2021 - Go
-
Updated
Jan 3, 2022 - Java
-
Updated
Nov 3, 2021 - TypeScript
-
Updated
Jan 3, 2022 - Rust
-
Updated
Dec 15, 2021 - JavaScript
-
Updated
Dec 30, 2021 - JavaScript
Our interpreter test suite is checked against the real bash (as well as other shells, like mksh and dash). However, since those shells had bugs in older versions, the tests are skipped if the version is too old (or too new, as sometimes changes in behavior happen!).
This results in test failures being merged to master, as CI doesn't run those tests. For example, see https://github.com/mvdan/sh/
-
Updated
Dec 29, 2021 - JavaScript
-
Updated
Nov 25, 2021 - Go
-
Updated
Oct 5, 2021 - JavaScript
-
Updated
Dec 23, 2021 - C#
-
Updated
Jan 3, 2022 - Java
-
Updated
Dec 7, 2021 - TypeScript
-
Updated
Dec 21, 2021 - Java
-
Updated
Jan 4, 2022 - Java
-
Updated
Jan 3, 2022 - TypeScript
-
Updated
Dec 29, 2021 - JavaScript
Improve this page
Add a description, image, and links to the parser topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the parser topic, visit your repo's landing page and select "manage topics."
Marked version:
3.x.x
Describe the bug
A clear and concise description of what the bug is.
Right now,
import {use} from "markedjs"
does not work, this worked in 2.x.x.To Reproduce
Steps to reproduce the behavior:
Install & import it.
The
DefinitelyTyped
definitions also mark this incorrectly as being supported still.A workaround is importing one of the structur