Releases: Everlaw/nbts
Releases · Everlaw/nbts
v1.8.10.3: Fix file removals getting ignored
The Indexable passed to SourceIndexerFactory#filesDeleted does not compare equal to the Indexable for the same file that was passed to CustomIndexer#index, so "String path = indexables.remove(indexable)" was always returning null.
v1.8.10.2
Allow go-to-declaration to go to an unindexed file
v1.8.10.1: Interpret nodejs output as UTF-8, not system charset
nodejs process.stdout.write writes UTF-8. On Windows, unicode characters were getting incorrectly interpreted as ANSI. Also, as a small optimization, write UTF-8 on the java->node side as well, instead of limiting to ASCII.
v1.8.10.0
Upgrade to TypeScript 1.8.10
v1.8.5.0
Upgrade to TypeScript 1.8.5
v1.8.2.0: Upgrade to TypeScript 1.8.2
Removed hacks for bugs #4630 and #5444
v1.7.5.1
Don't fold comments including explicit <editor-fold> directives
v1.7.5.0
Upgrade to TypeScript 1.7.5
v1.7.3.1: Better handling of projects with a node_modules directory
Some npm packages, such as angular2, include both .d.ts files and source .ts files. The source files should not be considered part of the enclosing project; they will cause duplicate definition errors and slow down error checking. * Support tsconfig.json's "files" and "exclude" sections. Make host.getScriptFileNames() return only those files specified therein. Other files may still be brought in via imports or <reference>s. * If there are multiple tsconfig.json files, use the one with the shortest path (instead of the one most recently indexed).
v1.7.3.0
Upgrade to TypeScript 1.7.3