Skip to content

Commit dd6eb2a

Browse files
committed
Bundled output for commit 43b2c42
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
1 parent 43b2c42 commit dd6eb2a

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

js/dist-typings/@types/shims.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// This file is intentionally empty.
2+
// It is listed in tsconfig.json `files` to ensure the project root is anchored,
3+
// which causes the IDE language server to pick up global ambient declarations
4+
// (including JSX types) from vendor/flarum/core/js/dist-typings/@types/global.d.ts.

js/dist-typings/common/components/ForumStatsWidget.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="mithril" />
2-
import Widget from 'flarum/extensions/fof-forum-widgets-core/common/components/Widget';
3-
export default class ForumStatsWidgetWidget extends Widget {
2+
import Widget, { WidgetAttrs } from 'ext:fof/forum-widgets-core/common/components/Widget';
3+
export default class ForumStatsWidgetWidget extends Widget<WidgetAttrs> {
44
className(): string;
55
icon(): string;
66
title(): string;

js/dist/admin.js

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

js/dist/admin.js.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)