atom-plugin
atom-plugin copied to clipboard
static get importMeta() { return import.meta; } show error
Polymer-ide show error when :
/**
* @polymer
* @extends HTMLElement
*/
class TestElement extends PolymerElement {
...
static get importMeta() { return import.meta; }
...
polymer-ide Unexpected token import