goja-babel:使用Go运行babel转换来转换您的现代JavaScript和JSX

时间:2024-02-20 20:29:14
【文件属性】:

文件名称:goja-babel:使用Go运行babel转换来转换您的现代JavaScript和JSX

文件大小:2.11MB

文件格式:ZIP

更新时间:2024-02-20 20:29:14

react javascript golang babel BabelGo

戈雅-巴比尔 使用github.com/dop251/goja在Go中运行babel.js。 警告:这使用的不是最新版本的Babel v6.26。 随时创建PR,将其更新为最新版本。 警告:这在很大程度上未经测试,公开的API可能随时更改。 用法 package main import ( "fmt" "io" "os" "strings" "github.com/jvatic/goja-babel" ) func main () { babel . Init ( 4 ) // Setup 4 transformers (can be any number > 0) res , err := babel . Transform ( strings . NewReader ( `let foo = 1;

Hello JSX! The value of foo is {foo}.
` ), map [ string ] interface {}{ "plugins" : [] string { "transform-react


网友评论