Skip to content

Commit

Permalink
Updated examples to use TypeScript
Browse files Browse the repository at this point in the history
Conflicts:
	Iridium.njsproj
  • Loading branch information
notheotherben committed Apr 21, 2015
1 parent ac3cafb commit d9aeb1e
Show file tree
Hide file tree
Showing 6 changed files with 255 additions and 189 deletions.
7 changes: 4 additions & 3 deletions Iridium.njsproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,16 @@
<Content Include=".gitignore" />
<Content Include=".travis.yml" />
<Content Include="CHANGELOG" />
<Content Include="doc\Migrating from 4.x to 5.x.md" />
<Content Include="LICENCE" />
<Content Include="package.json" />
<Content Include="tsd.json" />
<Content Include="README.md" />
<Compile Include="index.ts" />
<Compile Include="benchmarks\mongodb.js" />
<Compile Include="example\LowercaseCollectionsPlugin.ts" />
<Compile Include="example\StringCaseValidationPlugin.js" />
<Compile Include="example\UserModel.js" />
<Compile Include="example\ModelHookPlugin.ts" />
<Compile Include="example\ValidationPlugin.ts" />
<Compile Include="example\UserModel.ts" />
<TypeScriptCompile Include="example\IntelliSense.ts" />
<TypeScriptCompile Include="lib\Cache.ts" />
<TypeScriptCompile Include="lib\CacheDirector.ts" />
Expand Down
File renamed without changes.
18 changes: 0 additions & 18 deletions example/StringCaseValidationPlugin.js

This file was deleted.

168 changes: 0 additions & 168 deletions example/UserModel.js

This file was deleted.

0 comments on commit d9aeb1e

Please sign in to comment.