LiteLDev / HelperLib

TypeScript.d.ts file with auto-completion and code hints for LiteLScript developers
GNU Lesser General Public License v3.0
16 stars 3 forks source link

File类无法正确被使用 #16

Closed harry-xi closed 1 year ago

harry-xi commented 1 year ago

15

移除了关键字,目前补全库在通过tsconfing.json文件(或编译时)指定使tsc不自动包含lib.dom.d.ts时表现是正常的,但是不做配置直接使用会发生编辑器无法正确找到补全库定义的File问题

考虑到llse-js的实际环境与浏览器相差甚大,在使用typescript时使用--noLib选项并不会造成明显的麻烦,因此这一现存问题对于ts影响有限

对于js,这确实有个麻烦

lgc2333 commented 1 year ago

https://github.com/LiteLDev/LiteLoaderBDS/blob/main/ScriptEngine/assets/BaseLib.js#L401 编程时使用file即可