parser
Here are 9,408 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
A high-performance 100% compatible drop-in replacement of "encoding/json"
-
Updated
Feb 14, 2022 - Go
jsoup: the Java HTML parser, built for HTML editing, cleaning, scraping, and XSS safety.
-
Updated
May 29, 2022 - Java
-
Updated
May 30, 2022 - JavaScript
Rust parser combinator framework
-
Updated
May 26, 2022 - Rust
Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins available. Used by Facebook, Docusaurus and many others! Use https://github.com/breakdance/breakdance for HTML-to-markdown conversion. Use https://github.com/jonschlinkert/markdown-toc to generate a table of contents.
-
Updated
Feb 20, 2022 - JavaScript
Node.js body parsing middleware
-
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
A web tool to explore the ASTs generated by various parsers.
-
Updated
May 20, 2022 - JavaScript
One of the fastest alternative JSON parser for Go that does not require schema
-
Updated
Apr 20, 2022 - Go
Java 1-15 Parser and Abstract Syntax Tree for Java, including preview features to Java 13
-
Updated
May 29, 2022 - Java
-
Updated
May 16, 2022 - JavaScript
-
Updated
May 30, 2022 - C#
A doc comment standard for TypeScript
-
Updated
May 16, 2022 - TypeScript
JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern
-
Updated
May 28, 2022 - Java
Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps can include as source & avoid adding a dependency. Written in Java, usable from Groovy, Kotlin, Scala, etc.
-
Updated
May 30, 2022 - Java
The fast & forgiving HTML and XML parser
-
Updated
May 30, 2022 - TypeScript
A toy programming language written in Typescript
-
Updated
Apr 26, 2022 - TypeScript
Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package.
-
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
DefinitelyTypeddefinitions also mark this incorrectly as being supported still.A workaround is importing one of the structur