Amorites

Results 9 issues of Amorites

英文版站点是好的 现在发出请求的地址是 `https://undefined-dsn.algolia.net/1/indexes/*/queries?x-algolia-agent=Algolia%20for%20JavaScript%20(4.8.5)%3B%20Browser%20(lite)%3B%20docsearch%20(3.0.0)%3B%20docsearch-react%20(3.0.0)%3B%20docsearch.js%20(3.0.0)&x-algolia-api-key=b573aa848fd57fb47d693b531297403c&x-algolia-application-id=undefined`

**Cached `version` not refreshed when uplink's version updated** **To Reproduce** - publish to uplink - query package info at local - deprecate uplink's package version - local version should also...

issue_needs_triage

checkbox 的 checked 属性的类型是 boolean

Sometimes we need to use an old version parser for debugging purposes.

feature request

# Deep analyze of Cache Invalidation ## Motivation Perfsee can now calculate 'cache invalidation' from manifest info, but doesn't know whether the invalidation is as expected or not. And no...

enhancement
further discussion

### Describe the bug I have file structure like: ``` ├── pages │ ├── [...all].vue │ ├── hi │ │ └── [...all].vue │ ├── index.vue │ └── README.md ``` `localhost:5173/hi`...

## 什么是 [wxs](https://developers.weixin.qq.com/miniprogram/dev/reference/wxs/01wxs-module.html) > WXS 代码可以编写在 wxml 文件中的 标签内,或以 .wxs 为后缀名的文件内。 简单来说就是砍掉部分语法的 js。 ## 现在的表现 没有语法高亮 ![image](https://user-images.githubusercontent.com/13085465/70842122-f4bae380-1e5a-11ea-8915-f96e3489476b.png) ![image](https://user-images.githubusercontent.com/13085465/70842126-fe444b80-1e5a-11ea-9d25-3516100150f7.png) ## 期待的表现 ### 第一阶段 按照 js 处理语法高亮 ### 最终阶段 对非 wxs 支持的语法不提示/报错...

## Bug description The referenced namespace in input interface is not renamed, which would cause a "Cannot find name" error in output file. ### Input ```ts export namespace parent_schema_definitions {...

bug