| 6 | |
| 7 | declare global { |
| 8 | interface Location { |
| 9 | [GLOBAL_PATCHED_SYMBOL]?: true; |
| 10 | } |
| 11 | } |
| 12 | |
| 13 | /** fix issue about dart2js: https://github.com/dart-lang/sdk/issues/27979 */ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…