From 3dd4cc4c4edcb1d40ec3b4b441933f405015f37f Mon Sep 17 00:00:00 2001 From: Jason Aden Date: Wed, 27 Sep 2017 14:17:30 -0700 Subject: [PATCH] fix(build): make CJS references to import X from '../operators' work correctly with SystemJS (#2874) --- src/operators.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/operators.ts diff --git a/src/operators.ts b/src/operators.ts new file mode 100644 index 0000000000..1065b7f29e --- /dev/null +++ b/src/operators.ts @@ -0,0 +1 @@ +export * from './operators/index'; \ No newline at end of file