Transform for the smart pipeline operator proposal (#9179)

This commit is contained in:
Thiago Arrais
2019-01-21 18:04:14 -03:00
committed by Nicolò Ribaudo
parent ba4141934f
commit e9331aa0c0
65 changed files with 240 additions and 62 deletions

View File

@@ -1,6 +1,6 @@
import { declare } from "@babel/helper-plugin-utils";
export const proposals = ["minimal"];
export const proposals = ["minimal", "smart"];
export default declare((api, { proposal }) => {
api.assertVersion(7);