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 92b7884 commit f6c9e12Copy full SHA for f6c9e12
acorn/src/acorn.d.ts
@@ -573,14 +573,14 @@ export type ModuleDeclaration =
573
| ExportAllDeclaration
574
575
/**
576
- * This interface is only used for defining {@link AnyNode}.
+ * This interface is only used for defining {@link AnyNode}.
577
* It exists so that it can be extended by plugins:
578
*
579
- * @example
+ * @example
580
* ```typescript
581
* declare module 'acorn' {
582
* interface NodeTypes {
583
- * pluginName: FirstNode | SecondNode | ThirdNode | ... | LastNode;
+ * pluginName: FirstNode | SecondNode | ThirdNode | ... | LastNode
584
* }
585
586
* ```
0 commit comments