Skip to content

Commit e90ef00

Browse files
authored
Merge pull request #733 from letshard/patch-1
chore: fix file name discrepancy in the code
2 parents ca712c5 + 3f5f2d6 commit e90ef00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ast/scripts/test-ast.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -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.
1+
// This file is a demonstation of how ast package works. In order to try it yourself you need:
2+
// 1. Create a 'fixture.ts' file in the same directory as this file and write any TypeScript to it.
33
// 2. cd into `packages/ast`.
44
// 3. Run `yarn test:ast`.
55
// `test-output.json` will be created containing an abstract syntax tree of the `fixture.ts` file.

0 commit comments

Comments
 (0)