jupyter / jupyter-drive

Google drive for jupyter notebooks
BSD 2-Clause "Simplified" License
418 stars 78 forks source link

Move more things to typescript. #117

Closed Carreau closed 9 years ago

Carreau commented 9 years ago

Ok, took me 4 days, but I found out.

Typescript fails when some files get underscore in their name. It does not fails early, it compile the js file correctly. It just raises weird static warnings that the Supplied parameters do not match any signature of call target in some methods, and also a few Property 'pick_file' does not exist on type 'typeof "/Users/bussonniermatthias/dev/jupyter-drive/jupyterdrive/ts/picker_utils"' but not all. and just don't generate d.ts file.

I'll clean that up and have it woking as right now there are still some wrong ts/js interfaces.