Skip to content

Commit

Permalink
fix(csp): disable __State reverse enum lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jan 8, 2019
1 parent d89f28f commit 3b8576f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/csp/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const enum State {
/**
* Reverse lookup for `State` enums
*/
export const __State = (<any>exports).State;
// export const __State = (<any>exports).State;

export interface ChannelItem<T> {
value: () => Promise<T>;
Expand Down

0 comments on commit 3b8576f

Please sign in to comment.