fable-compiler / fable-compiler.github.io

Fable web site
https://fable.io
23 stars 63 forks source link

Update features.md #198

Closed Darkle closed 2 months ago

Darkle commented 2 months ago

Changed [<ImportMember("hello", "./hello.js")>] to [<ImportMember("./hello.js")>] as ImportMember only takes a sigle string.

MangelMaxime commented 2 months ago

Thank you