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 9139b9d commit 810fc8cCopy full SHA for 810fc8c
packages/typescript-estree/src/convert.ts
@@ -3180,6 +3180,8 @@ export class Converter {
3180
});
3181
}
3182
3183
+ // eslint-disable-next-line deprecation/deprecation -- required for backwards-compatibility
3184
+ case SyntaxKind.AssertEntry:
3185
case SyntaxKind.ImportAttribute: {
3186
return this.createNode<TSESTree.ImportAttribute>(node, {
3187
type: AST_NODE_TYPES.ImportAttribute,
0 commit comments