From 62aa1f84046c7ed92d9a851b0ab4ebe53b36c82c Mon Sep 17 00:00:00 2001 From: JackBennett Date: Sat, 18 Jul 2020 13:05:34 +0100 Subject: [PATCH] Change 404 link to project * Babylon renamed and moved to a specific babel-parser plugin. * Links to their specific website. Source code: https://github.com/babel/babel/tree/e498bee10f0123bb208baa228ce6417542a2c3c4/packages/babel-parser --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18e25e2..22b1153 100644 --- a/README.md +++ b/README.md @@ -568,7 +568,7 @@ Thanks to @LucasBadico we got Visual Studio extension. Check [it out](https://ma ### Under the hood Main stages: -- get AST from code, [Babylon](https://github.com/babel/babel/tree/master/packages/babylon) parser is used (develops by Babel team) +- get AST from code, [babel-parser](https://babeljs.io/docs/en/next/babel-parser.html) is used (develops by Babel team) - convert AST to FlowTree, remove and combing nodes ([FlowTreeBuilder](src/builder/FlowTreeBuilder.js)) - apply modifiers ([FlowTreeModifier](src/builder/FlowTreeModifier.js)) - create SVG objects based on FlowTree ([SVGRender](src/render/svg/SVGRender.js))