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.
This commit is contained in:
parent
5a50932174
commit
c2ae7999ef
|
@ -1,6 +1,6 @@
|
|||
import EventEmitter from 'events';
|
||||
|
||||
import { urlObjectToString } from '../../../react/features/base/util/uri.js';
|
||||
import { urlObjectToString } from '../../../react/features/base/util/uri';
|
||||
import {
|
||||
PostMessageTransportBackend,
|
||||
Transport
|
||||
|
|
|
@ -19,7 +19,7 @@ export {
|
|||
connectionEstablished,
|
||||
connectionFailed,
|
||||
setLocationURL
|
||||
} from './actions.native.js';
|
||||
} from './actions.native';
|
||||
|
||||
/**
|
||||
* Opens new connection.
|
||||
|
|
|
@ -1 +1 @@
|
|||
export * from './react-native-img-cache.yes.js';
|
||||
export * from './react-native-img-cache.yes';
|
||||
|
|
|
@ -1 +1 @@
|
|||
export * from './react-native-img-cache.yes.js';
|
||||
export * from './react-native-img-cache.yes';
|
||||
|
|
Loading…
Reference in New Issue