moll / vim-node

Tools and environment to make Vim superb for developing with Node.js. Like Rails.vim for Node.
http://www.vim.org/scripts/script.php?script_id=4674
Other
807 stars 59 forks source link

Add suport for react-native #43

Open Nhacsam opened 7 years ago

Nhacsam commented 7 years ago

I began to implement a react-native support.

React-native allow to import files with absolute path using the name of package.json (with a babel preset I guess) I implemented only for the main project one.

I didn't implemented the support for @providesModule too.

I added support for filename.ios.js and filename.android.js too