xref: /third_party/node/deps/npm/node_modules/spdx-expression-parse/index.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/deps/npm/node_modules/spdx-expression-parse/
11cb0ef41Sopenharmony_ci'use strict'
21cb0ef41Sopenharmony_ci
31cb0ef41Sopenharmony_civar scan = require('./scan')
41cb0ef41Sopenharmony_civar parse = require('./parse')
51cb0ef41Sopenharmony_ci
61cb0ef41Sopenharmony_cimodule.exports = function (source) {
71cb0ef41Sopenharmony_ci  return parse(scan(source))
81cb0ef41Sopenharmony_ci}
9

Indexes created Thu Nov 07 10:32:03 CST 2024