parser
Here are 9,183 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.
It would be great if you could try to use the same/compatible dependency version across the swc crates, for example:
[[package]]
name = "swc_cached"
version = "0.1.1"
dependencies = [
...
"dashmap 5.2.0",
]
[[package]]
name = "swc_ecma_loader"
version = "0.29.0"
dependencies = [
...
"dashmap 4.0.2",
]
[[package]]
name = "swc_ecma_transforms_react"
version = "0.100
-
Updated
Feb 14, 2022 - Go
-
Updated
Apr 4, 2022 - Java
-
Updated
Apr 5, 2022 - JavaScript
-
Updated
Feb 24, 2022 - TypeScript
-
Updated
Mar 30, 2022 - Rust
-
Updated
Feb 20, 2022 - JavaScript
-
Updated
Apr 3, 2022 - JavaScript
Discussed in mvdan/sh#838
Originally posted by antichris April 3, 2022
Is there a specific design reason why the space preceding a comment is removed when it follows an open parenthesis, or is it by accident?
Given the input
#!/bin/sh
foo() { ## (bar, [baz])
:
} ## qux
corge() ( ## (gra
-
Updated
Mar 8, 2022 - JavaScript
-
Updated
Feb 12, 2022 - Go
-
Updated
Mar 2, 2022 - JavaScript
-
Updated
Apr 5, 2022 - Java
-
Updated
Jan 23, 2022 - C#
-
Updated
Apr 5, 2022 - TypeScript
-
Updated
Apr 4, 2022 - Java
-
Updated
Apr 6, 2022 - Java
-
Updated
Apr 5, 2022 - TypeScript
-
Updated
Apr 5, 2022 - TypeScript
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