weizhenye / ass-compiler

Parses and compiles ASS subtitle format to easy-to-use data structure
https://ass.js.org/ass-compiler/
MIT License
107 stars 18 forks source link

await import('ass-compiler') 没有导出任何函数 #18

Closed ShenHongFei closed 3 months ago

ShenHongFei commented 3 months ago
await import('ass-compiler')

返回

[Module: null prototype] {

}
ShenHongFei commented 3 months ago

v0.1.12 版本

weizhenye commented 3 months ago

你是使用什么构建工具的?目前 package.json 中设置了 module 字段是直接引用 Module 格式的,dist 中构建后的是 UMD 格式,看着像是构建工具引错文件了。

image
ShenHongFei commented 3 months ago

直接在 node.js 中通过 import 导入

weizhenye commented 3 months ago

v0.1.13 应该可以了

ShenHongFei commented 3 months ago

可以了