atom-plugin icon indicating copy to clipboard operation
atom-plugin copied to clipboard

static get importMeta() { return import.meta; } show error

Open jfdumont opened this issue 7 years ago • 0 comments

Polymer-ide show error when :

/**
 *  @polymer
 *  @extends HTMLElement
 */
class TestElement extends PolymerElement {
...
static get importMeta() { return import.meta; } 
...

polymer-ide Unexpected token import

jfdumont avatar Aug 25 '18 10:08 jfdumont