We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ed491 commit 6711453Copy full SHA for 6711453
src/parse.js
@@ -11,7 +11,6 @@ import Documentation, { type DocumentationObject } from './Documentation';
11
import postProcessDocumentation from './utils/postProcessDocumentation';
12
import buildParser, { type Options, type Parser } from './babelParser';
13
import type { Handler, Resolver } from './types';
14
-import types from 'ast-types';
15
16
const ERROR_MISSING_DEFINITION = 'No suitable component definition found.';
17
0 commit comments