ant-design/components/table
Karott 338ec7dad7
perf: refactor devWarning for production code size (#35411)
* pref: better code style for production

* refactor `devWarning`

* don't use `useEffect` only wrap `devWarning`

* chore: add 'noop' to coverage

* chore: add test cases for devWarning

* chore: add test case

* chore: update test cases for devWarning

* chore: restore test script command

* fix: remove 'throw new Error'

* should not use `throw` for browser

* chore: update test case for AutoComplete

* perf: add prefix for `devWarning`

* update RegExp for UMD

* add prefix for ES and CJS

* chore: better code style

* perf:

* upgrade antd-tools

* remove `injectWarningCondition`

* rename `devWarning` to `warning`

* chore: better code style

* chore: better code style

* chore: restore hasValidName
2022-05-10 15:43:29 +08:00
..
__tests__ perf: refactor devWarning for production code size (#35411) 2022-05-10 15:43:29 +08:00
demo chore: eslint add consistent-type-imports (#35419) 2022-05-07 14:31:54 +08:00
hooks perf: refactor devWarning for production code size (#35411) 2022-05-10 15:43:29 +08:00
style fix: Table columns sorter a11y experience (#35269) 2022-04-27 16:27:13 +08:00
Column.tsx chore: eslint add consistent-type-imports (#35419) 2022-05-07 14:31:54 +08:00
ColumnGroup.tsx chore: eslint add consistent-type-imports (#35419) 2022-05-07 14:31:54 +08:00
ExpandIcon.tsx chore: eslint add consistent-type-imports (#35419) 2022-05-07 14:31:54 +08:00
index.en-US.md Update index.en-US.md 2022-04-12 22:25:47 +08:00
index.tsx fix: table export ColumnProps (#21321) 2020-02-10 17:43:45 +08:00
index.zh-CN.md docs: recommend S2 and ProTable in table documentation (#34998) 2022-04-12 22:22:01 +08:00
interface.tsx chore: eslint add consistent-type-imports (#35419) 2022-05-07 14:31:54 +08:00
Table.tsx perf: refactor devWarning for production code size (#35411) 2022-05-10 15:43:29 +08:00
util.ts chore: eslint add consistent-type-imports (#35419) 2022-05-07 14:31:54 +08:00