mirror of
https://github.com/flarum/framework.git
synced 2024-11-28 11:34:36 +08:00
Bundled output for commit 42dabea81f
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
parent
42dabea81f
commit
b7cb1e8d36
1
js/dist-typings/@types/global/index.d.ts
vendored
1
js/dist-typings/@types/global/index.d.ts
vendored
|
@ -3,6 +3,7 @@ import Mithril from 'mithril';
|
|||
|
||||
// Other third-party libs
|
||||
import * as _dayjs from 'dayjs';
|
||||
import 'dayjs/plugin/relativeTime';
|
||||
import * as _$ from 'jquery';
|
||||
|
||||
// Globals from flarum/core
|
||||
|
|
1
js/dist-typings/common/utils/humanTime.d.ts
vendored
1
js/dist-typings/common/utils/humanTime.d.ts
vendored
|
@ -1,4 +1,3 @@
|
|||
import 'dayjs/plugin/relativeTime';
|
||||
/**
|
||||
* The `humanTime` utility converts a date to a localized, human-readable time-
|
||||
* ago string.
|
||||
|
|
4
js/dist/admin.js
generated
vendored
4
js/dist/admin.js
generated
vendored
File diff suppressed because one or more lines are too long
2
js/dist/admin.js.map
generated
vendored
2
js/dist/admin.js.map
generated
vendored
File diff suppressed because one or more lines are too long
6
js/dist/forum.js
generated
vendored
6
js/dist/forum.js
generated
vendored
File diff suppressed because one or more lines are too long
2
js/dist/forum.js.map
generated
vendored
2
js/dist/forum.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user