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:
2
modules/API/external/external_api.js
vendored
2
modules/API/external/external_api.js
vendored
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user