Skip to content

Commit

Permalink
feat(ts): Add Typescript parser support
Browse files Browse the repository at this point in the history
  • Loading branch information
lgollut committed Aug 15, 2024
1 parent f975650 commit eaeaa79
Show file tree
Hide file tree
Showing 16 changed files with 1,200 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { createTsTransformerWithConfig } from '../create-ts-transformer';

describe('createTsTransformerWithConfig', () => {
it('should return a visitor factory function', () => {
expect(createTsTransformerWithConfig({})).toBeInstanceOf(Function);
});
});
Loading

0 comments on commit eaeaa79

Please sign in to comment.