PATH:
opt
/
alt
/
alt-nodejs24
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
spdx-expression-parse
/
Editing: index.js
'use strict' var scan = require('./scan') var parse = require('./parse') module.exports = function (source) { return parse(scan(source)) }
SAVE
CANCEL