Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup the demo on GH Pages #100

Merged
merged 1 commit into from
Feb 13, 2024
Merged

Setup the demo on GH Pages #100

merged 1 commit into from
Feb 13, 2024

Conversation

lyrixx
Copy link
Member

@lyrixx lyrixx commented Feb 7, 2024

No description provided.

@stof
Copy link

stof commented Feb 9, 2024

Looking at the generated php-web.mjs (in the dev tools of your https://lyrixx.github.io/jolitypo-playground/) reveals that it lists paths for tests, for dev dependencies and even for /app/vendor/soyuka/php-wasm.

The wasm build should avoid adding test files of the projects, and should bundle a vendor directory for a prod setup (i.e. composer install --no-dev --optimize-autoloader)

@lyrixx lyrixx force-pushed the gh-pages branch 2 times, most recently from ee29720 to 78ad3ff Compare February 11, 2024 10:07
@lyrixx
Copy link
Member Author

lyrixx commented Feb 11, 2024

Hello, I optimized the build 13mb now, and rebased, and cleaned the PR.. Everything should be okay

website/README.md Outdated Show resolved Hide resolved
website/castor.php Show resolved Hide resolved
website/castor.php Outdated Show resolved Hide resolved
@stof
Copy link

stof commented Feb 12, 2024

FYI, I submitted heiglandreas/Org_Heigl_Hyphenator#66 to trim down the org_heigl/hyphenator installation so that it does not include useless files.

@stof
Copy link

stof commented Feb 12, 2024

To reduce the size even more, maybe the Bridge namespace of Jolitypo should be excluded as well. I don't think the demo relies on them.

@lyrixx
Copy link
Member Author

lyrixx commented Feb 12, 2024

Thanks a lot @stof for the review. I reduced the build:

build (20.23 MiB)
├─ php-web.data (13.10 MiB)
├─ php-web.wasm (6.66 MiB)
├─ php-web.data.js (208.87 KiB)
└─ php-web.mjs (270.59 KiB)
List of embeded files
{
    "files": [
        {
            "filename": "/app/files.json",
            "start": 0,
            "end": 33827
        },
        {
            "filename": "/app/src/index.php",
            "start": 33827,
            "end": 34316
        },
        {
            "filename": "/app/vendor/autoload.php",
            "start": 34316,
            "end": 35087
        },
        {
            "filename": "/app/vendor/composer/ClassLoader.php",
            "start": 35087,
            "end": 51465
        },
        {
            "filename": "/app/vendor/composer/InstalledVersions.php",
            "start": 51465,
            "end": 67608
        },
        {
            "filename": "/app/vendor/composer/autoload_classmap.php",
            "start": 67608,
            "end": 74670
        },
        {
            "filename": "/app/vendor/composer/autoload_namespaces.php",
            "start": 74670,
            "end": 74809
        },
        {
            "filename": "/app/vendor/composer/autoload_psr4.php",
            "start": 74809,
            "end": 75100
        },
        {
            "filename": "/app/vendor/composer/autoload_real.php",
            "start": 75100,
            "end": 76237
        },
        {
            "filename": "/app/vendor/composer/autoload_static.php",
            "start": 76237,
            "end": 84875
        },
        {
            "filename": "/app/vendor/composer/installed.json",
            "start": 84875,
            "end": 89832
        },
        {
            "filename": "/app/vendor/composer/installed.php",
            "start": 89832,
            "end": 91697
        },
        {
            "filename": "/app/vendor/composer/platform_check.php",
            "start": 91697,
            "end": 92622
        },
        {
            "filename": "/app/vendor/jolicode/jolitypo/src/JoliTypo/Exception/BadFixerConfigurationException.php",
            "start": 92622,
            "end": 92979
        },
        {
            "filename": "/app/vendor/jolicode/jolitypo/src/JoliTypo/Exception/BadRuleSetException.php",
            "start": 92979,
            "end": 93352
        },
        {
            "filename": "/app/vendor/jolicode/jolitypo/src/JoliTypo/Exception/InvalidMarkupException.php",
            "start": 93352,
            "end": 93734
        },
        {
            "filename": "/app/vendor/jolicode/jolitypo/src/JoliTypo/Fixer.php",
            "start": 93734,
            "end": 104729
        },
        {
            "filename": "/app/vendor/jolicode/jolitypo/src/JoliTypo/Fixer/BaseOpenClosePair.php",
            "start": 104729,
            "end": 106235
        },
        {
            "filename": "/app/vendor/jolicode/jolitypo/src/JoliTypo/Fixer/CurlyQuote.php",
            "start": 106235,
            "end": 106736
        },
        {
            "filename": "/app/vendor/jolicode/jolitypo/src/JoliTypo/Fixer/Dash.php",
            "start": 106736,
            "end": 107325
        },
        {
            "filename": "/app/vendor/jolicode/jolitypo/src/JoliTypo/Fixer/Dimension.php",
            "start": 107325,
            "end": 107897
        },
        {
            "filename": "/app/vendor/jolicode/jolitypo/src/JoliTypo/Fixer/Ellipsis.php",
            "start": 107897,
            "end": 108387
        },
        {
            "filename": "/app/vendor/jolicode/jolitypo/src/JoliTypo/Fixer/EnglishQuotes.php",
            "start": 108387,
            "end": 108810
        },
        {
            "filename": "/app/vendor/jolicode/jolitypo/src/JoliTypo/Fixer/FrenchNoBreakSpace.php",
            "start": 108810,
            "end": 109956
        },
        {
            "filename": "/app/vendor/jolicode/jolitypo/src/JoliTypo/Fixer/FrenchQuotes.php",
            "start": 109956,
            "end": 110386
        },
        {
            "filename": "/app/vendor/jolicode/jolitypo/src/JoliTypo/Fixer/GermanQuotes.php",
            "start": 110386,
            "end": 110816
        },
        {
            "filename": "/app/vendor/jolicode/jolitypo/src/JoliTypo/Fixer/Hyphen.php",
            "start": 110816,
            "end": 112956
        },
        {
            "filename": "/app/vendor/jolicode/jolitypo/src/JoliTypo/Fixer/NoSpaceBeforeComma.php",
            "start": 112956,
            "end": 113551
        },
        {
            "filename": "/app/vendor/jolicode/jolitypo/src/JoliTypo/Fixer/Numeric.php",
            "start": 113551,
            "end": 114044
        },
        {
            "filename": "/app/vendor/jolicode/jolitypo/src/JoliTypo/Fixer/SmartQuotes.php",
            "start": 114044,
            "end": 119218
        },
        {
            "filename": "/app/vendor/jolicode/jolitypo/src/JoliTypo/Fixer/Trademark.php",
            "start": 119218,
            "end": 119977
        },
        {
            "filename": "/app/vendor/jolicode/jolitypo/src/JoliTypo/Fixer/Unit.php",
            "start": 119977,
            "end": 120694
        },
        {
            "filename": "/app/vendor/jolicode/jolitypo/src/JoliTypo/FixerInterface.php",
            "start": 120694,
            "end": 121048
        },
        {
            "filename": "/app/vendor/jolicode/jolitypo/src/JoliTypo/LocaleAwareFixerInterface.php",
            "start": 121048,
            "end": 121352
        },
        {
            "filename": "/app/vendor/jolicode/jolitypo/src/JoliTypo/StateBag.php",
            "start": 121352,
            "end": 123005
        },
        {
            "filename": "/app/vendor/jolicode/jolitypo/src/JoliTypo/StateNode.php",
            "start": 123005,
            "end": 123914
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/build.xml",
            "start": 123914,
            "end": 129640
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/dist/Org_Heigl_Ghostscript-Build_4.zip",
            "start": 129640,
            "end": 1819284
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/dist/Org_Heigl_Ghostscript-Build_5.zip",
            "start": 1819284,
            "end": 3514506
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/dist/Org_Heigl_Hyphenator-Build_6.zip",
            "start": 3514506,
            "end": 5209753
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/docblox.dist.xml",
            "start": 5209753,
            "end": 5210621
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/index.php",
            "start": 5210621,
            "end": 5218743
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/phpcs.xml",
            "start": 5218743,
            "end": 5222999
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/phpunit.xml.dist",
            "start": 5222999,
            "end": 5223707
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/psalm.xml",
            "start": 5223707,
            "end": 5224151
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Anotheronefortesting.php",
            "start": 5224151,
            "end": 5225766
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Dictionary/Dictionary.php",
            "start": 5225766,
            "end": 5233854
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Dictionary/DictionaryRegistry.php",
            "start": 5233854,
            "end": 5239094
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Dictionary/Pattern.php",
            "start": 5239094,
            "end": 5243185
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Exception.php",
            "start": 5243185,
            "end": 5245216
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Exception/InvalidArgumentException.php",
            "start": 5245216,
            "end": 5247319
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Exception/NoPatternSetException.php",
            "start": 5247319,
            "end": 5249419
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Exception/PathNotDirException.php",
            "start": 5249419,
            "end": 5251552
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Exception/PathNotFoundException.php",
            "start": 5251552,
            "end": 5253686
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Filter/CustomMarkupFilter.php",
            "start": 5253686,
            "end": 5256509
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Filter/Filter.php",
            "start": 5256509,
            "end": 5260183
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Filter/FilterRegistry.php",
            "start": 5260183,
            "end": 5265420
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Filter/NonStandardFilter.php",
            "start": 5265420,
            "end": 5269379
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Filter/SimpleFilter.php",
            "start": 5269379,
            "end": 5273420
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Hyphenator.php",
            "start": 5273420,
            "end": 5290396
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Options.php",
            "start": 5290396,
            "end": 5302170
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Tokenizer/CustomHyphenationTokenizer.php",
            "start": 5302170,
            "end": 5306873
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Tokenizer/EmptyToken.php",
            "start": 5306873,
            "end": 5308934
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Tokenizer/ExcludedWordToken.php",
            "start": 5308934,
            "end": 5311026
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Tokenizer/NonWordToken.php",
            "start": 5311026,
            "end": 5313113
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Tokenizer/PunctuationTokenizer.php",
            "start": 5313113,
            "end": 5317834
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Tokenizer/PunktuationTokenizer.php",
            "start": 5317834,
            "end": 5320001
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Tokenizer/Token.php",
            "start": 5320001,
            "end": 5324323
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Tokenizer/TokenRegistry.php",
            "start": 5324323,
            "end": 5329605
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Tokenizer/Tokenizer.php",
            "start": 5329605,
            "end": 5331995
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Tokenizer/TokenizerRegistry.php",
            "start": 5331995,
            "end": 5336993
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Tokenizer/WhitespaceToken.php",
            "start": 5336993,
            "end": 5339062
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Tokenizer/WhitespaceTokenizer.php",
            "start": 5339062,
            "end": 5343348
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Tokenizer/WordToken.php",
            "start": 5343348,
            "end": 5347502
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/Tokenizer/XmlTokenizer.php",
            "start": 5347502,
            "end": 5351444
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/Hyphenator.properties",
            "start": 5351444,
            "end": 5355475
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/Org/Heigl/Hyphenator/files/hyph_da_DK.dic",
            "start": 5355475,
            "end": 5361524
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/Org/Heigl/Hyphenator/files/hyph_nl_NL.dic",
            "start": 5361524,
            "end": 5478031
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/LICENSE_LGPL_v3.0.txt",
            "start": 5478031,
            "end": 5485682
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_NO.txt",
            "start": 5485682,
            "end": 5486023
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_af_ZA.txt",
            "start": 5486023,
            "end": 5517515
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_bg_BG.txt",
            "start": 5517515,
            "end": 5521439
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_ca.txt",
            "start": 5521439,
            "end": 5522074
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_cs_CZ.txt",
            "start": 5522074,
            "end": 5549343
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_de.txt",
            "start": 5549343,
            "end": 5551081
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_de_AT.txt",
            "start": 5551081,
            "end": 5552628
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_de_CH.txt",
            "start": 5552628,
            "end": 5554173
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_de_DE.txt",
            "start": 5554173,
            "end": 5555571
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_el_GR.txt",
            "start": 5555571,
            "end": 5556096
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_en_GB.txt",
            "start": 5556096,
            "end": 5560665
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_en_US.txt",
            "start": 5560665,
            "end": 5562553
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_es.txt",
            "start": 5562553,
            "end": 5569032
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_et_EE.txt",
            "start": 5569032,
            "end": 5621989
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_fr.txt",
            "start": 5621989,
            "end": 5624975
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_hr.txt",
            "start": 5624975,
            "end": 5625839
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_hr_HR.txt",
            "start": 5625839,
            "end": 5629437
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_hu_HU.txt",
            "start": 5629437,
            "end": 5629981
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_it_IT.txt",
            "start": 5629981,
            "end": 5630927
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_lt_LT.txt",
            "start": 5630927,
            "end": 5631835
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_lv_LV.txt",
            "start": 5631835,
            "end": 5637617
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_nl_NL.txt",
            "start": 5637617,
            "end": 5640562
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_pl_PL.txt",
            "start": 5640562,
            "end": 5642926
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_pt_BR.txt",
            "start": 5642926,
            "end": 5661050
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_pt_PT.txt",
            "start": 5661050,
            "end": 5661536
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_ro_RO.txt",
            "start": 5661536,
            "end": 5663094
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_ru_RU.txt",
            "start": 5663094,
            "end": 5664610
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_sk_SK.txt",
            "start": 5664610,
            "end": 5666571
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_sl_SI.txt",
            "start": 5666571,
            "end": 5669336
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_sr_sc.txt",
            "start": 5669336,
            "end": 5671108
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_sv.txt",
            "start": 5671108,
            "end": 5671758
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_te_IN.txt",
            "start": 5671758,
            "end": 5672618
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/README_hyph_uk_UA.txt",
            "start": 5672618,
            "end": 5673489
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/af_ZA.ini",
            "start": 5673489,
            "end": 5733951
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/bg_BG.ini",
            "start": 5733951,
            "end": 5851867
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/ca.ini",
            "start": 5851867,
            "end": 5898563
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/cs_CZ.ini",
            "start": 5898563,
            "end": 5958061
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/da_DK.ini",
            "start": 5958061,
            "end": 5975796
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/de_AT.ini",
            "start": 5975796,
            "end": 8500027
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/de_CH.ini",
            "start": 8500027,
            "end": 11024258
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/de_DE.ini",
            "start": 11024258,
            "end": 13548489
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/el_GR.ini",
            "start": 13548489,
            "end": 13558182
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/en_GB.ini",
            "start": 13558182,
            "end": 13817715
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/en_US.ini",
            "start": 13817715,
            "end": 14057938
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/es.ini",
            "start": 14057938,
            "end": 14071457
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/et_EE.ini",
            "start": 14071457,
            "end": 14134864
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/fr.ini",
            "start": 14134864,
            "end": 14190986
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/gl.ini",
            "start": 14190986,
            "end": 14195063
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hr_HR.ini",
            "start": 14195063,
            "end": 14218673
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hu_HU.ini",
            "start": 14218673,
            "end": 16087052
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_af_ZA.dic",
            "start": 16087052,
            "end": 16149977
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_bg_BG.dic",
            "start": 16149977,
            "end": 16209365
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_ca.dic",
            "start": 16209365,
            "end": 16228710
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_cs_CZ.dic",
            "start": 16228710,
            "end": 16248759
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_da_DK.dic",
            "start": 16248759,
            "end": 16254808
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_de_AT.dic",
            "start": 16254808,
            "end": 17348419
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_de_CH.dic",
            "start": 17348419,
            "end": 18442030
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_de_DE.dic",
            "start": 18442030,
            "end": 19535641
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_el_GR.dic",
            "start": 19535641,
            "end": 19538846
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_en_GB.dic",
            "start": 19538846,
            "end": 19645877
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_en_US.dic",
            "start": 19645877,
            "end": 19752291
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_es.dic",
            "start": 19752291,
            "end": 19757990
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_et_EE.dic",
            "start": 19757990,
            "end": 19780627
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_fr.dic",
            "start": 19780627,
            "end": 19803880
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_gl.dic",
            "start": 19803880,
            "end": 19805300
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_hr_HR.dic",
            "start": 19805300,
            "end": 19813089
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_hu_HU.dic",
            "start": 19813089,
            "end": 20674007
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_id_ID.dic",
            "start": 20674007,
            "end": 20778079
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_is.dic",
            "start": 20778079,
            "end": 20828090
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_it_IT.dic",
            "start": 20828090,
            "end": 20830248
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_lt.dic",
            "start": 20830248,
            "end": 20838065
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_lt_LT.dic",
            "start": 20838065,
            "end": 20845882
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_lv_LV.dic",
            "start": 20845882,
            "end": 20925291
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_nb_NO.dic",
            "start": 20925291,
            "end": 21111969
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_nl_NL.dic",
            "start": 21111969,
            "end": 21228476
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_nn_NO.dic",
            "start": 21228476,
            "end": 21415154
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_pl_PL.dic",
            "start": 21415154,
            "end": 21453085
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_pt_BR.dic",
            "start": 21453085,
            "end": 21463378
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_pt_PT.dic",
            "start": 21463378,
            "end": 21464666
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_ro_RO.dic",
            "start": 21464666,
            "end": 21499263
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_ru_RU.dic",
            "start": 21499263,
            "end": 21534678
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_sh.dic",
            "start": 21534678,
            "end": 21563070
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_sk_SK.dic",
            "start": 21563070,
            "end": 21581275
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_sl_SI.dic",
            "start": 21581275,
            "end": 21589520
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_sr-Latn.dic",
            "start": 21589520,
            "end": 21617912
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_sr.dic",
            "start": 21617912,
            "end": 21645267
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_sv.dic",
            "start": 21645267,
            "end": 21748246
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_te_IN.dic",
            "start": 21748246,
            "end": 21749838
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_uk_UA.dic",
            "start": 21749838,
            "end": 21770060
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/hyph_zu_ZA.dic",
            "start": 21770060,
            "end": 21772016
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/id_ID.ini",
            "start": 21772016,
            "end": 22009302
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/is.ini",
            "start": 22009302,
            "end": 22142619
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/it_IT.ini",
            "start": 22142619,
            "end": 22148392
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/lt.ini",
            "start": 22148392,
            "end": 22171153
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/lt_LT.ini",
            "start": 22171153,
            "end": 22193914
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/lv_LV.ini",
            "start": 22193914,
            "end": 22415609
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/nb_NO.ini",
            "start": 22415609,
            "end": 22918354
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/nl_NL.ini",
            "start": 22918354,
            "end": 23203325
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/nn_NO.ini",
            "start": 23203325,
            "end": 23706070
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/pl_PL.ini",
            "start": 23706070,
            "end": 23796979
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/pt_BR.ini",
            "start": 23796979,
            "end": 23818483
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/pt_PT.ini",
            "start": 23818483,
            "end": 23822683
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/ro_RO.ini",
            "start": 23822683,
            "end": 23902892
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/ru_RU.ini",
            "start": 23902892,
            "end": 23978341
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/sh.ini",
            "start": 23978341,
            "end": 24043377
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/sk_SK.ini",
            "start": 24043377,
            "end": 24086640
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/sl_SI.ini",
            "start": 24086640,
            "end": 24108610
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/sr.ini",
            "start": 24108610,
            "end": 24184969
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/sv.ini",
            "start": 24184969,
            "end": 24451834
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/te_IN.ini",
            "start": 24451834,
            "end": 24451834
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/uk_UA.ini",
            "start": 24451834,
            "end": 24490922
        },
        {
            "filename": "/app/vendor/org_heigl/hyphenator/src/share/files/dictionaries/zu_ZA.ini",
            "start": 24490922,
            "end": 24492929
        }
    ],
    "remote_package_size": 13738255,
    "package_uuid": "sha256-f7872b5db629df0b929d4be85a9eb38f6f68efe9af80c513eafe9b7f359f4f55"
}

@lyrixx lyrixx merged commit 5531674 into master Feb 13, 2024
3 checks passed
@lyrixx lyrixx deleted the gh-pages branch February 13, 2024 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants