matthewp / script-type-module

A <script type=module> polyfill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Property shorthand form doesn't work

matthewp opened this issue · comments

import { a } from './a.js';

self.RESULT = {
  a
};