Eaviyi

Results 6 issues of Eaviyi

This repository is a simple example: https://github.com/eavidy/test_case /deps/action.js: ```js export * from "https://esm.sh/@actions/[email protected]"; ``` /main.js: ```js import { info } from "./deps/action.js"; info("hi"); ``` Open the link in the browser...

browser

Version: Deno 1.43.3 OS: Mac OS ### Reproduce a.js ```js export * from "./b.js"; export const deps = 4; ``` b.js ```js import { deps } from ".//a.js"; console.log(deps); ```...

- Version: 3.4.5 - Rollup Version: 4.17.2 - Operating System and version (if applicable): Mac OS - Node Version (if applicable): 20.14.0 - Does it work with `tsc` (if applicable):...

在提出功能请求之前,请考虑在 https://github.com/Johnserf-Seed/f2/discussions 上发布反馈或在Discord中讨论。 **Q: 你有检查过类似建议的问题吗?** 在所有的问题列表里检查是否有类似的建议。 - [x] 是 - [ ] 否 **Q: 你将如何改进 F2?** 请尽可能详细地说明。请提供你希望它如何工作的示例代码或流程。 A: **Q: 它能为你解决什么问题?** 该功能能解决你的什么问题?我也许可以建议一种现有的解决方法。 A: 目前能够获取作品的评论,但是无法获取相关评论的回复内容 **其他** 如有,请添加有关功能请求的任何其他内容或截图。

需求建议(enhancement)

**Describe the bug** Error in deno while debugging code using vscode **Steps to Reproduce** The debug code looks like this: ```ts class Test { run() { const resources: any[] =...

bug
upstream
debugger
needs investigation

### Version 5.5.0 ### Link to Minimal Reproduction https://github.com/eavidy/test_case/tree/echart-1 ### Steps to Reproduce 1. Clone Repository `git clone -b echart-1 [email protected]:eavidy/test_case.git` This example mainly includes two files tsconfig.json: ```json {...

bug
pending
en