Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: removing base plugin
  • Loading branch information
obecny committed Apr 6, 2021
commit d01175f54f661fed29b05e3c262597bf3e299c5f
38 changes: 0 additions & 38 deletions packages/opentelemetry-core/src/platform/browser/BasePlugin.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* limitations under the License.
*/

export * from './BasePlugin';
export * from './environment';
export * from './hex-to-base64';
export * from './RandomIdGenerator';
Expand Down
134 changes: 0 additions & 134 deletions packages/opentelemetry-core/src/platform/node/BasePlugin.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/opentelemetry-core/src/platform/node/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* limitations under the License.
*/

export * from './BasePlugin';
export * from './environment';
export * from './hex-to-base64';
export * from './RandomIdGenerator';
Expand Down
7 changes: 1 addition & 6 deletions packages/opentelemetry-core/test/index-webpack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@
* limitations under the License.
*/
const testsContextCommon = require.context('.', true, /test$/);
testsContextCommon.keys().forEach(key => {
if (key.indexOf('./platform/BasePlugin.test') >= 0) {
return function () {};
}
return testsContextCommon(key);
});
testsContextCommon.keys().forEach(testsContextCommon);

const srcContext = require.context('.', true, /src$/);
srcContext.keys().forEach(srcContext);
82 changes: 0 additions & 82 deletions packages/opentelemetry-core/test/platform/BasePlugin.test.ts

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/opentelemetry-core/test/utils/url.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const urlNotIgnored = 'url should NOT be ignored';

const urlToTest = 'http://myaddress.com/somepath';

describe('BasePlugin - Utils', () => {
describe('Core - Utils - url', () => {
describe('isUrlIgnored', () => {
describe('when ignored urls are undefined', () => {
it('should return false', () => {
Expand Down
1 change: 0 additions & 1 deletion packages/opentelemetry-grpc-utils/.eslintignore

This file was deleted.

7 changes: 0 additions & 7 deletions packages/opentelemetry-grpc-utils/.eslintrc.js

This file was deleted.

4 changes: 0 additions & 4 deletions packages/opentelemetry-grpc-utils/.npmignore

This file was deleted.

Loading