parser
Here are 9,440 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
(swc-project/swc#4016) -
env_name
-
ignore
-
Updated
Feb 14, 2022 - Go
-
Updated
May 29, 2022 - Java
Bug report or Feature request?
Refactor. Most Terser options are snake_case but there are some camelCase options. Both should be supported so as to not break currently existing code.
Version (complete output of terser -V
or specific git commit) any
*Complete CLI command or minify()
options used
-
Updated
May 26, 2022 - Rust
-
Updated
Feb 20, 2022 - JavaScript
-
Updated
Apr 3, 2022 - JavaScript
In the second example below, a trailing blank/ white space is inserted after first opening '(' symbol, this is indicated through '^'. The expectation is like in first example above. This seems to happen when opening a subshell first after opening brackets of another subshell.
shfmt is called without any parameters in this case.
#!/bin/bash
# OK - no blank
(
cd .
(echo "Hello
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
Apr 20, 2022 - Go
-
Updated
Jun 2, 2022 - Java
-
Updated
May 16, 2022 - JavaScript
-
Updated
Jun 2, 2022 - C#
-
Updated
May 16, 2022 - TypeScript
-
Updated
Jun 6, 2022 - Java
-
Updated
Jun 6, 2022 - Java
-
Updated
Jun 5, 2022 - TypeScript
-
Updated
Apr 26, 2022 - TypeScript
-
Updated
Apr 23, 2022 - Go
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