mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +08:00
console module naming changed to "-"
This commit is contained in:
14
BCL.csproj
14
BCL.csproj
@ -90,13 +90,7 @@
|
||||
<TypeScriptCompile Include="console\console.ts">
|
||||
<DependentUpon>console.d.ts</DependentUpon>
|
||||
</TypeScriptCompile>
|
||||
<TypeScriptCompile Include="console\console_helper.android.ts">
|
||||
<DependentUpon>console_helper.d.ts</DependentUpon>
|
||||
</TypeScriptCompile>
|
||||
<TypeScriptCompile Include="console\console_helper.d.ts" />
|
||||
<TypeScriptCompile Include="console\console_helper.ios.ts">
|
||||
<DependentUpon>console_helper.d.ts</DependentUpon>
|
||||
</TypeScriptCompile>
|
||||
<TypeScriptCompile Include="console\console-helper.d.ts" />
|
||||
<TypeScriptCompile Include="declarations.d.ts" />
|
||||
<TypeScriptCompile Include="declarations.android.d.ts">
|
||||
<DependentUpon>declarations.d.ts</DependentUpon>
|
||||
@ -193,6 +187,12 @@
|
||||
<DependentUpon>timer.d.ts</DependentUpon>
|
||||
</TypeScriptCompile>
|
||||
<TypeScriptCompile Include="Tests\local_settings_tests.ts" />
|
||||
<TypeScriptCompile Include="console\console-helper.android.ts">
|
||||
<DependentUpon>console-helper.d.ts</DependentUpon>
|
||||
</TypeScriptCompile>
|
||||
<TypeScriptCompile Include="console\console-helper.ios.ts">
|
||||
<DependentUpon>console-helper.d.ts</DependentUpon>
|
||||
</TypeScriptCompile>
|
||||
<Content Include="image\Readme.md" />
|
||||
<TypeScriptCompile Include="localsettings\index.ts" />
|
||||
<TypeScriptCompile Include="localsettings\local_settings.android.ts">
|
||||
|
@ -1,4 +1,4 @@
|
||||
import helperModule = require("console/console_helper");
|
||||
import helperModule = require("console/console-helper");
|
||||
|
||||
export class Console {
|
||||
private _timers: any;
|
||||
|
Reference in New Issue
Block a user