Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
liujingbreak committed Oct 14, 2020
1 parent 79cd545 commit 0465e12
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wfh/plink",
"version": "0.9.0-8",
"version": "0.9.0-9",
"description": "Plink - A monorepo management tool to link packages and projects",
"main": "wfh/lib/main.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion main/redux-toolkit-observable/example-slice-store.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { PayloadAction } from '@reduxjs/toolkit';
import { /* getModuleInjector, */ ofPayloadAction, stateFactory } from '@bk/module-shared/redux-toolkit-abservable/state-factory';
import { /* getModuleInjector, */ ofPayloadAction, stateFactory } from '@wfh/module-shared/redux-toolkit-abservable/state-factory';
import {map, distinctUntilChanged, catchError, ignoreElements, switchMap} from 'rxjs/operators';
import {of, from, merge} from 'rxjs';

Expand Down
2 changes: 2 additions & 0 deletions main/redux-toolkit-observable/redux-toolkit-observable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ import { createEpicMiddleware, Epic, ofType } from 'redux-observable';
import { BehaviorSubject, Observable, ReplaySubject, Subject } from 'rxjs';
import { distinctUntilChanged, filter, map, mergeMap, take, takeUntil, tap } from 'rxjs/operators';

export {PayloadAction,
CreateSliceOptions, SliceCaseReducers, Slice};
// export type CallBackActionReducer<SS> = CaseReducer<SS, PayloadAction<(draftState: Draft<SS>) => void>>;

export interface ExtraSliceReducers<SS> {
Expand Down
3 changes: 2 additions & 1 deletion main/wfh/dist/editor-helper.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions main/wfh/ts/editor-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ function createTsConfig(pkgName: string, dir: string, workspace: string | null,
jsx: 'preserve',
target: 'es2015',
module: 'commonjs',
declaration: false, // Important: to avoid https://github.com/microsoft/TypeScript/issues/29808#issuecomment-487811832
paths: pathMapping
};
setTsCompilerOptForNodePath(proj, proj, tsjson.compilerOptions, {
Expand Down

0 comments on commit 0465e12

Please sign in to comment.