aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/types/node/@lezer-generator-rollup.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/types/node/@lezer-generator-rollup.d.ts')
-rw-r--r--subprojects/frontend/types/node/@lezer-generator-rollup.d.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/subprojects/frontend/types/node/@lezer-generator-rollup.d.ts b/subprojects/frontend/types/node/@lezer-generator-rollup.d.ts
index dea39ec9..9c1ff03e 100644
--- a/subprojects/frontend/types/node/@lezer-generator-rollup.d.ts
+++ b/subprojects/frontend/types/node/@lezer-generator-rollup.d.ts
@@ -1,7 +1,7 @@
1// We have to explicitly redeclare the type of the `./rollup` ESM export of `@lezer/generator`, 1// We have to explicitly redeclare the type of the `./rollup` ESM export of `@lezer/generator`,
2// because TypeScript can't find it on its own even with `"moduleResolution": "Node16"`. 2// because TypeScript can't find it on its own even with `"moduleResolution": "Node16"`.
3declare module '@lezer/generator/rollup' { 3declare module '@lezer/generator/rollup' {
4 import type { Plugin } from 'rollup'; 4 import type { PluginOptions } from 'vite';
5 5
6 export function lezer(): Plugin; 6 export function lezer(): PluginOptions;
7} 7}