Created
October 9, 2020 20:59
-
-
Save daleharvey/7796fd520719b3d0e6015f9d915f7c8c to your computer and use it in GitHub Desktop.
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
> file:///Users/dale/src/palmtree-result-extension/src/experiments/urlbar/mozTrie.jsm - EXPORTED_SYMBOLS is not an array. | |
$ cat /Users/dale/src/palmtree-result-extension/src/experiments/urlbar/mozTrie.jsm | |
/* This Source Code Form is subject to the terms of the Mozilla Public | |
* License, v. 2.0. If a copy of the MPL was not distributed with this | |
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | |
const EXPORTED_SYMBOLS = [ "Foo" ]; | |
function Foo() { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment