esbuild-plugin-flow:Esbuild插件剥离Flow文件的类型

时间:2024-05-28 14:33:31
【文件属性】:

文件名称:esbuild-plugin-flow:Esbuild插件剥离Flow文件的类型

文件大小:9KB

文件格式:ZIP

更新时间:2024-05-28 14:33:31

JavaScript

esbuild-plugin-flow Esbuild插件使用剥离Flow文件 安装 npm i --dev https://github.com/dalcib/esbuild-plugin-flow 用法 命令行界面不支持esbuild ,因此请使用以下自定义构建脚本: const esbuild = require ( "esbuild" ) ; const flow = require ( "esbuild-plugin-flow" ) ; esbuild . build ( { entryPoints : [ "index.js" ] , outfile : "dist/bundle.js" , bundle : true , plugins : [ flow ( / \. flow \. jsx? $ / ) ] , } ) . c


【文件预览】:
esbuild-plugin-flow-main
----flow-pkg()
--------index.js(79B)
--------package.json(90B)
----index.js(594B)
----package.json(741B)
----tests()
--------test.js(799B)
--------file1.flow.js(81B)
--------main.js(190B)
--------bundle.js(1KB)
--------mainTestPkg.js(183B)
--------file2.flow.js(88B)
--------file3.js(34B)
----LICENSE(1KB)
----package-lock.json(4KB)
----.gitignore(2KB)
----README.md(1KB)
----.vscode()
--------launch.json(438B)
--------settings.json(25B)

网友评论