import-export icon indicating copy to clipboard operation
import-export copied to clipboard

Added support for import 'file'

Open MikeKovarik opened this issue 8 years ago • 0 comments

Support for importing modules without accessing anything out of them

import 'module-name'

or

import './file.js'

MikeKovarik avatar Feb 01 '17 23:02 MikeKovarik