Skip to content

Commit 4893f2b

Browse files
committed
update build for updated lume/cli
1 parent ddb68bf commit 4893f2b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
declare const FileScanner_base: (new (...a: any[]) => {
2+
"__#1@#eventMap": Map<string, Set<[Function, any]>> | null;
23
on(eventName: string, callback: Function, context?: any): void;
3-
off(eventName: string, callback?: Function | undefined, context?: any): void;
4+
off(eventName: string, callback?: Function, context?: any): void;
45
emit(eventName: string, data?: any): void;
5-
"__#1@#eventMap": Map<string, [Function, any][]> | null;
66
}) & (new (...a: any[]) => object);
77
/**
88
* @class FileScanner - Scans files for JSDoc-style comments, outputting usable

dist/index.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)