Skip to content

Commit

Permalink
Upgrade to TypeScript 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrey-easyesi committed May 25, 2017
1 parent 9d0865e commit 5503c14
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<!-- Paths to the TypeScript installation to copy files from, and the Node.js executable to
use while building. Adjust these according to your own environment. -->
<property name="typescript" value="${env.HOME}/TypeScript-2.3.2"/>
<property name="typescript" value="${env.HOME}/TypeScript-2.3.3"/>
<property name="node.executable" value="node"/>

<target name="compile" depends="projectized-common.compile">
Expand Down
2 changes: 1 addition & 1 deletion manifest.mf
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion server/ts-patches
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- compiler/checker.ts
+++ compiler/checker.ts
@@ -2970,6 +2970,13 @@
@@ -2973,6 +2973,13 @@
appendSymbolNameOnly(symbol, writer);
}
parentSymbol = symbol;
Expand Down

0 comments on commit 5503c14

Please sign in to comment.