Commits
User selector
Commit History
Commits on Sep 2, 2021
Implement template literal generation
Show description for 6e58687authored andcommittedTest and fix more JS generation
Show description for b36023fauthored andcommittedAdd ParserFlags to control parser behavior
Show description for d8ef028authored andcommitted
Commits on Aug 27, 2021
Delete SourceMap, Move Hermes FFI, Support into crates
Show description for a2962abauthored andcommitted
Commits on Aug 26, 2021
Fix import/export JS generation
Show description for 57fc2edauthored andcommittedFix optional chaining JS generation
Show description for e684b10authored andcommitted
Commits on Aug 21, 2021
Add input source map support
Show description for 39c257eauthored andcommittedRust wrapper for hermes::SourceMap
Show description for ac30c17authored andcommittedintroduce NullTerminatedBuf
Show description for f1150ceauthored andcommittedadd routine for lossy conversion
Show description for d5b1ff6authored andcommittedmove hparser/utf to a top-level module hermes_utf
Show description for 51ae06fauthored andcommittedNit: trivial fix for Clippy in test
Show description for 9752bd7authored andcommittedNit: cleanup some clippies
Show description for aafbd43authored andcommittedexport a richer public API
Show description for 2b30161authored andcommittedconvert Hermes source coordinates
Show description for 51d1cfaauthored andcommittedImplement wrappers for the more complete Hermes parser API
Show description for f3cc446authored andcommitted
Commits on Aug 20, 2021
Make enums for AST properties
Show description for 493eca7authored andcommittedUse default implementation for NodeChild::visit
Show description for 77b9832authored andcommitted
Commits on Aug 18, 2021
Improve validation reporting
Show description for 2a13b6cauthored andcommittedAdd lifetimes to Visitor to allow storing references
Show description for 67e3aceauthored andcommittedBegin testing JS generation
Show description for c0585f2authored andcommittedAdd a JSON dumper for the AST
Show description for b088f88authored andcommittedAdd a JSONEmitter
Show description for 7ea19beauthored andcommittedExtract validation functions into a separate module
Show description for 8a35653authored andcommittedMake NodeKind enum listing reusable
Show description for cfec976authored andcommitted
Commits on Aug 13, 2021
Validate JSX
Show description for f3421c6authored andcommittedAdd a custom validation function
Show description for 52d2550authored andcommittedAdd more validation information in AST definition
Show description for 3dd5b69authored andcommittedBegin AST validation logic
Show description for 55dbb01authored andcommitted
Commits on Aug 12, 2021
use `thiserror` to derive UTF errors
Show description for 6837c26authored andcommittedRename Visitable into NodeChild
Show description for e07deafauthored andcommittedGenerate JS for attached Flow annotations
Show description for 95c8d94authored andcommittedGenerate JS for Flow annotations
Show description for 4c4583bauthored andcommittedFix generation of UnaryExpression
Show description for 26b9964authored andcommittedFix print_parens
Show description for 4dc748dauthored andcommitted