/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
twbs
/
bootstrap
/
scss
/
tests
/
sass-true
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/twbs/bootstrap/scss/tests/sass-true
mkdir
upload
Name
Size
Mode
Actions
register.js
377
0644
edit
dl
rm
runner.js
450
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/twbs/bootstrap/scss/tests/sass-true/register.js
(377B)
'use strict' const path = require('node:path') const runnerPath = path.join(__dirname, 'runner').replace(/\\/g, '/') require.extensions['.scss'] = (module, filename) => { const normalizedFilename = filename.replace(/\\/g, '/') return module._compile(` const runner = require('${runnerPath}') runner('${normalizedFilename}', { describe, it }) `, filename) }
Save
cmd:
run