ESModules
/shokai/ESModules
JavaScriptから別のJavaScriptを読み込む仕組み
export fooで外に出して
import {foo} from '../path/to/file'で読み込む
#TODO
JavaScript.icon