Skip to content

Instantly share code, notes, and snippets.

@daleharvey
Created October 9, 2020 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daleharvey/7796fd520719b3d0e6015f9d915f7c8c to your computer and use it in GitHub Desktop.
Save daleharvey/7796fd520719b3d0e6015f9d915f7c8c to your computer and use it in GitHub Desktop.
> 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