UNPKG

static-module

Version:

convert module usage to inline expressions

6 lines (5 loc) 159 B
var fs = require('fs'); var path = require('path'); var html = fs.readFileSync(path.join(__dirname, 'vars.html'), 'utf8'); var x = '!'; console.log(html + x);