parser
Here are 7,911 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
Jun 20, 2021 - TypeScript
A high-performance 100% compatible drop-in replacement of "encoding/json"
-
Updated
Jun 16, 2021 - Go
ECMAScript parsing infrastructure for multipurpose analysis
-
Updated
Jun 11, 2021 - TypeScript
Rust parser combinator framework
-
Updated
Jun 19, 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
Feb 13, 2021 - JavaScript
One of the fastest alternative JSON parser for Go that does not require schema
-
Updated
Jun 20, 2021 - Go
A web tool to explore the ASTs generated by various parsers.
-
Updated
Jun 17, 2021 - JavaScript
-
Updated
Jun 18, 2021 - C#
Java 1-15 Parser and Abstract Syntax Tree for Java, including preview features to Java 13
-
Updated
Jun 20, 2021 - Java
-
Updated
May 25, 2021 - JavaScript
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
Jun 20, 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
Jun 8, 2021 - Java
-
Updated
Jun 6, 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