mini-star icon indicating copy to clipboard operation
mini-star copied to clipboard

A micro-kernel framework which can pluginize your project. Progressive Migration!

Results 20 mini-star issues
Sort by recently updated
recently updated
newest added

将ts直接改为tsx,编译不通过,应该如何实现呢 --- Directly change ts to tsx, but the compilation fails. How should I implement it?

## 站外的插件库 ### ./plugins/test/src/index.ts: ``` import { alert2 } from '@plugins/alert/index.js'; console.log('alert2', alert2); alert2('Test Alert'); ``` ### ./plugins/alert/src/index.ts: ``` export function alert2(text: string) { alert2(text); } ``` 打包后,放到 https://test.xxx.com/plugins/ 目录下...

对于远程组件,基座应用共享的组件库在插件里使用时没有了ts类型提示与检查,有没有什么好的办法或建议 --- For remote components, the component library shared by the base application does not have ts type hints and checks when used in plug-ins. Is there any good way...

插件加载完在基座应用的其他组件中怎么使用插件视图,其次怎么在开发中和基座应用联动(热更新)

清问插件里是不是不能返回视图或者进行创建视图

还有加载插件的方法可以手动定义吗?我用在 chrome 扩展中,他的加载方式不是 sript ,而是使用扩展的 api 注入的

enhancement

Bumps [webpack](https://github.com/webpack/webpack) from 5.73.0 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @​ryanwilsonperkin in webpack/webpack#16759 v5.76.0...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [undici](https://github.com/nodejs/undici) from 5.5.1 to 5.19.1. Release notes Sourced from undici's releases. v5.19.1 ⚠️ Security Release ⚠️ Regular Expression Denial of Service in Headers with CVE-2023-24807 CRLF Injection in Nodejs...

dependencies

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies