cache | create import cache | exports cache | Search

Run example

npm run import -- "test import cache"

test import cache

var importer = require('../Core')
var {createImportCache} = importer.import("create import cache")

module.exports = createImportCache

if(typeof $ !== 'undefined') {
    createImportCache()
}