parser
Here are 9,109 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.
Describe the feature
Related with swc-project/swc#3859.
We want to establish initial feature parity to existing @swc/cli to plan out migration with possible breaking changes.
These are initial flags we'd like to have.
-
config -
config_file -
filename -
env_name -
ignore -
source_maps(https://github.com/swc-pro
-
Updated
Feb 14, 2022 - Go
-
Updated
Mar 14, 2022 - Java
-
Updated
Mar 21, 2022 - JavaScript
-
Updated
Feb 24, 2022 - TypeScript
-
Updated
Mar 17, 2022 - Rust
-
Updated
Feb 20, 2022 - JavaScript
-
Updated
Mar 20, 2022 - JavaScript
Hey there,
Originally reported at go-task/task#687
Given this code:
test=$(exit 255)
echo $?In Bash, it correctly returns the right exit code (255 in this case). But with this lib, it's always 0.
Is this a by design decision to not support this or a possible bug?
-
Updated
Mar 8, 2022 - JavaScript
-
Updated
Mar 2, 2022 - JavaScript
-
Updated
Mar 21, 2022 - Java
-
Updated
Jan 23, 2022 - C#
-
Updated
Jan 6, 2022 - TypeScript
-
Updated
Mar 15, 2022 - Java
-
Updated
Mar 21, 2022 - Java
-
Updated
Mar 21, 2022 - TypeScript
-
Updated
Mar 18, 2022 - 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
DefinitelyTypeddefinitions also mark this incorrectly as being supported still.A workaround is importing one of the structur