FLUJOS/BACK_BACK/node_modules/static-module/test/sourcemap/main.js
2025-11-07 00:06:12 +01:00

10 lines
196 B
JavaScript
Executable file

var css = require('sheetify');
function doSomeStuff () {
// doing some stuff before inlining a static module call
return yadda(yadda)
}
css('filename.css');
exports.blah = whatever.xyz