DIR: /proc/self/root/usr/share/node_modules/has-dynamic-import/ |
Current File : //proc/self/root/usr/share/node_modules/has-dynamic-import/browser-syntax.js |
'use strict'; module.exports = function hasSyntax() { try { Function('import("").catch(() => {})'); // eslint-disable-line no-new-func return true; } catch (e) { return false; } }; |