spchuang / fb-local-chat-bot

Simple Node client for Messenger Bot designed for easy local testing
MIT License
100 stars 13 forks source link

Is the checked in code compiled? #3

Closed husafan closed 7 years ago

husafan commented 7 years ago

Love the library - thanks for putting it together!

I was curious - is the checked in JS under /build run through the babel-cli? Looking at the output of one of my own projects, I noticed that the '_interopRequireDefault' and '_createClass' methods in index.js look to be the same as the methods in JS generated by the babel-cli.

I wanted to send some pull requests your way, but don't want to make changes to generated code.

Thanks!

spchuang commented 7 years ago

yeah everything in build/ is compiled. For source, look at https://github.com/spchuang/fb-local-chat-bot/tree/master/src

husafan commented 7 years ago

Doh.. Sorry man. I completely missed that folder. Thank you!