Commits
Branch selector
User selector
Commit History
Commits on Oct 8, 2020
Rename and conditionalize source for podspec
Show description for cc0487fauthoredRearrange source location tests to be more manageable
Show description for fd6f5d6authored andcommitted
Add sourceType property to Program node
Show description for 30237b1authored andcommitted
List modules explicitly in SegmentRange, rename to SegmentInfo
Show description for 18e834aauthored andcommittedReplace cjsModuleOffset with segmentID
Show description for c57fde2authored andcommittedNo need to mark nullPointer
Show description for d3c1ec3authored andcommittedAdd static pinned double constants
Show description for 2cfdfe2authored andcommittedAdd option to back GC segments with huge pages
Show description for 88522f8authored andcommitted`${x}` is not always the same as x+""
Show description for 3e9dfecauthored andcommittedstart updating the CodingStandards.md
Show description for 1b0c6ebauthored andcommitted
Commits on Oct 7, 2020
Check for recursion in parseAssignmentExpression.
Show description for 6b1e799authored andcommittedConvert properties and methods to Babel AST format
Show description for 9a5a55fauthored andcommitted
Add boolean shorthand field to Property node
Show description for 4b59e9bauthored andcommitted
Add boolean method field to Property node
Show description for 3e2d13dauthored andcommitted
Class property and method locations include static keyword
Show description for f2517beauthored andcommitted
Exported TypeAlias's location does not include export keyword
Show description for d522a92authored andcommitted
ImportDefaultSpecifier location does not include type or typeof keyword
Show description for 7e99ca1authored andcommitted
TypeCastExpression location does not include opening paren
Show description for 626239aauthored andcommitted
Allow Domain to register the same CJS module from multiple RuntimeModules
Show description for 701b9ddauthored andcommittedMinor fix for windows docs (#382)
Show description for eaf9136authored andcommittedJSXEmptyExpression location does not include parent's curly braces
Show description for fdac64fauthored andcommitted
JSXExpressionContainer and JSXSpreadAttribute locations contain closing brace
Show description for 1e15175authored andcommitted
Object pattern property source location includes entire computed key
Show description for 614a013authored andcommitted
Use correct comment types for ESTree and Babel modes
Show description for 07bc6b7authored andcommitted
Remove transitionToFreelist
Show description for baa766eauthored andcommittedRemove youngGenBumpAlloc
Show description for 02fea22authored andcommittedPrint -0 explicitly to make it obvious
Show description for c1fcfbdauthored andcommittedFix Map/Set not normalize zero keys
Show description for c25a9aaauthored andcommitted
Commits on Oct 6, 2020
Allow customization of location dumping in ESTreeJSONDumper.
Show description for c3876bbauthored andcommittedCreate ThisTypeAnnotation nodes to match Babel parser
Show description for dd542ecauthored andcommitted
Fix TemplateElement node format
Show description for 85dcf31authored andcommitted
Add root File node when parsing to Babel AST
Show description for c49376dauthored andcommitted
Convert array holes from Empty nodes to null
Show description for 9a86bc1authored andcommitted
Convert literal nodes to ESTree AST format
Show description for cf5f8d5authored andcommitted
Convert directives to Babel AST format
Show description for 3590808authored andcommitted