Skip to content

Commit

Permalink
Bundled output for commit 5e2d357
Browse files Browse the repository at this point in the history
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
  • Loading branch information
flarum-bot committed Oct 27, 2024
1 parent 5e2d357 commit f77b6a4
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions js/dist-typings/@types/shims.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import 'flarum/common/models/Discussion';

declare module 'flarum/common/models/Discussion' {
export default interface Discussion {
frontpage(): boolean;
frontdate(): Date | null;
front(): boolean;
}
}
1 change: 1 addition & 0 deletions js/dist-typings/admin/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {};
2 changes: 2 additions & 0 deletions js/dist-typings/forum/extend.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
declare const _default: import("flarum/common/extenders/Model").default[];
export default _default;
1 change: 1 addition & 0 deletions js/dist-typings/forum/extenders/addFrontPage.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default function addFrontPage(): void;
1 change: 1 addition & 0 deletions js/dist-typings/forum/extenders/addFrontSort.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default function (): void;
1 change: 1 addition & 0 deletions js/dist-typings/forum/extenders/addStickyBadge.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default function addStickyBadge(): void;
1 change: 1 addition & 0 deletions js/dist-typings/forum/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default as extend } from './extend';

0 comments on commit f77b6a4

Please sign in to comment.