We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40fef9 commit 82082ffCopy full SHA for 82082ff
1 file changed
lib/parse/ParameterLoader.ts
@@ -402,7 +402,8 @@ export class ParameterLoader {
402
return { type: 'wildcard' };
403
case AST_NODE_TYPES.TSFunctionType:
404
case AST_NODE_TYPES.TSImportType:
405
- // These types are explicitly not supported
+ case AST_NODE_TYPES.TSMappedType:
406
+ // TODO: These types are explicitly not supported at the moment
407
408
case AST_NODE_TYPES.TSTupleType:
409
return {
0 commit comments