FormidableLabs / babel-plugin-transform-define

Compile time code replacement for babel similar to Webpack's DefinePlugin
MIT License
245 stars 31 forks source link

Add test for CallExpression identifiers #35

Closed jasonLaster closed 5 years ago

jasonLaster commented 7 years ago

I wanted to confirm that CallExpression identifiers would be transformed, so I updated the test to verify the case.

https://astexplorer.net/#/gist/fc3af993d2bd4a2063840cde2d07c093/56017ccf73164e9045c517fc1816c7695d90d8da

ryan-roemer commented 5 years ago

Thanks!