文件名称:babel-operator-overload-plugin:Babel插件,用于运算符重载
文件大小:45KB
文件格式:ZIP
更新时间:2024-05-25 06:12:08
javascript babel JavaScript
babel-operator-overload-plugin 编辑: 有此项目的最新版本。 Babel插件,用于操作员重载。 有一个简单的模板项目。 这是基于( 的 例子 以下代码将两个整数相加,然后相加两个点。 需要使用开头的指令来启用转换。 'babel-operator-overload-plugin enabled' class Point { constructor ( x , y ) { this . x = x this . y = y } [ Symbol . for ( '+' ) ] ( other ) { const x = this . x + other . x const y = this . y + other . y return n
【文件预览】:
babel-operator-overload-plugin-master
----.babelrc(206B)
----package.json(1KB)
----test()
--------index.js(12KB)
--------test-example.js(231B)
----LICENSE(1KB)
----package-lock.json(152KB)
----src()
--------index.js(6KB)
----examples()
--------bin()
--------src()
--------.gitignore(4B)
----.gitignore(914B)
----README.md(5KB)
----.vscode()
--------launch.json(892B)