sl1673495 / notes

记录一些配置笔记。
22 stars 0 forks source link

babel ast的一些资料收集 #27

Open sl1673495 opened 4 years ago

sl1673495 commented 4 years ago

操作符的文档: https://babeljs.io/docs/en/next/babel-types#importnamespacespecifier

2017年的中文指引: https://github.com/jamiebuilds/babel-handbook/blob/master/translations/zh-Hans/plugin-handbook.md

sl1673495 commented 4 years ago

操作符的详细文档 比如importDeclaration具体的定义 https://github.com/babel/babel/blob/master/packages/babel-parser/ast/spec.md

sl1673495 commented 4 years ago

ast在线解析 https://astexplorer.net/

sl1673495 commented 4 years ago

import的语法 用这个插件 https://babeljs.io/docs/en/next/babel-helper-module-imports.html

sl1673495 commented 4 years ago

官方英文 handbook:

https://github.com/jamiebuilds/babel-handbook/blob/master/translations/en/plugin-handbook.md#toc-removing-a-node