Everlaw / nbts

NetBeans TypeScript editor plugin
282 stars 46 forks source link

TypeScript 2.2 update #101

Closed RomkeVdMeulen closed 7 years ago

RomkeVdMeulen commented 7 years ago

I'm getting errors in the Netbeans error that aren't a problem for the compiler. Types related to the fetch API aren't found. Probable the current build of the plugin has an outdated version of the standard lib - the fetch API was only added in 2.2.1.

Any idea when the next release with updated standard lib might be?

Rycochet commented 7 years ago

Might be wroth changing the title to something like "TypeScript 2.2 update" - NBTS uses a bundled version for various code reasons - but I'm hoping that TS starts providing enough in the service that it can shift to using whichever version you supply (above whatever version gets it) :-)

jeffrey-easyesi commented 7 years ago

Updated to 2.3.

RomkeVdMeulen commented 7 years ago

Great. Thank you!