parser
Here are 8,133 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.
swc is a super-fast compiler written in rust; producing widely-supported javascript from modern standards and typescript.
-
Updated
Aug 15, 2021 - TypeScript
A high-performance 100% compatible drop-in replacement of "encoding/json"
-
Updated
Jul 23, 2021 - Go
ECMAScript parsing infrastructure for multipurpose analysis
-
Updated
Jul 10, 2021 - TypeScript
Rust parser combinator framework
-
Updated
Aug 14, 2021 - 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
Nov 24, 2020 - JavaScript
Node.js body parsing middleware
-
Updated
Aug 7, 2021 - JavaScript
One of the fastest alternative JSON parser for Go that does not require schema
-
Updated
Jul 27, 2021 - Go
A web tool to explore the ASTs generated by various parsers.
-
Updated
Aug 13, 2021 - JavaScript
-
Updated
Aug 3, 2021 - C#
-
Updated
Aug 10, 2021 - JavaScript
Java 1-15 Parser and Abstract Syntax Tree for Java, including preview features to Java 13
-
Updated
Aug 11, 2021 - Java
A doc comment standard for TypeScript
-
Updated
Apr 20, 2021 - 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
Aug 14, 2021 - 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
Aug 5, 2021 - Java
-
Updated
Jul 27, 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."


Describe the bug
I'm using rollup to bundle dependencies (for a Svelte framework web app) but having trouble importing and using markedjs. It appears the library was recently ported to ESM modules, but I don't see any documentation on how to use as such. The standard syntax to import ES6 modules give me errors:
import { marked } from 'marked.esm';returns
(!) Unresolved dependencies