Pārlūkot izejas kodu

Coding style

In certain scenarios we do need to import files instead of features but
even then it is our coding style to not write the file extension.
j8
Lyubo Marinov 8 gadus atpakaļ
vecāks
revīzija
c2ae7999ef

+ 1
- 1
modules/API/external/external_api.js Parādīt failu

@@ -1,6 +1,6 @@
1 1
 import EventEmitter from 'events';
2 2
 
3
-import { urlObjectToString } from '../../../react/features/base/util/uri.js';
3
+import { urlObjectToString } from '../../../react/features/base/util/uri';
4 4
 import {
5 5
     PostMessageTransportBackend,
6 6
     Transport

+ 1
- 1
react/features/base/connection/actions.web.js Parādīt failu

@@ -19,7 +19,7 @@ export {
19 19
     connectionEstablished,
20 20
     connectionFailed,
21 21
     setLocationURL
22
-} from './actions.native.js';
22
+} from './actions.native';
23 23
 
24 24
 /**
25 25
  * Opens new connection.

+ 1
- 1
react/features/mobile/image-cache/react-native-img-cache.android.js Parādīt failu

@@ -1 +1 @@
1
-export * from './react-native-img-cache.yes.js';
1
+export * from './react-native-img-cache.yes';

+ 1
- 1
react/features/mobile/image-cache/react-native-img-cache.ios.js Parādīt failu

@@ -1 +1 @@
1
-export * from './react-native-img-cache.yes.js';
1
+export * from './react-native-img-cache.yes';

Notiek ielāde…
Atcelt
Saglabāt