Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

More destructuring fun with unresolved symbols #786

Open
cboulanger opened this issue Dec 21, 2020 · 0 comments
Open

More destructuring fun with unresolved symbols #786

cboulanger opened this issue Dec 21, 2020 · 0 comments

Comments

@cboulanger
Copy link
Contributor

let {data:{compilation_log}, manifest:{info, requires={}}} = modelNode;

// snip

const newIssueBody = [
  `Compiling package '${info.name}' with the following environment:`, "",
  ` - qooxdoo version: ${requires["@qooxdoo/framework"]}`
].join("\n");

=>

warning: Unresolved use of symbol info.name
warning: Unresolved use of symbol requires
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant