Set up separate package build
Summary: Added a microbundle based build setup to the data-source folder to be able to package just that folder. For simplicity / iteration speed, this is only used to publish externally. Our own code still references the source files directly. More strict separation can be done later if there is external adoption. Reviewed By: nikoant Differential Revision: D28056699 fbshipit-source-id: a011b615cfffeff8ecb879bd7281a71085cea965
This commit is contained in:
committed by
Facebook GitHub Bot
parent
84e2646909
commit
44521315c4
@@ -10,8 +10,7 @@
|
||||
import type {DataTableColumn} from './DataTable';
|
||||
import {Percentage} from '../../utils/widthUtils';
|
||||
import {MutableRefObject, Reducer} from 'react';
|
||||
import {DataSource} from '../../data-source/DataSource';
|
||||
import {DataSourceVirtualizer} from '../../data-source/DataSourceRendererVirtual';
|
||||
import {DataSource, DataSourceVirtualizer} from '../../data-source/index';
|
||||
import produce, {castDraft, immerable, original} from 'immer';
|
||||
|
||||
export type OnColumnResize = (id: string, size: number | Percentage) => void;
|
||||
|
||||
Reference in New Issue
Block a user