fjk
fjk
1. 项目中为啥仅支持ts 和 tsx 后缀文件的解析? 背景 :我们项目使用的是js 和jsx ,但是通过看源码发现 目前仅仅对 ts 和 tsx 做了后缀匹配和 ast 解析。然后我们这边的解决办法是先把要翻译的文件批量从js 和 jsx 改为了 ts 和 tsx,再使用 kiwi --extract 去提取,发现提出来的文件 一样是可以正常使用的,提取完毕以后,再次将翻译后的 ts 和 tsx 改为js...
部分中文文档翻译存在问题,特此校正一下。 There are problems in the translation of some Chinese documents, which are hereby corrected.
**Steps to reproduce:** Excuse me, in the Advanced options section of the official case, I entered @ directly and there was no menu for me to choose from. The relevant...
**Describe the bug or question** A clear and concise description of what the bug or question is. Frequent refreshing occasionally can result in the following error message. The specific scenario...
As mentioned in the title, attempting to use caching to cache imported modules in an attempt to improve performance a bit
url: https://r.jina.ai/https://new.qq.com/rain/a/20230723A067YG00
Invalid iframe web pages do not trigger the reportsnapshot event
问题描述: 比如在 https://github.com/ 使用 ali-oss 进行文件上传,在上传之前会发起一个 get 方式的 https://github.com/ 请求,这个请求如何避免掉呢,无法避免的情况下,发起这个请求的原因是什么呢? react hook如下: ``` import OSS from 'ali-oss'; import { useRef } from 'react'; import { getOSSTokenV2 } from '@/services'; const...