Reyn
Reyn
@最近在做webview的自定义修改,翻源码刚好看到这段,这里的`setJavascriptInterfaceScheme`应该是`loadData`才对。 https://github.com/cocos-creator/engine-native/blob/c20d9a6b86b178e610aa78aa4d2106c74b9b9fcc/cocos/ui/webview/WebViewImpl-android.cpp#L177
**Describe the bug** 版本:3.2 复现:必现 位置: [docSymbolProcessor.ts](https://github.com/Tencent/LuaPanda/blob/master/src/code/server/docSymbolProcessor.ts) ```typescript private pushToAllList(symbol:Tools.SymbolInformation){ // !!! symbol.searchName 如果是Array属性必然出现错误 if(this.docInfo.defineSymbols.allSymbols[symbol.searchName]){ ... } } ``` 这里 `symbol.searchName` 如果是Array属性必然出现错误,最简单的就是 `length`; 同理,`pushToLocalList`、`pushToGlobalList`、`pushToChunkList` 等也会出现同样的错误。
Examples: **Chunk Tail** ```lua local x = 1 -- comments will never be visited ``` or **Function Tail** ```lua function ok() --print('comments will never be visited') end ``` or **Just...
Hi, This plugin is awesome and helpful. And I am wondering if you have plans to support JetBrains WebStorm. Best regards.