Irrelon / jquery-lang-js

i18n Allow instant language switching on HTML pages without reloading the page.
https://www.irrelon.com
362 stars 132 forks source link

feat: Factory supports windowed Node environments #132

Closed rbfowler9lfc closed 1 year ago

rbfowler9lfc commented 3 years ago

On windowed Node environments such as NW.js and Electron the current CommonJS export factory invocation doesn't pass on the required JQuery and Cookies global references. This PR allows a NW.js or Electron app to import/require the module instead of including it on the app html if the required global objects are available.