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