Skip to content

Commit

Permalink
feat: Convert event builder module to TS (#680)
Browse files Browse the repository at this point in the history
* Convert event_builder

* Clean up

* WIP

* Convert event_helpers

* More cleanup

* Incorporate comments

* Upgrade event-processor to v0.8.2

* NIT
  • Loading branch information
yavorona authored Jun 16, 2021
1 parent f4375e9 commit 88fded0
Show file tree
Hide file tree
Showing 15 changed files with 1,325 additions and 19,302 deletions.
3 changes: 3 additions & 0 deletions packages/optimizely-sdk/CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Bug fixes
- Bumped `event-processor` packages to version `0.8.2`.

## [4.6.0] - May 27, 2021

### New Features
Expand Down
116 changes: 0 additions & 116 deletions packages/optimizely-sdk/lib/core/event_builder/event_helpers.d.ts

This file was deleted.

185 changes: 0 additions & 185 deletions packages/optimizely-sdk/lib/core/event_builder/event_helpers.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import sinon from 'sinon';
import { assert } from 'chai';

import fns from '../../utils/fns';
import projectConfig from '../project_config';
import * as projectConfig from '../project_config';
import { buildImpressionEvent, buildConversionEvent } from './event_helpers';

describe('lib/event_builder/event_helpers', function() {
Expand Down
Loading

0 comments on commit 88fded0

Please sign in to comment.