diff options
Diffstat (limited to 'toolkit/components/uniffi-bindgen-gecko-js/src/templates/js/wrapper.jsm')
-rw-r--r-- | toolkit/components/uniffi-bindgen-gecko-js/src/templates/js/wrapper.jsm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/toolkit/components/uniffi-bindgen-gecko-js/src/templates/js/wrapper.jsm b/toolkit/components/uniffi-bindgen-gecko-js/src/templates/js/wrapper.jsm new file mode 100644 index 0000000000..9cd95893a3 --- /dev/null +++ b/toolkit/components/uniffi-bindgen-gecko-js/src/templates/js/wrapper.jsm @@ -0,0 +1,17 @@ +// This file was autogenerated by the `uniffi-bindgen-gecko-js` crate. +// Trust me, you don't want to mess with it! + +{% import "macros.jsm" as js %} + +"use strict"; + +// Objects intended to be used in the unit tests +var UnitTestObjs = {}; + +var EXPORTED_SYMBOLS = ["UnitTestObjs"]; + +{% include "Helpers.jsm" %} + +{% include "Types.jsm" %} + +{% include "TopLevelFunctions.jsm" %} |