File tree Expand file tree Collapse file tree 6 files changed +8
-12
lines changed
Expand file tree Collapse file tree 6 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 120120 <TypeScriptCompile Include =" location\location.ios.ts" >
121121 <DependentUpon >location.d.ts</DependentUpon >
122122 </TypeScriptCompile >
123- <TypeScriptCompile Include =" location\location_types.ts" >
124- <DependentUpon >location.d.ts</DependentUpon >
125- </TypeScriptCompile >
126123 <TypeScriptCompile Include =" Tests\file-system-tests.ts" />
127124 <TypeScriptCompile Include =" Tests\http-tests.ts" />
128125 <TypeScriptCompile Include =" Tests\image-tests.ts" />
196193 <Content Include =" image\Readme.md" />
197194 <TypeScriptCompile Include =" local-settings\index.ts" />
198195 <TypeScriptCompile Include =" local-settings\local-settings.d.ts" />
199- <TypeScriptCompile Include =" location\location_common.ts" >
200- <DependentUpon >location.d.ts</DependentUpon >
201- </TypeScriptCompile >
202196 <TypeScriptCompile Include =" local-settings\local-settings.android.ts" >
203197 <DependentUpon >local-settings.d.ts</DependentUpon >
204198 </TypeScriptCompile >
205199 <TypeScriptCompile Include =" local-settings\local-settings.ios.ts" >
206200 <DependentUpon >local-settings.d.ts</DependentUpon >
207201 </TypeScriptCompile >
208202 <TypeScriptCompile Include =" local-settings\local-settings-common.ts" />
203+ <TypeScriptCompile Include =" location\location-common.ts" />
204+ <TypeScriptCompile Include =" location\location-types.ts" />
209205 <Content Include =" _references.ts" />
210206 </ItemGroup >
211207 <ItemGroup >
Original file line number Diff line number Diff line change 11import TKUnit = require( "Tests/TKUnit" ) ;
22import locationModule = require( "location/location" ) ;
3- import types = require( "location/location_types " ) ;
3+ import types = require( "location/location-types " ) ;
44
55var LocationManager = locationModule . LocationManager ;
66var Location = locationModule . Location ;
Original file line number Diff line number Diff line change 11
2- import types = require( "location/location_types " ) ;
2+ import types = require( "location/location-types " ) ;
33import promises = require( "promises/promises" ) ;
44import locationModule = require( "location/location" ) ;
55import timer = require( "timer/timer" ) ;
File renamed without changes.
Original file line number Diff line number Diff line change 1- import types = require( "location/location_types " ) ;
1+ import types = require( "location/location-types " ) ;
22import appModule = require( "application/application" ) ;
3- import common = require( "location/location_common " ) ;
3+ import common = require( "location/location-common " ) ;
44import merger = require( "utils/module_merge" ) ;
55
66// merge the exports of the types module with the exports of this file
Original file line number Diff line number Diff line change 1- import types = require( "location/location_types " ) ;
2- import common = require( "location/location_common " ) ;
1+ import types = require( "location/location-types " ) ;
2+ import common = require( "location/location-common " ) ;
33import merger = require( "utils/module_merge" ) ;
44
55// merge the exports of the types module with the exports of this file
You can’t perform that action at this time.
0 commit comments