@@ -495,18 +495,18 @@ b.file("lib/types.js", b.thisExpression());
495495```
496496
497497The ` def ` syntax is used to define all the default AST node types found in
498- [ babel-core.ts] ( def/babel-core.ts ) ,
499- [ babel.ts] ( def/babel.ts ) ,
500- [ core.ts] ( def/core.ts ) ,
501- [ es-proposals.ts] ( def/es-proposals.ts ) ,
502- [ es6.ts] ( def/es6.ts ) ,
503- [ es7.ts] ( def/es7.ts ) ,
504- [ es2020.ts] ( def/es2020.ts ) ,
505- [ esprima.ts] ( def/esprima.ts ) ,
506- [ flow.ts] ( def/flow.ts ) ,
507- [ jsx.ts] ( def/jsx.ts ) ,
508- [ type-annotations.ts] ( def/type-annotations.ts ) ,
498+ [ babel-core.ts] ( src/ def/babel-core.ts) ,
499+ [ babel.ts] ( src/ def/babel.ts) ,
500+ [ core.ts] ( src/ def/core.ts) ,
501+ [ es-proposals.ts] ( src/ def/es-proposals.ts) ,
502+ [ es6.ts] ( src/ def/es6.ts) ,
503+ [ es7.ts] ( src/ def/es7.ts) ,
504+ [ es2020.ts] ( src/ def/es2020.ts) ,
505+ [ esprima.ts] ( src/ def/esprima.ts) ,
506+ [ flow.ts] ( src/ def/flow.ts) ,
507+ [ jsx.ts] ( src/ def/jsx.ts) ,
508+ [ type-annotations.ts] ( src/ def/type-annotations.ts) ,
509509and
510- [ typescript.ts] ( def/typescript.ts ) ,
510+ [ typescript.ts] ( src/ def/typescript.ts) ,
511511so you have
512512no shortage of examples to learn from.
0 commit comments