This file contains hidden or 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
[[[['a' 'b'] | |
['c' 'd'] | |
['e' 'f'] | |
['g' 'h'] | |
['i' 'j']] | |
[['k' 'l'] | |
['m' 'n'] | |
['o' 'p'] | |
['q' 'r'] |
This file contains hidden or 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
java -jar compiler.jar \ | |
--externs extern.js \ | |
--compilation_level ADVANCED_OPTIMIZATIONS \ | |
--js=main.js \ | |
--js_output_file=out.js |
This file contains hidden or 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
/** | |
* Extern file for Leaflet, an open-source Javascript library for mobile-friendly | |
* interactive maps. | |
* | |
* @externs | |
*/ | |
/** | |
* @constructor | |
*/ |
This file contains hidden or 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
/** | |
* MIT License | |
* | |
* Copyright (c) 2021 Peter Tillema | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining a copy | |
* of this software and associated documentation files (the "Software"), to deal | |
* in the Software without restriction, including without limitation the rights | |
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
* copies of the Software, and to permit persons to whom the Software is |
This file contains hidden or 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
https://docs.google.com/document/d/18nVDz1mtYw04odErdSzvp_x5GSkAYppmcU6cf3NxU9k/edit?usp=sharing |