Remi Sture
Remi Sture
Hi, Have you tested this lib on mobile browsers? Are there versions of iOS/Android you don't support (hence the reference to "modern browsers" in the docs)?
``` $ node packages/inquirer/examples/bottom-bar.js internal/modules/cjs/loader.js:1083 throw err; ^ Error: Cannot find module 'cmdify' Require stack: - /Users/remisture/dev/Inquirer.js/packages/inquirer/examples/bottom-bar.js at Function.Module._resolveFilename (internal/modules/cjs/loader.js:1080:15) at Function.Module._load (internal/modules/cjs/loader.js:923:27) at Module.require (internal/modules/cjs/loader.js:1140:19) at require (internal/modules/cjs/helpers.js:75:18) at...
How can this be used with the new `@inquirer/*` packages?
Hi, Great plugin. Will it also work with this version: https://github.com/ionic-team/cordova-plugin-ionic-webview ?
Will make it easier to pre-define "modes". ``` if (obj.settings.cssClass) { tipso_bubble.addClass(obj.settings.cssClass); } ``` ``` ``` ``` $('.tipso').tipso({ cssClass: 'error' }); ``` ``` .tipso_bubble.error { background: red; color: white; }...
Seems like xo struggle to parse this. What can I do? ```javascript const serviceAccount = await import('../serviceAccount.json', { assert: { type: 'json' } }); ``` `"Parsing error: Unexpected token ,...