Skip to content

Commit 056d430

Browse files
author
Vladimir Enchev
committed
console module naming changed to "-"
1 parent e8d3669 commit 056d430

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

BCL.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,7 @@
9090
<TypeScriptCompile Include="console\console.ts">
9191
<DependentUpon>console.d.ts</DependentUpon>
9292
</TypeScriptCompile>
93-
<TypeScriptCompile Include="console\console_helper.android.ts">
94-
<DependentUpon>console_helper.d.ts</DependentUpon>
95-
</TypeScriptCompile>
96-
<TypeScriptCompile Include="console\console_helper.d.ts" />
97-
<TypeScriptCompile Include="console\console_helper.ios.ts">
98-
<DependentUpon>console_helper.d.ts</DependentUpon>
99-
</TypeScriptCompile>
93+
<TypeScriptCompile Include="console\console-helper.d.ts" />
10094
<TypeScriptCompile Include="declarations.d.ts" />
10195
<TypeScriptCompile Include="declarations.android.d.ts">
10296
<DependentUpon>declarations.d.ts</DependentUpon>
@@ -193,6 +187,12 @@
193187
<DependentUpon>timer.d.ts</DependentUpon>
194188
</TypeScriptCompile>
195189
<TypeScriptCompile Include="Tests\local_settings_tests.ts" />
190+
<TypeScriptCompile Include="console\console-helper.android.ts">
191+
<DependentUpon>console-helper.d.ts</DependentUpon>
192+
</TypeScriptCompile>
193+
<TypeScriptCompile Include="console\console-helper.ios.ts">
194+
<DependentUpon>console-helper.d.ts</DependentUpon>
195+
</TypeScriptCompile>
196196
<Content Include="image\Readme.md" />
197197
<TypeScriptCompile Include="localsettings\index.ts" />
198198
<TypeScriptCompile Include="localsettings\local_settings.android.ts">

console/console.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import helperModule = require("console/console_helper");
1+
import helperModule = require("console/console-helper");
22

33
export class Console {
44
private _timers: any;

0 commit comments

Comments
 (0)