forked from maplibre/maplibre-gl-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Overhaul of RTL plugin loading sequence (maplibre#3728)
* fire pluginStateChange only if at least one receiver changed plugin status * draft * fixes * all ut pass * test cases * change log * worker tests * add change in style.ts * update style test * update UT * Update src/source/rtl_text_plugin_main_thread.test.ts * PR comments * PR comments * dup lazyLoad() calls * multiple * PR * replace exception with console.error * update comment to be more accurate * do not download from main thread * remove extra try/catch * remove extra throw * remove extra import * exception handling * correct version * all UT * UT * add tests (#7) * all UT * UT * Add FT * remove extra import * clean up comments * test update --------- Co-authored-by: Harel M <harel.mazor@gmail.com>
- Loading branch information
1 parent
136464f
commit 82dce2b
Showing
16 changed files
with
402 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.