We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca712c5 + 3f5f2d6 commit e90ef00Copy full SHA for e90ef00
packages/ast/scripts/test-ast.js
@@ -1,5 +1,5 @@
1
-// This file is a demonstration of how ast package works. In order to try it yourself you need:
2
-// 1. Create a 'fixture.tx' file in the same directory as this file and write any TypeScript to it.
+// This file is a demonstation of how ast package works. In order to try it yourself you need:
+// 1. Create a 'fixture.ts' file in the same directory as this file and write any TypeScript to it.
3
// 2. cd into `packages/ast`.
4
// 3. Run `yarn test:ast`.
5
// `test-output.json` will be created containing an abstract syntax tree of the `fixture.ts` file.
0 commit comments