diff --git a/README.md b/README.md index e960539..0571b5b 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Download the latest netbeanstypescript.nbm file from the [Releases](https://gith ### Versioning -The version number of this plugin reflects the version of TypeScript it incorporates (currently 2.3.2), with an extra digit for new versions that do not involve a TypeScript update. We intend to keep this plugin up to date with new versions of TypeScript when they come out. +The version number of this plugin reflects the version of TypeScript it incorporates (currently 2.3.3), with an extra digit for new versions that do not involve a TypeScript update. We intend to keep this plugin up to date with new versions of TypeScript when they come out. ### Contributing diff --git a/build.xml b/build.xml index d5ce2e1..ecaca3f 100644 --- a/build.xml +++ b/build.xml @@ -8,7 +8,7 @@ - + diff --git a/manifest.mf b/manifest.mf index c752f69..9fbc796 100644 --- a/manifest.mf +++ b/manifest.mf @@ -3,4 +3,4 @@ AutoUpdate-Show-In-Client: true OpenIDE-Module: netbeanstypescript OpenIDE-Module-Layer: netbeanstypescript/resources/layer.xml OpenIDE-Module-Localizing-Bundle: netbeanstypescript/Bundle.properties -OpenIDE-Module-Specification-Version: 2.3.2.0 +OpenIDE-Module-Specification-Version: 2.3.3.0 diff --git a/server/ts-patches b/server/ts-patches index 5a86b4e..8ef0893 100644 --- a/server/ts-patches +++ b/server/ts-patches @@ -1,6 +1,6 @@ --- compiler/checker.ts +++ compiler/checker.ts -@@ -2970,6 +2970,13 @@ +@@ -2973,6 +2973,13 @@ appendSymbolNameOnly(symbol, writer); } parentSymbol = symbol;