alibaba / alibaba/lowcode-engine

[@alilc/lowcode-material-parser] 无法生成 @mantine/core 中组件定义

Open
#1,894 0 comments 0 reactions 1 assignee Claimed by @akirakai View on GitHub
Dominant language
TypeScript
Stars
15.9k
Forks
2.7k
PR merge metrics
No merged PRs in 30d

Description

## **Describe the bug (required)** / **详细描述 bug(必填)**

使用下方代码无法正确生成

```
const parse = require('@alilc/lowcode-material-parser').default;

(async () => {
const options = {
accesser: 'online',
entry: "@mantine/core@6.0.7",
npmClient: "npm"
};

const actual = await parse(options);
console.log(JSON.stringify(actual, null, 2));
})();
```

---

## **To Reproduce (required)** / **如何复现 bug?(必填,非常重要)**

```
const parse = require('@alilc/lowcode-material-parser').default;

(async () => {
const options = {
accesser: 'online',
entry: "@mantine/core@6.0.7",
npmClient: "npm"
};

const actual = await parse(options);
console.log(JSON.stringify(actual, null, 2));
})();
```

## **Screenshots (optional)** / **bug 截图(可选)**
![CleanShot 2023-04-17 at 18 56 06](https://user-images.githubusercontent.com/31089228/232464828-8f88ced3-92fe-4678-8fcc-8c88e1f90484.png)

---

## **Environments (please complete the following information) (required):** / **请提供如下信息(必填)**
- @alilc/lowcode-material-parser@1.0.4-beta.0

> (this information can be collected via [the manual plugin](https://img.alicdn.com/imgextra/i1/O1CN0115zonY1IsgbkZ2ir7_!!6000000000949-2-tps-3066-1650.png) / 版本信息可[通过低代码用户手册插件收集](https://img.alicdn.com/imgextra/i1/O1CN0115zonY1IsgbkZ2ir7_!!6000000000949-2-tps-3066-1650.png))

## **Additional context (optional)** / **更多额外信息(可选)**
Any other context of the problem here. / 可以追加更多的额外信息,帮助定位问题

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.