minggo

Results 301 comments of minggo

@wuzhiming it seems this file is generated by editor, please take a look.

你指的是纯的 ts 版吗?spine 现在不会提供纯 ts 版本。

> 不支持 wasm 的平台 你们用的不还是 ts版本吗? 这个是 asm.js,是 js 版本。这个没办法,平台不支持。相当于是 fallback 方案。 > 如果我希望所有平台一致, 想都使用ts版本怎么办呢? 对于支持 wasm 的平台,也是有选项可以强制使用 asm.js。

平台构建有个选项,不过这个是针对所有模块的,不是单独控制某个模块。

> 针对所有的这个我知道. 希望能提供各个模块单独的. 这个暂时没有计划。能说一下为什么有这个需求吗? > 另外 如果我要使用 其他的第三方 asm.js/wasm 版本的 物理引擎 要怎么整合呢? 这个暂时不支持,得改引擎自己处理,等后续完善。

> It may be related to this: https://nodejs.org/dist/latest-v17.x/docs/api/intl.html#internationalization-support I don't understand why regular expression is related to internationalization.

Got it, thanks. Yep, the ICU module is not included in v8 to reduce size. We will take a look how to provide it.

Sure, we will resolve it.

I agree with @dumganhar . It may take more resource to add a new feature. Especially we should make every new feature work correctly on all platforms for every version.

> Don't we have extensions and lab mechanisms? Extension and lab mechanism is used for the feature that we want to support but it is not ready. And we want...