Finish build from yesterday.
This commit is contained in:
@@ -19,7 +19,7 @@ export async function parse(lines) {
|
||||
if (match('version')) structure.version = tail().trim()
|
||||
if (match('license')) structure.license = tail().trim()
|
||||
// FIXME: Order of operations causes other parts to break if this doesn't run first?!
|
||||
if (match('exports')) structure.exports = await parseObjectKV(null, async () => {
|
||||
if (match('exports')) structure.exports = await buildObject([], async () => {
|
||||
const section = { import: null, require: null }
|
||||
|
||||
await each(() => {
|
||||
|
||||
Reference in New Issue
Block a user