Initial import from local backup (Documents-Playground/pakerpale)

This commit is contained in:
jeonghwa
2026-07-03 05:27:29 +09:00
commit d918e2eddc
2971 changed files with 264195 additions and 0 deletions

18
node_modules/javascript-time-ago/MIGRATION.md generated vendored Normal file
View File

@@ -0,0 +1,18 @@
# Migration from version `1.x`
### `.locale()` function removed.
If there're any `.locale()` static function calls then replace them with `.addLocale()`.
### `flavour`s that got renamed.
If any custom styles were defined replace the following `flavour`s in their definition:
* `short_convenient` -> `short-convenient`
* `long_convenient` -> `long-convenient`
* `short_time` -> `short-time`
* `long_time` -> `long-time`
### `RelativeTimeFormat` is no longer exported
If `RelativeTimeFormat` was imported from `javascript-time-ago` then it must now be imported from `relative-time-format` instead.