SYMBOL INDEX (4474 symbols across 254 files) FILE: demo/inferno-router-demo/src/App.tsx class App (line 14) | class App extends Component { method render (line 15) | render(props) { function appFactory (line 20) | function appFactory () { FILE: demo/inferno-router-demo/src/index.tsx type Window (line 6) | interface Window { FILE: demo/inferno-router-demo/src/indexServer.tsx type Window (line 6) | interface Window { FILE: demo/inferno-router-demo/src/pages/AboutPage.tsx constant BACKEND_HOST (line 8) | const BACKEND_HOST = 'http://localhost:1234'; class AboutPage (line 10) | class AboutPage extends Component { method fetchData (line 11) | static async fetchData({ request }) { method render (line 22) | render(props) { FILE: demo/inferno-router-demo/src/pages/ContentPage.tsx constant BACKEND_HOST (line 8) | const BACKEND_HOST = 'http://localhost:1234'; class ContentPage (line 10) | class ContentPage extends Component { method fetchData (line 11) | static async fetchData({ params, request }) { method render (line 24) | render(props) { FILE: demo/inferno-router-demo/src/pages/PageTemplate.tsx function PageTemplate (line 5) | function PageTemplate({ id = undefined, children }) { FILE: demo/inferno-router-demo/src/pages/StartPage.tsx type IProps (line 5) | interface IProps { class StartPage (line 9) | class StartPage extends Component { method fetchData (line 10) | static async fetchData({ match }) { method render (line 15) | render() { FILE: demo/inferno-router-demo/src/server.ts constant PORT (line 11) | const PORT = process.env.PORT || 3000; constant BASE_URI (line 12) | const BASE_URI = `http://localhost:${PORT}`; function renderPage (line 87) | function renderPage(html, initialData) { FILE: docs/1kcomponents/app.js function map (line 8) | function map(arr, to) { class Demo (line 16) | class Demo extends Component { method constructor (line 17) | constructor(props, context) { method updateCount (line 27) | updateCount(e) { method componentDidMount (line 33) | componentDidMount() { method render (line 39) | render(props, state) { constant LAYOUT_ORDER (line 67) | const LAYOUT_ORDER = [Layout.PHYLLOTAXIS, Layout.SPIRAL, Layout.PHYLLOTA... class VizDemo (line 69) | class VizDemo extends Component { method constructor (line 70) | constructor(props, context) { method next (line 83) | next() { method setAnchors (line 115) | setAnchors(arr) { method makePoints (line 128) | makePoints(count) { method componentWillReceiveProps (line 140) | componentWillReceiveProps(props) { method componentDidMount (line 151) | componentDidMount() { method renderPoint (line 155) | renderPoint(point) { method render (line 159) | render() { function Point (line 168) | function Point({ x, y, color }) { function xForLayout (line 173) | function xForLayout(layout) { function yForLayout (line 186) | function yForLayout(layout) { function lerp (line 199) | function lerp(obj, percent, startProp, endProp) { function genPhyllotaxis (line 204) | function genPhyllotaxis(n) { function genGrid (line 212) | function genGrid(n) { function genWave (line 217) | function genWave(n) { function genSpiral (line 225) | function genSpiral(n) { function scale (line 233) | function scale(magnitude, vector) { function translate (line 237) | function translate(translation, vector) { function project (line 241) | function project(vector) { FILE: docs/animations-demo-inner/app.js class Page (line 5) | class Page extends Component { method componentDidAppear (line 6) | componentDidAppear(dom) { method componentWillDisappear (line 15) | componentWillDisappear(dom, callback) { method render (line 19) | render() { class Wizard (line 54) | class Wizard extends Component { method constructor (line 55) | constructor() { method render (line 75) | render() { FILE: docs/animations-demo/app.js class ListItem (line 12) | class ListItem extends AnimatedComponent { method render (line 13) | render() { class List (line 32) | class List extends Component { method constructor (line 33) | constructor() { method componentDidMount (line 61) | componentDidMount() { method render (line 78) | render() { FILE: docs/animations-global-demo/app.js function Logo (line 10) | function Logo() { function Payoff (line 15) | function Payoff() { function PageOne (line 20) | function PageOne({ onClick }) { function PageTwo (line 33) | function PageTwo({ onClick }) { class App (line 46) | class App extends Component { method constructor (line 47) | constructor() { method didClick (line 57) | didClick(e) { method render (line 64) | render() { FILE: docs/animations/app.js class ListItem (line 18) | class ListItem extends AnimatedComponent { method render (line 19) | render() { class SectionItem (line 25) | class SectionItem extends AnimatedComponent { method render (line 26) | render() { class ListItemMoveAnim (line 42) | class ListItemMoveAnim extends AnimatedMoveComponent { method render (line 43) | render() { class List (line 54) | class List extends Component { method constructor (line 55) | constructor() { method componentDidMount (line 104) | componentDidMount() { method render (line 121) | render() { class MixedList (line 133) | class MixedList extends Component { method constructor (line 134) | constructor() { method render (line 268) | render() { class ShuffleList (line 284) | class ShuffleList extends Component { method constructor (line 285) | constructor() { method componentDidMount (line 394) | componentDidMount() { method render (line 416) | render() { class RerenderList (line 453) | class RerenderList extends Component { method constructor (line 454) | constructor() { method componentDidMount (line 482) | componentDidMount() { method componentWillReceiveProps (line 486) | componentWillReceiveProps(nextProps) { method render (line 508) | render() { class ShuffleListWithAnimation (line 518) | class ShuffleListWithAnimation extends Component { method constructor (line 519) | constructor() { method componentDidMount (line 612) | componentDidMount() { method render (line 638) | render() { FILE: docs/async-render/app.js class ListItem (line 6) | class ListItem extends Component { method render (line 7) | render() { class List (line 13) | class List extends Component { method constructor (line 14) | constructor() { method componentDidMount (line 23) | componentDidMount() { method render (line 32) | render() { FILE: docs/compat/app.js function checkParams (line 10) | function checkParams(state, props, context) { class Button (line 14) | class Button extends Component { method constructor (line 15) | constructor(props) { method click (line 22) | click() { method render (line 26) | render() { class Message (line 38) | class Message extends Component { method render (line 39) | render() { class MessageList (line 44) | class MessageList extends Component { method getChildContext (line 45) | getChildContext() { method render (line 49) | render() { function changeTestValue (line 61) | function changeTestValue(event) { function renderLabels (line 69) | function renderLabels() { class NameForm (line 115) | class NameForm extends Component { method constructor (line 116) | constructor(props) { method handleChange (line 126) | handleChange(event) { method radioChange (line 130) | radioChange(event) { method textChange (line 134) | textChange(event) { method selectChange (line 138) | selectChange(event) { method render (line 142) | render() { class NameForm2 (line 218) | class NameForm2 extends Component { method constructor (line 219) | constructor(props) { method handleChange (line 234) | handleChange(event) { method radioChange (line 239) | radioChange(event) { method textChange (line 243) | textChange(event) { method selectChange (line 247) | selectChange(event) { method render (line 251) | render() { FILE: docs/dbmonster-mobx/app.js function formatElapsed (line 47) | function formatElapsed(value) { function getElapsedClassName (line 59) | function getElapsedClassName(elapsed) { function countClassName (line 71) | function countClassName(queries) { function updateQuery (line 83) | function updateQuery(object) { function cleanQuery (line 99) | function cleanQuery(value) { function generateRow (line 107) | function generateRow(object, counter, nbQueries) { function updateData (line 122) | function updateData() { function mutations (line 133) | function mutations(value) { class QueryObserver (line 163) | class QueryObserver extends Component { method render (line 164) | render({ query }) { class QueriesObserver (line 192) | class QueriesObserver extends Component { method render (line 193) | render({ top }) { class RowObserver (line 205) | class RowObserver extends Component { method render (line 206) | render({ db }) { class TableObserver (line 219) | class TableObserver extends Component { method render (line 220) | render({ list }) { class QueryClass (line 240) | class QueryClass extends Component { method render (line 241) | render({ query }) { method shouldComponentUpdate (line 265) | shouldComponentUpdate({ query }) { class QueriesClass (line 272) | class QueriesClass extends Component { method render (line 273) | render({ top }) { method shouldComponentUpdate (line 281) | shouldComponentUpdate({ top }) { class RowClass (line 288) | class RowClass extends Component { method render (line 289) | render({ db }) { method shouldComponentUpdate (line 298) | shouldComponentUpdate({ db }) { class TableClass (line 305) | class TableClass extends Component { method render (line 306) | render({ list }) { method shouldComponentUpdate (line 322) | shouldComponentUpdate({ list }) { function QueryComponent (line 329) | function QueryComponent({ query }) { function QueriesComponent (line 360) | function QueriesComponent({ top }) { function RowComponent (line 375) | function RowComponent({ db }) { function TableComponent (line 391) | function TableComponent({ list }) { function loop (line 419) | function loop() { FILE: docs/dbmonster/ENV.js function formatElapsed (line 12) | function formatElapsed(value) { function getElapsedClassName (line 24) | function getElapsedClassName(elapsed) { function countClassName (line 38) | function countClassName(queries) { function updateQuery (line 52) | function updateQuery(object) { function cleanQuery (line 71) | function cleanQuery(value) { function generateRow (line 87) | function generateRow(object, keepIdentity, counter) { function getData (line 136) | function getData(keepIdentity) { function mutations (line 178) | function mutations(value) { FILE: docs/dbmonster/app.js function renderBenchmark (line 10) | function renderBenchmark(dbs) { function loop (line 56) | function loop() { FILE: docs/event-test/app.js function hoistedEvent (line 3) | function hoistedEvent(e) { function hoistedNonSyntheticEvents (line 7) | function hoistedNonSyntheticEvents() { function hoistedLinkEventNonSynthetic (line 21) | function hoistedLinkEventNonSynthetic() { function hoistedSyntheticEvents (line 35) | function hoistedSyntheticEvents() { function newFuncsNonSyntheticEvents (line 49) | function newFuncsNonSyntheticEvents() { function Results (line 81) | function Results({ results }) { function mountTest (line 125) | function mountTest(finishCallback) { function patchTest (line 137) | function patchTest(finishCallback) { function unmountTest (line 152) | function unmountTest(finishCallback) { function startRound (line 166) | function startRound() { FILE: docs/form/app.js function changeTestValue (line 12) | function changeTestValue(event) { function linkedTextHandler (line 20) | function linkedTextHandler(data, e) { function textHandler (line 27) | function textHandler(e) { function numberHandler (line 34) | function numberHandler(e) { function descHandler (line 41) | function descHandler(e) { function handleToggle (line 48) | function handleToggle(e) { function renderForm (line 52) | function renderForm() { FILE: docs/math-elements/app.js class Demo (line 3) | class Demo extends Component { method constructor (line 4) | constructor(props, context) { method updateCount (line 14) | updateCount(e) { method componentDidMount (line 20) | componentDidMount() { method render (line 26) | render(props, state) { FILE: docs/uibench-inferno-compat/app.js function TreeLeaf (line 10) | function TreeLeaf({ children }) { function shouldDataUpdate (line 14) | function shouldDataUpdate(lastProps, nextProps) { function TreeNode (line 18) | function TreeNode({ data }) { function tree (line 40) | function tree(data) { function AnimBox (line 48) | function AnimBox({ data }) { function anim (line 55) | function anim(data) { function onClick (line 71) | function onClick(text, e) { function TableCell (line 76) | function TableCell({ children }) { function TableRow (line 84) | function TableRow({ data }) { function table (line 107) | function table(data) { function main (line 127) | function main(data) { FILE: docs/uibench-lifecycle/app.js function onComponentWillMountCounter (line 7) | function onComponentWillMountCounter() { function onComponentDidMountCounter (line 11) | function onComponentDidMountCounter() { function onComponentShouldUpdateCounter (line 15) | function onComponentShouldUpdateCounter() { function onComponentWillUpdateCounter (line 20) | function onComponentWillUpdateCounter() { function onComponentDidUpdateCounter (line 24) | function onComponentDidUpdateCounter() { function onComponentWillUnmountCounter (line 28) | function onComponentWillUnmountCounter() { function onComponentDidAppearCounter (line 32) | function onComponentDidAppearCounter() { function onComponentWillDisappearCounter (line 36) | function onComponentWillDisappearCounter(dom, props, callback) { function onClick (line 41) | function onClick(text, e) { function TableCell (line 46) | function TableCell({ children }) { class TableRow (line 54) | class TableRow extends Component { method componentDidMount (line 55) | componentDidMount() { method componentWillMount (line 59) | componentWillMount() { method componentWillReceiveProps (line 63) | componentWillReceiveProps() { method shouldComponentUpdate (line 67) | shouldComponentUpdate(nextProps, nextState) { method componentDidUpdate (line 73) | componentDidUpdate() { method componentWillUnmount (line 77) | componentWillUnmount() { method componentDidAppear (line 81) | componentDidAppear() { method componentWillDisappear (line 85) | componentWillDisappear(dom, callback) { method render (line 90) | render() { class Table (line 141) | class Table extends Component { method componentDidMount (line 142) | componentDidMount() { method componentWillMount (line 146) | componentWillMount() { method componentWillReceiveProps (line 150) | componentWillReceiveProps() { method shouldComponentUpdate (line 154) | shouldComponentUpdate(nextProps, nextState) { method componentDidUpdate (line 160) | componentDidUpdate() { method componentWillUnmount (line 164) | componentWillUnmount() { method componentDidAppear (line 168) | componentDidAppear() { method componentWillDisappear (line 172) | componentWillDisappear(dom, callback) { method render (line 177) | render() { function AnimBox (line 194) | function AnimBox({ data }) { class Anim (line 202) | class Anim extends Component { method componentDidMount (line 203) | componentDidMount() { method componentWillMount (line 207) | componentWillMount() { method componentWillReceiveProps (line 211) | componentWillReceiveProps() { method shouldComponentUpdate (line 215) | shouldComponentUpdate(nextProps, nextState) { method componentDidUpdate (line 221) | componentDidUpdate() { method componentWillUnmount (line 225) | componentWillUnmount() { method componentDidAppear (line 229) | componentDidAppear() { method componentWillDisappear (line 233) | componentWillDisappear(dom, callback) { method render (line 238) | render() { function TreeLeaf (line 262) | function TreeLeaf({ children }) { class TreeNode (line 270) | class TreeNode extends Component { method componentDidMount (line 271) | componentDidMount() { method componentWillMount (line 275) | componentWillMount() { method componentWillReceiveProps (line 279) | componentWillReceiveProps() { method shouldComponentUpdate (line 283) | shouldComponentUpdate(nextProps, nextState) { method componentDidUpdate (line 287) | componentDidUpdate() { method componentWillUnmount (line 291) | componentWillUnmount() { method componentDidAppear (line 295) | componentDidAppear() { method componentWillDisappear (line 299) | componentWillDisappear(dom, callback) { method render (line 304) | render() { class Tree (line 335) | class Tree extends Component { method componentDidMount (line 337) | componentDidMount() { method componentWillMount (line 341) | componentWillMount() { method componentWillReceiveProps (line 345) | componentWillReceiveProps() { method shouldComponentUpdate (line 349) | shouldComponentUpdate(nextProps, nextState) { method componentDidUpdate (line 355) | componentDidUpdate() { method componentWillUnmount (line 359) | componentWillUnmount() { method componentDidAppear (line 363) | componentDidAppear() { method componentWillDisappear (line 367) | componentWillDisappear(dom, callback) { method render (line 372) | render() { class Main (line 381) | class Main extends Component { method componentDidMount (line 382) | componentDidMount() { method componentWillMount (line 386) | componentWillMount() { method componentWillReceiveProps (line 390) | componentWillReceiveProps() { method shouldComponentUpdate (line 394) | shouldComponentUpdate(nextProps, nextState) { method componentDidUpdate (line 400) | componentDidUpdate() { method componentWillUnmount (line 404) | componentWillUnmount() { method componentDidAppear (line 408) | componentDidAppear() { method componentWillDisappear (line 412) | componentWillDisappear(dom, callback) { method render (line 417) | render() { FILE: docs/uibench-normalization/app.js function TreeLeaf (line 10) | function TreeLeaf({ children }) { function shouldDataUpdate (line 14) | function shouldDataUpdate(lastProps, nextProps) { function TreeNode (line 18) | function TreeNode({ data }) { function tree (line 40) | function tree(data) { function AnimBox (line 48) | function AnimBox({ data }) { function anim (line 55) | function anim(data) { function onClick (line 71) | function onClick(text, e) { function TableCell (line 76) | function TableCell({ children }) { function TableRow (line 89) | function TableRow({ data }) { function table (line 117) | function table(data) { function main (line 146) | function main(data) { FILE: docs/uibench-reactlike/app.js class TableCell (line 5) | class TableCell extends Component { method constructor (line 6) | constructor(props) { method shouldComponentUpdate (line 11) | shouldComponentUpdate(nextProps, nextState) { method onClick (line 15) | onClick(e) { method render (line 20) | render() { class TableRow (line 29) | class TableRow extends Component { method shouldComponentUpdate (line 30) | shouldComponentUpdate(nextProps, nextState) { method render (line 34) | render() { class Table (line 58) | class Table extends Component { method shouldComponentUpdate (line 59) | shouldComponentUpdate(nextProps, nextState) { method render (line 63) | render() { class AnimBox (line 80) | class AnimBox extends Component { method shouldComponentUpdate (line 81) | shouldComponentUpdate(nextProps, nextState) { method render (line 85) | render() { class Anim (line 97) | class Anim extends Component { method shouldComponentUpdate (line 98) | shouldComponentUpdate(nextProps, nextState) { method render (line 102) | render() { class TreeLeaf (line 115) | class TreeLeaf extends Component { method shouldComponentUpdate (line 116) | shouldComponentUpdate(nextProps, nextState) { method render (line 120) | render() { class TreeNode (line 125) | class TreeNode extends Component { method shouldComponentUpdate (line 126) | shouldComponentUpdate(nextProps, nextState) { method render (line 130) | render() { class Tree (line 147) | class Tree extends Component { method shouldComponentUpdate (line 148) | shouldComponentUpdate(nextProps, nextState) { method render (line 152) | render() { class Main (line 161) | class Main extends Component { method shouldComponentUpdate (line 162) | shouldComponentUpdate(nextProps, nextState) { method render (line 166) | render() { FILE: docs/uibench/app.js function shouldDataUpdate (line 5) | function shouldDataUpdate(lastProps, nextProps) { function TreeLeaf (line 13) | function TreeLeaf({ children }) { function TreeNode (line 23) | function TreeNode({ data }) { function tree (line 47) | function tree(data) { function AnimBox (line 59) | function AnimBox({ data }) { function anim (line 69) | function anim(data) { function onClick (line 87) | function onClick(text, e) { function TableCell (line 92) | function TableCell({ children }) { function TableRow (line 111) | function TableRow({ data }) { function table (line 139) | function table(data) { function main (line 164) | function main(data) { FILE: docs/uibench/custom-uibench.js function HomeState (line 15) | function HomeState() { function TableItemState (line 23) | function TableItemState(id, active, props) { function TableState (line 38) | function TableState(items) { function AnimBoxState (line 66) | function AnimBoxState(id, time) { function AnimState (line 80) | function AnimState(items) { function TreeNodeState (line 96) | function TreeNodeState(id, container, children) { function TreeState (line 111) | function TreeState(root) { function _create (line 118) | function _create(depth) { function AppState (line 138) | function AppState(location, home, table, anim, tree) { function switchTo (line 151) | function switchTo(state, location) { function tableCreate (line 159) | function tableCreate(state, rows, cols) { function tableFilterBy (line 162) | function tableFilterBy(state, nth) { function tableSortBy (line 165) | function tableSortBy(state, i) { function tableActivateEach (line 170) | function tableActivateEach(state, nth) { function animAdvanceEach (line 175) | function animAdvanceEach(state, nth) { function treeCreate (line 178) | function treeCreate(state, hierarchy) { function treeTransform (line 181) | function treeTransform(state, transformers) { function reverse (line 196) | function reverse(children) { function snabbdomWorstCase (line 201) | function snabbdomWorstCase(children) { function insertFirst (line 208) | function insertFirst(n) { function insertLast (line 217) | function insertLast(n) { function removeFirst (line 226) | function removeFirst(n) { function removeLast (line 235) | function removeLast(n) { function moveFromEndToStart (line 244) | function moveFromEndToStart(n) { function moveFromStartToEnd (line 253) | function moveFromStartToEnd(n) { function tableTests (line 263) | function tableTests(onUpdate) { function animTests (line 306) | function animTests(onUpdate) { function treeTests (line 333) | function treeTests(onUpdate) { function specTest (line 357) | function specTest(onUpdate) { function scuTest (line 368) | function scuTest(onUpdate, onFinish) { function recyclingTest (line 395) | function recyclingTest(onUpdate, onFinish) { function preserveStateTest (line 412) | function preserveStateTest(onUpdate, onFinish) { function TestCase (line 453) | function TestCase(name, from, to) { function testCase (line 460) | function testCase(name, from, to) { function parseQueryString (line 488) | function parseQueryString(a) { function scuClone (line 504) | function scuClone(state) { function init (line 510) | function init(name, version) { function initTests (line 552) | function initTests() { function scheduleMacrotask (line 803) | function scheduleMacrotask(cb) { function Executor (line 810) | function Executor(iterations, groups, onUpdate, onFinish, onProgress) { function firstRenderTime (line 887) | function firstRenderTime(onUpdate, done) { function run (line 902) | function run(onUpdate, onFinish, filter) { FILE: fixtures/browser/gzip/gzippreprocessor.js function Preprocessor (line 13) | function Preprocessor(config, logger) { FILE: fixtures/browser/karma.babel.conf.js method postDetection (line 26) | postDetection(browserList) { FILE: fixtures/browser/karma.swc.conf.js method postDetection (line 26) | postDetection(browserList) { FILE: fixtures/browser/karma.ts.conf.js method postDetection (line 27) | postDetection(browserList) { FILE: fixtures/browser/test.index.js function requireAll (line 2) | function requireAll(r) { FILE: fixtures/browser/test.no-compat.index.js function requireAll (line 2) | function requireAll(r) { FILE: packages/inferno-animation/__tests__/animatedAllComponent.spec.tsx function waitForAnimationAndContinue (line 18) | function waitForAnimationAndContinue(condition, callback, arg1?: any): v... function afterEachClear (line 30) | function afterEachClear(done): void { class MyComponent (line 42) | class MyComponent extends AnimatedAllComponent { method render (line 43) | public render({ children }): InfernoNode { method render (line 155) | public render({ children }): InfernoNode { class My (line 53) | class My extends AnimatedAllComponent { method render (line 54) | public render({ children }): InfernoNode { method render (line 103) | public render({ children }): InfernoNode { class My (line 102) | class My extends AnimatedAllComponent { method render (line 54) | public render({ children }): InfernoNode { method render (line 103) | public render({ children }): InfernoNode { class MyComponent (line 154) | class MyComponent extends AnimatedAllComponent { method render (line 43) | public render({ children }): InfernoNode { method render (line 155) | public render({ children }): InfernoNode { function waitForAnimationAndContinue (line 173) | function waitForAnimationAndContinue(condition, callback, arg1?): void { function afterEachClear (line 185) | function afterEachClear(done): void { FILE: packages/inferno-animation/__tests__/animatedComponent.spec.tsx function waitForAnimationAndContinue (line 17) | function waitForAnimationAndContinue(condition, callback, arg1?): void { function afterEachClear (line 29) | function afterEachClear(done): void { class MyComponent (line 41) | class MyComponent extends AnimatedComponent { method render (line 42) | public render({ children }): InfernoNode { method render (line 154) | public render({ children }): InfernoNode { class My (line 52) | class My extends AnimatedComponent { method render (line 53) | public render({ children }): void { method render (line 102) | public render({ children }): void { class My (line 101) | class My extends AnimatedComponent { method render (line 53) | public render({ children }): void { method render (line 102) | public render({ children }): void { class MyComponent (line 153) | class MyComponent extends AnimatedComponent { method render (line 42) | public render({ children }): InfernoNode { method render (line 154) | public render({ children }): InfernoNode { function waitForAnimationAndContinue (line 172) | function waitForAnimationAndContinue(condition, callback, arg1?): void { function afterEachClear (line 184) | function afterEachClear(done): void { FILE: packages/inferno-animation/__tests__/animatedComponentTypings.tsx type MyProps (line 17) | interface MyProps { class MyComponent (line 21) | class MyComponent extends AnimatedComponent { method render (line 22) | public render(props): InfernoNode { FILE: packages/inferno-animation/__tests__/animatedMoveComponent.spec.tsx function waitForAnimationAndContinue (line 13) | function waitForAnimationAndContinue(condition, callback, arg1?): void { function afterEachClear (line 25) | function afterEachClear(done): void { class MyComponent (line 37) | class MyComponent extends AnimatedMoveComponent { method render (line 38) | public render({ children }): InfernoNode { method render (line 150) | public render({ children }): InfernoNode { class My (line 48) | class My extends AnimatedMoveComponent { method render (line 49) | public render({ children }): InfernoNode { method render (line 98) | public render({ children }): InfernoNode { class My (line 97) | class My extends AnimatedMoveComponent { method render (line 49) | public render({ children }): InfernoNode { method render (line 98) | public render({ children }): InfernoNode { class MyComponent (line 149) | class MyComponent extends AnimatedMoveComponent { method render (line 38) | public render({ children }): InfernoNode { method render (line 150) | public render({ children }): InfernoNode { function waitForAnimationAndContinue (line 168) | function waitForAnimationAndContinue(condition, callback, arg1?): void { function afterEachClear (line 180) | function afterEachClear(done): void { FILE: packages/inferno-animation/__tests__/utils.spec.tsx function renderTemplate (line 25) | function renderTemplate(dom): void { FILE: packages/inferno-animation/src/AnimatedAllComponent.ts type AnimationProp (line 9) | interface AnimationProp { method componentDidAppear (line 18) | public componentDidAppear(dom: HTMLElement | SVGElement): void { method componentWillDisappear (line 22) | public componentWillDisappear( method componentWillMove (line 29) | public componentWillMove( FILE: packages/inferno-animation/src/AnimatedComponent.ts type AnimationProp (line 8) | interface AnimationProp { method componentDidAppear (line 17) | public componentDidAppear(dom: HTMLElement): void { method componentWillDisappear (line 21) | public componentWillDisappear( FILE: packages/inferno-animation/src/AnimatedMoveComponent.ts type AnimationProp (line 4) | interface AnimationProp { method componentWillMove (line 13) | public componentWillMove( FILE: packages/inferno-animation/src/animationCoordinator.ts type AnimationPhase (line 7) | const enum AnimationPhase { type GlobalAnimationKey (line 17) | type GlobalAnimationKey = string; type GlobalAnimationState (line 18) | interface GlobalAnimationState { function _globalAnimationGC (line 30) | function _globalAnimationGC(): void { function addGlobalAnimationSource (line 44) | function addGlobalAnimationSource( function consumeGlobalAnimationSource (line 56) | function consumeGlobalAnimationSource( constant IDLE (line 68) | const IDLE = 0; function _runActivateAnimationPhase (line 72) | function _runActivateAnimationPhase(): void { function _runAnimationPhases (line 84) | function _runAnimationPhases(): void { function _debugAnimationPhases (line 128) | function _debugAnimationPhases( function queueAnimation (line 163) | function queueAnimation( function hasPendingAnimations (line 210) | function hasPendingAnimations(): boolean { FILE: packages/inferno-animation/src/animations.ts type AnimationClass (line 27) | interface AnimationClass { function getAnimationClass (line 33) | function getAnimationClass( function componentDidAppear (line 54) | function componentDidAppear(dom: HTMLElement | SVGElement, props): void { function _getDidAppearTransitionCallback (line 70) | function _getDidAppearTransitionCallback(dom, cls) { function _didAppear (line 81) | function _didAppear( function componentWillDisappear (line 152) | function componentWillDisappear( function _willDisappear (line 172) | function _willDisappear( function componentWillMove (line 208) | function componentWillMove( function _willMove (line 246) | function _willMove( function _getWillMoveTransitionCallback (line 333) | function _getWillMoveTransitionCallback( FILE: packages/inferno-animation/src/utils.ts type Dimensions (line 3) | interface Dimensions { function filterEmpty (line 10) | function filterEmpty(c: string): boolean { function getClassNameList (line 14) | function getClassNameList(className: string): string[] { function addClassName (line 18) | function addClassName( function removeClassName (line 29) | function removeClassName( function forceReflow (line 40) | function forceReflow(): number { function resetDisplay (line 45) | function resetDisplay( function setDisplay (line 57) | function setDisplay( function _cleanStyle (line 74) | function _cleanStyle(node: HTMLElement | SVGElement): void { function getDimensions (line 81) | function getDimensions(node: HTMLElement | SVGElement): Dimensions { function getGeometry (line 110) | function getGeometry(node: HTMLElement | SVGElement): DOMRect { function setTransform (line 114) | function setTransform( function clearTransform (line 130) | function clearTransform(node: HTMLElement | SVGElement): void { function setDimensions (line 135) | function setDimensions( function clearDimensions (line 144) | function clearDimensions(node: HTMLElement | SVGElement): void { function _getMaxTransitionDuration (line 148) | function _getMaxTransitionDuration(nodes): { function setAnimationTimeout (line 199) | function setAnimationTimeout(onTransitionEnd, rootNode, maxDuration): vo... function registerTransitionListener (line 225) | function registerTransitionListener( function incrementMoveCbCount (line 283) | function incrementMoveCbCount(node): number { function decrementMoveCbCount (line 294) | function decrementMoveCbCount(node): number { FILE: packages/inferno-clone-vnode/__tests__/cloneVNode.spec.tsx function StatelessComponent (line 157) | function StatelessComponent(props) { class Com (line 189) | class Com extends Component<{ children?: InfernoNode }> { method render (line 190) | public render({ children }) { method render (line 208) | public render({ children }) { method render (line 231) | public render() { class Com (line 207) | class Com extends Component<{ children?: InfernoNode }> { method render (line 190) | public render({ children }) { method render (line 208) | public render({ children }) { method render (line 231) | public render() { class Com (line 230) | class Com extends Component { method render (line 190) | public render({ children }) { method render (line 208) | public render({ children }) { method render (line 231) | public render() { function Bar (line 266) | function Bar({ children }) { function Bar (line 294) | function Bar({ children }) { function Foobar (line 375) | function Foobar(props) { function ChildCom (line 379) | function ChildCom(props) { function initialFunc (line 457) | function initialFunc() {} function newFunction (line 467) | function newFunction() {} type NameContainerProps (line 522) | interface NameContainerProps { class NameContainer (line 525) | class NameContainer extends Component { method render (line 526) | public render() { type Wrapper1Props (line 566) | interface Wrapper1Props { class Wrapper1 (line 570) | class Wrapper1 extends Component { method render (line 571) | public render() { type Wrapper2Props (line 577) | interface Wrapper2Props { class Wrapper2 (line 583) | class Wrapper2 extends Component { method render (line 584) | public render() { type ItemProps (line 603) | interface ItemProps { class Item (line 609) | class Item extends Component { method render (line 610) | public render() { type NormalItemProps (line 619) | interface NormalItemProps { class NormalItem (line 624) | class NormalItem extends Component { method render (line 625) | public render() { class App (line 634) | class App extends Component { method render (line 635) | public render() { class Hello (line 665) | class Hello extends Component<{ name?: string }> { method render (line 666) | public render() { FILE: packages/inferno-clone-vnode/src/index.ts function cloneVNode (line 25) | function cloneVNode(vNodeToClone: VNode, props?, ...childArgs): VNode { FILE: packages/inferno-compat/__tests__/ReactComponent.spec.jsx function renderIntoDocument (line 21) | function renderIntoDocument(input) { class Wrapper (line 62) | class Wrapper extends React.Component { method getObject (line 63) | getObject() { method render (line 67) | render() { class Component (line 73) | class Component extends React.Component { method render (line 74) | render() { method componentDidMount (line 86) | componentDidMount() { class Parent (line 124) | class Parent extends React.Component { method render (line 125) | render() { class Child (line 134) | class Child extends React.Component { method getChildContext (line 139) | getChildContext() { method render (line 145) | render() { class Grandchild (line 150) | class Grandchild extends React.Component { method render (line 155) | render() { FILE: packages/inferno-compat/__tests__/ReactComponentLifeCycle.spec.jsx constant GET_INIT_STATE_RETURN_VAL (line 21) | const GET_INIT_STATE_RETURN_VAL = { constant INIT_RENDER_STATE (line 28) | const INIT_RENDER_STATE = { constant DID_MOUNT_STATE (line 35) | const DID_MOUNT_STATE = { constant NEXT_RENDER_STATE (line 42) | const NEXT_RENDER_STATE = { constant WILL_UNMOUNT_STATE (line 49) | const WILL_UNMOUNT_STATE = { constant POST_WILL_UNMOUNT_STATE (line 56) | const POST_WILL_UNMOUNT_STATE = { function renderIntoDocument (line 81) | function renderIntoDocument(input) { class StatefulComponent (line 103) | class StatefulComponent extends React.Component { method constructor (line 104) | constructor(props) { method render (line 109) | render() { method componentWillMount (line 177) | componentWillMount() { method render (line 181) | render() { class Child (line 128) | class Child extends React.Component { method componentDidMount (line 129) | componentDidMount() { method render (line 133) | render() { class SwitcherParent (line 138) | class SwitcherParent extends React.Component { method constructor (line 139) | constructor(props) { method componentDidMount (line 145) | componentDidMount() { method switchIt (line 150) | switchIt() { method render (line 154) | render() { class StatefulComponent (line 176) | class StatefulComponent extends React.Component { method constructor (line 104) | constructor(props) { method render (line 109) | render() { method componentWillMount (line 177) | componentWillMount() { method render (line 181) | render() { class Tooltip (line 193) | class Tooltip extends React.Component { method render (line 194) | render() { method componentDidMount (line 198) | componentDidMount() { method componentDidUpdate (line 203) | componentDidUpdate() { method updateTooltip (line 207) | updateTooltip() { class Component (line 214) | class Component extends React.Component { method render (line 215) | render() { class SetStateInComponentDidMount (line 236) | class SetStateInComponentDidMount extends React.Component { method constructor (line 237) | constructor(props) { method componentDidMount (line 245) | componentDidMount() { method render (line 249) | render() { class Outer (line 277) | class Outer extends React.Component { method render (line 278) | render() { method componentWillMount (line 286) | componentWillMount() { method componentDidMount (line 290) | componentDidMount() { method componentWillReceiveProps (line 294) | componentWillReceiveProps() { method shouldComponentUpdate (line 298) | shouldComponentUpdate() { method componentWillUpdate (line 304) | componentWillUpdate() { method componentDidUpdate (line 308) | componentDidUpdate() { method componentWillUnmount (line 312) | componentWillUnmount() { class Inner (line 317) | class Inner extends React.Component { method render (line 318) | render() { method componentWillMount (line 322) | componentWillMount() { method componentDidMount (line 326) | componentDidMount() { method componentWillReceiveProps (line 330) | componentWillReceiveProps() { method shouldComponentUpdate (line 334) | shouldComponentUpdate() { method componentWillUpdate (line 340) | componentWillUpdate() { method componentDidUpdate (line 344) | componentDidUpdate() { method componentWillUnmount (line 348) | componentWillUnmount() { FILE: packages/inferno-compat/__tests__/ReactCompositeComponentState.spec.jsx class Inner (line 17) | class Inner extends React.Component { method render (line 18) | render() { method componentWillUnmount (line 22) | componentWillUnmount() { class Outer (line 29) | class Outer extends React.Component { method constructor (line 30) | constructor(props) { method render (line 36) | render() { FILE: packages/inferno-compat/__tests__/ReactDOM.spec.jsx function renderIntoDocument (line 21) | function renderIntoDocument(input) { FILE: packages/inferno-compat/__tests__/ReactES6Class.spec.jsx method getName (line 29) | getName() { method render (line 33) | render() { function test (line 41) | function test(element, expectedTag, expectedClassName) { class Foo (line 50) | class Foo extends React.Component { method render (line 51) | render() { method constructor (line 61) | constructor(props) { method render (line 66) | render() { method constructor (line 75) | constructor(props) { method changeState (line 80) | changeState() { method render (line 84) | render() { method constructor (line 98) | constructor(props, context) { method render (line 104) | render() { method constructor (line 133) | constructor(props) { method componentWillMount (line 138) | componentWillMount() { method render (line 142) | render() { method constructor (line 153) | constructor() { method render (line 158) | render() { method constructor (line 167) | constructor(props) { method handleClick (line 172) | handleClick() { method render (line 176) | render() { method constructor (line 189) | constructor(props) { method handleClick (line 194) | handleClick() { method render (line 198) | render() { method constructor (line 208) | constructor(props) { method handleClick (line 213) | handleClick() { method render (line 218) | render() { method constructor (line 235) | constructor() { method componentWillMount (line 240) | componentWillMount() { method componentDidMount (line 244) | componentDidMount() { method componentWillReceiveProps (line 248) | componentWillReceiveProps(nextProps) { method shouldComponentUpdate (line 252) | shouldComponentUpdate(nextProps, nextState) { method componentWillUpdate (line 257) | componentWillUpdate(nextProps, nextState) { method componentDidUpdate (line 261) | componentDidUpdate(prevProps, prevState) { method componentWillUnmount (line 265) | componentWillUnmount() { method render (line 269) | render() { method getChildContext (line 303) | getChildContext() { method render (line 307) | render() { class Foo (line 60) | class Foo extends React.Component { method render (line 51) | render() { method constructor (line 61) | constructor(props) { method render (line 66) | render() { method constructor (line 75) | constructor(props) { method changeState (line 80) | changeState() { method render (line 84) | render() { method constructor (line 98) | constructor(props, context) { method render (line 104) | render() { method constructor (line 133) | constructor(props) { method componentWillMount (line 138) | componentWillMount() { method render (line 142) | render() { method constructor (line 153) | constructor() { method render (line 158) | render() { method constructor (line 167) | constructor(props) { method handleClick (line 172) | handleClick() { method render (line 176) | render() { method constructor (line 189) | constructor(props) { method handleClick (line 194) | handleClick() { method render (line 198) | render() { method constructor (line 208) | constructor(props) { method handleClick (line 213) | handleClick() { method render (line 218) | render() { method constructor (line 235) | constructor() { method componentWillMount (line 240) | componentWillMount() { method componentDidMount (line 244) | componentDidMount() { method componentWillReceiveProps (line 248) | componentWillReceiveProps(nextProps) { method shouldComponentUpdate (line 252) | shouldComponentUpdate(nextProps, nextState) { method componentWillUpdate (line 257) | componentWillUpdate(nextProps, nextState) { method componentDidUpdate (line 261) | componentDidUpdate(prevProps, prevState) { method componentWillUnmount (line 265) | componentWillUnmount() { method render (line 269) | render() { method getChildContext (line 303) | getChildContext() { method render (line 307) | render() { class Foo (line 74) | class Foo extends React.Component { method render (line 51) | render() { method constructor (line 61) | constructor(props) { method render (line 66) | render() { method constructor (line 75) | constructor(props) { method changeState (line 80) | changeState() { method render (line 84) | render() { method constructor (line 98) | constructor(props, context) { method render (line 104) | render() { method constructor (line 133) | constructor(props) { method componentWillMount (line 138) | componentWillMount() { method render (line 142) | render() { method constructor (line 153) | constructor() { method render (line 158) | render() { method constructor (line 167) | constructor(props) { method handleClick (line 172) | handleClick() { method render (line 176) | render() { method constructor (line 189) | constructor(props) { method handleClick (line 194) | handleClick() { method render (line 198) | render() { method constructor (line 208) | constructor(props) { method handleClick (line 213) | handleClick() { method render (line 218) | render() { method constructor (line 235) | constructor() { method componentWillMount (line 240) | componentWillMount() { method componentDidMount (line 244) | componentDidMount() { method componentWillReceiveProps (line 248) | componentWillReceiveProps(nextProps) { method shouldComponentUpdate (line 252) | shouldComponentUpdate(nextProps, nextState) { method componentWillUpdate (line 257) | componentWillUpdate(nextProps, nextState) { method componentDidUpdate (line 261) | componentDidUpdate(prevProps, prevState) { method componentWillUnmount (line 265) | componentWillUnmount() { method render (line 269) | render() { method getChildContext (line 303) | getChildContext() { method render (line 307) | render() { class Foo (line 97) | class Foo extends React.Component { method render (line 51) | render() { method constructor (line 61) | constructor(props) { method render (line 66) | render() { method constructor (line 75) | constructor(props) { method changeState (line 80) | changeState() { method render (line 84) | render() { method constructor (line 98) | constructor(props, context) { method render (line 104) | render() { method constructor (line 133) | constructor(props) { method componentWillMount (line 138) | componentWillMount() { method render (line 142) | render() { method constructor (line 153) | constructor() { method render (line 158) | render() { method constructor (line 167) | constructor(props) { method handleClick (line 172) | handleClick() { method render (line 176) | render() { method constructor (line 189) | constructor(props) { method handleClick (line 194) | handleClick() { method render (line 198) | render() { method constructor (line 208) | constructor(props) { method handleClick (line 213) | handleClick() { method render (line 218) | render() { method constructor (line 235) | constructor() { method componentWillMount (line 240) | componentWillMount() { method componentDidMount (line 244) | componentDidMount() { method componentWillReceiveProps (line 248) | componentWillReceiveProps(nextProps) { method shouldComponentUpdate (line 252) | shouldComponentUpdate(nextProps, nextState) { method componentWillUpdate (line 257) | componentWillUpdate(nextProps, nextState) { method componentDidUpdate (line 261) | componentDidUpdate(prevProps, prevState) { method componentWillUnmount (line 265) | componentWillUnmount() { method render (line 269) | render() { method getChildContext (line 303) | getChildContext() { method render (line 307) | render() { class Outer (line 114) | class Outer extends React.Component { method getChildContext (line 115) | getChildContext() { method render (line 119) | render() { class Foo (line 132) | class Foo extends React.Component { method render (line 51) | render() { method constructor (line 61) | constructor(props) { method render (line 66) | render() { method constructor (line 75) | constructor(props) { method changeState (line 80) | changeState() { method render (line 84) | render() { method constructor (line 98) | constructor(props, context) { method render (line 104) | render() { method constructor (line 133) | constructor(props) { method componentWillMount (line 138) | componentWillMount() { method render (line 142) | render() { method constructor (line 153) | constructor() { method render (line 158) | render() { method constructor (line 167) | constructor(props) { method handleClick (line 172) | handleClick() { method render (line 176) | render() { method constructor (line 189) | constructor(props) { method handleClick (line 194) | handleClick() { method render (line 198) | render() { method constructor (line 208) | constructor(props) { method handleClick (line 213) | handleClick() { method render (line 218) | render() { method constructor (line 235) | constructor() { method componentWillMount (line 240) | componentWillMount() { method componentDidMount (line 244) | componentDidMount() { method componentWillReceiveProps (line 248) | componentWillReceiveProps(nextProps) { method shouldComponentUpdate (line 252) | shouldComponentUpdate(nextProps, nextState) { method componentWillUpdate (line 257) | componentWillUpdate(nextProps, nextState) { method componentDidUpdate (line 261) | componentDidUpdate(prevProps, prevState) { method componentWillUnmount (line 265) | componentWillUnmount() { method render (line 269) | render() { method getChildContext (line 303) | getChildContext() { method render (line 307) | render() { class Foo (line 152) | class Foo extends React.Component { method render (line 51) | render() { method constructor (line 61) | constructor(props) { method render (line 66) | render() { method constructor (line 75) | constructor(props) { method changeState (line 80) | changeState() { method render (line 84) | render() { method constructor (line 98) | constructor(props, context) { method render (line 104) | render() { method constructor (line 133) | constructor(props) { method componentWillMount (line 138) | componentWillMount() { method render (line 142) | render() { method constructor (line 153) | constructor() { method render (line 158) | render() { method constructor (line 167) | constructor(props) { method handleClick (line 172) | handleClick() { method render (line 176) | render() { method constructor (line 189) | constructor(props) { method handleClick (line 194) | handleClick() { method render (line 198) | render() { method constructor (line 208) | constructor(props) { method handleClick (line 213) | handleClick() { method render (line 218) | render() { method constructor (line 235) | constructor() { method componentWillMount (line 240) | componentWillMount() { method componentDidMount (line 244) | componentDidMount() { method componentWillReceiveProps (line 248) | componentWillReceiveProps(nextProps) { method shouldComponentUpdate (line 252) | shouldComponentUpdate(nextProps, nextState) { method componentWillUpdate (line 257) | componentWillUpdate(nextProps, nextState) { method componentDidUpdate (line 261) | componentDidUpdate(prevProps, prevState) { method componentWillUnmount (line 265) | componentWillUnmount() { method render (line 269) | render() { method getChildContext (line 303) | getChildContext() { method render (line 307) | render() { class Foo (line 166) | class Foo extends React.Component { method render (line 51) | render() { method constructor (line 61) | constructor(props) { method render (line 66) | render() { method constructor (line 75) | constructor(props) { method changeState (line 80) | changeState() { method render (line 84) | render() { method constructor (line 98) | constructor(props, context) { method render (line 104) | render() { method constructor (line 133) | constructor(props) { method componentWillMount (line 138) | componentWillMount() { method render (line 142) | render() { method constructor (line 153) | constructor() { method render (line 158) | render() { method constructor (line 167) | constructor(props) { method handleClick (line 172) | handleClick() { method render (line 176) | render() { method constructor (line 189) | constructor(props) { method handleClick (line 194) | handleClick() { method render (line 198) | render() { method constructor (line 208) | constructor(props) { method handleClick (line 213) | handleClick() { method render (line 218) | render() { method constructor (line 235) | constructor() { method componentWillMount (line 240) | componentWillMount() { method componentDidMount (line 244) | componentDidMount() { method componentWillReceiveProps (line 248) | componentWillReceiveProps(nextProps) { method shouldComponentUpdate (line 252) | shouldComponentUpdate(nextProps, nextState) { method componentWillUpdate (line 257) | componentWillUpdate(nextProps, nextState) { method componentDidUpdate (line 261) | componentDidUpdate(prevProps, prevState) { method componentWillUnmount (line 265) | componentWillUnmount() { method render (line 269) | render() { method getChildContext (line 303) | getChildContext() { method render (line 307) | render() { class Foo (line 188) | class Foo extends React.Component { method render (line 51) | render() { method constructor (line 61) | constructor(props) { method render (line 66) | render() { method constructor (line 75) | constructor(props) { method changeState (line 80) | changeState() { method render (line 84) | render() { method constructor (line 98) | constructor(props, context) { method render (line 104) | render() { method constructor (line 133) | constructor(props) { method componentWillMount (line 138) | componentWillMount() { method render (line 142) | render() { method constructor (line 153) | constructor() { method render (line 158) | render() { method constructor (line 167) | constructor(props) { method handleClick (line 172) | handleClick() { method render (line 176) | render() { method constructor (line 189) | constructor(props) { method handleClick (line 194) | handleClick() { method render (line 198) | render() { method constructor (line 208) | constructor(props) { method handleClick (line 213) | handleClick() { method render (line 218) | render() { method constructor (line 235) | constructor() { method componentWillMount (line 240) | componentWillMount() { method componentDidMount (line 244) | componentDidMount() { method componentWillReceiveProps (line 248) | componentWillReceiveProps(nextProps) { method shouldComponentUpdate (line 252) | shouldComponentUpdate(nextProps, nextState) { method componentWillUpdate (line 257) | componentWillUpdate(nextProps, nextState) { method componentDidUpdate (line 261) | componentDidUpdate(prevProps, prevState) { method componentWillUnmount (line 265) | componentWillUnmount() { method render (line 269) | render() { method getChildContext (line 303) | getChildContext() { method render (line 307) | render() { class Foo (line 207) | class Foo extends React.Component { method render (line 51) | render() { method constructor (line 61) | constructor(props) { method render (line 66) | render() { method constructor (line 75) | constructor(props) { method changeState (line 80) | changeState() { method render (line 84) | render() { method constructor (line 98) | constructor(props, context) { method render (line 104) | render() { method constructor (line 133) | constructor(props) { method componentWillMount (line 138) | componentWillMount() { method render (line 142) | render() { method constructor (line 153) | constructor() { method render (line 158) | render() { method constructor (line 167) | constructor(props) { method handleClick (line 172) | handleClick() { method render (line 176) | render() { method constructor (line 189) | constructor(props) { method handleClick (line 194) | handleClick() { method render (line 198) | render() { method constructor (line 208) | constructor(props) { method handleClick (line 213) | handleClick() { method render (line 218) | render() { method constructor (line 235) | constructor() { method componentWillMount (line 240) | componentWillMount() { method componentDidMount (line 244) | componentDidMount() { method componentWillReceiveProps (line 248) | componentWillReceiveProps(nextProps) { method shouldComponentUpdate (line 252) | shouldComponentUpdate(nextProps, nextState) { method componentWillUpdate (line 257) | componentWillUpdate(nextProps, nextState) { method componentDidUpdate (line 261) | componentDidUpdate(prevProps, prevState) { method componentWillUnmount (line 265) | componentWillUnmount() { method render (line 269) | render() { method getChildContext (line 303) | getChildContext() { method render (line 307) | render() { class Foo (line 234) | class Foo extends React.Component { method render (line 51) | render() { method constructor (line 61) | constructor(props) { method render (line 66) | render() { method constructor (line 75) | constructor(props) { method changeState (line 80) | changeState() { method render (line 84) | render() { method constructor (line 98) | constructor(props, context) { method render (line 104) | render() { method constructor (line 133) | constructor(props) { method componentWillMount (line 138) | componentWillMount() { method render (line 142) | render() { method constructor (line 153) | constructor() { method render (line 158) | render() { method constructor (line 167) | constructor(props) { method handleClick (line 172) | handleClick() { method render (line 176) | render() { method constructor (line 189) | constructor(props) { method handleClick (line 194) | handleClick() { method render (line 198) | render() { method constructor (line 208) | constructor(props) { method handleClick (line 213) | handleClick() { method render (line 218) | render() { method constructor (line 235) | constructor() { method componentWillMount (line 240) | componentWillMount() { method componentDidMount (line 244) | componentDidMount() { method componentWillReceiveProps (line 248) | componentWillReceiveProps(nextProps) { method shouldComponentUpdate (line 252) | shouldComponentUpdate(nextProps, nextState) { method componentWillUpdate (line 257) | componentWillUpdate(nextProps, nextState) { method componentDidUpdate (line 261) | componentDidUpdate(prevProps, prevState) { method componentWillUnmount (line 265) | componentWillUnmount() { method render (line 269) | render() { method getChildContext (line 303) | getChildContext() { method render (line 307) | render() { class Bar (line 296) | class Bar extends React.Component { method render (line 297) | render() { class Foo (line 302) | class Foo extends React.Component { method render (line 51) | render() { method constructor (line 61) | constructor(props) { method render (line 66) | render() { method constructor (line 75) | constructor(props) { method changeState (line 80) | changeState() { method render (line 84) | render() { method constructor (line 98) | constructor(props, context) { method render (line 104) | render() { method constructor (line 133) | constructor(props) { method componentWillMount (line 138) | componentWillMount() { method render (line 142) | render() { method constructor (line 153) | constructor() { method render (line 158) | render() { method constructor (line 167) | constructor(props) { method handleClick (line 172) | handleClick() { method render (line 176) | render() { method constructor (line 189) | constructor(props) { method handleClick (line 194) | handleClick() { method render (line 198) | render() { method constructor (line 208) | constructor(props) { method handleClick (line 213) | handleClick() { method render (line 218) | render() { method constructor (line 235) | constructor() { method componentWillMount (line 240) | componentWillMount() { method componentDidMount (line 244) | componentDidMount() { method componentWillReceiveProps (line 248) | componentWillReceiveProps(nextProps) { method shouldComponentUpdate (line 252) | shouldComponentUpdate(nextProps, nextState) { method componentWillUpdate (line 257) | componentWillUpdate(nextProps, nextState) { method componentDidUpdate (line 261) | componentDidUpdate(prevProps, prevState) { method componentWillUnmount (line 265) | componentWillUnmount() { method render (line 269) | render() { method getChildContext (line 303) | getChildContext() { method render (line 307) | render() { FILE: packages/inferno-compat/__tests__/ReactElement.spec.jsx class ComponentClass (line 18) | class ComponentClass extends React.Component { method render (line 19) | render() { function renderIntoDocument (line 36) | function renderIntoDocument(input) { class StaticMethodComponentClass (line 149) | class StaticMethodComponentClass extends React.Component { method constructor (line 150) | constructor(props) { method someStaticMethod (line 156) | static someStaticMethod() { method render (line 160) | render() { class Component (line 171) | class Component extends React.Component { method render (line 172) | render() { method render (line 196) | render() { method specialType (line 200) | static get specialType() { method render (line 238) | render() { class Component (line 195) | class Component extends React.Component { method render (line 172) | render() { method render (line 196) | render() { method specialType (line 200) | static get specialType() { method render (line 238) | render() { class Test (line 211) | class Test extends React.Component { method render (line 212) | render() { class Component (line 237) | class Component extends React.Component { method render (line 172) | render() { method render (line 196) | render() { method specialType (line 200) | static get specialType() { method render (line 238) | render() { FILE: packages/inferno-compat/__tests__/ReactElementClone.spec.jsx function renderIntoDocument (line 20) | function renderIntoDocument(input) { class Grandparent (line 41) | class Grandparent extends React.Component { method render (line 42) | render() { method render (line 66) | render() { class Parent (line 46) | class Parent extends React.Component { method render (line 47) | render() { method render (line 71) | render() { class Child (line 60) | class Child extends React.Component { method render (line 61) | render() { class Grandparent (line 65) | class Grandparent extends React.Component { method render (line 42) | render() { method render (line 66) | render() { class Parent (line 70) | class Parent extends React.Component { method render (line 47) | render() { method render (line 71) | render() { class Component (line 84) | class Component extends React.Component { method render (line 85) | render() { method render (line 95) | render() { method render (line 106) | render() { method render (line 117) | render() { method render (line 134) | render() { class Component (line 94) | class Component extends React.Component { method render (line 85) | render() { method render (line 95) | render() { method render (line 106) | render() { method render (line 117) | render() { method render (line 134) | render() { class Component (line 105) | class Component extends React.Component { method render (line 85) | render() { method render (line 95) | render() { method render (line 106) | render() { method render (line 117) | render() { method render (line 134) | render() { class Component (line 116) | class Component extends React.Component { method render (line 85) | render() { method render (line 95) | render() { method render (line 106) | render() { method render (line 117) | render() { method render (line 134) | render() { class Component (line 133) | class Component extends React.Component { method render (line 85) | render() { method render (line 95) | render() { method render (line 106) | render() { method render (line 117) | render() { method render (line 134) | render() { FILE: packages/inferno-compat/__tests__/ReactJSXElement.spec.jsx class Component (line 16) | class Component extends React.Component { method render (line 17) | render() { class StaticMethodComponent (line 121) | class StaticMethodComponent { method someStaticMethod (line 122) | static someStaticMethod() { method render (line 126) | render() { FILE: packages/inferno-compat/__tests__/ReactMount.spec.jsx class Component (line 36) | class Component extends React.Component { method render (line 37) | render() { method componentDidMount (line 66) | componentDidMount() { method componentWillUnmount (line 70) | componentWillUnmount() { method render (line 74) | render() { method render (line 178) | render() { method render (line 228) | render() { class Component (line 65) | class Component extends React.Component { method render (line 37) | render() { method componentDidMount (line 66) | componentDidMount() { method componentWillUnmount (line 70) | componentWillUnmount() { method render (line 74) | render() { method render (line 178) | render() { method render (line 228) | render() { class Component (line 177) | class Component extends React.Component { method render (line 37) | render() { method componentDidMount (line 66) | componentDidMount() { method componentWillUnmount (line 70) | componentWillUnmount() { method render (line 74) | render() { method render (line 178) | render() { method render (line 228) | render() { class A (line 222) | class A extends React.Component { method render (line 223) | render() { class Component (line 227) | class Component extends React.Component { method render (line 37) | render() { method componentDidMount (line 66) | componentDidMount() { method componentWillUnmount (line 70) | componentWillUnmount() { method render (line 74) | render() { method render (line 178) | render() { method render (line 228) | render() { FILE: packages/inferno-compat/__tests__/ReactMultiChild.spec.jsx class MockComponent (line 28) | class MockComponent extends React.Component { method componentDidMount (line 29) | componentDidMount() { method componentDidUpdate (line 33) | componentDidUpdate() { method componentWillUnmount (line 37) | componentWillUnmount() { method render (line 41) | render() { method componentDidMount (line 80) | componentDidMount() { method componentWillUnmount (line 84) | componentWillUnmount() { method render (line 88) | render() { method componentDidMount (line 124) | componentDidMount() { method componentWillUnmount (line 128) | componentWillUnmount() { method render (line 132) | render() { method componentDidMount (line 169) | componentDidMount() { method componentWillUnmount (line 173) | componentWillUnmount() { method render (line 177) | render() { class MockComponent (line 79) | class MockComponent extends React.Component { method componentDidMount (line 29) | componentDidMount() { method componentDidUpdate (line 33) | componentDidUpdate() { method componentWillUnmount (line 37) | componentWillUnmount() { method render (line 41) | render() { method componentDidMount (line 80) | componentDidMount() { method componentWillUnmount (line 84) | componentWillUnmount() { method render (line 88) | render() { method componentDidMount (line 124) | componentDidMount() { method componentWillUnmount (line 128) | componentWillUnmount() { method render (line 132) | render() { method componentDidMount (line 169) | componentDidMount() { method componentWillUnmount (line 173) | componentWillUnmount() { method render (line 177) | render() { class MockComponent (line 123) | class MockComponent extends React.Component { method componentDidMount (line 29) | componentDidMount() { method componentDidUpdate (line 33) | componentDidUpdate() { method componentWillUnmount (line 37) | componentWillUnmount() { method render (line 41) | render() { method componentDidMount (line 80) | componentDidMount() { method componentWillUnmount (line 84) | componentWillUnmount() { method render (line 88) | render() { method componentDidMount (line 124) | componentDidMount() { method componentWillUnmount (line 128) | componentWillUnmount() { method render (line 132) | render() { method componentDidMount (line 169) | componentDidMount() { method componentWillUnmount (line 173) | componentWillUnmount() { method render (line 177) | render() { class WrapperComponent (line 137) | class WrapperComponent extends React.Component { method render (line 138) | render() { class MockComponent (line 168) | class MockComponent extends React.Component { method componentDidMount (line 29) | componentDidMount() { method componentDidUpdate (line 33) | componentDidUpdate() { method componentWillUnmount (line 37) | componentWillUnmount() { method render (line 41) | render() { method componentDidMount (line 80) | componentDidMount() { method componentWillUnmount (line 84) | componentWillUnmount() { method render (line 88) | render() { method componentDidMount (line 124) | componentDidMount() { method componentWillUnmount (line 128) | componentWillUnmount() { method render (line 132) | render() { method componentDidMount (line 169) | componentDidMount() { method componentWillUnmount (line 173) | componentWillUnmount() { method render (line 177) | render() { FILE: packages/inferno-compat/__tests__/ReactPureComponent.spec.jsx class Component (line 19) | class Component extends React.PureComponent { method constructor (line 20) | constructor() { method render (line 25) | render() { method constructor (line 64) | constructor() { method shouldComponentUpdate (line 69) | shouldComponentUpdate(nextProps, state) { method render (line 73) | render() { method render (line 99) | render() { method shouldComponentUpdate (line 104) | shouldComponentUpdate() { method render (line 117) | render() { class Component (line 63) | class Component extends React.PureComponent { method constructor (line 20) | constructor() { method render (line 25) | render() { method constructor (line 64) | constructor() { method shouldComponentUpdate (line 69) | shouldComponentUpdate(nextProps, state) { method render (line 73) | render() { method render (line 99) | render() { method shouldComponentUpdate (line 104) | shouldComponentUpdate() { method render (line 117) | render() { class Component (line 98) | class Component extends React.PureComponent { method constructor (line 20) | constructor() { method render (line 25) | render() { method constructor (line 64) | constructor() { method shouldComponentUpdate (line 69) | shouldComponentUpdate(nextProps, state) { method render (line 73) | render() { method render (line 99) | render() { method shouldComponentUpdate (line 104) | shouldComponentUpdate() { method render (line 117) | render() { class Component (line 116) | class Component extends React.PureComponent { method constructor (line 20) | constructor() { method render (line 25) | render() { method constructor (line 64) | constructor() { method shouldComponentUpdate (line 69) | shouldComponentUpdate(nextProps, state) { method render (line 73) | render() { method render (line 99) | render() { method shouldComponentUpdate (line 104) | shouldComponentUpdate() { method render (line 117) | render() { FILE: packages/inferno-compat/__tests__/ReactStatelessComponent.spec.jsx function StatelessComponent (line 19) | function StatelessComponent(props) { function renderIntoDocument (line 26) | function renderIntoDocument(input) { class Parent (line 54) | class Parent extends React.Component { method render (line 55) | render() { method getChildContext (line 137) | getChildContext() { method render (line 141) | render() { class Child (line 79) | class Child extends React.Component { method render (line 84) | render() { function Parent (line 89) | function Parent() { method render (line 55) | render() { method getChildContext (line 137) | getChildContext() { method render (line 141) | render() { class GrandParent (line 93) | class GrandParent extends React.Component { method getChildContext (line 98) | getChildContext() { method render (line 102) | render() { function NotAComponent (line 119) | function NotAComponent() { class Parent (line 132) | class Parent extends React.Component { method render (line 55) | render() { method getChildContext (line 137) | getChildContext() { method render (line 141) | render() { function Child (line 146) | function Child(props, context) { method render (line 84) | render() { function Child (line 175) | function Child() { method render (line 84) | render() { FILE: packages/inferno-compat/__tests__/SelectValueElement.spec.jsx function renderIntoDocument (line 20) | function renderIntoDocument(input) { class Component (line 40) | class Component extends React.Component { method constructor (line 41) | constructor(props, context) { method render (line 46) | render() { method constructor (line 94) | constructor(props, context) { method render (line 99) | render() { function renderIntoDocument (line 73) | function renderIntoDocument(input) { class Component (line 93) | class Component extends React.Component { method constructor (line 41) | constructor(props, context) { method render (line 46) | render() { method constructor (line 94) | constructor(props, context) { method render (line 99) | render() { FILE: packages/inferno-compat/__tests__/compat_children.spec.tsx function renderCompatTestElement (line 22) | function renderCompatTestElement(element) { function arrayAsBasicIterator (line 122) | function arrayAsBasicIterator(array) { function arrayAsBasicIterator (line 279) | function arrayAsBasicIterator(array) { class Hello (line 349) | class Hello extends Component { method render (line 350) | render() { method render (line 366) | render() { class Hello (line 365) | class Hello extends Component { method render (line 350) | render() { method render (line 366) | render() { FILE: packages/inferno-compat/__tests__/findDOMNodes.spec.jsx class Example1 (line 28) | class Example1 extends Component { method render (line 29) | render() { class Example2 (line 35) | class Example2 extends Component { method render (line 36) | render() { class Example3 (line 42) | class Example3 extends Component { method render (line 43) | render() { class FragmentTester (line 90) | class FragmentTester extends Component { method render (line 91) | render() { method render (line 114) | render() { method render (line 142) | render() { class Wrapper (line 107) | class Wrapper extends Component { method render (line 108) | render() { class FragmentTester (line 113) | class FragmentTester extends Component { method render (line 91) | render() { method render (line 114) | render() { method render (line 142) | render() { class NullComponent (line 135) | class NullComponent extends Component { method render (line 136) | render() { class FragmentTester (line 141) | class FragmentTester extends Component { method render (line 91) | render() { method render (line 114) | render() { method render (line 142) | render() { FILE: packages/inferno-compat/__tests__/isValidElement.spec.jsx class Comp (line 40) | class Comp extends Component { method render (line 41) | render() { method render (line 74) | render() { method render (line 96) | render() { method render (line 105) | render() { class Comp (line 73) | class Comp extends Component { method render (line 41) | render() { method render (line 74) | render() { method render (line 96) | render() { method render (line 105) | render() { class Comp (line 95) | class Comp extends Component { method render (line 41) | render() { method render (line 74) | render() { method render (line 96) | render() { method render (line 105) | render() { class Comp (line 104) | class Comp extends Component { method render (line 41) | render() { method render (line 74) | render() { method render (line 96) | render() { method render (line 105) | render() { FILE: packages/inferno-compat/__tests__/lifecycle.spec.jsx class Hello2 (line 23) | class Hello2 extends Component { method componentWillMount (line 24) | componentWillMount() { method componentDidMount (line 28) | componentDidMount() { method componentWillUpdate (line 32) | componentWillUpdate() { method componentDidUpdate (line 36) | componentDidUpdate() { method render (line 40) | render() { class Hello (line 64) | class Hello extends Component { method componentWillMount (line 65) | componentWillMount() { method componentDidMount (line 69) | componentDidMount() { method componentWillUpdate (line 73) | componentWillUpdate() { method componentDidUpdate (line 77) | componentDidUpdate() { method render (line 81) | render() { FILE: packages/inferno-compat/__tests__/misc.spec.jsx class Inner (line 224) | class Inner extends Component { method render (line 225) | render() { method getNode (line 229) | getNode() { class App (line 235) | class App extends Component { method render (line 236) | render() { method componentDidMount (line 240) | componentDidMount() { method renderInner (line 244) | renderInner() { method render (line 260) | render() { method componentDidMount (line 264) | componentDidMount() { method renderInner (line 268) | renderInner() { class App (line 259) | class App extends Component { method render (line 236) | render() { method componentDidMount (line 240) | componentDidMount() { method renderInner (line 244) | renderInner() { method render (line 260) | render() { method componentDidMount (line 264) | componentDidMount() { method renderInner (line 268) | renderInner() { FILE: packages/inferno-compat/__tests__/onlyChild.spec.jsx class WrapComponent (line 14) | class WrapComponent extends React.Component { method render (line 15) | render() { FILE: packages/inferno-compat/__tests__/testutils.spec.jsx function TestComponent (line 7) | function TestComponent(props) { function TestComponent (line 35) | function TestComponent(props) { FILE: packages/inferno-compat/__tests__/warnings.spec.jsx function myTest (line 18) | function myTest() {} function anotherMethod (line 19) | function anotherMethod() {} FILE: packages/inferno-compat/lib/EventPluginUtils.js function isEndish (line 1) | function isEndish(topLevelType) { function isMoveish (line 9) | function isMoveish(topLevelType) { function isStartish (line 12) | function isStartish(topLevelType) { FILE: packages/inferno-compat/lib/ReactFragment.js function create (line 4) | function create(obj) { FILE: packages/inferno-compat/lib/ReactTransitionEvents.js function each (line 12) | function each(node, fn, listener, prefix) { method addEndEventListener (line 19) | addEndEventListener(el, listener) { method removeEndEventListener (line 23) | removeEndEventListener(el, listener) { FILE: packages/inferno-compat/lib/shallowCompare.js function shallowDiffers (line 1) | function shallowDiffers(a, b) { FILE: packages/inferno-compat/src/InfernoCompatPropertyMap.ts constant ATTRS (line 14) | const ATTRS = [ constant CAMELIZE (line 105) | const CAMELIZE = /[-:]([a-z])/g; function capitalize (line 106) | function capitalize(token: string): string { FILE: packages/inferno-compat/src/PropTypes.ts function proptype (line 8) | function proptype() {} function getProptype (line 11) | function getProptype(): Function { FILE: packages/inferno-compat/src/index.ts type Event (line 55) | interface Event { function unmountComponentAtNode (line 62) | function unmountComponentAtNode( type IterateChildrenFn (line 69) | type IterateChildrenFn = ( function flatten (line 75) | function flatten(arr, result): unknown[] { constant ARR (line 87) | const ARR = []; method map (line 90) | map(children: any[], fn: IterateChildrenFn, ctx: any): any[] { method forEach (line 100) | forEach(children: any[], fn: IterateChildrenFn, ctx?: any): void { method count (line 114) | count(children: any[]): number { method only (line 118) | only(children: any[]): InfernoNode | any { method toArray (line 125) | toArray(children: any[]): any[] { function normalizeGenericProps (line 161) | function normalizeGenericProps(props): void { function normalizeFormProps (line 188) | function normalizeFormProps(name: string, props: any): void { function iterableToArray (line 232) | function iterableToArray(iterable): unknown[] { function shallowDiffers (line 297) | function shallowDiffers(a, b): boolean { method shouldComponentUpdate (line 315) | public shouldComponentUpdate(props, state): boolean { type ContextProps (line 322) | interface ContextProps { class WrapperComponent (line 327) | class WrapperComponent extends Component

{ method getChildContext (line 328) | public getChildContext(): (P & ContextProps)['context'] { method render (line 332) | public render(props): InfernoNode { function unstable_renderSubtreeIntoContainer (line 337) | function unstable_renderSubtreeIntoContainer( function createFactory (line 361) | function createFactory(type): (type) => VNode { function render (line 365) | function render( FILE: packages/inferno-compat/src/reactstyles.ts function getNumberStyleValue (line 1) | function getNumberStyleValue( function hyphenCase (line 48) | function hyphenCase(str: string): string { FILE: packages/inferno-create-element/__tests__/callback.in.ctr.spec.tsx function InfoLi (line 21) | function InfoLi(props) { type ConfigsListProps (line 37) | interface ConfigsListProps { type ConfigsListState (line 44) | interface ConfigsListState { class ConfigsList (line 48) | class ConfigsList extends Component { method constructor (line 51) | constructor(props) { method handleCheck (line 58) | public handleCheck(index, ifChecked) { method handleNewValue (line 66) | public handleNewValue(index, newValue) { method render (line 73) | public render(props) { type ProxyEditorProps (line 107) | interface ProxyEditorProps { class ProxyEditor (line 111) | class ProxyEditor extends Component { method constructor (line 112) | constructor(props) { method render (line 122) | public render() { type MainState (line 127) | interface MainState { class Main (line 136) | class Main extends Component { method constructor (line 139) | constructor(props) { method handleModChange (line 160) | public handleModChange({ targetIndex, newValue }) { method render (line 168) | public render(props) { FILE: packages/inferno-create-element/__tests__/components.spec.ts class BasicComponent1 (line 22) | class BasicComponent1 extends Component<{ name: string; title: string }> { method render (line 23) | render() { class BasicComponent1b (line 150) | class BasicComponent1b extends Component<{ method render (line 154) | render() { class BasicComponent1c (line 225) | class BasicComponent1c extends Component<{ method render (line 230) | render() { class BasicComponent1d (line 310) | class BasicComponent1d extends Component<{ method render (line 314) | render() { class BasicComponent2 (line 414) | class BasicComponent2 extends Component<{ method render (line 419) | render() { class BasicComponent2b (line 476) | class BasicComponent2b extends Component { method render (line 477) | render() { class BasicComponent2c (line 489) | class BasicComponent2c extends Component { method render (line 490) | render() { class BasicComponent3 (line 502) | class BasicComponent3 extends Component<{ styles: any; title: string }> { method render (line 503) | render() { class ComponentLifecycleCheck (line 642) | class ComponentLifecycleCheck extends Component { method render (line 643) | render() { method componentWillMount (line 654) | componentWillMount() { method render (line 752) | render() { method componentDidMount (line 758) | componentDidMount() { method componentWillUnmount (line 762) | componentWillUnmount() { method render (line 782) | render() { method componentDidMount (line 786) | componentDidMount() { method componentWillUnmount (line 790) | componentWillUnmount() { method constructor (line 819) | constructor() { method render (line 826) | render() { method componentWillMount (line 832) | componentWillMount() { method constructor (line 868) | constructor() { method render (line 881) | render() { method componentWillMount (line 887) | componentWillMount() { method shouldComponentUpdate (line 891) | shouldComponentUpdate() { method componentDidUpdate (line 896) | componentDidUpdate() { method componentWillUpdate (line 900) | componentWillUpdate() { class ComponentLifecycleCheck (line 751) | class ComponentLifecycleCheck extends Component { method render (line 643) | render() { method componentWillMount (line 654) | componentWillMount() { method render (line 752) | render() { method componentDidMount (line 758) | componentDidMount() { method componentWillUnmount (line 762) | componentWillUnmount() { method render (line 782) | render() { method componentDidMount (line 786) | componentDidMount() { method componentWillUnmount (line 790) | componentWillUnmount() { method constructor (line 819) | constructor() { method render (line 826) | render() { method componentWillMount (line 832) | componentWillMount() { method constructor (line 868) | constructor() { method render (line 881) | render() { method componentWillMount (line 887) | componentWillMount() { method shouldComponentUpdate (line 891) | shouldComponentUpdate() { method componentDidUpdate (line 896) | componentDidUpdate() { method componentWillUpdate (line 900) | componentWillUpdate() { class ComponentLifecycleCheck (line 781) | class ComponentLifecycleCheck extends Component { method render (line 643) | render() { method componentWillMount (line 654) | componentWillMount() { method render (line 752) | render() { method componentDidMount (line 758) | componentDidMount() { method componentWillUnmount (line 762) | componentWillUnmount() { method render (line 782) | render() { method componentDidMount (line 786) | componentDidMount() { method componentWillUnmount (line 790) | componentWillUnmount() { method constructor (line 819) | constructor() { method render (line 826) | render() { method componentWillMount (line 832) | componentWillMount() { method constructor (line 868) | constructor() { method render (line 881) | render() { method componentWillMount (line 887) | componentWillMount() { method shouldComponentUpdate (line 891) | shouldComponentUpdate() { method componentDidUpdate (line 896) | componentDidUpdate() { method componentWillUpdate (line 900) | componentWillUpdate() { type CounterState (line 812) | interface CounterState { class ComponentLifecycleCheck (line 816) | class ComponentLifecycleCheck extends Component { method render (line 643) | render() { method componentWillMount (line 654) | componentWillMount() { method render (line 752) | render() { method componentDidMount (line 758) | componentDidMount() { method componentWillUnmount (line 762) | componentWillUnmount() { method render (line 782) | render() { method componentDidMount (line 786) | componentDidMount() { method componentWillUnmount (line 790) | componentWillUnmount() { method constructor (line 819) | constructor() { method render (line 826) | render() { method componentWillMount (line 832) | componentWillMount() { method constructor (line 868) | constructor() { method render (line 881) | render() { method componentWillMount (line 887) | componentWillMount() { method shouldComponentUpdate (line 891) | shouldComponentUpdate() { method componentDidUpdate (line 896) | componentDidUpdate() { method componentWillUpdate (line 900) | componentWillUpdate() { type CounterState (line 862) | interface CounterState { class ComponentLifecycleCheck (line 866) | class ComponentLifecycleCheck extends Component { method render (line 643) | render() { method componentWillMount (line 654) | componentWillMount() { method render (line 752) | render() { method componentDidMount (line 758) | componentDidMount() { method componentWillUnmount (line 762) | componentWillUnmount() { method render (line 782) | render() { method componentDidMount (line 786) | componentDidMount() { method componentWillUnmount (line 790) | componentWillUnmount() { method constructor (line 819) | constructor() { method render (line 826) | render() { method componentWillMount (line 832) | componentWillMount() { method constructor (line 868) | constructor() { method render (line 881) | render() { method componentWillMount (line 887) | componentWillMount() { method shouldComponentUpdate (line 891) | shouldComponentUpdate() { method componentDidUpdate (line 896) | componentDidUpdate() { method componentWillUpdate (line 900) | componentWillUpdate() { class ConditionalComponent (line 940) | class ConditionalComponent extends Component<{ condition: boolean }> { method render (line 941) | render() { type ValueState (line 982) | interface ValueState { class ValueComponent (line 985) | class ValueComponent extends Component { method constructor (line 988) | constructor(props) { method render (line 1002) | render() { function BasicStatelessComponent1 (line 1028) | function BasicStatelessComponent1({ name, title }) { class TEST (line 1128) | class TEST extends Component { method constructor (line 1132) | constructor(props) { method render (line 1145) | render() { class SomeError (line 1206) | class SomeError extends Component { method constructor (line 1207) | constructor(props) { method render (line 1214) | render() { function checkParams (line 1268) | function checkParams(state, props, context) { class Button (line 1275) | class Button extends Component { method constructor (line 1276) | constructor(props) { method click (line 1283) | click() { method render (line 1287) | render() { class Message (line 1301) | class Message extends Component<{ text: string }> { method render (line 1302) | render() { class MessageList (line 1310) | class MessageList extends Component<{ messages: { text: string }[] }> { method getChildContext (line 1311) | getChildContext() { method render (line 1315) | render() { FILE: packages/inferno-create-element/__tests__/components1.spec.tsx type InnerProps (line 8) | interface InnerProps { class Inner (line 13) | class Inner extends Component { method render (line 14) | render() { class BasicComponent1 (line 33) | class BasicComponent1 extends Component<{ name: any; title: any }> { method render (line 34) | render() { class BasicComponent1b (line 83) | class BasicComponent1b extends Component<{ method render (line 87) | render() { class BasicComponent2 (line 232) | class BasicComponent2 extends Component<{ name: string; title: string }> { method render (line 233) | render() { class BasicComponent3 (line 297) | class BasicComponent3 extends Component<{ title?: string; styles?: any }> { method render (line 298) | render() { type SuperState (line 360) | interface SuperState { class SuperComponent (line 364) | class SuperComponent extends Component { method constructor (line 367) | constructor(props) { method render (line 381) | render() { class Navbar (line 400) | class Navbar extends Component { method render (line 401) | render() { class Main (line 410) | class Main extends Component { method render (line 411) | render() { function test (line 424) | function test(element, expectedTag, expectedClassName, callback) { type FooState (line 436) | interface FooState { class Foo (line 440) | class Foo extends Component<{ initialValue: string | null }, FooState> { method constructor (line 443) | constructor(props) { method componentWillMount (line 448) | componentWillMount() { method render (line 452) | render() { method constructor (line 468) | constructor(props) { method render (line 473) | render() { method constructor (line 489) | constructor(props) { method handleClick (line 494) | handleClick() { method render (line 498) | render() { method constructor (line 519) | constructor(props) { method handleClick (line 524) | handleClick() { method render (line 529) | render() { class Foo (line 467) | class Foo extends Component { method constructor (line 443) | constructor(props) { method componentWillMount (line 448) | componentWillMount() { method render (line 452) | render() { method constructor (line 468) | constructor(props) { method render (line 473) | render() { method constructor (line 489) | constructor(props) { method handleClick (line 494) | handleClick() { method render (line 498) | render() { method constructor (line 519) | constructor(props) { method handleClick (line 524) | handleClick() { method render (line 529) | render() { type FooState (line 482) | interface FooState { class Foo (line 486) | class Foo extends Component<{ initialValue: string | null }, FooState> { method constructor (line 443) | constructor(props) { method componentWillMount (line 448) | componentWillMount() { method render (line 452) | render() { method constructor (line 468) | constructor(props) { method render (line 473) | render() { method constructor (line 489) | constructor(props) { method handleClick (line 494) | handleClick() { method render (line 498) | render() { method constructor (line 519) | constructor(props) { method handleClick (line 524) | handleClick() { method render (line 529) | render() { class Foo (line 516) | class Foo extends Component<{ initialValue: string | null }> { method constructor (line 443) | constructor(props) { method componentWillMount (line 448) | componentWillMount() { method render (line 452) | render() { method constructor (line 468) | constructor(props) { method render (line 473) | render() { method constructor (line 489) | constructor(props) { method handleClick (line 494) | handleClick() { method render (line 498) | render() { method constructor (line 519) | constructor(props) { method handleClick (line 524) | handleClick() { method render (line 529) | render() { type CounterState (line 547) | interface CounterState { type CounterProps (line 551) | interface CounterProps { class Counter (line 555) | class Counter extends Component { method constructor (line 558) | constructor(props) { method incrementCount (line 566) | incrementCount() { method render (line 572) | render() { class Wrapper (line 586) | class Wrapper extends Component { method constructor (line 587) | constructor(props) { method render (line 591) | render() { type SomeErrorState (line 627) | interface SomeErrorState { class SomeError (line 631) | class SomeError extends Component { method constructor (line 634) | constructor(props) { method toggle (line 644) | toggle() { method render (line 650) | render() { type TestingState (line 689) | interface TestingState { class Testing (line 695) | class Testing extends Component { method constructor (line 700) | constructor(props) { method toggle (line 710) | toggle() { method render (line 716) | render() { FILE: packages/inferno-create-element/__tests__/components2b.spec.tsx type ListProps (line 19) | interface ListProps { class List (line 25) | class List extends Component { method render (line 26) | render() { method render (line 77) | render() { type TextProps (line 42) | interface TextProps { class Text (line 46) | class Text extends Component { method render (line 47) | render() { method render (line 98) | render() { type ListProps (line 70) | interface ListProps { class List (line 76) | class List extends Component { method render (line 26) | render() { method render (line 77) | render() { type TextProps (line 93) | interface TextProps { class Text (line 97) | class Text extends Component { method render (line 47) | render() { method render (line 98) | render() { type MakeXState (line 122) | interface MakeXState { class MakeX (line 126) | class MakeX extends Component { method constructor (line 129) | constructor(props) { method componentWillMount (line 134) | componentWillMount() { method render (line 140) | render() { class MakeY (line 145) | class MakeY extends Component { method constructor (line 146) | constructor(props) { method render (line 150) | render() { type MakeAState (line 155) | interface MakeAState { class MakeA (line 159) | class MakeA extends Component { method constructor (line 162) | constructor(props) { method componentWillMount (line 167) | componentWillMount() { method render (line 173) | render() { class MakeB (line 182) | class MakeB extends Component { method constructor (line 183) | constructor(props) { method render (line 187) | render() { type LabelProps (line 199) | interface LabelProps { class Label (line 202) | class Label extends Component { method render (line 203) | render() { method render (line 266) | render() { class Button (line 216) | class Button extends Component { method onClick (line 217) | onClick(_event) { method render (line 221) | render() { method onClick (line 280) | onClick(event) { method render (line 285) | render() { class Container (line 231) | class Container extends Component { method onClick (line 232) | onClick(_event) { method render (line 236) | render() { method onClick (line 296) | onClick(_event) { method render (line 300) | render() { type LabelProps (line 261) | interface LabelProps { class Label (line 265) | class Label extends Component { method render (line 203) | render() { method render (line 266) | render() { class Button (line 279) | class Button extends Component { method onClick (line 217) | onClick(_event) { method render (line 221) | render() { method onClick (line 280) | onClick(event) { method render (line 285) | render() { class Container (line 295) | class Container extends Component { method onClick (line 232) | onClick(_event) { method render (line 236) | render() { method onClick (line 296) | onClick(_event) { method render (line 300) | render() { class A (line 326) | class A extends Component { method constructor (line 327) | constructor(props) { method constructor (line 1196) | constructor(props) { method render (line 1205) | render() { method constructor (line 1307) | constructor(props) { method render (line 1316) | render() { method constructor (line 1422) | constructor(props) { method render (line 1431) | render() { method constructor (line 1535) | constructor(props) { method render (line 1544) | render() { method constructor (line 1630) | constructor(props) { method render (line 1639) | render() { class B (line 332) | class B extends A { method constructor (line 333) | constructor(props) { method shouldComponentUpdate (line 1218) | shouldComponentUpdate() { method render (line 1222) | render() { method shouldComponentUpdate (line 1333) | shouldComponentUpdate() { method render (line 1337) | render() { method shouldComponentUpdate (line 1553) | shouldComponentUpdate() { method render (line 1557) | render() { method shouldComponentUpdate (line 1650) | shouldComponentUpdate() { method render (line 1654) | render() { method constructor (line 1721) | constructor(props) { method shouldComponentUpdate (line 1725) | shouldComponentUpdate() { method render (line 1729) | render() { class C (line 338) | class C extends B { method constructor (line 339) | constructor(props) { method render (line 343) | render() { class Bar (line 357) | class Bar extends Component { method constructor (line 358) | constructor() { method render (line 363) | render() { method constructor (line 415) | constructor(props) { method changeDOM (line 426) | changeDOM() { method render (line 432) | render() { method constructor (line 468) | constructor(props) { method changeDOM (line 479) | changeDOM() { method render (line 485) | render() { method constructor (line 524) | constructor(props) { method changeDOM (line 535) | changeDOM() { method render (line 541) | render() { method constructor (line 578) | constructor(props) { method changeDOM (line 589) | changeDOM() { method render (line 595) | render() { class Foo (line 367) | class Foo extends Component { method constructor (line 368) | constructor() { method render (line 373) | render() { method fn (line 403) | fn() {} type BarState (line 408) | interface BarState { class Bar (line 412) | class Bar extends Component { method constructor (line 358) | constructor() { method render (line 363) | render() { method constructor (line 415) | constructor(props) { method changeDOM (line 426) | changeDOM() { method render (line 432) | render() { method constructor (line 468) | constructor(props) { method changeDOM (line 479) | changeDOM() { method render (line 485) | render() { method constructor (line 524) | constructor(props) { method changeDOM (line 535) | changeDOM() { method render (line 541) | render() { method constructor (line 578) | constructor(props) { method changeDOM (line 589) | changeDOM() { method render (line 595) | render() { type BarState (line 461) | interface BarState { class Bar (line 465) | class Bar extends Component { method constructor (line 358) | constructor() { method render (line 363) | render() { method constructor (line 415) | constructor(props) { method changeDOM (line 426) | changeDOM() { method render (line 432) | render() { method constructor (line 468) | constructor(props) { method changeDOM (line 479) | changeDOM() { method render (line 485) | render() { method constructor (line 524) | constructor(props) { method changeDOM (line 535) | changeDOM() { method render (line 541) | render() { method constructor (line 578) | constructor(props) { method changeDOM (line 589) | changeDOM() { method render (line 595) | render() { type BarState (line 517) | interface BarState { class Bar (line 521) | class Bar extends Component { method constructor (line 358) | constructor() { method render (line 363) | render() { method constructor (line 415) | constructor(props) { method changeDOM (line 426) | changeDOM() { method render (line 432) | render() { method constructor (line 468) | constructor(props) { method changeDOM (line 479) | changeDOM() { method render (line 485) | render() { method constructor (line 524) | constructor(props) { method changeDOM (line 535) | changeDOM() { method render (line 541) | render() { method constructor (line 578) | constructor(props) { method changeDOM (line 589) | changeDOM() { method render (line 595) | render() { type BarState (line 571) | interface BarState { class Bar (line 575) | class Bar extends Component { method constructor (line 358) | constructor() { method render (line 363) | render() { method constructor (line 415) | constructor(props) { method changeDOM (line 426) | changeDOM() { method render (line 432) | render() { method constructor (line 468) | constructor(props) { method changeDOM (line 479) | changeDOM() { method render (line 485) | render() { method constructor (line 524) | constructor(props) { method changeDOM (line 535) | changeDOM() { method render (line 541) | render() { method constructor (line 578) | constructor(props) { method changeDOM (line 589) | changeDOM() { method render (line 595) | render() { type Test2Props (line 631) | interface Test2Props { class Test (line 635) | class Test extends Component { method shouldComponentUpdate (line 636) | shouldComponentUpdate() { method render (line 640) | render() { method constructor (line 1233) | constructor(props) { method render (line 1240) | render() { method constructor (line 1348) | constructor(props) { method render (line 1355) | render() { method constructor (line 1457) | constructor(props) { method render (line 1464) | render() { method constructor (line 1569) | constructor(props) { method render (line 1576) | render() { method constructor (line 1665) | constructor(props) { method render (line 1672) | render() { method render (line 1735) | render() { method constructor (line 1775) | constructor(props) { method render (line 1782) | render() { method constructor (line 1820) | constructor(props) { method render (line 1827) | render() { class Test2 (line 646) | class Test2 extends Component { method shouldComponentUpdate (line 647) | shouldComponentUpdate() { method render (line 651) | render() { class Input (line 739) | class Input extends Component { method constructor (line 740) | constructor() { method handleBlur (line 745) | handleBlur(_event) {} method render (line 747) | render() { class FooBar (line 768) | class FooBar extends Component { method constructor (line 769) | constructor(props) { method componentWillUnmount (line 773) | componentWillUnmount() { method render (line 777) | render() { type TesterState (line 789) | interface TesterState { class Tester (line 793) | class Tester extends Component { method constructor (line 796) | constructor(props) { method toggle1 (line 806) | toggle1() { method renderContent (line 812) | renderContent() { method render (line 824) | render() { method constructor (line 865) | constructor(props) { method toggle1 (line 875) | toggle1() { method renderContent (line 881) | renderContent() { method render (line 893) | render() { method constructor (line 1906) | constructor(props) { method componentWillUnmount (line 1910) | componentWillUnmount() { method render (line 1915) | render() { type TesterState (line 858) | interface TesterState { class Tester (line 862) | class Tester extends Component { method constructor (line 796) | constructor(props) { method toggle1 (line 806) | toggle1() { method renderContent (line 812) | renderContent() { method render (line 824) | render() { method constructor (line 865) | constructor(props) { method toggle1 (line 875) | toggle1() { method renderContent (line 881) | renderContent() { method render (line 893) | render() { method constructor (line 1906) | constructor(props) { method componentWillUnmount (line 1910) | componentWillUnmount() { method render (line 1915) | render() { type Comp1State (line 916) | interface Comp1State { class Comp1 (line 920) | class Comp1 extends Component { method constructor (line 923) | constructor(props) { method componentWillReceiveProps (line 930) | componentWillReceiveProps() { method render (line 934) | render() { method constructor (line 994) | constructor(props) { method render (line 1003) | render() { method constructor (line 1110) | constructor(props) { method update (line 1118) | update() { method render (line 1124) | render() { method constructor (line 1147) | constructor(props) { method render (line 1151) | render() { function Comp (line 949) | function Comp() { function Comp2 (line 953) | function Comp2() { method constructor (line 1013) | constructor(props) { method render (line 1022) | render() { function Comp3 (line 957) | function Comp3() { type Comp1Props (line 987) | interface Comp1Props { class Comp1 (line 993) | class Comp1 extends Component { method constructor (line 923) | constructor(props) { method componentWillReceiveProps (line 930) | componentWillReceiveProps() { method render (line 934) | render() { method constructor (line 994) | constructor(props) { method render (line 1003) | render() { method constructor (line 1110) | constructor(props) { method update (line 1118) | update() { method render (line 1124) | render() { method constructor (line 1147) | constructor(props) { method render (line 1151) | render() { class Comp2 (line 1012) | class Comp2 extends Component { method constructor (line 1013) | constructor(props) { method render (line 1022) | render() { class Parent (line 1064) | class Parent extends Component { method render (line 1065) | render() { method constructor (line 1873) | constructor(props) { method changeState (line 1883) | changeState() { method render (line 1889) | render() { type Comp1State (line 1103) | interface Comp1State { class Comp1 (line 1107) | class Comp1 extends Component { method constructor (line 923) | constructor(props) { method componentWillReceiveProps (line 930) | componentWillReceiveProps() { method render (line 934) | render() { method constructor (line 994) | constructor(props) { method render (line 1003) | render() { method constructor (line 1110) | constructor(props) { method update (line 1118) | update() { method render (line 1124) | render() { method constructor (line 1147) | constructor(props) { method render (line 1151) | render() { type Comp1Props (line 1142) | interface Comp1Props { class Comp1 (line 1146) | class Comp1 extends Component { method constructor (line 923) | constructor(props) { method componentWillReceiveProps (line 930) | componentWillReceiveProps() { method render (line 934) | render() { method constructor (line 994) | constructor(props) { method render (line 1003) | render() { method constructor (line 1110) | constructor(props) { method update (line 1118) | update() { method render (line 1124) | render() { method constructor (line 1147) | constructor(props) { method render (line 1151) | render() { type Comp1Props (line 1167) | interface Comp1Props { type AState (line 1189) | interface AState { class A (line 1193) | class A extends Component { method constructor (line 327) | constructor(props) { method constructor (line 1196) | constructor(props) { method render (line 1205) | render() { method constructor (line 1307) | constructor(props) { method render (line 1316) | render() { method constructor (line 1422) | constructor(props) { method render (line 1431) | render() { method constructor (line 1535) | constructor(props) { method render (line 1544) | render() { method constructor (line 1630) | constructor(props) { method render (line 1639) | render() { class B (line 1217) | class B extends Component { method constructor (line 333) | constructor(props) { method shouldComponentUpdate (line 1218) | shouldComponentUpdate() { method render (line 1222) | render() { method shouldComponentUpdate (line 1333) | shouldComponentUpdate() { method render (line 1337) | render() { method shouldComponentUpdate (line 1553) | shouldComponentUpdate() { method render (line 1557) | render() { method shouldComponentUpdate (line 1650) | shouldComponentUpdate() { method render (line 1654) | render() { method constructor (line 1721) | constructor(props) { method shouldComponentUpdate (line 1725) | shouldComponentUpdate() { method render (line 1729) | render() { type TestState (line 1227) | interface TestState { class Test (line 1231) | class Test extends Component { method shouldComponentUpdate (line 636) | shouldComponentUpdate() { method render (line 640) | render() { method constructor (line 1233) | constructor(props) { method render (line 1240) | render() { method constructor (line 1348) | constructor(props) { method render (line 1355) | render() { method constructor (line 1457) | constructor(props) { method render (line 1464) | render() { method constructor (line 1569) | constructor(props) { method render (line 1576) | render() { method constructor (line 1665) | constructor(props) { method render (line 1672) | render() { method render (line 1735) | render() { method constructor (line 1775) | constructor(props) { method render (line 1782) | render() { method constructor (line 1820) | constructor(props) { method render (line 1827) | render() { type AState (line 1300) | interface AState { class A (line 1304) | class A extends Component { method constructor (line 327) | constructor(props) { method constructor (line 1196) | constructor(props) { method render (line 1205) | render() { method constructor (line 1307) | constructor(props) { method render (line 1316) | render() { method constructor (line 1422) | constructor(props) { method render (line 1431) | render() { method constructor (line 1535) | constructor(props) { method render (line 1544) | render() { method constructor (line 1630) | constructor(props) { method render (line 1639) | render() { function F (line 1328) | function F() { class B (line 1332) | class B extends Component { method constructor (line 333) | constructor(props) { method shouldComponentUpdate (line 1218) | shouldComponentUpdate() { method render (line 1222) | render() { method shouldComponentUpdate (line 1333) | shouldComponentUpdate() { method render (line 1337) | render() { method shouldComponentUpdate (line 1553) | shouldComponentUpdate() { method render (line 1557) | render() { method shouldComponentUpdate (line 1650) | shouldComponentUpdate() { method render (line 1654) | render() { method constructor (line 1721) | constructor(props) { method shouldComponentUpdate (line 1725) | shouldComponentUpdate() { method render (line 1729) | render() { type TestState (line 1342) | interface TestState { class Test (line 1346) | class Test extends Component { method shouldComponentUpdate (line 636) | shouldComponentUpdate() { method render (line 640) | render() { method constructor (line 1233) | constructor(props) { method render (line 1240) | render() { method constructor (line 1348) | constructor(props) { method render (line 1355) | render() { method constructor (line 1457) | constructor(props) { method render (line 1464) | render() { method constructor (line 1569) | constructor(props) { method render (line 1576) | render() { method constructor (line 1665) | constructor(props) { method render (line 1672) | render() { method render (line 1735) | render() { method constructor (line 1775) | constructor(props) { method render (line 1782) | render() { method constructor (line 1820) | constructor(props) { method render (line 1827) | render() { type AState (line 1415) | interface AState { class A (line 1419) | class A extends Component { method constructor (line 327) | constructor(props) { method constructor (line 1196) | constructor(props) { method render (line 1205) | render() { method constructor (line 1307) | constructor(props) { method render (line 1316) | render() { method constructor (line 1422) | constructor(props) { method render (line 1431) | render() { method constructor (line 1535) | constructor(props) { method render (line 1544) | render() { method constructor (line 1630) | constructor(props) { method render (line 1639) | render() { function F (line 1443) | function F() { function B (line 1447) | function B() { method constructor (line 333) | constructor(props) { method shouldComponentUpdate (line 1218) | shouldComponentUpdate() { method render (line 1222) | render() { method shouldComponentUpdate (line 1333) | shouldComponentUpdate() { method render (line 1337) | render() { method shouldComponentUpdate (line 1553) | shouldComponentUpdate() { method render (line 1557) | render() { method shouldComponentUpdate (line 1650) | shouldComponentUpdate() { method render (line 1654) | render() { method constructor (line 1721) | constructor(props) { method shouldComponentUpdate (line 1725) | shouldComponentUpdate() { method render (line 1729) | render() { type TestState (line 1451) | interface TestState { class Test (line 1455) | class Test extends Component { method shouldComponentUpdate (line 636) | shouldComponentUpdate() { method render (line 640) | render() { method constructor (line 1233) | constructor(props) { method render (line 1240) | render() { method constructor (line 1348) | constructor(props) { method render (line 1355) | render() { method constructor (line 1457) | constructor(props) { method render (line 1464) | render() { method constructor (line 1569) | constructor(props) { method render (line 1576) | render() { method constructor (line 1665) | constructor(props) { method render (line 1672) | render() { method render (line 1735) | render() { method constructor (line 1775) | constructor(props) { method render (line 1782) | render() { method constructor (line 1820) | constructor(props) { method render (line 1827) | render() { type AState (line 1528) | interface AState { class A (line 1532) | class A extends Component { method constructor (line 327) | constructor(props) { method constructor (line 1196) | constructor(props) { method render (line 1205) | render() { method constructor (line 1307) | constructor(props) { method render (line 1316) | render() { method constructor (line 1422) | constructor(props) { method render (line 1431) | render() { method constructor (line 1535) | constructor(props) { method render (line 1544) | render() { method constructor (line 1630) | constructor(props) { method render (line 1639) | render() { class B (line 1552) | class B extends Component { method constructor (line 333) | constructor(props) { method shouldComponentUpdate (line 1218) | shouldComponentUpdate() { method render (line 1222) | render() { method shouldComponentUpdate (line 1333) | shouldComponentUpdate() { method render (line 1337) | render() { method shouldComponentUpdate (line 1553) | shouldComponentUpdate() { method render (line 1557) | render() { method shouldComponentUpdate (line 1650) | shouldComponentUpdate() { method render (line 1654) | render() { method constructor (line 1721) | constructor(props) { method shouldComponentUpdate (line 1725) | shouldComponentUpdate() { method render (line 1729) | render() { type TestState (line 1562) | interface TestState { class Test (line 1566) | class Test extends Component { method shouldComponentUpdate (line 636) | shouldComponentUpdate() { method render (line 640) | render() { method constructor (line 1233) | constructor(props) { method render (line 1240) | render() { method constructor (line 1348) | constructor(props) { method render (line 1355) | render() { method constructor (line 1457) | constructor(props) { method render (line 1464) | render() { method constructor (line 1569) | constructor(props) { method render (line 1576) | render() { method constructor (line 1665) | constructor(props) { method render (line 1672) | render() { method render (line 1735) | render() { method constructor (line 1775) | constructor(props) { method render (line 1782) | render() { method constructor (line 1820) | constructor(props) { method render (line 1827) | render() { type AState (line 1622) | interface AState { class A (line 1626) | class A extends Component { method constructor (line 327) | constructor(props) { method constructor (line 1196) | constructor(props) { method render (line 1205) | render() { method constructor (line 1307) | constructor(props) { method render (line 1316) | render() { method constructor (line 1422) | constructor(props) { method render (line 1431) | render() { method constructor (line 1535) | constructor(props) { method render (line 1544) | render() { method constructor (line 1630) | constructor(props) { method render (line 1639) | render() { class B (line 1649) | class B extends Component { method constructor (line 333) | constructor(props) { method shouldComponentUpdate (line 1218) | shouldComponentUpdate() { method render (line 1222) | render() { method shouldComponentUpdate (line 1333) | shouldComponentUpdate() { method render (line 1337) | render() { method shouldComponentUpdate (line 1553) | shouldComponentUpdate() { method render (line 1557) | render() { method shouldComponentUpdate (line 1650) | shouldComponentUpdate() { method render (line 1654) | render() { method constructor (line 1721) | constructor(props) { method shouldComponentUpdate (line 1725) | shouldComponentUpdate() { method render (line 1729) | render() { type TestState (line 1659) | interface TestState { class Test (line 1663) | class Test extends Component { method shouldComponentUpdate (line 636) | shouldComponentUpdate() { method render (line 640) | render() { method constructor (line 1233) | constructor(props) { method render (line 1240) | render() { method constructor (line 1348) | constructor(props) { method render (line 1355) | render() { method constructor (line 1457) | constructor(props) { method render (line 1464) | render() { method constructor (line 1569) | constructor(props) { method render (line 1576) | render() { method constructor (line 1665) | constructor(props) { method render (line 1672) | render() { method render (line 1735) | render() { method constructor (line 1775) | constructor(props) { method render (line 1782) | render() { method constructor (line 1820) | constructor(props) { method render (line 1827) | render() { class B (line 1720) | class B extends Component { method constructor (line 333) | constructor(props) { method shouldComponentUpdate (line 1218) | shouldComponentUpdate() { method render (line 1222) | render() { method shouldComponentUpdate (line 1333) | shouldComponentUpdate() { method render (line 1337) | render() { method shouldComponentUpdate (line 1553) | shouldComponentUpdate() { method render (line 1557) | render() { method shouldComponentUpdate (line 1650) | shouldComponentUpdate() { method render (line 1654) | render() { method constructor (line 1721) | constructor(props) { method shouldComponentUpdate (line 1725) | shouldComponentUpdate() { method render (line 1729) | render() { class Test (line 1734) | class Test extends Component { method shouldComponentUpdate (line 636) | shouldComponentUpdate() { method render (line 640) | render() { method constructor (line 1233) | constructor(props) { method render (line 1240) | render() { method constructor (line 1348) | constructor(props) { method render (line 1355) | render() { method constructor (line 1457) | constructor(props) { method render (line 1464) | render() { method constructor (line 1569) | constructor(props) { method render (line 1576) | render() { method constructor (line 1665) | constructor(props) { method render (line 1672) | render() { method render (line 1735) | render() { method constructor (line 1775) | constructor(props) { method render (line 1782) | render() { method constructor (line 1820) | constructor(props) { method render (line 1827) | render() { type TestState (line 1768) | interface TestState { class Test (line 1772) | class Test extends Component { method shouldComponentUpdate (line 636) | shouldComponentUpdate() { method render (line 640) | render() { method constructor (line 1233) | constructor(props) { method render (line 1240) | render() { method constructor (line 1348) | constructor(props) { method render (line 1355) | render() { method constructor (line 1457) | constructor(props) { method render (line 1464) | render() { method constructor (line 1569) | constructor(props) { method render (line 1576) | render() { method constructor (line 1665) | constructor(props) { method render (line 1672) | render() { method render (line 1735) | render() { method constructor (line 1775) | constructor(props) { method render (line 1782) | render() { method constructor (line 1820) | constructor(props) { method render (line 1827) | render() { type TestState (line 1813) | interface TestState { class Test (line 1817) | class Test extends Component { method shouldComponentUpdate (line 636) | shouldComponentUpdate() { method render (line 640) | render() { method constructor (line 1233) | constructor(props) { method render (line 1240) | render() { method constructor (line 1348) | constructor(props) { method render (line 1355) | render() { method constructor (line 1457) | constructor(props) { method render (line 1464) | render() { method constructor (line 1569) | constructor(props) { method render (line 1576) | render() { method constructor (line 1665) | constructor(props) { method render (line 1672) | render() { method render (line 1735) | render() { method constructor (line 1775) | constructor(props) { method render (line 1782) | render() { method constructor (line 1820) | constructor(props) { method render (line 1827) | render() { type ParentProps (line 1862) | interface ParentProps { type ParentState (line 1866) | interface ParentState { class Parent (line 1870) | class Parent extends Component { method render (line 1065) | render() { method constructor (line 1873) | constructor(props) { method changeState (line 1883) | changeState() { method render (line 1889) | render() { class Tester (line 1905) | class Tester extends Component<{ call: () => void; toggle: boolean }> { method constructor (line 796) | constructor(props) { method toggle1 (line 806) | toggle1() { method renderContent (line 812) | renderContent() { method render (line 824) | render() { method constructor (line 865) | constructor(props) { method toggle1 (line 875) | toggle1() { method renderContent (line 881) | renderContent() { method render (line 893) | render() { method constructor (line 1906) | constructor(props) { method componentWillUnmount (line 1910) | componentWillUnmount() { method render (line 1915) | render() { FILE: packages/inferno-create-element/__tests__/components3.spec.tsx type ValueProps (line 17) | interface ValueProps { class Value (line 21) | class Value extends Component { method constructor (line 22) | constructor(props) { method render (line 26) | render() { type RepeaterProps (line 31) | interface RepeaterProps { class Repeater (line 35) | class Repeater extends Component { method render (line 36) | render() { class Jaska (line 69) | class Jaska extends Component { method constructor (line 70) | constructor(props) { method render (line 74) | render() { class Container (line 84) | class Container extends Component { method constructor (line 85) | constructor(props) { method render (line 89) | render() { class TestingProps (line 94) | class TestingProps extends Component { method constructor (line 95) | constructor(props) { method render (line 99) | render() { type MyComponent99Props (line 119) | interface MyComponent99Props { type MyComponent98State (line 123) | interface MyComponent98State { class MyComponent98 (line 127) | class MyComponent98 extends Component { method constructor (line 130) | constructor(props) { method componentDidMount (line 137) | componentDidMount() { method render (line 141) | render() { method constructor (line 192) | constructor(props) { method componentDidMount (line 199) | componentDidMount() { method render (line 203) | render() { class MyComponent99 (line 146) | class MyComponent99 extends Component { method constructor (line 147) | constructor(props) { method render (line 151) | render() { method constructor (line 209) | constructor(props) { method render (line 213) | render() { type MyComponent98State (line 181) | interface MyComponent98State { type MyComponent99Props (line 185) | interface MyComponent99Props { class MyComponent98 (line 189) | class MyComponent98 extends Component { method constructor (line 130) | constructor(props) { method componentDidMount (line 137) | componentDidMount() { method render (line 141) | render() { method constructor (line 192) | constructor(props) { method componentDidMount (line 199) | componentDidMount() { method render (line 203) | render() { class MyComponent99 (line 208) | class MyComponent99 extends Component { method constructor (line 147) | constructor(props) { method render (line 151) | render() { method constructor (line 209) | constructor(props) { method render (line 213) | render() { function Child (line 257) | function Child({ test }) { class BuggyRender (line 267) | class BuggyRender extends Component { method constructor (line 270) | constructor(props) { method toggle (line 280) | toggle() { method render (line 286) | render() { type ChangeChildrenCountState (line 328) | interface ChangeChildrenCountState { class ChangeChildrenCount (line 331) | class ChangeChildrenCount extends Component< method constructor (line 337) | constructor(props) { method handleClick (line 347) | handleClick() { method render (line 353) | render() { type FirstState (line 396) | interface FirstState { class First (line 400) | class First extends Component { method constructor (line 403) | constructor(props, context) { method _onClick (line 413) | _onClick() { method getChildContext (line 419) | getChildContext() { method render (line 425) | render() { method constructor (line 472) | constructor(props) { method _onClick (line 483) | _onClick() { method render (line 489) | render() { method constructor (line 553) | constructor(props) { method _onClick (line 564) | _onClick() { method render (line 570) | render() { type FirstState (line 464) | interface FirstState { class First (line 468) | class First extends Component { method constructor (line 403) | constructor(props, context) { method _onClick (line 413) | _onClick() { method getChildContext (line 419) | getChildContext() { method render (line 425) | render() { method constructor (line 472) | constructor(props) { method _onClick (line 483) | _onClick() { method render (line 489) | render() { method constructor (line 553) | constructor(props) { method _onClick (line 564) | _onClick() { method render (line 570) | render() { type FirstState (line 545) | interface FirstState { class First (line 549) | class First extends Component<{ name: string }, FirstState> { method constructor (line 403) | constructor(props, context) { method _onClick (line 413) | _onClick() { method getChildContext (line 419) | getChildContext() { method render (line 425) | render() { method constructor (line 472) | constructor(props) { method _onClick (line 483) | _onClick() { method render (line 489) | render() { method constructor (line 553) | constructor(props) { method _onClick (line 564) | _onClick() { method render (line 570) | render() { type ParentState (line 632) | interface ParentState { class Parent (line 636) | class Parent extends Component { method constructor (line 639) | constructor(props) { method render (line 648) | render() { class ChildB (line 658) | class ChildB extends Component { method constructor (line 659) | constructor(props) { method render (line 663) | render() { type ChildAState (line 668) | interface ChildAState { class ChildA (line 672) | class ChildA extends Component { method constructor (line 675) | constructor(props) { method render (line 684) | render() { class SubChild (line 692) | class SubChild extends Component { method constructor (line 693) | constructor(props) { method render (line 697) | render() { FILE: packages/inferno-create-element/__tests__/createElement.fragment.spec.ts method render (line 30) | render() { method render (line 52) | render() { method render (line 83) | render() { function FunctionalComp (line 101) | function FunctionalComp() { function SFC (line 226) | function SFC() { function SFC (line 288) | function SFC() { function SFC (line 387) | function SFC() { function Fragmenter (line 476) | function Fragmenter({ first, mid, last, changeOrder }) { method componentWillMount (line 529) | componentWillMount() { method componentWillUnmount (line 533) | componentWillUnmount() { method render (line 537) | render(props) { function Fragmenter2 (line 613) | function Fragmenter2() { method render (line 656) | render() { method render (line 708) | render() { method componentWillUnmount (line 763) | componentWillUnmount() { method componentWillMount (line 767) | componentWillMount() { method render (line 771) | render() { function Foobar (line 955) | function Foobar() { function Foobar (line 980) | function Foobar() { function Foobar (line 1017) | function Foobar() { function Foobar (line 1055) | function Foobar() { method componentWillMount (line 1096) | componentWillMount() { method render (line 1100) | render() { method componentWillMount (line 1136) | componentWillMount() { method render (line 1140) | render() { method componentWillMount (line 1189) | componentWillMount() { method render (line 1193) | render() { method render (line 1246) | render() { method render (line 1282) | render() { type ArticlesState (line 1316) | interface ArticlesState { class Articles (line 1321) | class Articles extends Component { method constructor (line 1324) | constructor() { method componentDidMount (line 1332) | componentDidMount() { method render (line 1354) | render() { method constructor (line 1396) | constructor() { method componentDidMount (line 1401) | componentDidMount() { method render (line 1423) | render() { method constructor (line 1483) | constructor() { method componentDidMount (line 1488) | componentDidMount() { method render (line 1510) | render() { class App (line 1371) | class App extends Component { method render (line 1372) | render() { method render (line 1459) | render() { method render (line 1546) | render() { type ArticlesState (line 1389) | interface ArticlesState { class Articles (line 1394) | class Articles extends Component { method constructor (line 1324) | constructor() { method componentDidMount (line 1332) | componentDidMount() { method render (line 1354) | render() { method constructor (line 1396) | constructor() { method componentDidMount (line 1401) | componentDidMount() { method render (line 1423) | render() { method constructor (line 1483) | constructor() { method componentDidMount (line 1488) | componentDidMount() { method render (line 1510) | render() { function Section (line 1443) | function Section(props) { function EdgeComponent (line 1450) | function EdgeComponent() { class App (line 1458) | class App extends Component { method render (line 1372) | render() { method render (line 1459) | render() { method render (line 1546) | render() { type ArticlesState (line 1476) | interface ArticlesState { class Articles (line 1481) | class Articles extends Component { method constructor (line 1324) | constructor() { method componentDidMount (line 1332) | componentDidMount() { method render (line 1354) | render() { method constructor (line 1396) | constructor() { method componentDidMount (line 1401) | componentDidMount() { method render (line 1423) | render() { method constructor (line 1483) | constructor() { method componentDidMount (line 1488) | componentDidMount() { method render (line 1510) | render() { function Section (line 1530) | function Section(props) { function EdgeComponent (line 1537) | function EdgeComponent() { class App (line 1545) | class App extends Component { method render (line 1372) | render() { method render (line 1459) | render() { method render (line 1546) | render() { FILE: packages/inferno-create-element/__tests__/createElement.spec.ts method onComponentDidMount (line 136) | onComponentDidMount(domNode) { method onComponentDidMount (line 165) | onComponentDidMount() { class Hello (line 222) | class Hello extends Component { method constructor (line 225) | constructor(props) { method componentDidMount (line 232) | componentDidMount() { method render (line 236) | render() { FILE: packages/inferno-create-element/__tests__/createElementTyped.spec.tsx type MyComponentProps (line 67) | interface MyComponentProps { class App (line 71) | class App extends Component { method render (line 72) | public render() { FILE: packages/inferno-create-element/__tests__/elements.spec.jsx function test (line 875) | function test() {} method ref (line 878) | ref() {} method click (line 879) | click() {} function Foo (line 1134) | function Foo({ value }) { FILE: packages/inferno-create-element/__tests__/events.spec.js function test (line 27) | function test() { function test2 (line 34) | function test2() { function onClick (line 78) | function onClick(d) { function App (line 86) | function App(d) { function renderIt (line 97) | function renderIt() { function onClick (line 123) | function onClick(d) { function App (line 131) | function App(d) { function renderIt (line 142) | function renderIt() { function AppTwo (line 160) | function AppTwo() { function App (line 164) | function App() { function App (line 187) | function App({ toggle }) { function smallComponent (line 207) | function smallComponent() { function AppTwo (line 223) | function AppTwo() { function App (line 227) | function App(children) { function SmallComponent (line 259) | function SmallComponent() { function SmallComponent (line 296) | function SmallComponent() { function SmallComponent (line 337) | function SmallComponent() { function FooBarCom (line 370) | function FooBarCom({ test }) { function FooBarCom (line 400) | function FooBarCom({ test }) { function FooBarCom (line 436) | function FooBarCom({ test }) { function SmallComponent (line 475) | function SmallComponent() { function SmallComponent (line 509) | function SmallComponent() { function SmallComponent (line 549) | function SmallComponent() { function SmallComponent (line 579) | function SmallComponent(props) { function verifyCurrentTarget (line 638) | function verifyCurrentTarget(event) { function verifyCurrentTarget (line 651) | function verifyCurrentTarget(event) { function verifyCurrentTarget (line 669) | function verifyCurrentTarget(event) { function verifyCurrentTarget (line 696) | function verifyCurrentTarget(event) { FILE: packages/inferno-create-element/__tests__/hooks.spec.js function StatelessComponent (line 10) | function StatelessComponent() { class FooBar (line 306) | class FooBar extends Component { method render (line 307) | render() { FILE: packages/inferno-create-element/__tests__/patchKeyedChildren.spec.js function generateKeyNodes (line 5) | function generateKeyNodes(array) { function o (line 515) | function o(text) { function d (line 525) | function d(text) { function wk (line 535) | function wk(text) { function gen (line 1334) | function gen(item, keys) { function checkInnerHtmlEquals (line 1372) | function checkInnerHtmlEquals(ax, bx, cx, keys) { FILE: packages/inferno-create-element/__tests__/patchMixedKeyed.spec.js function spanTagWithText (line 4) | function spanTagWithText(text) { function spanTagWithKeyAndText (line 14) | function spanTagWithKeyAndText(key, text) { FILE: packages/inferno-create-element/__tests__/patchNonKeyedChildren.spec.js function generateNodes (line 4) | function generateNodes(array) { function spanTagWithText (line 16) | function spanTagWithText(text) { FILE: packages/inferno-create-element/__tests__/patching.spec.js function createDataModels (line 5) | function createDataModels() { function addGroupSingleChild (line 18) | function addGroupSingleChild(count) { function shuffle (line 29) | function shuffle(dataModel) { function createExpectedChildren (line 38) | function createExpectedChildren(nodes) { function createExpected (line 63) | function createExpected(nodes) { function renderTree (line 85) | function renderTree(nodes) { function renderModel (line 105) | function renderModel(dataModel) { class App (line 208) | class App extends Component { method constructor (line 209) | constructor() { method componentDidMount (line 214) | componentDidMount() { method render (line 232) | render() { method constructor (line 254) | constructor() { method componentDidMount (line 259) | componentDidMount() { method render (line 277) | render() { method constructor (line 299) | constructor() { method componentDidMount (line 304) | componentDidMount() { method render (line 322) | render() { class App (line 253) | class App extends Component { method constructor (line 209) | constructor() { method componentDidMount (line 214) | componentDidMount() { method render (line 232) | render() { method constructor (line 254) | constructor() { method componentDidMount (line 259) | componentDidMount() { method render (line 277) | render() { method constructor (line 299) | constructor() { method componentDidMount (line 304) | componentDidMount() { method render (line 322) | render() { class App (line 298) | class App extends Component { method constructor (line 209) | constructor() { method componentDidMount (line 214) | componentDidMount() { method render (line 232) | render() { method constructor (line 254) | constructor() { method componentDidMount (line 259) | componentDidMount() { method render (line 277) | render() { method constructor (line 299) | constructor() { method componentDidMount (line 304) | componentDidMount() { method render (line 322) | render() { FILE: packages/inferno-create-element/__tests__/svg.spec.jsx class Rect (line 281) | class Rect extends Component { method constructor (line 282) | constructor(p, c) { method componentDidMount (line 287) | componentDidMount() { method render (line 291) | render() { FILE: packages/inferno-create-element/__tests__/update.ext.spec.js function A (line 794) | function A() { function B (line 810) | function B() { function C (line 826) | function C() { function A (line 1252) | function A() { function B (line 1272) | function B() { function C (line 1292) | function C() { FILE: packages/inferno-create-element/__tests__/update.spec.jsx class A (line 21) | class A extends Component { method componentWillUnmount (line 22) | componentWillUnmount() {} method constructor (line 24) | constructor(props) { method updateMe (line 34) | updateMe() { method render (line 40) | render() { method constructor (line 135) | constructor(props) { method updateCaller (line 146) | updateCaller() { method render (line 152) | render() { method constructor (line 204) | constructor(props) { method updateCaller (line 217) | updateCaller() { method render (line 225) | render() { method constructor (line 328) | constructor(props) { method updateCaller (line 341) | updateCaller() { method render (line 349) | render() { class B (line 45) | class B extends Component { method constructor (line 46) | constructor(props) { method render (line 50) | render() { method constructor (line 235) | constructor(props) { method render (line 239) | render() { method constructor (line 359) | constructor(props) { method render (line 363) | render() { class Parent (line 75) | class Parent extends Component { method constructor (line 76) | constructor(props) { method domagic (line 93) | domagic() { method render (line 99) | render() { method constructor (line 189) | constructor(props) { method render (line 193) | render() { method constructor (line 313) | constructor(props) { method render (line 317) | render() { class Child (line 109) | class Child extends Component { method constructor (line 110) | constructor(props) { method render (line 114) | render() { class A (line 134) | class A extends Component { method componentWillUnmount (line 22) | componentWillUnmount() {} method constructor (line 24) | constructor(props) { method updateMe (line 34) | updateMe() { method render (line 40) | render() { method constructor (line 135) | constructor(props) { method updateCaller (line 146) | updateCaller() { method render (line 152) | render() { method constructor (line 204) | constructor(props) { method updateCaller (line 217) | updateCaller() { method render (line 225) | render() { method constructor (line 328) | constructor(props) { method updateCaller (line 341) | updateCaller() { method render (line 349) | render() { class Parent (line 188) | class Parent extends Component { method constructor (line 76) | constructor(props) { method domagic (line 93) | domagic() { method render (line 99) | render() { method constructor (line 189) | constructor(props) { method render (line 193) | render() { method constructor (line 313) | constructor(props) { method render (line 317) | render() { class A (line 203) | class A extends Component { method componentWillUnmount (line 22) | componentWillUnmount() {} method constructor (line 24) | constructor(props) { method updateMe (line 34) | updateMe() { method render (line 40) | render() { method constructor (line 135) | constructor(props) { method updateCaller (line 146) | updateCaller() { method render (line 152) | render() { method constructor (line 204) | constructor(props) { method updateCaller (line 217) | updateCaller() { method render (line 225) | render() { method constructor (line 328) | constructor(props) { method updateCaller (line 341) | updateCaller() { method render (line 349) | render() { class B (line 234) | class B extends Component { method constructor (line 46) | constructor(props) { method render (line 50) | render() { method constructor (line 235) | constructor(props) { method render (line 239) | render() { method constructor (line 359) | constructor(props) { method render (line 363) | render() { class C (line 248) | class C extends Component { method constructor (line 249) | constructor(props) { method imstuck (line 260) | imstuck() { method render (line 266) | render() { method constructor (line 373) | constructor(props) { method imstuck (line 384) | imstuck() { method render (line 390) | render() { method componentWillUnmount (line 637) | componentWillUnmount() {} method render (line 639) | render() { class Parent (line 312) | class Parent extends Component { method constructor (line 76) | constructor(props) { method domagic (line 93) | domagic() { method render (line 99) | render() { method constructor (line 189) | constructor(props) { method render (line 193) | render() { method constructor (line 313) | constructor(props) { method render (line 317) | render() { class A (line 327) | class A extends Component { method componentWillUnmount (line 22) | componentWillUnmount() {} method constructor (line 24) | constructor(props) { method updateMe (line 34) | updateMe() { method render (line 40) | render() { method constructor (line 135) | constructor(props) { method updateCaller (line 146) | updateCaller() { method render (line 152) | render() { method constructor (line 204) | constructor(props) { method updateCaller (line 217) | updateCaller() { method render (line 225) | render() { method constructor (line 328) | constructor(props) { method updateCaller (line 341) | updateCaller() { method render (line 349) | render() { class B (line 358) | class B extends Component { method constructor (line 46) | constructor(props) { method render (line 50) | render() { method constructor (line 235) | constructor(props) { method render (line 239) | render() { method constructor (line 359) | constructor(props) { method render (line 363) | render() { class C (line 372) | class C extends Component { method constructor (line 249) | constructor(props) { method imstuck (line 260) | imstuck() { method render (line 266) | render() { method constructor (line 373) | constructor(props) { method imstuck (line 384) | imstuck() { method render (line 390) | render() { method componentWillUnmount (line 637) | componentWillUnmount() {} method render (line 639) | render() { class InnerComponentToGetUnmounted (line 441) | class InnerComponentToGetUnmounted extends Component { method constructor (line 442) | constructor(props) { method render (line 446) | render() { class Looper (line 473) | class Looper extends Component { method constructor (line 474) | constructor(props) { method setItems (line 486) | setItems(collection) { method render (line 492) | render() { class Stuff (line 550) | class Stuff extends Component { method constructor (line 551) | constructor(props) { method render (line 563) | render() { method func (line 579) | func() {} class Tester (line 583) | class Tester extends Component { method constructor (line 584) | constructor(props) { method render (line 588) | render() { function B (line 623) | function B() { method constructor (line 46) | constructor(props) { method render (line 50) | render() { method constructor (line 235) | constructor(props) { method render (line 239) | render() { method constructor (line 359) | constructor(props) { method render (line 363) | render() { class C (line 636) | class C extends Component { method constructor (line 249) | constructor(props) { method imstuck (line 260) | imstuck() { method render (line 266) | render() { method constructor (line 373) | constructor(props) { method imstuck (line 384) | imstuck() { method render (line 390) | render() { method componentWillUnmount (line 637) | componentWillUnmount() {} method render (line 639) | render() { class ConfigsList (line 698) | class ConfigsList extends Component { method constructor (line 699) | constructor(props) { method handleCheck (line 706) | handleCheck(index, ifChecked) { method render (line 714) | render(props) { FILE: packages/inferno-create-element/src/index.ts function createElement (line 21) | function createElement

( FILE: packages/inferno-extras/__tests__/extras.spec.jsx class Tester (line 24) | class Tester extends Component { method constructor (line 25) | constructor(props) { method render (line 31) | render(props, state) { method constructor (line 76) | constructor(props) { method render (line 82) | render(props, state) { method constructor (line 129) | constructor(props) { method render (line 135) | render() { method constructor (line 155) | constructor(props) { method render (line 161) | render() { method constructor (line 190) | constructor(props) { method render (line 196) | render() { function Functional (line 67) | function Functional({ children }) { class Tester (line 75) | class Tester extends Component { method constructor (line 25) | constructor(props) { method render (line 31) | render(props, state) { method constructor (line 76) | constructor(props) { method render (line 82) | render(props, state) { method constructor (line 129) | constructor(props) { method render (line 135) | render() { method constructor (line 155) | constructor(props) { method render (line 161) | render() { method constructor (line 190) | constructor(props) { method render (line 196) | render() { class Tester (line 128) | class Tester extends Component { method constructor (line 25) | constructor(props) { method render (line 31) | render(props, state) { method constructor (line 76) | constructor(props) { method render (line 82) | render(props, state) { method constructor (line 129) | constructor(props) { method render (line 135) | render() { method constructor (line 155) | constructor(props) { method render (line 161) | render() { method constructor (line 190) | constructor(props) { method render (line 196) | render() { class Tester (line 154) | class Tester extends Component { method constructor (line 25) | constructor(props) { method render (line 31) | render(props, state) { method constructor (line 76) | constructor(props) { method render (line 82) | render(props, state) { method constructor (line 129) | constructor(props) { method render (line 135) | render() { method constructor (line 155) | constructor(props) { method render (line 161) | render() { method constructor (line 190) | constructor(props) { method render (line 196) | render() { class Tester (line 189) | class Tester extends Component { method constructor (line 25) | constructor(props) { method render (line 31) | render(props, state) { method constructor (line 76) | constructor(props) { method render (line 82) | render(props, state) { method constructor (line 129) | constructor(props) { method render (line 135) | render() { method constructor (line 155) | constructor(props) { method render (line 161) | render() { method constructor (line 190) | constructor(props) { method render (line 196) | render() { FILE: packages/inferno-extras/src/findDOMNode.ts function findDOMNode (line 3) | function findDOMNode(ref: VNode | Component | Node): Node | null { FILE: packages/inferno-extras/src/isDOMInsideVDOM.ts function isDOMInsideVNode (line 4) | function isDOMInsideVNode(DOM: Element, vNode: VNode): boolean { function isDOMInsideComponent (line 42) | function isDOMInsideComponent( FILE: packages/inferno-hydrate/__tests__/hydrate-forward-ref.spec.tsx class Hello (line 27) | class Hello extends Component { method constructor (line 30) | constructor(props) { method componentDidMount (line 37) | componentDidMount() { method render (line 41) | render() { method render (line 65) | render() { class Hello (line 64) | class Hello extends Component { method constructor (line 30) | constructor(props) { method componentDidMount (line 37) | componentDidMount() { method render (line 41) | render() { method render (line 65) | render() { FILE: packages/inferno-hydrate/__tests__/hydrate.spec.tsx class Foobar (line 157) | class Foobar extends Component { method constructor (line 158) | constructor(props, context) { method render (line 164) | render() { function runAllTests (line 193) | function runAllTests() { class Rect (line 1386) | class Rect extends Component { method constructor (line 1387) | constructor(p, c) { method componentDidMount (line 1392) | componentDidMount() { method render (line 1396) | render() { FILE: packages/inferno-hydrate/src/index.ts function isSameInnerHTML (line 27) | function isSameInnerHTML(dom: Element, innerHTML: string): boolean { function findLastDOMFromVNode (line 34) | function findLastDOMFromVNode(vNode: VNode): Element | null { function isSamePropsInnerHTML (line 62) | function isSamePropsInnerHTML(dom: Element, props): boolean { function hydrateComponent (line 69) | function hydrateComponent( function hydrateChildren (line 116) | function hydrateChildren( function hydrateElement (line 227) | function hydrateElement( function hydrateText (line 281) | function hydrateText( function hydrateFragment (line 303) | function hydrateFragment( function hydrateVNode (line 327) | function hydrateVNode( function hydrate (line 386) | function hydrate( FILE: packages/inferno-hyperscript/__tests__/hyperscript.spec.tsx class FooBar (line 45) | class FooBar extends Component { method render (line 46) | render() { method onComponentDidUnmount (line 82) | onComponentDidUnmount() {} method onComponentDidMount (line 104) | onComponentDidMount() {} function Test1 (line 164) | function Test1({ children, ...props }) { function Test2 (line 168) | function Test2({ children, ...props }) { method shouldComponentUpdate (line 370) | shouldComponentUpdate() { method render (line 374) | render() { function Test3 (line 172) | function Test3({ children }) { function Test4 (line 176) | function Test4({ children, className, ...props }) { method onComponentDidMount (line 330) | onComponentDidMount(domNode) { method onComponentDidMount (line 358) | onComponentDidMount() { class Test2 (line 369) | class Test2 extends Component<{ foo: string }> { method shouldComponentUpdate (line 370) | shouldComponentUpdate() { method render (line 374) | render() { class Hello (line 435) | class Hello extends Component { method constructor (line 438) | constructor(props) { method componentDidMount (line 445) | componentDidMount() { method render (line 449) | render() { FILE: packages/inferno-hyperscript/src/index.ts function parseTag (line 21) | function parseTag(tag: string | null, props: any): string { function isChildren (line 65) | function isChildren(x: any): boolean { function h (line 76) | function h( FILE: packages/inferno-mobx/__tests__/context.spec.jsx method render (line 39) | render() { method render (line 65) | render() { method render (line 90) | render() { method render (line 129) | render() { method render (line 159) | render() { method render (line 183) | render() { method render (line 195) | render() { method render (line 202) | render() { method render (line 235) | render() { method render (line 247) | render() { method render (line 254) | render() { FILE: packages/inferno-mobx/__tests__/generic.spec.jsx class ApiService (line 28) | class ApiService { method constructor (line 29) | constructor() { class TodoService (line 34) | class TodoService { method constructor (line 35) | constructor() { class TodoView (line 47) | class TodoView extends Component { method render (line 48) | render() { FILE: packages/inferno-mobx/__tests__/inject.spec.jsx method render (line 23) | render() { method render (line 48) | render() { class A (line 59) | class A extends Component { method render (line 60) | render() { method render (line 94) | render() { method render (line 137) | render() { method render (line 80) | render() { class A (line 93) | class A extends Component { method render (line 60) | render() { method render (line 94) | render() { method render (line 137) | render() { method render (line 124) | render() { class A (line 136) | class A extends Component { method render (line 60) | render() { method render (line 94) | render() { method render (line 137) | render() { method render (line 160) | render() { method render (line 181) | render() { method render (line 201) | render() { method render (line 213) | render() { method render (line 220) | render() { method render (line 262) | render() { class B (line 274) | class B extends Component { method render (line 275) | render() { method render (line 292) | render() { class B (line 291) | class B extends Component { method render (line 275) | render() { method render (line 292) | render() { method render (line 321) | render() { FILE: packages/inferno-mobx/__tests__/misc.spec.jsx method render (line 24) | render() { method shouldComponentUpdate (line 33) | shouldComponentUpdate() { method render (line 54) | render() { method shouldComponentUpdate (line 63) | shouldComponentUpdate(nextProps) { method render (line 71) | render() { function ExampleState (line 100) | function ExampleState() { method render (line 111) | render() { method constructor (line 142) | constructor(props) { method render (line 148) | render() { FILE: packages/inferno-mobx/__tests__/observer.spec.jsx method componentWillReact (line 36) | componentWillReact() { method render (line 40) | render() { method y (line 131) | get y() { class clss (line 168) | class clss extends Component { method componentWillMount (line 169) | componentWillMount() { method render (line 175) | render() { class Row (line 232) | class Row extends Component { method constructor (line 233) | constructor(props) { method render (line 237) | render() { method render (line 279) | render() { method render (line 304) | render() { method render (line 315) | render() { method componentWillMount (line 330) | componentWillMount() { method render (line 338) | render() { class Parent (line 349) | class Parent extends Component { method constructor (line 350) | constructor(props) { method render (line 355) | render() { class Com (line 377) | class Com extends Component { method onClick (line 378) | onClick() { method render (line 382) | render() { class A (line 445) | class A extends Component { method getDerivedStateFromProps (line 446) | static getDerivedStateFromProps() { class B (line 451) | class B extends Component { method getSnapshotBeforeUpdate (line 452) | getSnapshotBeforeUpdate() { class Faulty (line 473) | class Faulty extends Component { method render (line 474) | render() { FILE: packages/inferno-mobx/__tests__/observerPatch.spec.jsx class TodoItem (line 30) | class TodoItem extends Component { method render (line 31) | render({ todo }) { method shouldComponentUpdate (line 36) | shouldComponentUpdate({ todo: { title } }) { class TodoList (line 45) | class TodoList extends Component { method componentWillReact (line 46) | componentWillReact() { method render (line 50) | render() { method y (line 121) | get y() { class TestComponent (line 128) | class TestComponent extends Component { method render (line 129) | render() { class Comp (line 161) | class Comp extends Component { method render (line 162) | render() { class Row (line 191) | class Row extends Component { method constructor (line 192) | constructor(props) { method render (line 196) | render() { class Table (line 207) | class Table extends Component { method render (line 208) | render() { method render (line 240) | render() { method render (line 264) | render() { class Foo (line 286) | class Foo extends Component { method render (line 287) | render() { class fooA (line 309) | class fooA extends Component { method render (line 310) | render() { method render (line 337) | render() { class fooB (line 318) | class fooB extends Component { method render (line 319) | render() { method render (line 344) | render() { class fooA (line 336) | class fooA extends Component { method render (line 310) | render() { method render (line 337) | render() { class fooB (line 343) | class fooB extends fooA { method render (line 319) | render() { method render (line 344) | render() { class ComponentA (line 357) | class ComponentA extends Component { method constructor (line 358) | constructor(props, ctx) { method onClick (line 363) | onClick() { method render (line 367) | render() { class Faulty (line 385) | class Faulty extends Component { method render (line 386) | render() { FILE: packages/inferno-mobx/__tests__/observerWrap.spec.jsx class ContextProvider (line 55) | class ContextProvider extends Component { method getChildContext (line 56) | getChildContext() { method render (line 60) | render() { method y (line 329) | get y() { FILE: packages/inferno-mobx/__tests__/stateless.spec.jsx class ContextProvider (line 43) | class ContextProvider extends Component { method getChildContext (line 44) | getChildContext() { method render (line 48) | render() { FILE: packages/inferno-mobx/__tests__/transactions.spec.jsx function flipStuff (line 27) | function flipStuff() { method componentWillReact (line 39) | componentWillReact() { method render (line 43) | render() { FILE: packages/inferno-mobx/__tests__/types.spec.tsx class MyComponent (line 64) | class MyComponent extends Component { method render (line 65) | public render() { FILE: packages/inferno-mobx/src/Provider.ts class Provider (line 10) | class Provider extends Component { method render (line 11) | public render(props): InfernoNode { method getChildContext (line 15) | public getChildContext(): { mobxStores: any } { FILE: packages/inferno-mobx/src/index.ts function onError (line 19) | function onError(fn: (data: unknown) => void): () => void { FILE: packages/inferno-mobx/src/observer.ts function reportRendering (line 24) | function reportRendering(component): void { function trackComponents (line 36) | function trackComponents(): void { function useStaticRendering (line 48) | function useStaticRendering(useStatic: boolean): void { function patch (line 62) | function patch(target, funcName, runMixinFirst): void { function isObjectShallowModified (line 82) | function isObjectShallowModified(prev, next): boolean { method componentWillMount (line 110) | componentWillMount() { method componentWillUnmount (line 218) | componentWillUnmount() { method componentDidMount (line 239) | componentDidMount() { method componentDidUpdate (line 245) | componentDidUpdate() { method shouldComponentUpdate (line 251) | shouldComponentUpdate(nextProps, nextState) { function observer (line 276) | function observer(arg1, arg2?) { function mixinLifecycleEvents (line 344) | function mixinLifecycleEvents(target): void { function createStoreInjector (line 372) | function createStoreInjector(grabStoresFn: Function, component, injectNa... function grabStoresByName (line 437) | function grabStoresByName(storeNames: string[]) { function inject (line 470) | function inject( FILE: packages/inferno-mobx/src/observerPatch.ts type Render (line 5) | type Render = (this, properties?, state?, context?) => InfernoNode; type ObserverRender (line 7) | type ObserverRender = R & { dispose: () => vo... function makeObserverRender (line 9) | function makeObserverRender( type Target (line 36) | interface Target { function observerPatch (line 47) | function observerPatch( FILE: packages/inferno-mobx/src/observerWrap.ts type Render (line 12) | type Render = ( function callDispose (line 17) | function callDispose({ dispose }: { readonly dispose: () => void }): void { type InnerProperties (line 21) | interface InnerProperties { function innerVNode (line 29) | function innerVNode( function makeProxy (line 50) | function makeProxy(target: VNode): { $V: InfernoNode } { type UpdateHook (line 61) | type UpdateHook = (this: RefType, prev: unknown, next: unknown) => void; type RefType (line 63) | interface RefType { function getUpdateHooks (line 68) | function getUpdateHooks( function observerWrap (line 85) | function observerWrap(base: T): typeof base { FILE: packages/inferno-mobx/src/utils/EventEmitter.ts class EventEmitter (line 1) | class EventEmitter { method on (line 4) | public on(cb: (data: unknown) => void): () => void { method emit (line 14) | public emit(data: unknown): void { FILE: packages/inferno-mobx/src/utils/utils.ts function isStateless (line 1) | function isStateless(component: any): boolean { FILE: packages/inferno-redux/__tests__/components/Provider.spec.js function renderIntoContainer (line 21) | function renderIntoContainer(vNode) { class Child (line 30) | class Child extends Component { method render (line 31) | render() { class ProviderContainer (line 69) | class ProviderContainer extends Component { method constructor (line 70) | constructor() { method render (line 75) | render() { method render (line 120) | render() { method render (line 130) | render() { method render (line 167) | render() { method emitChange (line 177) | emitChange() { method render (line 181) | render() { FILE: packages/inferno-redux/__tests__/components/Provider.typings.tsx type AppState (line 8) | interface AppState { type FetchPostsAction (line 37) | interface FetchPostsAction { type ReceivePostsAction (line 42) | interface ReceivePostsAction { type MyAction (line 47) | type MyAction = FetchPostsAction | ReceivePostsAction; FILE: packages/inferno-redux/__tests__/components/connect.spec.js function render (line 14) | function render(vNode, container, cb) { function renderToContainer (line 33) | function renderToContainer(vNode) { class Passthrough (line 38) | class Passthrough extends Component { method render (line 39) | render() { class ProviderMock (line 44) | class ProviderMock extends Component { method getChildContext (line 45) | getChildContext() { method render (line 49) | render() { class ContextBoundStore (line 54) | class ContextBoundStore { method constructor (line 55) | constructor(reducer) { method getState (line 62) | getState() { method subscribe (line 66) | subscribe(listener) { method dispatch (line 80) | dispatch(action) { method render (line 113) | render() { method render (line 138) | render() { method render (line 163) | render() { method componentDidMount (line 249) | componentDidMount() { method render (line 253) | render() { method render (line 279) | render() { class Container (line 285) | class Container extends Component { method constructor (line 286) | constructor() { method componentDidMount (line 295) | componentDidMount() { method render (line 307) | render() { method constructor (line 340) | constructor() { method componentDidMount (line 345) | componentDidMount() { method render (line 351) | render() { method constructor (line 479) | constructor() { method componentDidMount (line 488) | componentDidMount() { method render (line 497) | render() { method render (line 1576) | render() { method render (line 1589) | render() { method render (line 1607) | render() { method render (line 1633) | render() { method render (line 1652) | render() { method someInstanceMethod (line 1682) | someInstanceMethod() { method render (line 1686) | render() { method constructor (line 2145) | constructor(props) { method componentDidMount (line 2150) | componentDidMount() { method render (line 2154) | render() { method render (line 333) | render() { class Container (line 339) | class Container extends Component { method constructor (line 286) | constructor() { method componentDidMount (line 295) | componentDidMount() { method render (line 307) | render() { method constructor (line 340) | constructor() { method componentDidMount (line 345) | componentDidMount() { method render (line 351) | render() { method constructor (line 479) | constructor() { method componentDidMount (line 488) | componentDidMount() { method render (line 497) | render() { method render (line 1576) | render() { method render (line 1589) | render() { method render (line 1607) | render() { method render (line 1633) | render() { method render (line 1652) | render() { method someInstanceMethod (line 1682) | someInstanceMethod() { method render (line 1686) | render() { method constructor (line 2145) | constructor(props) { method componentDidMount (line 2150) | componentDidMount() { method render (line 2154) | render() { method render (line 384) | render() { class HolderContainer (line 390) | class HolderContainer extends Component { method render (line 391) | render() { method render (line 435) | render() { method render (line 428) | render() { class HolderContainer (line 434) | class HolderContainer extends Component { method render (line 391) | render() { method render (line 435) | render() { method render (line 472) | render() { class Container (line 478) | class Container extends Component { method constructor (line 286) | constructor() { method componentDidMount (line 295) | componentDidMount() { method render (line 307) | render() { method constructor (line 340) | constructor() { method componentDidMount (line 345) | componentDidMount() { method render (line 351) | render() { method constructor (line 479) | constructor() { method componentDidMount (line 488) | componentDidMount() { method render (line 497) | render() { method render (line 1576) | render() { method render (line 1589) | render() { method render (line 1607) | render() { method render (line 1633) | render() { method render (line 1652) | render() { method someInstanceMethod (line 1682) | someInstanceMethod() { method render (line 1686) | render() { method constructor (line 2145) | constructor(props) { method componentDidMount (line 2150) | componentDidMount() { method render (line 2154) | render() { method mergedDoSomething (line 528) | mergedDoSomething(thing) { method render (line 535) | render() { class OuterContainer (line 541) | class OuterContainer extends Component { method constructor (line 542) | constructor() { method render (line 547) | render() { method render (line 593) | render() { method render (line 625) | render() { class OuterComponent (line 631) | class OuterComponent extends Component { method constructor (line 632) | constructor() { method setFoo (line 637) | setFoo(foo) { method render (line 641) | render() { method constructor (line 684) | constructor() { method setFoo (line 689) | setFoo(foo) { method render (line 693) | render() { method constructor (line 740) | constructor() { method setFoo (line 745) | setFoo(foo) { method render (line 749) | render() { method constructor (line 798) | constructor() { method setFoo (line 803) | setFoo(foo) { method render (line 807) | render() { method constructor (line 850) | constructor() { method setFoo (line 855) | setFoo(foo) { method render (line 859) | render() { method constructor (line 906) | constructor() { method setFoo (line 911) | setFoo(foo) { method render (line 915) | render() { method render (line 677) | render() { class OuterComponent (line 683) | class OuterComponent extends Component { method constructor (line 632) | constructor() { method setFoo (line 637) | setFoo(foo) { method render (line 641) | render() { method constructor (line 684) | constructor() { method setFoo (line 689) | setFoo(foo) { method render (line 693) | render() { method constructor (line 740) | constructor() { method setFoo (line 745) | setFoo(foo) { method render (line 749) | render() { method constructor (line 798) | constructor() { method setFoo (line 803) | setFoo(foo) { method render (line 807) | render() { method constructor (line 850) | constructor() { method setFoo (line 855) | setFoo(foo) { method render (line 859) | render() { method constructor (line 906) | constructor() { method setFoo (line 911) | setFoo(foo) { method render (line 915) | render() { method render (line 733) | render() { class OuterComponent (line 739) | class OuterComponent extends Component { method constructor (line 632) | constructor() { method setFoo (line 637) | setFoo(foo) { method render (line 641) | render() { method constructor (line 684) | constructor() { method setFoo (line 689) | setFoo(foo) { method render (line 693) | render() { method constructor (line 740) | constructor() { method setFoo (line 745) | setFoo(foo) { method render (line 749) | render() { method constructor (line 798) | constructor() { method setFoo (line 803) | setFoo(foo) { method render (line 807) | render() { method constructor (line 850) | constructor() { method setFoo (line 855) | setFoo(foo) { method render (line 859) | render() { method constructor (line 906) | constructor() { method setFoo (line 911) | setFoo(foo) { method render (line 915) | render() { method render (line 791) | render() { class OuterComponent (line 797) | class OuterComponent extends Component { method constructor (line 632) | constructor() { method setFoo (line 637) | setFoo(foo) { method render (line 641) | render() { method constructor (line 684) | constructor() { method setFoo (line 689) | setFoo(foo) { method render (line 693) | render() { method constructor (line 740) | constructor() { method setFoo (line 745) | setFoo(foo) { method render (line 749) | render() { method constructor (line 798) | constructor() { method setFoo (line 803) | setFoo(foo) { method render (line 807) | render() { method constructor (line 850) | constructor() { method setFoo (line 855) | setFoo(foo) { method render (line 859) | render() { method constructor (line 906) | constructor() { method setFoo (line 911) | setFoo(foo) { method render (line 915) | render() { method render (line 843) | render() { class OuterComponent (line 849) | class OuterComponent extends Component { method constructor (line 632) | constructor() { method setFoo (line 637) | setFoo(foo) { method render (line 641) | render() { method constructor (line 684) | constructor() { method setFoo (line 689) | setFoo(foo) { method render (line 693) | render() { method constructor (line 740) | constructor() { method setFoo (line 745) | setFoo(foo) { method render (line 749) | render() { method constructor (line 798) | constructor() { method setFoo (line 803) | setFoo(foo) { method render (line 807) | render() { method constructor (line 850) | constructor() { method setFoo (line 855) | setFoo(foo) { method render (line 859) | render() { method constructor (line 906) | constructor() { method setFoo (line 911) | setFoo(foo) { method render (line 915) | render() { method render (line 899) | render() { class OuterComponent (line 905) | class OuterComponent extends Component { method constructor (line 632) | constructor() { method setFoo (line 637) | setFoo(foo) { method render (line 641) | render() { method constructor (line 684) | constructor() { method setFoo (line 689) | setFoo(foo) { method render (line 693) | render() { method constructor (line 740) | constructor() { method setFoo (line 745) | setFoo(foo) { method render (line 749) | render() { method constructor (line 798) | constructor() { method setFoo (line 803) | setFoo(foo) { method render (line 807) | render() { method constructor (line 850) | constructor() { method setFoo (line 855) | setFoo(foo) { method render (line 859) | render() { method constructor (line 906) | constructor() { method setFoo (line 911) | setFoo(foo) { method render (line 915) | render() { method render (line 955) | render() { method render (line 1004) | render() { method render (line 1032) | render() { class ProviderMockTest (line 1058) | class ProviderMockTest extends Component { method getChildContext (line 1059) | getChildContext() { method render (line 1063) | render() { method getDisplayName (line 1072) | getDisplayName() { method render (line 1076) | render() { method getDisplayName (line 1084) | getDisplayName() { method componentWillReceiveProps (line 1088) | componentWillReceiveProps(nextProps) { method render (line 1094) | render() { class RouterMock (line 1159) | class RouterMock extends Component { method constructor (line 1160) | constructor(...args) { method setLocation (line 1166) | setLocation(pathname) { method getChildComponent (line 1171) | getChildComponent(location) { method render (line 1182) | render() { method componentWillUnmount (line 1235) | componentWillUnmount() { method render (line 1239) | render() { method render (line 1273) | render() { method render (line 1317) | render() { class Root (line 1328) | class Root extends Component { method constructor (line 1329) | constructor(props) { method render (line 1334) | render() { method render (line 1496) | render() { method render (line 1507) | render() { method render (line 1518) | render() { method render (line 1566) | render() { class Container (line 1575) | class Container extends Component { method constructor (line 286) | constructor() { method componentDidMount (line 295) | componentDidMount() { method render (line 307) | render() { method constructor (line 340) | constructor() { method componentDidMount (line 345) | componentDidMount() { method render (line 351) | render() { method constructor (line 479) | constructor() { method componentDidMount (line 488) | componentDidMount() { method render (line 497) | render() { method render (line 1576) | render() { method render (line 1589) | render() { method render (line 1607) | render() { method render (line 1633) | render() { method render (line 1652) | render() { method someInstanceMethod (line 1682) | someInstanceMethod() { method render (line 1686) | render() { method constructor (line 2145) | constructor(props) { method componentDidMount (line 2150) | componentDidMount() { method render (line 2154) | render() { class Container (line 1588) | class Container extends Component { method constructor (line 286) | constructor() { method componentDidMount (line 295) | componentDidMount() { method render (line 307) | render() { method constructor (line 340) | constructor() { method componentDidMount (line 345) | componentDidMount() { method render (line 351) | render() { method constructor (line 479) | constructor() { method componentDidMount (line 488) | componentDidMount() { method render (line 497) | render() { method render (line 1576) | render() { method render (line 1589) | render() { method render (line 1607) | render() { method render (line 1633) | render() { method render (line 1652) | render() { method someInstanceMethod (line 1682) | someInstanceMethod() { method render (line 1686) | render() { method constructor (line 2145) | constructor(props) { method componentDidMount (line 2150) | componentDidMount() { method render (line 2154) | render() { class Container (line 1606) | class Container extends Component { method constructor (line 286) | constructor() { method componentDidMount (line 295) | componentDidMount() { method render (line 307) | render() { method constructor (line 340) | constructor() { method componentDidMount (line 345) | componentDidMount() { method render (line 351) | render() { method constructor (line 479) | constructor() { method componentDidMount (line 488) | componentDidMount() { method render (line 497) | render() { method render (line 1576) | render() { method render (line 1589) | render() { method render (line 1607) | render() { method render (line 1633) | render() { method render (line 1652) | render() { method someInstanceMethod (line 1682) | someInstanceMethod() { method render (line 1686) | render() { method constructor (line 2145) | constructor(props) { method componentDidMount (line 2150) | componentDidMount() { method render (line 2154) | render() { class Container (line 1632) | class Container extends Component { method constructor (line 286) | constructor() { method componentDidMount (line 295) | componentDidMount() { method render (line 307) | render() { method constructor (line 340) | constructor() { method componentDidMount (line 345) | componentDidMount() { method render (line 351) | render() { method constructor (line 479) | constructor() { method componentDidMount (line 488) | componentDidMount() { method render (line 497) | render() { method render (line 1576) | render() { method render (line 1589) | render() { method render (line 1607) | render() { method render (line 1633) | render() { method render (line 1652) | render() { method someInstanceMethod (line 1682) | someInstanceMethod() { method render (line 1686) | render() { method constructor (line 2145) | constructor(props) { method componentDidMount (line 2150) | componentDidMount() { method render (line 2154) | render() { class Container (line 1651) | class Container extends Component { method constructor (line 286) | constructor() { method componentDidMount (line 295) | componentDidMount() { method render (line 307) | render() { method constructor (line 340) | constructor() { method componentDidMount (line 345) | componentDidMount() { method render (line 351) | render() { method constructor (line 479) | constructor() { method componentDidMount (line 488) | componentDidMount() { method render (line 497) | render() { method render (line 1576) | render() { method render (line 1589) | render() { method render (line 1607) | render() { method render (line 1633) | render() { method render (line 1652) | render() { method someInstanceMethod (line 1682) | someInstanceMethod() { method render (line 1686) | render() { method constructor (line 2145) | constructor(props) { method componentDidMount (line 2150) | componentDidMount() { method render (line 2154) | render() { class Container (line 1681) | class Container extends Component { method constructor (line 286) | constructor() { method componentDidMount (line 295) | componentDidMount() { method render (line 307) | render() { method constructor (line 340) | constructor() { method componentDidMount (line 345) | componentDidMount() { method render (line 351) | render() { method constructor (line 479) | constructor() { method componentDidMount (line 488) | componentDidMount() { method render (line 497) | render() { method render (line 1576) | render() { method render (line 1589) | render() { method render (line 1607) | render() { method render (line 1633) | render() { method render (line 1652) | render() { method someInstanceMethod (line 1682) | someInstanceMethod() { method render (line 1686) | render() { method constructor (line 2145) | constructor(props) { method componentDidMount (line 2150) | componentDidMount() { method render (line 2154) | render() { class ImpureComponent (line 1713) | class ImpureComponent extends Component { method render (line 1714) | render() { method render (line 1765) | render() { class StatefulWrapper (line 1722) | class StatefulWrapper extends Component { method constructor (line 1723) | constructor() { method getChildContext (line 1728) | getChildContext() { method render (line 1734) | render() { method constructor (line 1785) | constructor() { method render (line 1792) | render() { class ImpureComponent (line 1764) | class ImpureComponent extends Component { method render (line 1714) | render() { method render (line 1765) | render() { class StatefulWrapper (line 1784) | class StatefulWrapper extends Component { method constructor (line 1723) | constructor() { method getChildContext (line 1728) | getChildContext() { method render (line 1734) | render() { method constructor (line 1785) | constructor() { method render (line 1792) | render() { method emitChange (line 1830) | emitChange() { method render (line 1834) | render() { method render (line 1860) | render() { method render (line 1900) | render() { method render (line 1936) | render() { method render (line 1992) | render() { method componentWillUpdate (line 2038) | componentWillUpdate() { method render (line 2042) | render() { method render (line 2079) | render() { method componentWillUpdate (line 2134) | componentWillUpdate() { method render (line 2138) | render() { class Container (line 2144) | class Container extends Component { method constructor (line 286) | constructor() { method componentDidMount (line 295) | componentDidMount() { method render (line 307) | render() { method constructor (line 340) | constructor() { method componentDidMount (line 345) | componentDidMount() { method render (line 351) | render() { method constructor (line 479) | constructor() { method componentDidMount (line 488) | componentDidMount() { method render (line 497) | render() { method render (line 1576) | render() { method render (line 1589) | render() { method render (line 1607) | render() { method render (line 1633) | render() { method render (line 1652) | render() { method someInstanceMethod (line 1682) | someInstanceMethod() { method render (line 1686) | render() { method constructor (line 2145) | constructor(props) { method componentDidMount (line 2150) | componentDidMount() { method render (line 2154) | render() { method render (line 2193) | render() { method render (line 2223) | render() { class Parent (line 2230) | class Parent extends Component { method componentDidMount (line 2231) | componentDidMount() { method render (line 2235) | render() { method render (line 2272) | render() { method componentWillMount (line 2280) | componentWillMount() { method componentWillUnmount (line 2284) | componentWillUnmount() { method render (line 2288) | render() { method render (line 2312) | render() { method render (line 2328) | render() { method render (line 2349) | render() { method render (line 2369) | render() { method render (line 2390) | render() { method render (line 2414) | render() { class BlockUpdates (line 2420) | class BlockUpdates extends Component { method shouldComponentUpdate (line 2421) | shouldComponentUpdate() { method render (line 2425) | render() { method render (line 2432) | render() { method render (line 2465) | render() { method render (line 2474) | render() { method render (line 2482) | render() { method render (line 2507) | render() { method render (line 2516) | render() { method render (line 2525) | render() { method render (line 2534) | render() { FILE: packages/inferno-redux/__tests__/functional.spec.jsx function FunctionalComponent (line 26) | function FunctionalComponent() { method onComponentDidMount (line 35) | onComponentDidMount() { function FunctionalComponent (line 62) | function FunctionalComponent(props) { method onComponentWillUpdate (line 67) | onComponentWillUpdate() { method onComponentDidMount (line 77) | onComponentDidMount() { FILE: packages/inferno-redux/src/components/Provider.ts type Props (line 16) | interface Props { class Provider (line 21) | class Provider extends Component< method constructor (line 27) | constructor(props: Props, context: any) { method getChildContext (line 32) | public getChildContext(): { store: Store; storeSubscription: n... method render (line 38) | public render(): InfernoNode { FILE: packages/inferno-redux/src/components/connectAdvanced.ts type IConnectOptions (line 42) | interface IConnectOptions { type SelectorFactory (line 117) | type SelectorFactory = ( function getDefaultName (line 129) | function getDefaultName(name): string { function connectAdvanced (line 133) | function connectAdvanced( FILE: packages/inferno-redux/src/utils/Subscription.ts type Listener (line 3) | type Listener = () => void; type IListenerCollection (line 5) | interface IListenerCollection { constant CLEARED (line 11) | const CLEARED = null; class Subscription (line 61) | class Subscription { method constructor (line 67) | constructor( method addNestedSub (line 79) | public addNestedSub(listener): Unsubscribe { method notifyNestedSubs (line 84) | public notifyNestedSubs(): void { method isSubscribed (line 88) | public isSubscribed(): boolean { method trySubscribe (line 92) | public trySubscribe(): void { method tryUnsubscribe (line 102) | public tryUnsubscribe(): void { FILE: packages/inferno-redux/src/utils/verifyPlainObject.ts function isPlainObject (line 3) | function isPlainObject(value): boolean { FILE: packages/inferno-redux/src/utils/wrapActionCreators.ts function wrapActionCreators (line 3) | function wrapActionCreators(actionCreators) { FILE: packages/inferno-router/__tests__/Link.spec.tsx class ContextChecker (line 147) | class ContextChecker extends Component<{ children?: InfernoNode }> { method getChildContext (line 148) | public getChildContext() { method render (line 157) | public render({ children }) { method getChildContext (line 202) | public getChildContext() { method render (line 211) | public render({ children }) { class ContextChecker (line 201) | class ContextChecker extends Component<{ children?: InfernoNode }> { method getChildContext (line 148) | public getChildContext() { method render (line 157) | public render({ children }) { method getChildContext (line 202) | public getChildContext() { method render (line 211) | public render({ children }) { FILE: packages/inferno-router/__tests__/MemoryRouter.spec.tsx function Home (line 57) | function Home() { function Test (line 61) | function Test() { function TestOne (line 65) | function TestOne() { FILE: packages/inferno-router/__tests__/NavLink.spec.tsx class ContextChecker (line 520) | class ContextChecker extends Component<{ children?: InfernoNode }> { method getChildContext (line 521) | public getChildContext() { method render (line 530) | public render({ children }) { FILE: packages/inferno-router/__tests__/Prompt.spec.tsx class App (line 42) | class App extends Component { method constructor (line 46) | constructor() { method _setActive (line 52) | private _setActive() { method componentWillUpdate (line 58) | public componentWillUpdate(_nextProps, nextState) { method componentDidUpdate (line 64) | public componentDidUpdate() { method render (line 68) | public render() { FILE: packages/inferno-router/__tests__/Route.typings.spec.tsx type RouteProps (line 11) | interface RouteProps { class ComponentA (line 36) | class ComponentA extends Component { method render (line 37) | public render() { method render (line 52) | public render() { class ComponentA (line 51) | class ComponentA extends Component { method render (line 37) | public render() { method render (line 52) | public render() { FILE: packages/inferno-router/__tests__/Switch.spec.tsx class Component1 (line 355) | class Component1 extends Component { method constructor (line 357) | constructor(p, s) { method render (line 363) | public render() { FILE: packages/inferno-router/__tests__/SwitchMount.spec.tsx class App (line 11) | class App extends Component { method componentWillMount (line 12) | public componentWillMount() { method render (line 16) | public render() { method componentWillMount (line 51) | public componentWillMount() { method render (line 55) | public render() { class App (line 50) | class App extends Component { method componentWillMount (line 12) | public componentWillMount() { method render (line 16) | public render() { method componentWillMount (line 51) | public componentWillMount() { method render (line 55) | public render() { function Foobar (line 60) | function Foobar() { FILE: packages/inferno-router/__tests__/github1176.spec.tsx class Component1 (line 24) | class Component1 extends Component { method render (line 25) | public render() { class Component2 (line 37) | class Component2 extends Component { method constructor (line 38) | constructor(props) { method componentDidMount (line 46) | public componentDidMount() { method clearApp (line 54) | public clearApp() { method render (line 58) | public render() { function Foobar (line 74) | function Foobar() { FILE: packages/inferno-router/__tests__/issue1322.spec.tsx function CompList (line 103) | function CompList() { function CreateComp (line 107) | function CreateComp() { FILE: packages/inferno-router/__tests__/loaderOnRoute.spec.tsx function RootComp (line 120) | function RootComp() { function CreateComp (line 124) | function CreateComp(props) { function PublishComp (line 129) | function PublishComp() { function RootComp (line 226) | function RootComp() { function CreateComp (line 230) | function CreateComp(props) { function PublishComp (line 235) | function PublishComp() { function RootComp (line 388) | function RootComp() { function CreateComp (line 392) | function CreateComp(props) { function PublishComp (line 397) | function PublishComp() { class MyRoute (line 698) | class MyRoute extends Route { method constructor (line 699) | constructor(props, context) { FILE: packages/inferno-router/__tests__/loaderWithSwitch.spec.tsx function RootComp (line 120) | function RootComp() { function CreateComp (line 124) | function CreateComp(props) { function PublishComp (line 129) | function PublishComp() { function RootComp (line 206) | function RootComp() { function CreateComp (line 210) | function CreateComp(props) { function PublishComp (line 215) | function PublishComp() { class SubSwitch (line 314) | class SubSwitch extends Switch {} function RootComp (line 322) | function RootComp() { function CreateComp (line 326) | function CreateComp(props) { function PublishComp (line 331) | function PublishComp() { FILE: packages/inferno-router/__tests__/mobx-router.spec.tsx function defineProperties (line 26) | function defineProperties(target, props) { function _initDefineProp (line 42) | function _initDefineProp(target, property, descriptor, context) { function _classCallCheck (line 54) | function _classCallCheck(instance, Constructor) { function _applyDecoratedDescriptor (line 60) | function _applyDecoratedDescriptor( function TestSearchStore (line 101) | function TestSearchStore() { method constructor (line 140) | constructor(props) { method componentWillReceiveProps (line 145) | public componentWillReceiveProps(nextProps) { method doSearch (line 149) | public doSearch(e) { method render (line 156) | public render({ searchStore: searchStoreIn }: any) { class SearchResult (line 176) | class SearchResult extends Component { method render (line 177) | public render() { FILE: packages/inferno-router/__tests__/testUtils.ts function createEventGuard (line 3) | function createEventGuard() { function createResponse (line 23) | function createResponse(data, type, status) { function createJsonResponse (line 36) | function createJsonResponse(data, status = 200) { function createTextResponse (line 40) | function createTextResponse(data, status = 200) { class MockResponseHeaders (line 44) | class MockResponseHeaders { method constructor (line 47) | constructor(headers) { method get (line 51) | public get(key) { class MockResponse (line 56) | class MockResponse { method constructor (line 61) | constructor(data, contentType = 'application/json', statusCode = 200) { method headers (line 67) | get headers() { method ok (line 73) | get ok() { method type (line 77) | get type() { method status (line 81) | get status() { method json (line 85) | public async json() { method text (line 89) | public async text() { FILE: packages/inferno-router/__tests__/withRouter.spec.tsx class WrappedComponent (line 80) | class WrappedComponent extends Component { method render (line 81) | public render(): InfernoNode { class TestComponent (line 104) | class TestComponent extends Component { method foo (line 107) | public static foo(): string { method render (line 111) | public render(): InfernoNode { FILE: packages/inferno-router/src/BrowserRouter.ts type IBrowserRouterProps (line 7) | interface IBrowserRouterProps { class BrowserRouter (line 15) | class BrowserRouter extends Component { method constructor (line 18) | constructor(props?: IBrowserRouterProps, context?: any) { method render (line 23) | public render(): VNode { FILE: packages/inferno-router/src/HashRouter.ts type IHashRouterProps (line 12) | interface IHashRouterProps { class HashRouter (line 16) | class HashRouter extends Component { method constructor (line 19) | constructor(props?: any, context?: any) { method render (line 24) | public render(): VNode { FILE: packages/inferno-router/src/Link.ts type ILinkProps (line 18) | interface ILinkProps { function handleClick (line 28) | function handleClick({ props, context }, event: InfernoMouseEvent):... function Link (line 61) | function Link( FILE: packages/inferno-router/src/MemoryRouter.ts type IMemoryRouterProps (line 7) | interface IMemoryRouterProps { class MemoryRouter (line 15) | class MemoryRouter extends Component { method constructor (line 18) | constructor(props?: IMemoryRouterProps, context?: any) { method render (line 23) | public render(): VNode { FILE: packages/inferno-router/src/NavLink.ts function filter (line 7) | function filter(i): any { type NavLinkProps (line 11) | interface NavLinkProps extends Omit { function NavLink (line 28) | function NavLink({ FILE: packages/inferno-router/src/Prompt.ts type IPromptProps (line 4) | interface IPromptProps { class Prompt (line 12) | class Prompt extends Component { method enable (line 15) | public enable(message): void { method disable (line 28) | public disable(): void { method componentWillMount (line 35) | public componentWillMount(): void { method componentWillReceiveProps (line 46) | public componentWillReceiveProps(nextProps): void { method componentWillUnmount (line 56) | public componentWillUnmount(): void { method render (line 60) | public render(): InfernoNode { FILE: packages/inferno-router/src/Redirect.ts type RedirectProps (line 6) | interface RedirectProps { function getLocationTarget (line 13) | function getLocationTarget(to): Partial { class Redirect (line 21) | class Redirect extends Component { method isStatic (line 22) | public isStatic(): boolean { method componentWillMount (line 26) | public componentWillMount(): void { method componentDidMount (line 37) | public componentDidMount(): void { method componentDidUpdate (line 43) | public componentDidUpdate(prevProps): void { method perform (line 60) | public perform(): void { method render (line 71) | public render(): InfernoNode { FILE: packages/inferno-router/src/Route.ts type Match (line 14) | interface Match

> { type RouteComponentProps (line 23) | interface RouteComponentProps

> { type IRouteProps (line 30) | interface IRouteProps { type RouteState (line 48) | interface RouteState { class Route (line 53) | class Route extends Component, RouteState> { method constructor (line 54) | constructor(props: IRouteProps, context: RouterContext) { method getChildContext (line 63) | public getChildContext(): RouterContext { method computeMatch (line 77) | public computeMatch( method componentWillReceiveProps (line 110) | public componentWillReceiveProps( method render (line 133) | public render( FILE: packages/inferno-router/src/Router.ts type TLoaderProps (line 8) | interface TLoaderProps

> { type TLoader (line 22) | type TLoader

, R extends Response> = ({ type TLoaderData (line 27) | interface TLoaderData { type TInitialData (line 32) | type TInitialData = Record; type IRouterProps (line 34) | interface IRouterProps { type TContextRouter (line 40) | interface TContextRouter { type RouterContext (line 50) | interface RouterContext { class Router (line 57) | class Router extends Component { method constructor (line 62) | constructor(props: IRouterProps, context: { router: TContextRouter }) { method getChildContext (line 71) | public getChildContext(): RouterContext { method computeMatch (line 85) | public computeMatch(pathname): Match { method componentWillMount (line 95) | public componentWillMount(): void { method _matchAndResolveLoaders (line 112) | private _matchAndResolveLoaders(match?: Match): void { method componentWillUnmount (line 146) | public componentWillUnmount(): void { method render (line 150) | public render(props: IRouterProps): InfernoNode { FILE: packages/inferno-router/src/StaticRouter.ts function addLeadingSlash (line 13) | function addLeadingSlash(path: string): string { type IStaticRouterProps (line 19) | interface IStaticRouterProps extends Props { class StaticRouter (line 26) | class StaticRouter extends Component< method getChildContext (line 38) | public getChildContext(): { method render (line 79) | public render({ function normalizeLocation (line 116) | function normalizeLocation({ pathname = '/', search, hash }): Path { function addBasename (line 124) | function addBasename( function stripBasename (line 138) | function stripBasename( function createLocation (line 158) | function createLocation(location): Path { function createURL (line 164) | function createURL(location): string { function staticHandler (line 168) | function staticHandler(methodName) { FILE: packages/inferno-router/src/Switch.ts function getMatch (line 8) | function getMatch( type SwitchState (line 28) | interface SwitchState { function extractFirstMatchFromChildren (line 33) | function extractFirstMatchFromChildren( class Switch (line 61) | class Switch extends Component { method constructor (line 62) | constructor(props, context: RouterContext) { method componentWillReceiveProps (line 87) | public componentWillReceiveProps( method render (line 115) | public render( FILE: packages/inferno-router/src/helpers.ts function useLoaderData (line 3) | function useLoaderData(props: { function useLoaderError (line 9) | function useLoaderError(props: { FILE: packages/inferno-router/src/matchPath.ts type pathToRegexKey (line 8) | interface pathToRegexKey { function matchPath (line 42) | function matchPath(pathname, options: any): Match | null { FILE: packages/inferno-router/src/resolveLoaders.ts function resolveLoaders (line 7) | async function resolveLoaders( type TLoaderEntry (line 20) | interface TLoaderEntry { function traverseLoaders (line 28) | function traverseLoaders( function _isSwitch (line 36) | function _isSwitch(node: any): boolean { function _isRoute (line 42) | function _isRoute(node: any): boolean { function _traverseLoaders (line 50) | function _traverseLoaders( function resolveEntry (line 120) | async function resolveEntry(path, params, request, loader): Promise { type FormEncType (line 163) | type FormEncType = type MutationFormMethod (line 167) | type MutationFormMethod = 'post' | 'put' | 'patch' | 'delete'; type FormMethod (line 168) | type FormMethod = 'get' | MutationFormMethod; type Submission (line 186) | interface Submission { function createClientSideRequest (line 194) | function createClientSideRequest( function createClientSideURL (line 238) | function createClientSideURL( FILE: packages/inferno-router/src/utils.ts function warning (line 3) | function warning(condition, message): void { function combinePath (line 9) | function combinePath({ function invariant (line 17) | function invariant(condition, format, a?, b?, c?, d?, e?, f?): void { FILE: packages/inferno-router/src/withRouter.ts type IWithRouterProps (line 13) | interface IWithRouterProps { function withRouter (line 20) | function withRouter< FILE: packages/inferno-server/__tests__/StaticRouter.spec.server-nodom.tsx type ILinkProps (line 203) | interface ILinkProps { FILE: packages/inferno-server/__tests__/animationHooks.spec.server.tsx class App (line 11) | class App extends Component { method componentDidAppear (line 12) | componentDidAppear(dom) { method render (line 17) | render() { method componentDidAppear (line 35) | componentDidAppear(dom) { method render (line 40) | render() { method render (line 68) | render() { method render (line 96) | render() { class App (line 34) | class App extends Component { method componentDidAppear (line 12) | componentDidAppear(dom) { method render (line 17) | render() { method componentDidAppear (line 35) | componentDidAppear(dom) { method render (line 40) | render() { method render (line 68) | render() { method render (line 96) | render() { class App (line 67) | class App extends Component { method componentDidAppear (line 12) | componentDidAppear(dom) { method render (line 17) | render() { method componentDidAppear (line 35) | componentDidAppear(dom) { method render (line 40) | render() { method render (line 68) | render() { method render (line 96) | render() { class App (line 95) | class App extends Component { method componentDidAppear (line 12) | componentDidAppear(dom) { method render (line 17) | render() { method componentDidAppear (line 35) | componentDidAppear(dom) { method render (line 40) | render() { method render (line 68) | render() { method render (line 96) | render() { FILE: packages/inferno-server/__tests__/creation-queuestream.spec.server.tsx class StatefulComponent (line 7) | class StatefulComponent extends Component<{ value: string }> { method render (line 8) | render() { function WrappedInput (line 13) | function WrappedInput(props) { class StatefulPromiseComponent (line 17) | class StatefulPromiseComponent extends Component<{ method getInitialProps (line 21) | async getInitialProps() { method render (line 32) | render() { class StatefulHierchicalPromiseComponent (line 41) | class StatefulHierchicalPromiseComponent extends Component<{ method getInitialProps (line 45) | async getInitialProps() { method render (line 56) | render() { class Another (line 578) | class Another extends Component { method constructor (line 579) | constructor(props, context) { method componentWillMount (line 587) | componentWillMount() { method render (line 593) | render() { class Tester (line 598) | class Tester extends Component { method constructor (line 599) | constructor(props, context) { method componentWillMount (line 607) | componentWillMount() { method render (line 613) | render() { class Foobar (line 632) | class Foobar extends Component { method render (line 633) | render() { method componentWillMount (line 637) | componentWillMount() { method render (line 655) | render() { method componentWillMount (line 659) | componentWillMount() { method render (line 705) | render() { method render (line 739) | render() { class Foobar (line 654) | class Foobar extends Component { method render (line 633) | render() { method componentWillMount (line 637) | componentWillMount() { method render (line 655) | render() { method componentWillMount (line 659) | componentWillMount() { method render (line 705) | render() { method render (line 739) | render() { function Foobar (line 676) | function Foobar() { method render (line 633) | render() { method componentWillMount (line 637) | componentWillMount() { method render (line 655) | render() { method componentWillMount (line 659) | componentWillMount() { method render (line 705) | render() { method render (line 739) | render() { function Foobar (line 690) | function Foobar() { method render (line 633) | render() { method componentWillMount (line 637) | componentWillMount() { method render (line 655) | render() { method componentWillMount (line 659) | componentWillMount() { method render (line 705) | render() { method render (line 739) | render() { class Foobar (line 704) | class Foobar extends Component { method render (line 633) | render() { method componentWillMount (line 637) | componentWillMount() { method render (line 655) | render() { method componentWillMount (line 659) | componentWillMount() { method render (line 705) | render() { method render (line 739) | render() { function Foobar (line 724) | function Foobar() { method render (line 633) | render() { method componentWillMount (line 637) | componentWillMount() { method render (line 655) | render() { method componentWillMount (line 659) | componentWillMount() { method render (line 705) | render() { method render (line 739) | render() { class Foobar (line 738) | class Foobar extends Component { method render (line 633) | render() { method componentWillMount (line 637) | componentWillMount() { method render (line 655) | render() { method componentWillMount (line 659) | componentWillMount() { method render (line 705) | render() { method render (line 739) | render() { class Test (line 754) | class Test extends Component { method constructor (line 755) | constructor(props) { method getDerivedStateFromProps (line 763) | static getDerivedStateFromProps(_props, state) { method render (line 769) | render() { function streamPromise (line 781) | async function streamPromise(dom) { FILE: packages/inferno-server/__tests__/creation-stream.spec.server.ts class TestComponent (line 28) | class TestComponent extends Component { method getChildContext (line 29) | getChildContext() { method render (line 33) | render() { class Another (line 47) | class Another extends Component { method constructor (line 48) | constructor(props, context) { method componentWillMount (line 56) | componentWillMount() { method render (line 62) | render() { class Tester (line 67) | class Tester extends Component { method constructor (line 68) | constructor(props, context) { method componentWillMount (line 76) | componentWillMount() { method render (line 82) | render() { function streamPromise (line 98) | async function streamPromise(dom) { FILE: packages/inferno-server/__tests__/creation-stream.spec.server.tsx class StatefulComponent (line 6) | class StatefulComponent extends Component<{ value: string }> { method render (line 7) | render() { function WrappedInput (line 12) | function WrappedInput(props) { class Another (line 459) | class Another extends Component { method constructor (line 464) | constructor(props, context) { method componentWillMount (line 468) | componentWillMount() { method render (line 474) | render() { class Tester (line 479) | class Tester extends Component { method constructor (line 484) | constructor(props, context) { method componentWillMount (line 488) | componentWillMount() { method render (line 494) | render() { type FoobarState (line 513) | interface FoobarState { class Foobar (line 517) | class Foobar extends Component { method render (line 518) | render() { method componentWillMount (line 522) | componentWillMount() { method render (line 545) | render() { method componentWillMount (line 549) | componentWillMount() { method render (line 613) | render() { type FoobarState (line 540) | interface FoobarState { class Foobar (line 544) | class Foobar extends Component { method render (line 518) | render() { method componentWillMount (line 522) | componentWillMount() { method render (line 545) | render() { method componentWillMount (line 549) | componentWillMount() { method render (line 613) | render() { function Foobar (line 567) | function Foobar() { method render (line 518) | render() { method componentWillMount (line 522) | componentWillMount() { method render (line 545) | render() { method componentWillMount (line 549) | componentWillMount() { method render (line 613) | render() { function Foobar (line 582) | function Foobar() { method render (line 518) | render() { method componentWillMount (line 522) | componentWillMount() { method render (line 545) | render() { method componentWillMount (line 549) | componentWillMount() { method render (line 613) | render() { function Foobar (line 597) | function Foobar() { method render (line 518) | render() { method componentWillMount (line 522) | componentWillMount() { method render (line 545) | render() { method componentWillMount (line 549) | componentWillMount() { method render (line 613) | render() { class Foobar (line 612) | class Foobar extends Component { method render (line 518) | render() { method componentWillMount (line 522) | componentWillMount() { method render (line 545) | render() { method componentWillMount (line 549) | componentWillMount() { method render (line 613) | render() { class Test (line 629) | class Test extends Component { method constructor (line 630) | constructor(props) { method getDerivedStateFromProps (line 638) | static getDerivedStateFromProps(_props, state) { method render (line 644) | render() { function streamPromise (line 657) | function streamPromise(dom) { FILE: packages/inferno-server/__tests__/creation.spec.server.tsx function WrappedInput (line 7) | function WrappedInput(props: { value: string }) { class Another (line 264) | class Another extends Component { method constructor (line 265) | constructor(props, context) { method componentWillMount (line 273) | componentWillMount() { method render (line 279) | render() { class Tester (line 284) | class Tester extends Component { method constructor (line 285) | constructor(props, context) { method componentWillMount (line 293) | componentWillMount() { method render (line 299) | render() { class Foobar (line 319) | class Foobar extends Component { method render (line 320) | render() { method render (line 336) | render() { method componentWillMount (line 340) | componentWillMount() { method render (line 358) | render() { method componentWillMount (line 362) | componentWillMount() { method render (line 394) | render() { method render (line 438) | render() { class Foobar (line 335) | class Foobar extends Component { method render (line 320) | render() { method render (line 336) | render() { method componentWillMount (line 340) | componentWillMount() { method render (line 358) | render() { method componentWillMount (line 362) | componentWillMount() { method render (line 394) | render() { method render (line 438) | render() { class Foobar (line 357) | class Foobar extends Component { method render (line 320) | render() { method render (line 336) | render() { method componentWillMount (line 340) | componentWillMount() { method render (line 358) | render() { method componentWillMount (line 362) | componentWillMount() { method render (line 394) | render() { method render (line 438) | render() { function Foobar (line 379) | function Foobar() { method render (line 320) | render() { method render (line 336) | render() { method componentWillMount (line 340) | componentWillMount() { method render (line 358) | render() { method componentWillMount (line 362) | componentWillMount() { method render (line 394) | render() { method render (line 438) | render() { class Foobar (line 393) | class Foobar extends Component { method render (line 320) | render() { method render (line 336) | render() { method componentWillMount (line 340) | componentWillMount() { method render (line 358) | render() { method componentWillMount (line 362) | componentWillMount() { method render (line 394) | render() { method render (line 438) | render() { function Foobar (line 409) | function Foobar() { method render (line 320) | render() { method render (line 336) | render() { method componentWillMount (line 340) | componentWillMount() { method render (line 358) | render() { method componentWillMount (line 362) | componentWillMount() { method render (line 394) | render() { method render (line 438) | render() { function Foobar (line 423) | function Foobar() { method render (line 320) | render() { method render (line 336) | render() { method componentWillMount (line 340) | componentWillMount() { method render (line 358) | render() { method componentWillMount (line 362) | componentWillMount() { method render (line 394) | render() { method render (line 438) | render() { class Foobar (line 437) | class Foobar extends Component { method render (line 320) | render() { method render (line 336) | render() { method componentWillMount (line 340) | componentWillMount() { method render (line 358) | render() { method componentWillMount (line 362) | componentWillMount() { method render (line 394) | render() { method render (line 438) | render() { class LinkComponent (line 474) | class LinkComponent extends Component { method render (line 475) | render() { function WrapperComponent (line 503) | function WrapperComponent() { class Fragmented (line 560) | class Fragmented extends Component { method render (line 561) | render() { class Test (line 613) | class Test extends Component { method constructor (line 614) | constructor(props) { method getDerivedStateFromProps (line 622) | static getDerivedStateFromProps(_props, state) { method render (line 628) | render() { FILE: packages/inferno-server/__tests__/hydration-ext.spec.server.tsx class Comp (line 5) | class Comp extends Component { method render (line 6) | render() { class InnerNested (line 17) | class InnerNested extends Component<{ children?: InfernoNode }> { method render (line 18) | render({ children }) { function Nested (line 23) | function Nested({ children }) { class Comp2 (line 27) | class Comp2 extends Component { method render (line 28) | render() { FILE: packages/inferno-server/__tests__/hydration.spec.server.tsx function Comp1 (line 7) | function Comp1() { function Comp2 (line 11) | function Comp2() { class Comp3 (line 15) | class Comp3 extends Component { method render (line 16) | render() { method constructor (line 510) | constructor(props, context) { method componentWillMount (line 516) | componentWillMount() { method clicker (line 522) | clicker() { method render (line 528) | render() { function Comp4 (line 26) | function Comp4({ children }) { class Comp5 (line 30) | class Comp5 extends Component { method render (line 31) | render() { class A (line 36) | class A extends Component { method render (line 37) | render() { class B (line 42) | class B extends Component { method render (line 43) | render() { class Comp3 (line 505) | class Comp3 extends Component { method render (line 16) | render() { method constructor (line 510) | constructor(props, context) { method componentWillMount (line 516) | componentWillMount() { method clicker (line 522) | clicker() { method render (line 528) | render() { FILE: packages/inferno-server/__tests__/props-context.spec.server.tsx class TestProvider (line 5) | class TestProvider extends Component<{ children?: InfernoNode }> { method getChildContext (line 6) | getChildContext() { method render (line 10) | render({ children }) { type TestChildProps (line 16) | interface TestChildProps { class TestChild (line 20) | class TestChild extends Component { method render (line 21) | render(props) { method constructor (line 32) | constructor() { method render (line 37) | render(_props, state) { method render (line 47) | render(_props, _state, context) { class TestChild (line 31) | class TestChild extends Component { method render (line 21) | render(props) { method constructor (line 32) | constructor() { method render (line 37) | render(_props, state) { method render (line 47) | render(_props, _state, context) { class TestChild (line 46) | class TestChild extends Component { method render (line 21) | render(props) { method constructor (line 32) | constructor() { method render (line 37) | render(_props, state) { method render (line 47) | render(_props, _state, context) { function TestChild (line 61) | function TestChild(_props, context) { method render (line 21) | render(props) { method constructor (line 32) | constructor() { method render (line 37) | render(_props, state) { method render (line 47) | render(_props, _state, context) { function ChildWrapper (line 74) | function ChildWrapper(props) { function TestChild (line 77) | function TestChild(_props, context) { method render (line 21) | render(props) { method constructor (line 32) | constructor() { method render (line 37) | render(_props, state) { method render (line 47) | render(_props, _state, context) { class TestContext (line 93) | class TestContext extends Component<{ children?: InfernoNode }> { method getChildContext (line 94) | getChildContext() { method render (line 98) | render({ children }) { function TestChild (line 102) | function TestChild(_props: unknown, context) { method render (line 21) | render(props) { method constructor (line 32) | constructor() { method render (line 37) | render(_props, state) { method render (line 47) | render(_props, _state, context) { FILE: packages/inferno-server/__tests__/security.spec.server.tsx function streamPromise (line 90) | async function streamPromise(dom, method) { FILE: packages/inferno-server/__tests__/ssr-forwardref.spec.tsx function SSRtoString (line 31) | function SSRtoString(method, vNode, callback) { class Hello (line 55) | class Hello extends Component { method constructor (line 58) | constructor(props) { method componentDidMount (line 65) | public componentDidMount() { method render (line 69) | public render() { method render (line 107) | public render() { class Hello (line 106) | class Hello extends Component { method constructor (line 58) | constructor(props) { method componentDidMount (line 65) | public componentDidMount() { method render (line 69) | public render() { method render (line 107) | public render() { FILE: packages/inferno-server/src/prop-renderers.ts function parseStyleAsString (line 4) | function parseStyleAsString(styles: string | object): string { function renderStyleAttribute (line 20) | function renderStyleAttribute(styles: string | object): string { FILE: packages/inferno-server/src/renderToString.queuestream.ts class RenderQueueStream (line 25) | class RenderQueueStream extends Readable { method constructor (line 29) | constructor(initNode) { method _read (line 37) | public _read(): void { method addToQueue (line 41) | public addToQueue(node, position): void { method pushQueue (line 69) | public pushQueue(): void { method renderVNodeToQueue (line 94) | public renderVNodeToQueue(vNode, context, position): void { function streamQueueAsString (line 343) | function streamQueueAsString(node): RenderQueueStream { FILE: packages/inferno-server/src/renderToString.stream.ts class RenderStream (line 25) | class RenderStream extends Readable { method constructor (line 29) | constructor(initNode) { method _read (line 34) | public _read(): void { method renderNode (line 52) | public renderNode(vNode, context) { method renderArrayOrFragment (line 72) | public renderArrayOrFragment(vNode, context) { method renderComponent (line 93) | public renderComponent(vComponent, context, isClass) { method renderChildren (line 156) | public renderChildren( method renderText (line 182) | public renderText(vNode): void { method renderElement (line 186) | public renderElement(vNode, context) { function streamAsString (line 277) | function streamAsString(node) { FILE: packages/inferno-server/src/renderToString.ts function renderVNodeToString (line 22) | function renderVNodeToString(vNode, parent, context): string { function renderToString (line 237) | function renderToString(input: any): string { FILE: packages/inferno-server/src/stream/streamUtils.ts function mergePendingState (line 1) | function mergePendingState(componentInstance): void { FILE: packages/inferno-server/src/utils.ts function escapeText (line 6) | function escapeText(text: string): string { function getCssPropertyName (line 51) | function getCssPropertyName(str): string { constant ATTRIBUTE_NAME_START_CHAR (line 59) | const ATTRIBUTE_NAME_START_CHAR = constant ATTRIBUTE_NAME_CHAR (line 62) | const ATTRIBUTE_NAME_CHAR = constant VALID_ATTRIBUTE_NAME_REGEX (line 65) | const VALID_ATTRIBUTE_NAME_REGEX = new RegExp( function isAttributeNameSafe (line 73) | function isAttributeNameSafe(attributeName: string): boolean { function createDerivedState (line 110) | function createDerivedState( function renderFunctionalComponent (line 125) | function renderFunctionalComponent(vNode: VNode, context): InfernoNode { FILE: packages/inferno-shared/src/index.ts constant ERROR_MSG (line 4) | const ERROR_MSG = function isStringOrNumber (line 9) | function isStringOrNumber(o: unknown): o is string | number { function isNullOrUndef (line 15) | function isNullOrUndef(o: unknown): o is undefined | null { function isInvalid (line 19) | function isInvalid(o: unknown): o is null | boolean | undefined { function isFunction (line 23) | function isFunction(o: unknown): o is Function { function isString (line 27) | function isString(o: unknown): o is string { function isNumber (line 31) | function isNumber(o: unknown): o is number { function isNull (line 35) | function isNull(o: unknown): o is null { function isUndefined (line 39) | function isUndefined(o: unknown): o is undefined { function throwError (line 43) | function throwError(message?: string): void { function warning (line 50) | function warning(message: string): void { constant KNOWN_STATICS (line 54) | const KNOWN_STATICS = { function hoistStaticProperties (line 76) | function hoistStaticProperties( function isValidElement (line 92) | function isValidElement(obj: VNode): boolean { FILE: packages/inferno-test-utils/__tests__/snapshots.spec.tsx class Foobar (line 7) | class Foobar extends Component<{ children?: InfernoNode }> { method render (line 8) | render({ children }) { function Testing (line 13) | function Testing({ children }) { class ComP (line 60) | class ComP extends Component { method render (line 61) | render() { class Comp (line 129) | class Comp extends Component { method render (line 130) | render() { type LabelProps (line 145) | interface LabelProps { type LabelProps (line 189) | interface LabelProps { class App (line 222) | class App extends Component { method componentDidMount (line 227) | componentDidMount() { method render (line 233) | render() { FILE: packages/inferno-test-utils/__tests__/testUtils.spec.tsx class ClassComponent (line 53) | class ClassComponent extends Component { method render (line 54) | render() { class AnotherClassComponent (line 59) | class AnotherClassComponent extends Component { method render (line 60) | render() { class ExtendClassComponent (line 65) | class ExtendClassComponent extends Component { method render (line 66) | render() { class AnotherExtendClassComponent (line 71) | class AnotherExtendClassComponent extends Component { method render (line 72) | render() { class Foobar (line 118) | class Foobar extends Component { method render (line 119) | render() { FILE: packages/inferno-test-utils/src/index.ts function isVNodeOfType (line 35) | function isVNodeOfType(obj: VNode, type: unknown): boolean { function isDOMVNodeOfType (line 39) | function isDOMVNodeOfType(obj: VNode, type: string): boolean { function isFunctionalVNodeOfType (line 43) | function isFunctionalVNodeOfType(obj: VNode, type: Function): boolean { function isClassVNodeOfType (line 47) | function isClassVNodeOfType( function isComponentVNodeOfType (line 54) | function isComponentVNodeOfType(obj: VNode, type: Function): boolean { function isDOMElement (line 58) | function isDOMElement(obj: any): boolean { function isDOMElementOfType (line 67) | function isDOMElementOfType(obj: any, type: string): boolean { function isRenderedClassComponent (line 75) | function isRenderedClassComponent(obj: any): boolean { function isRenderedClassComponentOfType (line 85) | function isRenderedClassComponentOfType( function findAllInRenderedTree (line 98) | function findAllInRenderedTree( function findAllInVNodeTree (line 109) | function findAllInVNodeTree( function parseSelector (line 144) | function parseSelector(filter: unknown): unknown[] { function findOneOf (line 154) | function findOneOf( function scryRenderedDOMElementsWithClass (line 171) | function scryRenderedDOMElementsWithClass( function scryRenderedDOMElementsWithTag (line 199) | function scryRenderedDOMElementsWithTag( function scryRenderedVNodesWithType (line 208) | function scryRenderedVNodesWithType( function scryVNodesWithType (line 217) | function scryVNodesWithType(vNodeTree: VNode, type: unknown): VNode[] { function findRenderedDOMElementWithClass (line 225) | function findRenderedDOMElementWithClass( function findRenderedDOMElementWithTag (line 237) | function findRenderedDOMElementWithTag( function findRenderedVNodeWithType (line 249) | function findRenderedVNodeWithType( function findVNodeWithType (line 256) | function findVNodeWithType(vNodeTree: VNode, type: unknown): VNode { function renderIntoContainer (line 260) | function renderIntoContainer( FILE: packages/inferno-test-utils/src/jest.ts type InfernoTestRendererNode (line 11) | type InfernoTestRendererNode = InfernoSnapshot | string; type InfernoSnapshot (line 13) | interface InfernoSnapshot { function createSnapshotObject (line 25) | function createSnapshotObject(object: InfernoSnapshot): InfernoSnapshot { function removeChildren (line 33) | function removeChildren(item): void { function buildVNodeSnapshot (line 47) | function buildVNodeSnapshot(vNode: VNode): InfernoSnapshot { function vNodeToSnapshot (line 108) | function vNodeToSnapshot(vNode: VNode): InfernoSnapshot { function renderToSnapshot (line 112) | function renderToSnapshot(input: VNode): InfernoSnapshot { FILE: packages/inferno-test-utils/src/utils.ts function isVNode (line 5) | function isVNode(obj: any): obj is VNode { function isTextVNode (line 14) | function isTextVNode(obj: VNode): obj is VNode { function isFunctionalVNode (line 18) | function isFunctionalVNode(obj: VNode): obj is VNode { function isClassVNode (line 22) | function isClassVNode(obj: VNode): obj is VNode { function isComponentVNode (line 26) | function isComponentVNode(obj: VNode): obj is VNode { function getTagNameOfVNode (line 30) | function getTagNameOfVNode(vNode: VNode): string | undefined { function isDOMVNode (line 34) | function isDOMVNode(vNode: any): vNode is VNode { class Wrapper (line 42) | class Wrapper extends Component { method render (line 43) | public render(): InfernoNode { FILE: packages/inferno-utils/__tests__/utils.spec.tsx method dispatchEvent (line 34) | dispatchEvent() {} FILE: packages/inferno-utils/src/index.ts function createContainerWithHTML (line 4) | function createContainerWithHTML(html: string): HTMLDivElement { function validateNodeTree (line 11) | function validateNodeTree(node: any): boolean { function triggerEvent (line 46) | function triggerEvent(name: string, element): void { FILE: packages/inferno-vnode-flags/src/index.ts type VNodeFlags (line 2) | const enum VNodeFlags { type ChildFlags (line 36) | const enum ChildFlags { FILE: packages/inferno/__tests__/animationHooks.spec.tsx class App (line 69) | class App extends Component { method componentWillMove (line 70) | public componentWillMove() { method componentDidMount (line 74) | public componentDidMount() { method render (line 78) | public render() { method componentWillMove (line 91) | public componentWillMove() { method componentDidMount (line 95) | public componentDidMount() { method render (line 99) | public render() { method componentWillMove (line 115) | public componentWillMove() { method componentDidMount (line 119) | public componentDidMount() { method render (line 123) | public render() { method componentWillMove (line 158) | public componentWillMove(_parentVNode, _parent, dom) { method componentDidMount (line 163) | public componentDidMount() { method render (line 167) | public render() { method componentWillMove (line 205) | public componentWillMove(_parentVNode, parent, dom) { method componentDidMount (line 211) | public componentDidMount() { method render (line 215) | public render() { method componentDidAppear (line 257) | public componentDidAppear(dom) { method componentDidMount (line 262) | public componentDidMount() { method render (line 266) | public render() { method componentDidAppear (line 295) | public componentDidAppear(dom) { method componentDidMount (line 300) | public componentDidMount() { method render (line 304) | public render() { method constructor (line 344) | constructor() { method componentDidMount (line 351) | public componentDidMount() { method render (line 362) | public render() { method componentDidMount (line 403) | public componentDidMount() { method render (line 407) | public render() { method componentWillDisappear (line 432) | public componentWillDisappear(dom, done) { method componentDidMount (line 439) | public componentDidMount() { method render (line 443) | public render() { method componentWillDisappear (line 460) | public componentWillDisappear(dom, callback) { method componentDidMount (line 472) | public componentDidMount() { method render (line 476) | public render() { method render (line 514) | public render() { method componentDidAppear (line 591) | public componentDidAppear(dom) { method componentWillDisappear (line 596) | public componentWillDisappear(dom, callback) { method componentDidMount (line 618) | public componentDidMount() { method render (line 622) | public render() { method componentWillDisappear (line 655) | public componentWillDisappear(dom, callback) { method componentDidMount (line 664) | public componentDidMount() { method render (line 668) | public render() { class App (line 90) | class App extends Component { method componentWillMove (line 70) | public componentWillMove() { method componentDidMount (line 74) | public componentDidMount() { method render (line 78) | public render() { method componentWillMove (line 91) | public componentWillMove() { method componentDidMount (line 95) | public componentDidMount() { method render (line 99) | public render() { method componentWillMove (line 115) | public componentWillMove() { method componentDidMount (line 119) | public componentDidMount() { method render (line 123) | public render() { method componentWillMove (line 158) | public componentWillMove(_parentVNode, _parent, dom) { method componentDidMount (line 163) | public componentDidMount() { method render (line 167) | public render() { method componentWillMove (line 205) | public componentWillMove(_parentVNode, parent, dom) { method componentDidMount (line 211) | public componentDidMount() { method render (line 215) | public render() { method componentDidAppear (line 257) | public componentDidAppear(dom) { method componentDidMount (line 262) | public componentDidMount() { method render (line 266) | public render() { method componentDidAppear (line 295) | public componentDidAppear(dom) { method componentDidMount (line 300) | public componentDidMount() { method render (line 304) | public render() { method constructor (line 344) | constructor() { method componentDidMount (line 351) | public componentDidMount() { method render (line 362) | public render() { method componentDidMount (line 403) | public componentDidMount() { method render (line 407) | public render() { method componentWillDisappear (line 432) | public componentWillDisappear(dom, done) { method componentDidMount (line 439) | public componentDidMount() { method render (line 443) | public render() { method componentWillDisappear (line 460) | public componentWillDisappear(dom, callback) { method componentDidMount (line 472) | public componentDidMount() { method render (line 476) | public render() { method render (line 514) | public render() { method componentDidAppear (line 591) | public componentDidAppear(dom) { method componentWillDisappear (line 596) | public componentWillDisappear(dom, callback) { method componentDidMount (line 618) | public componentDidMount() { method render (line 622) | public render() { method componentWillDisappear (line 655) | public componentWillDisappear(dom, callback) { method componentDidMount (line 664) | public componentDidMount() { method render (line 668) | public render() { class App (line 114) | class App extends Component { method componentWillMove (line 70) | public componentWillMove() { method componentDidMount (line 74) | public componentDidMount() { method render (line 78) | public render() { method componentWillMove (line 91) | public componentWillMove() { method componentDidMount (line 95) | public componentDidMount() { method render (line 99) | public render() { method componentWillMove (line 115) | public componentWillMove() { method componentDidMount (line 119) | public componentDidMount() { method render (line 123) | public render() { method componentWillMove (line 158) | public componentWillMove(_parentVNode, _parent, dom) { method componentDidMount (line 163) | public componentDidMount() { method render (line 167) | public render() { method componentWillMove (line 205) | public componentWillMove(_parentVNode, parent, dom) { method componentDidMount (line 211) | public componentDidMount() { method render (line 215) | public render() { method componentDidAppear (line 257) | public componentDidAppear(dom) { method componentDidMount (line 262) | public componentDidMount() { method render (line 266) | public render() { method componentDidAppear (line 295) | public componentDidAppear(dom) { method componentDidMount (line 300) | public componentDidMount() { method render (line 304) | public render() { method constructor (line 344) | constructor() { method componentDidMount (line 351) | public componentDidMount() { method render (line 362) | public render() { method componentDidMount (line 403) | public componentDidMount() { method render (line 407) | public render() { method componentWillDisappear (line 432) | public componentWillDisappear(dom, done) { method componentDidMount (line 439) | public componentDidMount() { method render (line 443) | public render() { method componentWillDisappear (line 460) | public componentWillDisappear(dom, callback) { method componentDidMount (line 472) | public componentDidMount() { method render (line 476) | public render() { method render (line 514) | public render() { method componentDidAppear (line 591) | public componentDidAppear(dom) { method componentWillDisappear (line 596) | public componentWillDisappear(dom, callback) { method componentDidMount (line 618) | public componentDidMount() { method render (line 622) | public render() { method componentWillDisappear (line 655) | public componentWillDisappear(dom, callback) { method componentDidMount (line 664) | public componentDidMount() { method render (line 668) | public render() { class App (line 157) | class App extends Component { method componentWillMove (line 70) | public componentWillMove() { method componentDidMount (line 74) | public componentDidMount() { method render (line 78) | public render() { method componentWillMove (line 91) | public componentWillMove() { method componentDidMount (line 95) | public componentDidMount() { method render (line 99) | public render() { method componentWillMove (line 115) | public componentWillMove() { method componentDidMount (line 119) | public componentDidMount() { method render (line 123) | public render() { method componentWillMove (line 158) | public componentWillMove(_parentVNode, _parent, dom) { method componentDidMount (line 163) | public componentDidMount() { method render (line 167) | public render() { method componentWillMove (line 205) | public componentWillMove(_parentVNode, parent, dom) { method componentDidMount (line 211) | public componentDidMount() { method render (line 215) | public render() { method componentDidAppear (line 257) | public componentDidAppear(dom) { method componentDidMount (line 262) | public componentDidMount() { method render (line 266) | public render() { method componentDidAppear (line 295) | public componentDidAppear(dom) { method componentDidMount (line 300) | public componentDidMount() { method render (line 304) | public render() { method constructor (line 344) | constructor() { method componentDidMount (line 351) | public componentDidMount() { method render (line 362) | public render() { method componentDidMount (line 403) | public componentDidMount() { method render (line 407) | public render() { method componentWillDisappear (line 432) | public componentWillDisappear(dom, done) { method componentDidMount (line 439) | public componentDidMount() { method render (line 443) | public render() { method componentWillDisappear (line 460) | public componentWillDisappear(dom, callback) { method componentDidMount (line 472) | public componentDidMount() { method render (line 476) | public render() { method render (line 514) | public render() { method componentDidAppear (line 591) | public componentDidAppear(dom) { method componentWillDisappear (line 596) | public componentWillDisappear(dom, callback) { method componentDidMount (line 618) | public componentDidMount() { method render (line 622) | public render() { method componentWillDisappear (line 655) | public componentWillDisappear(dom, callback) { method componentDidMount (line 664) | public componentDidMount() { method render (line 668) | public render() { class App (line 204) | class App extends Component { method componentWillMove (line 70) | public componentWillMove() { method componentDidMount (line 74) | public componentDidMount() { method render (line 78) | public render() { method componentWillMove (line 91) | public componentWillMove() { method componentDidMount (line 95) | public componentDidMount() { method render (line 99) | public render() { method componentWillMove (line 115) | public componentWillMove() { method componentDidMount (line 119) | public componentDidMount() { method render (line 123) | public render() { method componentWillMove (line 158) | public componentWillMove(_parentVNode, _parent, dom) { method componentDidMount (line 163) | public componentDidMount() { method render (line 167) | public render() { method componentWillMove (line 205) | public componentWillMove(_parentVNode, parent, dom) { method componentDidMount (line 211) | public componentDidMount() { method render (line 215) | public render() { method componentDidAppear (line 257) | public componentDidAppear(dom) { method componentDidMount (line 262) | public componentDidMount() { method render (line 266) | public render() { method componentDidAppear (line 295) | public componentDidAppear(dom) { method componentDidMount (line 300) | public componentDidMount() { method render (line 304) | public render() { method constructor (line 344) | constructor() { method componentDidMount (line 351) | public componentDidMount() { method render (line 362) | public render() { method componentDidMount (line 403) | public componentDidMount() { method render (line 407) | public render() { method componentWillDisappear (line 432) | public componentWillDisappear(dom, done) { method componentDidMount (line 439) | public componentDidMount() { method render (line 443) | public render() { method componentWillDisappear (line 460) | public componentWillDisappear(dom, callback) { method componentDidMount (line 472) | public componentDidMount() { method render (line 476) | public render() { method render (line 514) | public render() { method componentDidAppear (line 591) | public componentDidAppear(dom) { method componentWillDisappear (line 596) | public componentWillDisappear(dom, callback) { method componentDidMount (line 618) | public componentDidMount() { method render (line 622) | public render() { method componentWillDisappear (line 655) | public componentWillDisappear(dom, callback) { method componentDidMount (line 664) | public componentDidMount() { method render (line 668) | public render() { class App (line 256) | class App extends Component { method componentWillMove (line 70) | public componentWillMove() { method componentDidMount (line 74) | public componentDidMount() { method render (line 78) | public render() { method componentWillMove (line 91) | public componentWillMove() { method componentDidMount (line 95) | public componentDidMount() { method render (line 99) | public render() { method componentWillMove (line 115) | public componentWillMove() { method componentDidMount (line 119) | public componentDidMount() { method render (line 123) | public render() { method componentWillMove (line 158) | public componentWillMove(_parentVNode, _parent, dom) { method componentDidMount (line 163) | public componentDidMount() { method render (line 167) | public render() { method componentWillMove (line 205) | public componentWillMove(_parentVNode, parent, dom) { method componentDidMount (line 211) | public componentDidMount() { method render (line 215) | public render() { method componentDidAppear (line 257) | public componentDidAppear(dom) { method componentDidMount (line 262) | public componentDidMount() { method render (line 266) | public render() { method componentDidAppear (line 295) | public componentDidAppear(dom) { method componentDidMount (line 300) | public componentDidMount() { method render (line 304) | public render() { method constructor (line 344) | constructor() { method componentDidMount (line 351) | public componentDidMount() { method render (line 362) | public render() { method componentDidMount (line 403) | public componentDidMount() { method render (line 407) | public render() { method componentWillDisappear (line 432) | public componentWillDisappear(dom, done) { method componentDidMount (line 439) | public componentDidMount() { method render (line 443) | public render() { method componentWillDisappear (line 460) | public componentWillDisappear(dom, callback) { method componentDidMount (line 472) | public componentDidMount() { method render (line 476) | public render() { method render (line 514) | public render() { method componentDidAppear (line 591) | public componentDidAppear(dom) { method componentWillDisappear (line 596) | public componentWillDisappear(dom, callback) { method componentDidMount (line 618) | public componentDidMount() { method render (line 622) | public render() { method componentWillDisappear (line 655) | public componentWillDisappear(dom, callback) { method componentDidMount (line 664) | public componentDidMount() { method render (line 668) | public render() { class Child (line 280) | class Child extends Component { method componentDidAppear (line 281) | public componentDidAppear() { method componentDidMount (line 285) | public componentDidMount() { method render (line 289) | public render() { method componentDidAppear (line 324) | public componentDidAppear() { method componentDidMount (line 328) | public componentDidMount() { method render (line 332) | public render() { method componentDidAppear (line 392) | public componentDidAppear(dom) { method render (line 397) | public render() { class App (line 294) | class App extends Component { method componentWillMove (line 70) | public componentWillMove() { method componentDidMount (line 74) | public componentDidMount() { method render (line 78) | public render() { method componentWillMove (line 91) | public componentWillMove() { method componentDidMount (line 95) | public componentDidMount() { method render (line 99) | public render() { method componentWillMove (line 115) | public componentWillMove() { method componentDidMount (line 119) | public componentDidMount() { method render (line 123) | public render() { method componentWillMove (line 158) | public componentWillMove(_parentVNode, _parent, dom) { method componentDidMount (line 163) | public componentDidMount() { method render (line 167) | public render() { method componentWillMove (line 205) | public componentWillMove(_parentVNode, parent, dom) { method componentDidMount (line 211) | public componentDidMount() { method render (line 215) | public render() { method componentDidAppear (line 257) | public componentDidAppear(dom) { method componentDidMount (line 262) | public componentDidMount() { method render (line 266) | public render() { method componentDidAppear (line 295) | public componentDidAppear(dom) { method componentDidMount (line 300) | public componentDidMount() { method render (line 304) | public render() { method constructor (line 344) | constructor() { method componentDidMount (line 351) | public componentDidMount() { method render (line 362) | public render() { method componentDidMount (line 403) | public componentDidMount() { method render (line 407) | public render() { method componentWillDisappear (line 432) | public componentWillDisappear(dom, done) { method componentDidMount (line 439) | public componentDidMount() { method render (line 443) | public render() { method componentWillDisappear (line 460) | public componentWillDisappear(dom, callback) { method componentDidMount (line 472) | public componentDidMount() { method render (line 476) | public render() { method render (line 514) | public render() { method componentDidAppear (line 591) | public componentDidAppear(dom) { method componentWillDisappear (line 596) | public componentWillDisappear(dom, callback) { method componentDidMount (line 618) | public componentDidMount() { method render (line 622) | public render() { method componentWillDisappear (line 655) | public componentWillDisappear(dom, callback) { method componentDidMount (line 664) | public componentDidMount() { method render (line 668) | public render() { class Child (line 323) | class Child extends Component { method componentDidAppear (line 281) | public componentDidAppear() { method componentDidMount (line 285) | public componentDidMount() { method render (line 289) | public render() { method componentDidAppear (line 324) | public componentDidAppear() { method componentDidMount (line 328) | public componentDidMount() { method render (line 332) | public render() { method componentDidAppear (line 392) | public componentDidAppear(dom) { method render (line 397) | public render() { type AppState (line 337) | interface AppState { class App (line 341) | class App extends Component { method componentWillMove (line 70) | public componentWillMove() { method componentDidMount (line 74) | public componentDidMount() { method render (line 78) | public render() { method componentWillMove (line 91) | public componentWillMove() { method componentDidMount (line 95) | public componentDidMount() { method render (line 99) | public render() { method componentWillMove (line 115) | public componentWillMove() { method componentDidMount (line 119) | public componentDidMount() { method render (line 123) | public render() { method componentWillMove (line 158) | public componentWillMove(_parentVNode, _parent, dom) { method componentDidMount (line 163) | public componentDidMount() { method render (line 167) | public render() { method componentWillMove (line 205) | public componentWillMove(_parentVNode, parent, dom) { method componentDidMount (line 211) | public componentDidMount() { method render (line 215) | public render() { method componentDidAppear (line 257) | public componentDidAppear(dom) { method componentDidMount (line 262) | public componentDidMount() { method render (line 266) | public render() { method componentDidAppear (line 295) | public componentDidAppear(dom) { method componentDidMount (line 300) | public componentDidMount() { method render (line 304) | public render() { method constructor (line 344) | constructor() { method componentDidMount (line 351) | public componentDidMount() { method render (line 362) | public render() { method componentDidMount (line 403) | public componentDidMount() { method render (line 407) | public render() { method componentWillDisappear (line 432) | public componentWillDisappear(dom, done) { method componentDidMount (line 439) | public componentDidMount() { method render (line 443) | public render() { method componentWillDisappear (line 460) | public componentWillDisappear(dom, callback) { method componentDidMount (line 472) | public componentDidMount() { method render (line 476) | public render() { method render (line 514) | public render() { method componentDidAppear (line 591) | public componentDidAppear(dom) { method componentWillDisappear (line 596) | public componentWillDisappear(dom, callback) { method componentDidMount (line 618) | public componentDidMount() { method render (line 622) | public render() { method componentWillDisappear (line 655) | public componentWillDisappear(dom, callback) { method componentDidMount (line 664) | public componentDidMount() { method render (line 668) | public render() { class Child (line 391) | class Child extends Component { method componentDidAppear (line 281) | public componentDidAppear() { method componentDidMount (line 285) | public componentDidMount() { method render (line 289) | public render() { method componentDidAppear (line 324) | public componentDidAppear() { method componentDidMount (line 328) | public componentDidMount() { method render (line 332) | public render() { method componentDidAppear (line 392) | public componentDidAppear(dom) { method render (line 397) | public render() { class App (line 402) | class App extends Component { method componentWillMove (line 70) | public componentWillMove() { method componentDidMount (line 74) | public componentDidMount() { method render (line 78) | public render() { method componentWillMove (line 91) | public componentWillMove() { method componentDidMount (line 95) | public componentDidMount() { method render (line 99) | public render() { method componentWillMove (line 115) | public componentWillMove() { method componentDidMount (line 119) | public componentDidMount() { method render (line 123) | public render() { method componentWillMove (line 158) | public componentWillMove(_parentVNode, _parent, dom) { method componentDidMount (line 163) | public componentDidMount() { method render (line 167) | public render() { method componentWillMove (line 205) | public componentWillMove(_parentVNode, parent, dom) { method componentDidMount (line 211) | public componentDidMount() { method render (line 215) | public render() { method componentDidAppear (line 257) | public componentDidAppear(dom) { method componentDidMount (line 262) | public componentDidMount() { method render (line 266) | public render() { method componentDidAppear (line 295) | public componentDidAppear(dom) { method componentDidMount (line 300) | public componentDidMount() { method render (line 304) | public render() { method constructor (line 344) | constructor() { method componentDidMount (line 351) | public componentDidMount() { method render (line 362) | public render() { method componentDidMount (line 403) | public componentDidMount() { method render (line 407) | public render() { method componentWillDisappear (line 432) | public componentWillDisappear(dom, done) { method componentDidMount (line 439) | public componentDidMount() { method render (line 443) | public render() { method componentWillDisappear (line 460) | public componentWillDisappear(dom, callback) { method componentDidMount (line 472) | public componentDidMount() { method render (line 476) | public render() { method render (line 514) | public render() { method componentDidAppear (line 591) | public componentDidAppear(dom) { method componentWillDisappear (line 596) | public componentWillDisappear(dom, callback) { method componentDidMount (line 618) | public componentDidMount() { method render (line 622) | public render() { method componentWillDisappear (line 655) | public componentWillDisappear(dom, callback) { method componentDidMount (line 664) | public componentDidMount() { method render (line 668) | public render() { class App (line 431) | class App extends Component { method componentWillMove (line 70) | public componentWillMove() { method componentDidMount (line 74) | public componentDidMount() { method render (line 78) | public render() { method componentWillMove (line 91) | public componentWillMove() { method componentDidMount (line 95) | public componentDidMount() { method render (line 99) | public render() { method componentWillMove (line 115) | public componentWillMove() { method componentDidMount (line 119) | public componentDidMount() { method render (line 123) | public render() { method componentWillMove (line 158) | public componentWillMove(_parentVNode, _parent, dom) { method componentDidMount (line 163) | public componentDidMount() { method render (line 167) | public render() { method componentWillMove (line 205) | public componentWillMove(_parentVNode, parent, dom) { method componentDidMount (line 211) | public componentDidMount() { method render (line 215) | public render() { method componentDidAppear (line 257) | public componentDidAppear(dom) { method componentDidMount (line 262) | public componentDidMount() { method render (line 266) | public render() { method componentDidAppear (line 295) | public componentDidAppear(dom) { method componentDidMount (line 300) | public componentDidMount() { method render (line 304) | public render() { method constructor (line 344) | constructor() { method componentDidMount (line 351) | public componentDidMount() { method render (line 362) | public render() { method componentDidMount (line 403) | public componentDidMount() { method render (line 407) | public render() { method componentWillDisappear (line 432) | public componentWillDisappear(dom, done) { method componentDidMount (line 439) | public componentDidMount() { method render (line 443) | public render() { method componentWillDisappear (line 460) | public componentWillDisappear(dom, callback) { method componentDidMount (line 472) | public componentDidMount() { method render (line 476) | public render() { method render (line 514) | public render() { method componentDidAppear (line 591) | public componentDidAppear(dom) { method componentWillDisappear (line 596) | public componentWillDisappear(dom, callback) { method componentDidMount (line 618) | public componentDidMount() { method render (line 622) | public render() { method componentWillDisappear (line 655) | public componentWillDisappear(dom, callback) { method componentDidMount (line 664) | public componentDidMount() { method render (line 668) | public render() { class App (line 459) | class App extends Component { method componentWillMove (line 70) | public componentWillMove() { method componentDidMount (line 74) | public componentDidMount() { method render (line 78) | public render() { method componentWillMove (line 91) | public componentWillMove() { method componentDidMount (line 95) | public componentDidMount() { method render (line 99) | public render() { method componentWillMove (line 115) | public componentWillMove() { method componentDidMount (line 119) | public componentDidMount() { method render (line 123) | public render() { method componentWillMove (line 158) | public componentWillMove(_parentVNode, _parent, dom) { method componentDidMount (line 163) | public componentDidMount() { method render (line 167) | public render() { method componentWillMove (line 205) | public componentWillMove(_parentVNode, parent, dom) { method componentDidMount (line 211) | public componentDidMount() { method render (line 215) | public render() { method componentDidAppear (line 257) | public componentDidAppear(dom) { method componentDidMount (line 262) | public componentDidMount() { method render (line 266) | public render() { method componentDidAppear (line 295) | public componentDidAppear(dom) { method componentDidMount (line 300) | public componentDidMount() { method render (line 304) | public render() { method constructor (line 344) | constructor() { method componentDidMount (line 351) | public componentDidMount() { method render (line 362) | public render() { method componentDidMount (line 403) | public componentDidMount() { method render (line 407) | public render() { method componentWillDisappear (line 432) | public componentWillDisappear(dom, done) { method componentDidMount (line 439) | public componentDidMount() { method render (line 443) | public render() { method componentWillDisappear (line 460) | public componentWillDisappear(dom, callback) { method componentDidMount (line 472) | public componentDidMount() { method render (line 476) | public render() { method render (line 514) | public render() { method componentDidAppear (line 591) | public componentDidAppear(dom) { method componentWillDisappear (line 596) | public componentWillDisappear(dom, callback) { method componentDidMount (line 618) | public componentDidMount() { method render (line 622) | public render() { method componentWillDisappear (line 655) | public componentWillDisappear(dom, callback) { method componentDidMount (line 664) | public componentDidMount() { method render (line 668) | public render() { function didFinish (line 485) | function didFinish() { class App (line 507) | class App extends Component { method componentWillMove (line 70) | public componentWillMove() { method componentDidMount (line 74) | public componentDidMount() { method render (line 78) | public render() { method componentWillMove (line 91) | public componentWillMove() { method componentDidMount (line 95) | public componentDidMount() { method render (line 99) | public render() { method componentWillMove (line 115) | public componentWillMove() { method componentDidMount (line 119) | public componentDidMount() { method render (line 123) | public render() { method componentWillMove (line 158) | public componentWillMove(_parentVNode, _parent, dom) { method componentDidMount (line 163) | public componentDidMount() { method render (line 167) | public render() { method componentWillMove (line 205) | public componentWillMove(_parentVNode, parent, dom) { method componentDidMount (line 211) | public componentDidMount() { method render (line 215) | public render() { method componentDidAppear (line 257) | public componentDidAppear(dom) { method componentDidMount (line 262) | public componentDidMount() { method render (line 266) | public render() { method componentDidAppear (line 295) | public componentDidAppear(dom) { method componentDidMount (line 300) | public componentDidMount() { method render (line 304) | public render() { method constructor (line 344) | constructor() { method componentDidMount (line 351) | public componentDidMount() { method render (line 362) | public render() { method componentDidMount (line 403) | public componentDidMount() { method render (line 407) | public render() { method componentWillDisappear (line 432) | public componentWillDisappear(dom, done) { method componentDidMount (line 439) | public componentDidMount() { method render (line 443) | public render() { method componentWillDisappear (line 460) | public componentWillDisappear(dom, callback) { method componentDidMount (line 472) | public componentDidMount() { method render (line 476) | public render() { method render (line 514) | public render() { method componentDidAppear (line 591) | public componentDidAppear(dom) { method componentWillDisappear (line 596) | public componentWillDisappear(dom, callback) { method componentDidMount (line 618) | public componentDidMount() { method render (line 622) | public render() { method componentWillDisappear (line 655) | public componentWillDisappear(dom, callback) { method componentDidMount (line 664) | public componentDidMount() { method render (line 668) | public render() { type ItemProps (line 537) | interface ItemProps { class Item (line 541) | class Item extends Component { method componentWillDisappear (line 542) | public componentWillDisappear(_dom, callback) { method componentDidMount (line 554) | public componentDidMount() { method render (line 558) | public render() { type AppProps (line 586) | interface AppProps { class App (line 590) | class App extends Component { method componentWillMove (line 70) | public componentWillMove() { method componentDidMount (line 74) | public componentDidMount() { method render (line 78) | public render() { method componentWillMove (line 91) | public componentWillMove() { method componentDidMount (line 95) | public componentDidMount() { method render (line 99) | public render() { method componentWillMove (line 115) | public componentWillMove() { method componentDidMount (line 119) | public componentDidMount() { method render (line 123) | public render() { method componentWillMove (line 158) | public componentWillMove(_parentVNode, _parent, dom) { method componentDidMount (line 163) | public componentDidMount() { method render (line 167) | public render() { method componentWillMove (line 205) | public componentWillMove(_parentVNode, parent, dom) { method componentDidMount (line 211) | public componentDidMount() { method render (line 215) | public render() { method componentDidAppear (line 257) | public componentDidAppear(dom) { method componentDidMount (line 262) | public componentDidMount() { method render (line 266) | public render() { method componentDidAppear (line 295) | public componentDidAppear(dom) { method componentDidMount (line 300) | public componentDidMount() { method render (line 304) | public render() { method constructor (line 344) | constructor() { method componentDidMount (line 351) | public componentDidMount() { method render (line 362) | public render() { method componentDidMount (line 403) | public componentDidMount() { method render (line 407) | public render() { method componentWillDisappear (line 432) | public componentWillDisappear(dom, done) { method componentDidMount (line 439) | public componentDidMount() { method render (line 443) | public render() { method componentWillDisappear (line 460) | public componentWillDisappear(dom, callback) { method componentDidMount (line 472) | public componentDidMount() { method render (line 476) | public render() { method render (line 514) | public render() { method componentDidAppear (line 591) | public componentDidAppear(dom) { method componentWillDisappear (line 596) | public componentWillDisappear(dom, callback) { method componentDidMount (line 618) | public componentDidMount() { method render (line 622) | public render() { method componentWillDisappear (line 655) | public componentWillDisappear(dom, callback) { method componentDidMount (line 664) | public componentDidMount() { method render (line 668) | public render() { function didFinish (line 637) | function didFinish() { class App (line 654) | class App extends Component { method componentWillMove (line 70) | public componentWillMove() { method componentDidMount (line 74) | public componentDidMount() { method render (line 78) | public render() { method componentWillMove (line 91) | public componentWillMove() { method componentDidMount (line 95) | public componentDidMount() { method render (line 99) | public render() { method componentWillMove (line 115) | public componentWillMove() { method componentDidMount (line 119) | public componentDidMount() { method render (line 123) | public render() { method componentWillMove (line 158) | public componentWillMove(_parentVNode, _parent, dom) { method componentDidMount (line 163) | public componentDidMount() { method render (line 167) | public render() { method componentWillMove (line 205) | public componentWillMove(_parentVNode, parent, dom) { method componentDidMount (line 211) | public componentDidMount() { method render (line 215) | public render() { method componentDidAppear (line 257) | public componentDidAppear(dom) { method componentDidMount (line 262) | public componentDidMount() { method render (line 266) | public render() { method componentDidAppear (line 295) | public componentDidAppear(dom) { method componentDidMount (line 300) | public componentDidMount() { method render (line 304) | public render() { method constructor (line 344) | constructor() { method componentDidMount (line 351) | public componentDidMount() { method render (line 362) | public render() { method componentDidMount (line 403) | public componentDidMount() { method render (line 407) | public render() { method componentWillDisappear (line 432) | public componentWillDisappear(dom, done) { method componentDidMount (line 439) | public componentDidMount() { method render (line 443) | public render() { method componentWillDisappear (line 460) | public componentWillDisappear(dom, callback) { method componentDidMount (line 472) | public componentDidMount() { method render (line 476) | public render() { method render (line 514) | public render() { method componentDidAppear (line 591) | public componentDidAppear(dom) { method componentWillDisappear (line 596) | public componentWillDisappear(dom, callback) { method componentDidMount (line 618) | public componentDidMount() { method render (line 622) | public render() { method componentWillDisappear (line 655) | public componentWillDisappear(dom, callback) { method componentDidMount (line 664) | public componentDidMount() { method render (line 668) | public render() { type AnimatedProps (line 1283) | interface AnimatedProps { class Animated (line 1288) | class Animated extends Component { method componentDidAppear (line 1289) | public componentDidAppear(_dom) { method componentWillDisappear (line 1293) | public componentWillDisappear(_dom, done) { method render (line 1298) | public render({ children }: AnimatedProps) { function o (line 1303) | function o(text) { function d (line 1307) | function d(text) { function wk (line 1311) | function wk(text) { function factory (line 1431) | function factory(spyer?: jasmine.Spy) { function generateKeyNodes (line 1454) | function generateKeyNodes(array: Array, spyer?) { FILE: packages/inferno/__tests__/animationHooksFunc.spec.tsx class App (line 35) | class App extends Component { method componentDidMount (line 36) | public componentDidMount() { method render (line 40) | public render() { method componentDidMount (line 74) | public componentDidMount() { method render (line 78) | public render() { method constructor (line 116) | constructor() { method componentDidMount (line 123) | public componentDidMount() { method render (line 134) | public render() { method componentDidMount (line 180) | public componentDidMount() { method render (line 184) | public render() { method render (line 324) | public render() { class App (line 73) | class App extends Component { method componentDidMount (line 36) | public componentDidMount() { method render (line 40) | public render() { method componentDidMount (line 74) | public componentDidMount() { method render (line 78) | public render() { method constructor (line 116) | constructor() { method componentDidMount (line 123) | public componentDidMount() { method render (line 134) | public render() { method componentDidMount (line 180) | public componentDidMount() { method render (line 184) | public render() { method render (line 324) | public render() { type AppState (line 109) | interface AppState { class App (line 113) | class App extends Component { method componentDidMount (line 36) | public componentDidMount() { method render (line 40) | public render() { method componentDidMount (line 74) | public componentDidMount() { method render (line 78) | public render() { method constructor (line 116) | constructor() { method componentDidMount (line 123) | public componentDidMount() { method render (line 134) | public render() { method componentDidMount (line 180) | public componentDidMount() { method render (line 184) | public render() { method render (line 324) | public render() { class App (line 179) | class App extends Component { method componentDidMount (line 36) | public componentDidMount() { method render (line 40) | public render() { method componentDidMount (line 74) | public componentDidMount() { method render (line 78) | public render() { method constructor (line 116) | constructor() { method componentDidMount (line 123) | public componentDidMount() { method render (line 134) | public render() { method componentDidMount (line 180) | public componentDidMount() { method render (line 184) | public render() { method render (line 324) | public render() { function didFinish (line 272) | function didFinish() { class App (line 317) | class App extends Component { method componentDidMount (line 36) | public componentDidMount() { method render (line 40) | public render() { method componentDidMount (line 74) | public componentDidMount() { method render (line 78) | public render() { method constructor (line 116) | constructor() { method componentDidMount (line 123) | public componentDidMount() { method render (line 134) | public render() { method componentDidMount (line 180) | public componentDidMount() { method render (line 184) | public render() { method render (line 324) | public render() { function didFinish (line 434) | function didFinish() { type AnimatedProps (line 1089) | interface AnimatedProps { class Animated (line 1094) | class Animated extends Component { method componentDidAppear (line 1095) | public componentDidAppear() { method componentWillDisappear (line 1099) | public componentWillDisappear(_dom, done) { method render (line 1104) | public render({ children }: AnimatedProps) { function o (line 1109) | function o(text) { function d (line 1113) | function d(text) { function wk (line 1117) | function wk(text) { type TagProps (line 1237) | interface TagProps { function factory (line 1242) | function factory(spyer?: jasmine.Spy) { function generateKeyNodes (line 1257) | function generateKeyNodes(array: Array, spyer?) { FILE: packages/inferno/__tests__/async-setstate.spec.tsx type HoCProps (line 18) | interface HoCProps { class HoC (line 22) | class HoC extends Component { method constructor (line 23) | constructor(props) { method update (line 29) | public update() { method render (line 33) | public render(props) { method constructor (line 181) | constructor(props) { method update (line 187) | public update() { method render (line 191) | public render(props) { method constructor (line 380) | constructor(props) { method update (line 386) | public update() { method render (line 390) | public render(props) { type TestProps (line 52) | interface TestProps { type TestState (line 58) | interface TestState { class Test (line 65) | class Test extends Component { method constructor (line 68) | constructor(props) { method _forceASYNC (line 79) | public _forceASYNC() { method _justBecause (line 86) | public _justBecause() { method _callMePls (line 95) | public _callMePls() { method _failureCreator (line 108) | public _failureCreator() { method _fromCWRP (line 121) | public _fromCWRP() { method componentWillReceiveProps (line 135) | public componentWillReceiveProps(_nextProps, _nextContext) { method render (line 146) | public render() { type HoCProps (line 176) | interface HoCProps { class HoC (line 180) | class HoC extends Component { method constructor (line 23) | constructor(props) { method update (line 29) | public update() { method render (line 33) | public render(props) { method constructor (line 181) | constructor(props) { method update (line 187) | public update() { method render (line 191) | public render(props) { method constructor (line 380) | constructor(props) { method update (line 386) | public update() { method render (line 390) | public render(props) { type TestBeforeProps (line 207) | interface TestBeforeProps { type TestBeforeState (line 211) | interface TestBeforeState { class TestBefore (line 216) | class TestBefore extends Component { method constructor (line 218) | constructor(props) { method _forceASYNC (line 234) | public _forceASYNC() { method _before (line 241) | public _before() {} method _after (line 243) | public _after() {} method _fromCWRP (line 245) | public _fromCWRP() { method componentWillReceiveProps (line 263) | public componentWillReceiveProps(_nextProps, _nextContext) { method render (line 272) | public render() { method constructor (line 417) | constructor(props) { method _forceASYNC (line 429) | public _forceASYNC() { method _before (line 436) | public _before() {} method _after (line 438) | public _after() {} method _fromCWRP (line 440) | public _fromCWRP() { method componentWillReceiveProps (line 458) | public componentWillReceiveProps(_nextProps, _nextContext) { method render (line 467) | public render() { type TestAfterProps (line 277) | interface TestAfterProps { type TestAfterState (line 282) | interface TestAfterState { class TestAfter (line 287) | class TestAfter extends Component { method constructor (line 289) | constructor(props) { method _forceASYNC (line 305) | public _forceASYNC() { method _before (line 312) | public _before() {} method _after (line 314) | public _after() {} method _fromCWRP (line 316) | public _fromCWRP() { method componentWillReceiveProps (line 334) | public componentWillReceiveProps(_nextProps, _nextContext) { method render (line 343) | public render() { method constructor (line 485) | constructor(props) { method _forceASYNC (line 497) | public _forceASYNC() { method _before (line 504) | public _before() {} method _after (line 506) | public _after() {} method _fromCWRP (line 508) | public _fromCWRP() { method componentWillReceiveProps (line 526) | public componentWillReceiveProps(_nextProps, _nextContext) { method render (line 535) | public render() { type HoCProps (line 375) | interface HoCProps { class HoC (line 379) | class HoC extends Component { method constructor (line 23) | constructor(props) { method update (line 29) | public update() { method render (line 33) | public render(props) { method constructor (line 181) | constructor(props) { method update (line 187) | public update() { method render (line 191) | public render(props) { method constructor (line 380) | constructor(props) { method update (line 386) | public update() { method render (line 390) | public render(props) { type TestBeforeProps (line 405) | interface TestBeforeProps { type TestBeforeState (line 409) | interface TestBeforeState { class TestBefore (line 414) | class TestBefore extends Component { method constructor (line 218) | constructor(props) { method _forceASYNC (line 234) | public _forceASYNC() { method _before (line 241) | public _before() {} method _after (line 243) | public _after() {} method _fromCWRP (line 245) | public _fromCWRP() { method componentWillReceiveProps (line 263) | public componentWillReceiveProps(_nextProps, _nextContext) { method render (line 272) | public render() { method constructor (line 417) | constructor(props) { method _forceASYNC (line 429) | public _forceASYNC() { method _before (line 436) | public _before() {} method _after (line 438) | public _after() {} method _fromCWRP (line 440) | public _fromCWRP() { method componentWillReceiveProps (line 458) | public componentWillReceiveProps(_nextProps, _nextContext) { method render (line 467) | public render() { type TestAfterProps (line 472) | interface TestAfterProps { type TestAfterState (line 477) | interface TestAfterState { class TestAfter (line 482) | class TestAfter extends Component { method constructor (line 289) | constructor(props) { method _forceASYNC (line 305) | public _forceASYNC() { method _before (line 312) | public _before() {} method _after (line 314) | public _after() {} method _fromCWRP (line 316) | public _fromCWRP() { method componentWillReceiveProps (line 334) | public componentWillReceiveProps(_nextProps, _nextContext) { method render (line 343) | public render() { method constructor (line 485) | constructor(props) { method _forceASYNC (line 497) | public _forceASYNC() { method _before (line 504) | public _before() {} method _after (line 506) | public _after() {} method _fromCWRP (line 508) | public _fromCWRP() { method componentWillReceiveProps (line 526) | public componentWillReceiveProps(_nextProps, _nextContext) { method render (line 535) | public render() { FILE: packages/inferno/__tests__/blueprints.spec.tsx class A (line 18) | class A extends Component { method render (line 19) | public render() { method constructor (line 122) | constructor(props) { method onWilAttach (line 132) | public onWilAttach() { method render (line 138) | public render() { method constructor (line 195) | constructor(props) { method render (line 199) | public render() { class B (line 24) | class B extends Component { method render (line 25) | public render() { type CounterProps (line 30) | interface CounterProps { type CounterState (line 34) | interface CounterState { class Counter (line 38) | class Counter extends Component { method constructor (line 41) | constructor(props) { method btnCount (line 49) | public btnCount() { method render (line 55) | public render({ car }) { class Wrapper (line 69) | class Wrapper extends Component { method constructor (line 70) | constructor(props) { method render (line 74) | public render() { type AProps (line 111) | interface AProps { type AState (line 115) | interface AState { class A (line 119) | class A extends Component { method render (line 19) | public render() { method constructor (line 122) | constructor(props) { method onWilAttach (line 132) | public onWilAttach() { method render (line 138) | public render() { method constructor (line 195) | constructor(props) { method render (line 199) | public render() { class Com (line 159) | class Com extends Component { method constructor (line 163) | constructor(props) { method componentDidMount (line 169) | public componentDidMount() { method render (line 174) | public render() { type AProps (line 190) | interface AProps { class A (line 194) | class A extends Component { method render (line 19) | public render() { method constructor (line 122) | constructor(props) { method onWilAttach (line 132) | public onWilAttach() { method render (line 138) | public render() { method constructor (line 195) | constructor(props) { method render (line 199) | public render() { FILE: packages/inferno/__tests__/children.spec.tsx type TabProps (line 20) | interface TabProps { function Tab (line 27) | function Tab({ title, onSelect, key, id }: TabProps) { function TabGroup (line 35) | function TabGroup({ tabs }) { function renderIt (line 55) | function renderIt() { type TabProps (line 88) | interface TabProps { function Tab (line 95) | function Tab({ title, onSelect, key, id }: TabProps) { function TabGroup (line 103) | function TabGroup({ tabs }) { function renderIt (line 123) | function renderIt() { type TabProps (line 146) | interface TabProps { function Tab (line 153) | function Tab({ title, onSelect, key, id }: TabProps) { function TabGroup (line 161) | function TabGroup({ tabs }) { function renderIt (line 181) | function renderIt() { type TabProps (line 203) | interface TabProps { function Tab (line 210) | function Tab({ title, onSelect, key, id }: TabProps) { function TabGroup (line 218) | function TabGroup({ tabs }) { function renderIt (line 245) | function renderIt() { type TabProps (line 268) | interface TabProps { function Tab (line 275) | function Tab({ title, onSelect, key, id }: TabProps) { function TabGroup (line 283) | function TabGroup({ tabs }) { function renderIt (line 305) | function renderIt() { type TabProps (line 323) | interface TabProps { function Tab (line 330) | function Tab({ title, onSelect, key, id }: TabProps) { function TabGroup (line 338) | function TabGroup({ tabs }) { function renderIt (line 360) | function renderIt() { type TabProps (line 379) | interface TabProps { function Tab (line 384) | function Tab({ title, key }: TabProps) { function TabGroup (line 388) | function TabGroup({ tabs }) { function renderIt (line 399) | function renderIt() { type TabProps (line 419) | interface TabProps { function Tab (line 424) | function Tab({ title, key }: TabProps) { function TabGroup (line 428) | function TabGroup({ tabs }) { function renderIt (line 439) | function renderIt() { type TabProps (line 462) | interface TabProps { function Tab (line 468) | function Tab({ title, id, onSelect }: TabProps) { function TabGroup (line 476) | function TabGroup({ tabs }) { function renderIt (line 492) | function renderIt() { type TabProps (line 526) | interface TabProps { function Tab (line 532) | function Tab({ title, id, onSelect }: TabProps) { function TabGroup (line 540) | function TabGroup({ tabs }) { function renderIt (line 556) | function renderIt() { type TabProps (line 579) | interface TabProps { function Tab (line 585) | function Tab({ title, id, onSelect }: TabProps) { function TabGroup (line 593) | function TabGroup({ tabs }) { function renderIt (line 609) | function renderIt() { type TabProps (line 632) | interface TabProps { function Tab (line 638) | function Tab({ title, id, onSelect }: TabProps) { function TabGroup (line 646) | function TabGroup({ tabs }) { function renderIt (line 665) | function renderIt() { type TabProps (line 689) | interface TabProps { function Tab (line 695) | function Tab({ title, id, onSelect }: TabProps) { function TabGroup (line 703) | function TabGroup({ tabs }) { function renderIt (line 721) | function renderIt() { type TabProps (line 740) | interface TabProps { function Tab (line 746) | function Tab({ title, id, onSelect }: TabProps) { function TabGroup (line 754) | function TabGroup({ tabs }) { function renderIt (line 772) | function renderIt() { function Tab (line 791) | function Tab({ title }) { function TabGroup (line 795) | function TabGroup({ tabs }) { function renderIt (line 806) | function renderIt() { function Tab (line 827) | function Tab({ title }) { function TabGroup (line 831) | function TabGroup({ tabs }) { function renderIt (line 842) | function renderIt() { function Loop (line 869) | function Loop({ text }) { function Looper (line 873) | function Looper({ collectionOne, visibleStatic }) { function renderIt (line 884) | function renderIt() { function Loop (line 926) | function Loop({ text }) { function Looper (line 930) | function Looper({ function renderIt (line 950) | function renderIt() { function Loop (line 1005) | function Loop({ text }) { function Looper (line 1009) | function Looper({ collectionOne, visibleStatic }) { function renderIt (line 1020) | function renderIt() { type AState (line 1058) | interface AState { class A (line 1063) | class A extends Component { method constructor (line 1066) | constructor(props) { method render (line 1082) | public render() { method constructor (line 1129) | constructor(props) { method render (line 1133) | public render() { method constructor (line 1164) | constructor(props) { method render (line 1168) | public render() { class A (line 1128) | class A extends Component { method constructor (line 1066) | constructor(props) { method render (line 1082) | public render() { method constructor (line 1129) | constructor(props) { method render (line 1133) | public render() { method constructor (line 1164) | constructor(props) { method render (line 1168) | public render() { class B (line 1138) | class B extends Component { method constructor (line 1139) | constructor(props) { method callback (line 1143) | public callback() {} method render (line 1145) | public render() { method constructor (line 1174) | constructor(props) { method componentWillUnmount (line 1178) | public componentWillUnmount() {} method render (line 1180) | public render() { type AProps (line 1160) | interface AProps { class A (line 1163) | class A extends Component { method constructor (line 1066) | constructor(props) { method render (line 1082) | public render() { method constructor (line 1129) | constructor(props) { method render (line 1133) | public render() { method constructor (line 1164) | constructor(props) { method render (line 1168) | public render() { class B (line 1173) | class B extends Component { method constructor (line 1139) | constructor(props) { method callback (line 1143) | public callback() {} method render (line 1145) | public render() { method constructor (line 1174) | constructor(props) { method componentWillUnmount (line 1178) | public componentWillUnmount() {} method render (line 1180) | public render() { class UnMountTest (line 1452) | class UnMountTest extends Component { method componentWillUnmount (line 1453) | public componentWillUnmount() { method render (line 1457) | public render() { type ParentProps (line 1462) | interface ParentProps { class Parent (line 1466) | class Parent extends Component { method render (line 1467) | public render() { method constructor (line 2012) | constructor(props) { method componentWillUnmount (line 2016) | public componentWillUnmount() {} method render (line 2018) | public render() { type WrapperState (line 1507) | interface WrapperState { class Wrapper (line 1511) | class Wrapper extends Component { method constructor (line 1514) | constructor(props) { method render (line 1528) | public render() { method constructor (line 1593) | constructor(props) { method render (line 1607) | public render() { method constructor (line 1668) | constructor(props) { method render (line 1682) | public render() { method constructor (line 1749) | constructor(props) { method render (line 1763) | public render() { method constructor (line 1841) | constructor(props) { method componentWillUnmount (line 1845) | public componentWillUnmount() {} method render (line 1847) | public render() { method constructor (line 1903) | constructor(props) { method componentWillUnmount (line 1907) | public componentWillUnmount() {} method render (line 1909) | public render() { type FoobarState (line 1538) | interface FoobarState { class FooBar (line 1542) | class FooBar extends Component { method constructor (line 1545) | constructor(props) { method componentWillUnmount (line 1553) | public componentWillUnmount() {} method componentWillMount (line 1555) | public componentWillMount() {} method render (line 1557) | public render() { method render (line 1618) | public render() { method render (line 1693) | public render() { method render (line 1774) | public render() { method componentWillUnmount (line 1858) | public componentWillUnmount() {} method render (line 1860) | public render() { method componentWillUnmount (line 1924) | public componentWillUnmount() {} method render (line 1926) | public render() { type WrapperState (line 1587) | interface WrapperState { class Wrapper (line 1591) | class Wrapper extends Component { method constructor (line 1514) | constructor(props) { method render (line 1528) | public render() { method constructor (line 1593) | constructor(props) { method render (line 1607) | public render() { method constructor (line 1668) | constructor(props) { method render (line 1682) | public render() { method constructor (line 1749) | constructor(props) { method render (line 1763) | public render() { method constructor (line 1841) | constructor(props) { method componentWillUnmount (line 1845) | public componentWillUnmount() {} method render (line 1847) | public render() { method constructor (line 1903) | constructor(props) { method componentWillUnmount (line 1907) | public componentWillUnmount() {} method render (line 1909) | public render() { class FooBar (line 1617) | class FooBar extends Component { method constructor (line 1545) | constructor(props) { method componentWillUnmount (line 1553) | public componentWillUnmount() {} method componentWillMount (line 1555) | public componentWillMount() {} method render (line 1557) | public render() { method render (line 1618) | public render() { method render (line 1693) | public render() { method render (line 1774) | public render() { method componentWillUnmount (line 1858) | public componentWillUnmount() {} method render (line 1860) | public render() { method componentWillUnmount (line 1924) | public componentWillUnmount() {} method render (line 1926) | public render() { class Test (line 1627) | class Test extends Component { method componentWillUnmount (line 1628) | public componentWillUnmount() {} method componentWillMount (line 1630) | public componentWillMount() {} method render (line 1632) | public render() { method componentWillUnmount (line 1704) | public componentWillUnmount() {} method render (line 1706) | public render() { method render (line 1790) | public render() { method render (line 1870) | public render() { method render (line 1932) | public render() { type WrapperState (line 1662) | interface WrapperState { class Wrapper (line 1666) | class Wrapper extends Component { method constructor (line 1514) | constructor(props) { method render (line 1528) | public render() { method constructor (line 1593) | constructor(props) { method render (line 1607) | public render() { method constructor (line 1668) | constructor(props) { method render (line 1682) | public render() { method constructor (line 1749) | constructor(props) { method render (line 1763) | public render() { method constructor (line 1841) | constructor(props) { method componentWillUnmount (line 1845) | public componentWillUnmount() {} method render (line 1847) | public render() { method constructor (line 1903) | constructor(props) { method componentWillUnmount (line 1907) | public componentWillUnmount() {} method render (line 1909) | public render() { class FooBar (line 1692) | class FooBar extends Component { method constructor (line 1545) | constructor(props) { method componentWillUnmount (line 1553) | public componentWillUnmount() {} method componentWillMount (line 1555) | public componentWillMount() {} method render (line 1557) | public render() { method render (line 1618) | public render() { method render (line 1693) | public render() { method render (line 1774) | public render() { method componentWillUnmount (line 1858) | public componentWillUnmount() {} method render (line 1860) | public render() { method componentWillUnmount (line 1924) | public componentWillUnmount() {} method render (line 1926) | public render() { class Test (line 1703) | class Test extends Component { method componentWillUnmount (line 1628) | public componentWillUnmount() {} method componentWillMount (line 1630) | public componentWillMount() {} method render (line 1632) | public render() { method componentWillUnmount (line 1704) | public componentWillUnmount() {} method render (line 1706) | public render() { method render (line 1790) | public render() { method render (line 1870) | public render() { method render (line 1932) | public render() { class Foo (line 1711) | class Foo extends Component { method componentWillUnmount (line 1712) | public componentWillUnmount() {} method render (line 1714) | public render() { type WrapperState (line 1743) | interface WrapperState { class Wrapper (line 1747) | class Wrapper extends Component { method constructor (line 1514) | constructor(props) { method render (line 1528) | public render() { method constructor (line 1593) | constructor(props) { method render (line 1607) | public render() { method constructor (line 1668) | constructor(props) { method render (line 1682) | public render() { method constructor (line 1749) | constructor(props) { method render (line 1763) | public render() { method constructor (line 1841) | constructor(props) { method componentWillUnmount (line 1845) | public componentWillUnmount() {} method render (line 1847) | public render() { method constructor (line 1903) | constructor(props) { method componentWillUnmount (line 1907) | public componentWillUnmount() {} method render (line 1909) | public render() { class FooBar (line 1773) | class FooBar extends Component { method constructor (line 1545) | constructor(props) { method componentWillUnmount (line 1553) | public componentWillUnmount() {} method componentWillMount (line 1555) | public componentWillMount() {} method render (line 1557) | public render() { method render (line 1618) | public render() { method render (line 1693) | public render() { method render (line 1774) | public render() { method componentWillUnmount (line 1858) | public componentWillUnmount() {} method render (line 1860) | public render() { method componentWillUnmount (line 1924) | public componentWillUnmount() {} method render (line 1926) | public render() { class Test (line 1789) | class Test extends Component { method componentWillUnmount (line 1628) | public componentWillUnmount() {} method componentWillMount (line 1630) | public componentWillMount() {} method render (line 1632) | public render() { method componentWillUnmount (line 1704) | public componentWillUnmount() {} method render (line 1706) | public render() { method render (line 1790) | public render() { method render (line 1870) | public render() { method render (line 1932) | public render() { class Test2 (line 1795) | class Test2 extends Component { method render (line 1796) | public render() { class Test4 (line 1801) | class Test4 extends Component { method render (line 1802) | public render() { class Test5 (line 1813) | class Test5 extends Component { method componentWillUnmount (line 1814) | public componentWillUnmount() {} method render (line 1816) | public render() { class Wrapper (line 1840) | class Wrapper extends Component { method constructor (line 1514) | constructor(props) { method render (line 1528) | public render() { method constructor (line 1593) | constructor(props) { method render (line 1607) | public render() { method constructor (line 1668) | constructor(props) { method render (line 1682) | public render() { method constructor (line 1749) | constructor(props) { method render (line 1763) | public render() { method constructor (line 1841) | constructor(props) { method componentWillUnmount (line 1845) | public componentWillUnmount() {} method render (line 1847) | public render() { method constructor (line 1903) | constructor(props) { method componentWillUnmount (line 1907) | public componentWillUnmount() {} method render (line 1909) | public render() { class FooBar (line 1857) | class FooBar extends Component { method constructor (line 1545) | constructor(props) { method componentWillUnmount (line 1553) | public componentWillUnmount() {} method componentWillMount (line 1555) | public componentWillMount() {} method render (line 1557) | public render() { method render (line 1618) | public render() { method render (line 1693) | public render() { method render (line 1774) | public render() { method componentWillUnmount (line 1858) | public componentWillUnmount() {} method render (line 1860) | public render() { method componentWillUnmount (line 1924) | public componentWillUnmount() {} method render (line 1926) | public render() { class Test (line 1869) | class Test extends Component { method componentWillUnmount (line 1628) | public componentWillUnmount() {} method componentWillMount (line 1630) | public componentWillMount() {} method render (line 1632) | public render() { method componentWillUnmount (line 1704) | public componentWillUnmount() {} method render (line 1706) | public render() { method render (line 1790) | public render() { method render (line 1870) | public render() { method render (line 1932) | public render() { type WrapperProps (line 1898) | interface WrapperProps { class Wrapper (line 1902) | class Wrapper extends Component { method constructor (line 1514) | constructor(props) { method render (line 1528) | public render() { method constructor (line 1593) | constructor(props) { method render (line 1607) | public render() { method constructor (line 1668) | constructor(props) { method render (line 1682) | public render() { method constructor (line 1749) | constructor(props) { method render (line 1763) | public render() { method constructor (line 1841) | constructor(props) { method componentWillUnmount (line 1845) | public componentWillUnmount() {} method render (line 1847) | public render() { method constructor (line 1903) | constructor(props) { method componentWillUnmount (line 1907) | public componentWillUnmount() {} method render (line 1909) | public render() { type FoobarProps (line 1919) | interface FoobarProps { class FooBar (line 1923) | class FooBar extends Component { method constructor (line 1545) | constructor(props) { method componentWillUnmount (line 1553) | public componentWillUnmount() {} method componentWillMount (line 1555) | public componentWillMount() {} method render (line 1557) | public render() { method render (line 1618) | public render() { method render (line 1693) | public render() { method render (line 1774) | public render() { method componentWillUnmount (line 1858) | public componentWillUnmount() {} method render (line 1860) | public render() { method componentWillUnmount (line 1924) | public componentWillUnmount() {} method render (line 1926) | public render() { class Test (line 1931) | class Test extends Component { method componentWillUnmount (line 1628) | public componentWillUnmount() {} method componentWillMount (line 1630) | public componentWillMount() {} method render (line 1632) | public render() { method componentWillUnmount (line 1704) | public componentWillUnmount() {} method render (line 1706) | public render() { method render (line 1790) | public render() { method render (line 1870) | public render() { method render (line 1932) | public render() { type FastUnMountThisState (line 1944) | interface FastUnMountThisState { class FastUnMountThis (line 1948) | class FastUnMountThis extends Component { method constructor (line 1951) | constructor(props) { method changeText (line 1964) | public changeText() { method render (line 1970) | public render() { class Parent (line 2011) | class Parent extends Component { method render (line 1467) | public render() { method constructor (line 2012) | constructor(props) { method componentWillUnmount (line 2016) | public componentWillUnmount() {} method render (line 2018) | public render() { class NoLife (line 2029) | class NoLife extends Component { method render (line 2030) | public render() { class HasLife (line 2036) | class HasLife extends Component { method componentWillUnmount (line 2037) | public componentWillUnmount() {} method render (line 2039) | public render() { function Wrapper (line 2076) | function Wrapper({ bool }) { method constructor (line 1514) | constructor(props) { method render (line 1528) | public render() { method constructor (line 1593) | constructor(props) { method render (line 1607) | public render() { method constructor (line 1668) | constructor(props) { method render (line 1682) | public render() { method constructor (line 1749) | constructor(props) { method render (line 1763) | public render() { method constructor (line 1841) | constructor(props) { method componentWillUnmount (line 1845) | public componentWillUnmount() {} method render (line 1847) | public render() { method constructor (line 1903) | constructor(props) { method componentWillUnmount (line 1907) | public componentWillUnmount() {} method render (line 1909) | public render() { function FooBar (line 2090) | function FooBar() { method constructor (line 1545) | constructor(props) { method componentWillUnmount (line 1553) | public componentWillUnmount() {} method componentWillMount (line 1555) | public componentWillMount() {} method render (line 1557) | public render() { method render (line 1618) | public render() { method render (line 1693) | public render() { method render (line 1774) | public render() { method componentWillUnmount (line 1858) | public componentWillUnmount() {} method render (line 1860) | public render() { method componentWillUnmount (line 1924) | public componentWillUnmount() {} method render (line 1926) | public render() { function Wrapper (line 2123) | function Wrapper({ bool }) { method constructor (line 1514) | constructor(props) { method render (line 1528) | public render() { method constructor (line 1593) | constructor(props) { method render (line 1607) | public render() { method constructor (line 1668) | constructor(props) { method render (line 1682) | public render() { method constructor (line 1749) | constructor(props) { method render (line 1763) | public render() { method constructor (line 1841) | constructor(props) { method componentWillUnmount (line 1845) | public componentWillUnmount() {} method render (line 1847) | public render() { method constructor (line 1903) | constructor(props) { method componentWillUnmount (line 1907) | public componentWillUnmount() {} method render (line 1909) | public render() { function FooBar (line 2132) | function FooBar() { method constructor (line 1545) | constructor(props) { method componentWillUnmount (line 1553) | public componentWillUnmount() {} method componentWillMount (line 1555) | public componentWillMount() {} method render (line 1557) | public render() { method render (line 1618) | public render() { method render (line 1693) | public render() { method render (line 1774) | public render() { method componentWillUnmount (line 1858) | public componentWillUnmount() {} method render (line 1860) | public render() { method componentWillUnmount (line 1924) | public componentWillUnmount() {} method render (line 1926) | public render() { function Test (line 2143) | function Test() { method componentWillUnmount (line 1628) | public componentWillUnmount() {} method componentWillMount (line 1630) | public componentWillMount() {} method render (line 1632) | public render() { method componentWillUnmount (line 1704) | public componentWillUnmount() {} method render (line 1706) | public render() { method render (line 1790) | public render() { method render (line 1870) | public render() { method render (line 1932) | public render() { function Wrapper (line 2179) | function Wrapper({ bool }) { method constructor (line 1514) | constructor(props) { method render (line 1528) | public render() { method constructor (line 1593) | constructor(props) { method render (line 1607) | public render() { method constructor (line 1668) | constructor(props) { method render (line 1682) | public render() { method constructor (line 1749) | constructor(props) { method render (line 1763) | public render() { method constructor (line 1841) | constructor(props) { method componentWillUnmount (line 1845) | public componentWillUnmount() {} method render (line 1847) | public render() { method constructor (line 1903) | constructor(props) { method componentWillUnmount (line 1907) | public componentWillUnmount() {} method render (line 1909) | public render() { function FooBar (line 2188) | function FooBar() { method constructor (line 1545) | constructor(props) { method componentWillUnmount (line 1553) | public componentWillUnmount() {} method componentWillMount (line 1555) | public componentWillMount() {} method render (line 1557) | public render() { method render (line 1618) | public render() { method render (line 1693) | public render() { method render (line 1774) | public render() { method componentWillUnmount (line 1858) | public componentWillUnmount() {} method render (line 1860) | public render() { method componentWillUnmount (line 1924) | public componentWillUnmount() {} method render (line 1926) | public render() { function Test (line 2197) | function Test() { method componentWillUnmount (line 1628) | public componentWillUnmount() {} method componentWillMount (line 1630) | public componentWillMount() {} method render (line 1632) | public render() { method componentWillUnmount (line 1704) | public componentWillUnmount() {} method render (line 1706) | public render() { method render (line 1790) | public render() { method render (line 1870) | public render() { method render (line 1932) | public render() { function Foo (line 2201) | function Foo() { method componentWillUnmount (line 1712) | public componentWillUnmount() {} method render (line 1714) | public render() { function Wrapper (line 2226) | function Wrapper({ bool }) { method constructor (line 1514) | constructor(props) { method render (line 1528) | public render() { method constructor (line 1593) | constructor(props) { method render (line 1607) | public render() { method constructor (line 1668) | constructor(props) { method render (line 1682) | public render() { method constructor (line 1749) | constructor(props) { method render (line 1763) | public render() { method constructor (line 1841) | constructor(props) { method componentWillUnmount (line 1845) | public componentWillUnmount() {} method render (line 1847) | public render() { method constructor (line 1903) | constructor(props) { method componentWillUnmount (line 1907) | public componentWillUnmount() {} method render (line 1909) | public render() { function FooBar (line 2235) | function FooBar() { method constructor (line 1545) | constructor(props) { method componentWillUnmount (line 1553) | public componentWillUnmount() {} method componentWillMount (line 1555) | public componentWillMount() {} method render (line 1557) | public render() { method render (line 1618) | public render() { method render (line 1693) | public render() { method render (line 1774) | public render() { method componentWillUnmount (line 1858) | public componentWillUnmount() {} method render (line 1860) | public render() { method componentWillUnmount (line 1924) | public componentWillUnmount() {} method render (line 1926) | public render() { function Test (line 2249) | function Test() { method componentWillUnmount (line 1628) | public componentWillUnmount() {} method componentWillMount (line 1630) | public componentWillMount() {} method render (line 1632) | public render() { method componentWillUnmount (line 1704) | public componentWillUnmount() {} method render (line 1706) | public render() { method render (line 1790) | public render() { method render (line 1870) | public render() { method render (line 1932) | public render() { function Test2 (line 2253) | function Test2() { method render (line 1796) | public render() { function Test4 (line 2257) | function Test4() { method render (line 1802) | public render() { function Test5 (line 2269) | function Test5() { method componentWillUnmount (line 1814) | public componentWillUnmount() {} method render (line 1816) | public render() { function Wrapper (line 2298) | function Wrapper() { method constructor (line 1514) | constructor(props) { method render (line 1528) | public render() { method constructor (line 1593) | constructor(props) { method render (line 1607) | public render() { method constructor (line 1668) | constructor(props) { method render (line 1682) | public render() { method constructor (line 1749) | constructor(props) { method render (line 1763) | public render() { method constructor (line 1841) | constructor(props) { method componentWillUnmount (line 1845) | public componentWillUnmount() {} method render (line 1847) | public render() { method constructor (line 1903) | constructor(props) { method componentWillUnmount (line 1907) | public componentWillUnmount() {} method render (line 1909) | public render() { function FooBar (line 2309) | function FooBar() { method constructor (line 1545) | constructor(props) { method componentWillUnmount (line 1553) | public componentWillUnmount() {} method componentWillMount (line 1555) | public componentWillMount() {} method render (line 1557) | public render() { method render (line 1618) | public render() { method render (line 1693) | public render() { method render (line 1774) | public render() { method componentWillUnmount (line 1858) | public componentWillUnmount() {} method render (line 1860) | public render() { method componentWillUnmount (line 1924) | public componentWillUnmount() {} method render (line 1926) | public render() { function Test (line 2317) | function Test() { method componentWillUnmount (line 1628) | public componentWillUnmount() {} method componentWillMount (line 1630) | public componentWillMount() {} method render (line 1632) | public render() { method componentWillUnmount (line 1704) | public componentWillUnmount() {} method render (line 1706) | public render() { method render (line 1790) | public render() { method render (line 1870) | public render() { method render (line 1932) | public render() { FILE: packages/inferno/__tests__/columnrender.spec.tsx function buildTestCases (line 20) | function buildTestCases(row, item, suffix) { function filterPlaceholders (line 103) | function filterPlaceholders(_nodes) { function verifyRenderResult (line 120) | function verifyRenderResult(columns, _container) { function getDifferentObjects (line 145) | function getDifferentObjects(arr1, arr2) { function getSameObjects (line 153) | function getSameObjects(arr1, arr2) { function BuildItemKeyed (line 163) | function BuildItemKeyed(key, text) { function BuildRowKeyed (line 168) | function BuildRowKeyed(key, ...items) { type ItemKeyedProps (line 174) | interface ItemKeyedProps { class ItemKeyed (line 178) | class ItemKeyed extends Component { method constructor (line 179) | constructor(props) { method componentWillUpdate (line 183) | public componentWillUpdate() {} method componentWillMount (line 185) | public componentWillMount() {} method componentWillUnmount (line 187) | public componentWillUnmount() {} method render (line 189) | public render() { type ColumnKeyedProps (line 194) | interface ColumnKeyedProps { class ColumnKeyed (line 198) | class ColumnKeyed extends Component { method constructor (line 199) | constructor(props) { method componentWillUpdate (line 203) | public componentWillUpdate() {} method componentWillMount (line 205) | public componentWillMount() {} method componentWillUnmount (line 207) | public componentWillUnmount() {} method render (line 209) | public render() { function BuildItem (line 344) | function BuildItem(key, text) { function BuildRow (line 349) | function BuildRow(key, ...items) { type ItemProps (line 359) | interface ItemProps { class Item (line 363) | class Item extends Component { method constructor (line 364) | constructor(props) { method componentWillUpdate (line 368) | public componentWillUpdate() {} method componentWillMount (line 370) | public componentWillMount() {} method componentWillUnmount (line 372) | public componentWillUnmount() {} method render (line 374) | public render() { type ColumnProps (line 379) | interface ColumnProps { class Column (line 383) | class Column extends Component { method constructor (line 384) | constructor(props) { method componentWillUpdate (line 388) | public componentWillUpdate() {} method componentWillMount (line 390) | public componentWillMount() {} method componentWillUnmount (line 392) | public componentWillUnmount() {} method render (line 394) | public render() { FILE: packages/inferno/__tests__/componentlifecycle.spec.tsx class Com (line 20) | class Com extends Component<{ value: number }> { method componentWillUpdate (line 21) | public componentWillUpdate(nextProps) { method render (line 27) | public render() { method shouldComponentUpdate (line 112) | public shouldComponentUpdate(nextProps) { method render (line 120) | public render() { method componentDidUpdate (line 187) | public componentDidUpdate(nextProps) { method render (line 194) | public render() { class Child (line 45) | class Child extends Component<{ active: boolean }, { active: boolean }> { method constructor (line 50) | constructor() { method componentWillReceiveProps (line 54) | public componentWillReceiveProps(nextProps) { method componentWillUpdate (line 62) | public componentWillUpdate(_nextProps, nextState) { method render (line 67) | public render() { method componentWillUnmount (line 158) | public componentWillUnmount() { method render (line 167) | public render() { class Parent (line 72) | class Parent extends Component { method constructor (line 77) | constructor() { method _setActive (line 82) | public _setActive() { method render (line 88) | public render() { method render (line 137) | public render() { class Com (line 111) | class Com extends Component<{ value: number }> { method componentWillUpdate (line 21) | public componentWillUpdate(nextProps) { method render (line 27) | public render() { method shouldComponentUpdate (line 112) | public shouldComponentUpdate(nextProps) { method render (line 120) | public render() { method componentDidUpdate (line 187) | public componentDidUpdate(nextProps) { method render (line 194) | public render() { class Parent (line 136) | class Parent extends Component<{ foo: boolean }> { method constructor (line 77) | constructor() { method _setActive (line 82) | public _setActive() { method render (line 88) | public render() { method render (line 137) | public render() { class Child (line 155) | class Child extends Component { method constructor (line 50) | constructor() { method componentWillReceiveProps (line 54) | public componentWillReceiveProps(nextProps) { method componentWillUpdate (line 62) | public componentWillUpdate(_nextProps, nextState) { method render (line 67) | public render() { method componentWillUnmount (line 158) | public componentWillUnmount() { method render (line 167) | public render() { class Com (line 186) | class Com extends Component<{ value: number }> { method componentWillUpdate (line 21) | public componentWillUpdate(nextProps) { method render (line 27) | public render() { method shouldComponentUpdate (line 112) | public shouldComponentUpdate(nextProps) { method render (line 120) | public render() { method componentDidUpdate (line 187) | public componentDidUpdate(nextProps) { method render (line 194) | public render() { class Foo (line 233) | class Foo extends Component { method getDerivedStateFromProps (line 235) | static getDerivedStateFromProps() {} method componentWillMount (line 237) | componentWillMount() {} method componentWillReceiveProps (line 239) | componentWillReceiveProps() {} method componentWillUpdate (line 241) | componentWillUpdate() {} method render (line 243) | render() { method getDerivedStateFromProps (line 268) | static getDerivedStateFromProps() {} method componentWillMount (line 270) | componentWillMount() {} method componentWillReceiveProps (line 272) | componentWillReceiveProps() {} method componentWillUpdate (line 274) | componentWillUpdate() {} method render (line 276) | render() { class Foo (line 266) | class Foo extends Component { method getDerivedStateFromProps (line 235) | static getDerivedStateFromProps() {} method componentWillMount (line 237) | componentWillMount() {} method componentWillReceiveProps (line 239) | componentWillReceiveProps() {} method componentWillUpdate (line 241) | componentWillUpdate() {} method render (line 243) | render() { method getDerivedStateFromProps (line 268) | static getDerivedStateFromProps() {} method componentWillMount (line 270) | componentWillMount() {} method componentWillReceiveProps (line 272) | componentWillReceiveProps() {} method componentWillUpdate (line 274) | componentWillUpdate() {} method render (line 276) | render() { FILE: packages/inferno/__tests__/components2.spec.tsx class ComponentA (line 21) | class ComponentA extends Component { method render (line 22) | public render() { class ComponentB (line 31) | class ComponentB extends Component { method render (line 32) | public render() { type ComponentBWithStateChangeState (line 41) | interface ComponentBWithStateChangeState { class ComponentBWithStateChange (line 45) | class ComponentBWithStateChange extends Component< method constructor (line 51) | constructor(props) { method componentWillMount (line 59) | public componentWillMount() { method render (line 69) | public render() { function ComA (line 78) | function ComA() { function ComB (line 86) | function ComB() { type ChildProps (line 135) | interface ChildProps { type ChildState (line 139) | interface ChildState { class Child (line 143) | class Child extends Component { method constructor (line 146) | constructor(props) { method _update (line 154) | public _update() { method componentWillMount (line 160) | public componentWillMount() { method render (line 166) | public render() { method constructor (line 229) | constructor(props) { method _update (line 239) | public _update() { method componentWillMount (line 245) | public componentWillMount() { method render (line 251) | public render() { class ParentBase (line 176) | class ParentBase extends Component { method render (line 179) | public render() { class ParentFirst (line 188) | class ParentFirst extends ParentBase { method constructor (line 189) | constructor(props) { method constructor (line 264) | constructor(props) { method render (line 270) | public render() { class ParentSecond (line 196) | class ParentSecond extends ParentBase { method constructor (line 197) | constructor(props) { method constructor (line 282) | constructor(props) { method render (line 288) | public render() { type ChildProps (line 218) | interface ChildProps { type ChildState (line 222) | interface ChildState { class Child (line 226) | class Child extends Component { method constructor (line 146) | constructor(props) { method _update (line 154) | public _update() { method componentWillMount (line 160) | public componentWillMount() { method render (line 166) | public render() { method constructor (line 229) | constructor(props) { method _update (line 239) | public _update() { method componentWillMount (line 245) | public componentWillMount() { method render (line 251) | public render() { class ParentFirst (line 261) | class ParentFirst extends Component { method constructor (line 189) | constructor(props) { method constructor (line 264) | constructor(props) { method render (line 270) | public render() { class ParentSecond (line 279) | class ParentSecond extends Component { method constructor (line 197) | constructor(props) { method constructor (line 282) | constructor(props) { method render (line 288) | public render() { type CompProps (line 320) | interface CompProps { class Comp (line 323) | class Comp extends Component { method render (line 324) | public render() { class FooBar (line 350) | class FooBar extends Component { method constructor (line 351) | constructor(props) { method shouldComponentUpdate (line 357) | public shouldComponentUpdate() { method doForceUpdate (line 363) | public doForceUpdate() { method render (line 368) | public render() { FILE: packages/inferno/__tests__/createref.spec.tsx class Testing (line 27) | class Testing extends Component { method render (line 28) | public render(): number { method render (line 85) | public render(): number { method render (line 200) | public render(): number { function Functional (line 34) | function Functional(): string { class Foobar (line 38) | class Foobar extends Component { method constructor (line 43) | constructor(props) { method componentWillMount (line 51) | public componentWillMount(): void { method componentDidMount (line 57) | public componentDidMount(): void { method render (line 63) | public render(): InfernoNode { method constructor (line 104) | constructor(props) { method render (line 117) | public render(props): InfernoNode { method constructor (line 155) | constructor(props) { method render (line 168) | public render(props): InfernoNode { method constructor (line 222) | constructor(props) { method componentWillMount (line 239) | public componentWillMount(): void { method componentDidMount (line 248) | public componentDidMount(): void { method render (line 261) | public render(_props, { swap }): InfernoNode { class Testing (line 84) | class Testing extends Component { method render (line 28) | public render(): number { method render (line 85) | public render(): number { method render (line 200) | public render(): number { type FoobarProps (line 96) | interface FoobarProps { class Foobar (line 100) | class Foobar extends Component { method constructor (line 43) | constructor(props) { method componentWillMount (line 51) | public componentWillMount(): void { method componentDidMount (line 57) | public componentDidMount(): void { method render (line 63) | public render(): InfernoNode { method constructor (line 104) | constructor(props) { method render (line 117) | public render(props): InfernoNode { method constructor (line 155) | constructor(props) { method render (line 168) | public render(props): InfernoNode { method constructor (line 222) | constructor(props) { method componentWillMount (line 239) | public componentWillMount(): void { method componentDidMount (line 248) | public componentDidMount(): void { method render (line 261) | public render(_props, { swap }): InfernoNode { type FoobarProps (line 147) | interface FoobarProps { class Foobar (line 151) | class Foobar extends Component { method constructor (line 43) | constructor(props) { method componentWillMount (line 51) | public componentWillMount(): void { method componentDidMount (line 57) | public componentDidMount(): void { method render (line 63) | public render(): InfernoNode { method constructor (line 104) | constructor(props) { method render (line 117) | public render(props): InfernoNode { method constructor (line 155) | constructor(props) { method render (line 168) | public render(props): InfernoNode { method constructor (line 222) | constructor(props) { method componentWillMount (line 239) | public componentWillMount(): void { method componentDidMount (line 248) | public componentDidMount(): void { method render (line 261) | public render(_props, { swap }): InfernoNode { class Testing (line 199) | class Testing extends Component { method render (line 28) | public render(): number { method render (line 85) | public render(): number { method render (line 200) | public render(): number { function Functional (line 206) | function Functional(): string { type FoobarState (line 210) | interface FoobarState { class Foobar (line 214) | class Foobar extends Component { method constructor (line 43) | constructor(props) { method componentWillMount (line 51) | public componentWillMount(): void { method componentDidMount (line 57) | public componentDidMount(): void { method render (line 63) | public render(): InfernoNode { method constructor (line 104) | constructor(props) { method render (line 117) | public render(props): InfernoNode { method constructor (line 155) | constructor(props) { method render (line 168) | public render(props): InfernoNode { method constructor (line 222) | constructor(props) { method componentWillMount (line 239) | public componentWillMount(): void { method componentDidMount (line 248) | public componentDidMount(): void { method render (line 261) | public render(_props, { swap }): InfernoNode { type ParentState (line 300) | interface ParentState { class Parent (line 304) | class Parent extends Component { method constructor (line 308) | constructor() { method componentDidMount (line 318) | public componentDidMount(): void { method componentDidUpdate (line 324) | public componentDidUpdate(): void { method render (line 330) | public render(): void { method _setSelected (line 340) | public _setSelected(selected): void { FILE: packages/inferno/__tests__/data/common-render/child.tsx type ChildCommonProps (line 3) | interface ChildCommonProps { type ChildCommonState (line 7) | interface ChildCommonState { class ChildCommon (line 11) | class ChildCommon extends Component { method constructor (line 14) | constructor(props) { method _update (line 24) | public _update() { method componentWillMount (line 30) | public componentWillMount() { method render (line 36) | public render() { FILE: packages/inferno/__tests__/data/common-render/parentbase.tsx class ParentBaseCommon (line 4) | class ParentBaseCommon extends Component { method render (line 7) | public render() { FILE: packages/inferno/__tests__/data/common-render/parentfirstcommon.tsx class ParentFirstCommon (line 3) | class ParentFirstCommon extends ParentBaseCommon { method constructor (line 4) | constructor(props) { FILE: packages/inferno/__tests__/data/common-render/parentsecondcommon.tsx class ParentSecondCommon (line 3) | class ParentSecondCommon extends ParentBaseCommon { method constructor (line 4) | constructor(props) { FILE: packages/inferno/__tests__/defaultprops-typings.spec.tsx type MyComponentProps (line 17) | interface MyComponentProps { class MyComponent (line 22) | class MyComponent extends Component { method constructor (line 23) | constructor(props, context) { method render (line 32) | public render() { FILE: packages/inferno/__tests__/error.spec.tsx type CrasherProps (line 18) | interface CrasherProps { type CrasherState (line 22) | interface CrasherState { class Crasher (line 26) | class Crasher extends Component { method constructor (line 29) | constructor(props, context) { method componentWillMount (line 37) | public componentWillMount() { method render (line 47) | public render() { method constructor (line 73) | constructor(props, context) { method componentWillUnmount (line 81) | public componentWillUnmount() { method render (line 87) | public render() { method constructor (line 155) | constructor(props, context) { method componentWillMount (line 167) | public componentWillMount() { method componentWillReceiveProps (line 177) | public componentWillReceiveProps(props) { method componentDidMount (line 183) | public componentDidMount() { method shouldComponentUpdate (line 189) | public shouldComponentUpdate(props) { method componentWillUpdate (line 197) | public componentWillUpdate() { method componentDidUpdate (line 203) | public componentDidUpdate() { method getChildContext (line 216) | public getChildContext() { method render (line 224) | public render() { method constructor (line 312) | constructor(props, context) { method componentWillMount (line 324) | public componentWillMount() { method componentWillReceiveProps (line 334) | public componentWillReceiveProps(props) { method componentDidMount (line 340) | public componentDidMount() { method shouldComponentUpdate (line 346) | public shouldComponentUpdate(props) { method componentWillUpdate (line 354) | public componentWillUpdate() { method componentDidUpdate (line 360) | public componentDidUpdate() { method getChildContext (line 373) | public getChildContext() { method render (line 381) | public render() { method constructor (line 469) | constructor(props, context) { method componentWillMount (line 481) | public componentWillMount() { method componentWillReceiveProps (line 491) | public componentWillReceiveProps(props) { method componentDidMount (line 497) | public componentDidMount() { method shouldComponentUpdate (line 503) | public shouldComponentUpdate(props) { method componentWillUpdate (line 511) | public componentWillUpdate() { method componentDidUpdate (line 517) | public componentDidUpdate() { method getChildContext (line 530) | public getChildContext() { method render (line 538) | public render() { type CrasherProps (line 63) | interface CrasherProps { type CrasherState (line 67) | interface CrasherState { class Crasher (line 71) | class Crasher extends Component { method constructor (line 29) | constructor(props, context) { method componentWillMount (line 37) | public componentWillMount() { method render (line 47) | public render() { method constructor (line 73) | constructor(props, context) { method componentWillUnmount (line 81) | public componentWillUnmount() { method render (line 87) | public render() { method constructor (line 155) | constructor(props, context) { method componentWillMount (line 167) | public componentWillMount() { method componentWillReceiveProps (line 177) | public componentWillReceiveProps(props) { method componentDidMount (line 183) | public componentDidMount() { method shouldComponentUpdate (line 189) | public shouldComponentUpdate(props) { method componentWillUpdate (line 197) | public componentWillUpdate() { method componentDidUpdate (line 203) | public componentDidUpdate() { method getChildContext (line 216) | public getChildContext() { method render (line 224) | public render() { method constructor (line 312) | constructor(props, context) { method componentWillMount (line 324) | public componentWillMount() { method componentWillReceiveProps (line 334) | public componentWillReceiveProps(props) { method componentDidMount (line 340) | public componentDidMount() { method shouldComponentUpdate (line 346) | public shouldComponentUpdate(props) { method componentWillUpdate (line 354) | public componentWillUpdate() { method componentDidUpdate (line 360) | public componentDidUpdate() { method getChildContext (line 373) | public getChildContext() { method render (line 381) | public render() { method constructor (line 469) | constructor(props, context) { method componentWillMount (line 481) | public componentWillMount() { method componentWillReceiveProps (line 491) | public componentWillReceiveProps(props) { method componentDidMount (line 497) | public componentDidMount() { method shouldComponentUpdate (line 503) | public shouldComponentUpdate(props) { method componentWillUpdate (line 511) | public componentWillUpdate() { method componentDidUpdate (line 517) | public componentDidUpdate() { method getChildContext (line 530) | public getChildContext() { method render (line 538) | public render() { type CrasherProps (line 145) | interface CrasherProps { type CrasherState (line 149) | interface CrasherState { class Crasher (line 153) | class Crasher extends Component { method constructor (line 29) | constructor(props, context) { method componentWillMount (line 37) | public componentWillMount() { method render (line 47) | public render() { method constructor (line 73) | constructor(props, context) { method componentWillUnmount (line 81) | public componentWillUnmount() { method render (line 87) | public render() { method constructor (line 155) | constructor(props, context) { method componentWillMount (line 167) | public componentWillMount() { method componentWillReceiveProps (line 177) | public componentWillReceiveProps(props) { method componentDidMount (line 183) | public componentDidMount() { method shouldComponentUpdate (line 189) | public shouldComponentUpdate(props) { method componentWillUpdate (line 197) | public componentWillUpdate() { method componentDidUpdate (line 203) | public componentDidUpdate() { method getChildContext (line 216) | public getChildContext() { method render (line 224) | public render() { method constructor (line 312) | constructor(props, context) { method componentWillMount (line 324) | public componentWillMount() { method componentWillReceiveProps (line 334) | public componentWillReceiveProps(props) { method componentDidMount (line 340) | public componentDidMount() { method shouldComponentUpdate (line 346) | public shouldComponentUpdate(props) { method componentWillUpdate (line 354) | public componentWillUpdate() { method componentDidUpdate (line 360) | public componentDidUpdate() { method getChildContext (line 373) | public getChildContext() { method render (line 381) | public render() { method constructor (line 469) | constructor(props, context) { method componentWillMount (line 481) | public componentWillMount() { method componentWillReceiveProps (line 491) | public componentWillReceiveProps(props) { method componentDidMount (line 497) | public componentDidMount() { method shouldComponentUpdate (line 503) | public shouldComponentUpdate(props) { method componentWillUpdate (line 511) | public componentWillUpdate() { method componentDidUpdate (line 517) | public componentDidUpdate() { method getChildContext (line 530) | public getChildContext() { method render (line 538) | public render() { function TreeOfCrashers (line 233) | function TreeOfCrashers({ type CrasherProps (line 302) | interface CrasherProps { type CrasherState (line 306) | interface CrasherState { class Crasher (line 310) | class Crasher extends Component { method constructor (line 29) | constructor(props, context) { method componentWillMount (line 37) | public componentWillMount() { method render (line 47) | public render() { method constructor (line 73) | constructor(props, context) { method componentWillUnmount (line 81) | public componentWillUnmount() { method render (line 87) | public render() { method constructor (line 155) | constructor(props, context) { method componentWillMount (line 167) | public componentWillMount() { method componentWillReceiveProps (line 177) | public componentWillReceiveProps(props) { method componentDidMount (line 183) | public componentDidMount() { method shouldComponentUpdate (line 189) | public shouldComponentUpdate(props) { method componentWillUpdate (line 197) | public componentWillUpdate() { method componentDidUpdate (line 203) | public componentDidUpdate() { method getChildContext (line 216) | public getChildContext() { method render (line 224) | public render() { method constructor (line 312) | constructor(props, context) { method componentWillMount (line 324) | public componentWillMount() { method componentWillReceiveProps (line 334) | public componentWillReceiveProps(props) { method componentDidMount (line 340) | public componentDidMount() { method shouldComponentUpdate (line 346) | public shouldComponentUpdate(props) { method componentWillUpdate (line 354) | public componentWillUpdate() { method componentDidUpdate (line 360) | public componentDidUpdate() { method getChildContext (line 373) | public getChildContext() { method render (line 381) | public render() { method constructor (line 469) | constructor(props, context) { method componentWillMount (line 481) | public componentWillMount() { method componentWillReceiveProps (line 491) | public componentWillReceiveProps(props) { method componentDidMount (line 497) | public componentDidMount() { method shouldComponentUpdate (line 503) | public shouldComponentUpdate(props) { method componentWillUpdate (line 511) | public componentWillUpdate() { method componentDidUpdate (line 517) | public componentDidUpdate() { method getChildContext (line 530) | public getChildContext() { method render (line 538) | public render() { function TreeOfCrashers (line 390) | function TreeOfCrashers({ type CrasherProps (line 459) | interface CrasherProps { type CrasherState (line 463) | interface CrasherState { class Crasher (line 467) | class Crasher extends Component { method constructor (line 29) | constructor(props, context) { method componentWillMount (line 37) | public componentWillMount() { method render (line 47) | public render() { method constructor (line 73) | constructor(props, context) { method componentWillUnmount (line 81) | public componentWillUnmount() { method render (line 87) | public render() { method constructor (line 155) | constructor(props, context) { method componentWillMount (line 167) | public componentWillMount() { method componentWillReceiveProps (line 177) | public componentWillReceiveProps(props) { method componentDidMount (line 183) | public componentDidMount() { method shouldComponentUpdate (line 189) | public shouldComponentUpdate(props) { method componentWillUpdate (line 197) | public componentWillUpdate() { method componentDidUpdate (line 203) | public componentDidUpdate() { method getChildContext (line 216) | public getChildContext() { method render (line 224) | public render() { method constructor (line 312) | constructor(props, context) { method componentWillMount (line 324) | public componentWillMount() { method componentWillReceiveProps (line 334) | public componentWillReceiveProps(props) { method componentDidMount (line 340) | public componentDidMount() { method shouldComponentUpdate (line 346) | public shouldComponentUpdate(props) { method componentWillUpdate (line 354) | public componentWillUpdate() { method componentDidUpdate (line 360) | public componentDidUpdate() { method getChildContext (line 373) | public getChildContext() { method render (line 381) | public render() { method constructor (line 469) | constructor(props, context) { method componentWillMount (line 481) | public componentWillMount() { method componentWillReceiveProps (line 491) | public componentWillReceiveProps(props) { method componentDidMount (line 497) | public componentDidMount() { method shouldComponentUpdate (line 503) | public shouldComponentUpdate(props) { method componentWillUpdate (line 511) | public componentWillUpdate() { method componentDidUpdate (line 517) | public componentDidUpdate() { method getChildContext (line 530) | public getChildContext() { method render (line 538) | public render() { function TreeOfCrashers (line 547) | function TreeOfCrashers({ class BadComponent (line 602) | class BadComponent extends Component { method constructor (line 603) | constructor(props) { method componentWillMount (line 607) | public componentWillMount() { method render (line 611) | public render() { method constructor (line 678) | constructor(props) { method render (line 684) | public render() { type ChildCrasherState (line 616) | interface ChildCrasherState { class ChildCrasher (line 620) | class ChildCrasher extends Component { method constructor (line 623) | constructor(props) { method render (line 633) | public render() { method render (line 694) | public render() { class Parent (line 642) | class Parent extends Component { method render (line 643) | public render() { method constructor (line 719) | constructor(props) { method render (line 729) | public render() { class BadComponent (line 677) | class BadComponent extends Component { method constructor (line 603) | constructor(props) { method componentWillMount (line 607) | public componentWillMount() { method render (line 611) | public render() { method constructor (line 678) | constructor(props) { method render (line 684) | public render() { type ChildCrasherProps (line 689) | interface ChildCrasherProps { class ChildCrasher (line 693) | class ChildCrasher extends Component { method constructor (line 623) | constructor(props) { method render (line 633) | public render() { method render (line 694) | public render() { type ParentProps (line 708) | interface ParentProps { type ParentState (line 712) | interface ParentState { class Parent (line 716) | class Parent extends Component { method render (line 643) | public render() { method constructor (line 719) | constructor(props) { method render (line 729) | public render() { FILE: packages/inferno/__tests__/forceUpdate.spec.tsx class Parent (line 22) | class Parent extends Component { method render (line 23) | public render() { method render (line 66) | public render() { method render (line 112) | public render() { method render (line 156) | public render() { class Child (line 32) | class Child extends Component { method componentDidMount (line 37) | public componentDidMount() { method componentDidUpdate (line 44) | public componentDidUpdate() { method render (line 48) | public render() { method shouldComponentUpdate (line 80) | public shouldComponentUpdate(_prevProps, prevState) { method componentDidMount (line 84) | public componentDidMount() { method render (line 88) | public render() { method shouldComponentUpdate (line 126) | public shouldComponentUpdate() { method componentDidMount (line 130) | public componentDidMount() { method render (line 135) | public render() { method shouldComponentUpdate (line 170) | public shouldComponentUpdate() { method componentDidMount (line 174) | public componentDidMount() { method render (line 179) | public render() { class Parent (line 65) | class Parent extends Component { method render (line 23) | public render() { method render (line 66) | public render() { method render (line 112) | public render() { method render (line 156) | public render() { class Child (line 75) | class Child extends Component { method componentDidMount (line 37) | public componentDidMount() { method componentDidUpdate (line 44) | public componentDidUpdate() { method render (line 48) | public render() { method shouldComponentUpdate (line 80) | public shouldComponentUpdate(_prevProps, prevState) { method componentDidMount (line 84) | public componentDidMount() { method render (line 88) | public render() { method shouldComponentUpdate (line 126) | public shouldComponentUpdate() { method componentDidMount (line 130) | public componentDidMount() { method render (line 135) | public render() { method shouldComponentUpdate (line 170) | public shouldComponentUpdate() { method componentDidMount (line 174) | public componentDidMount() { method render (line 179) | public render() { class Parent (line 111) | class Parent extends Component { method render (line 23) | public render() { method render (line 66) | public render() { method render (line 112) | public render() { method render (line 156) | public render() { class Child (line 121) | class Child extends Component { method componentDidMount (line 37) | public componentDidMount() { method componentDidUpdate (line 44) | public componentDidUpdate() { method render (line 48) | public render() { method shouldComponentUpdate (line 80) | public shouldComponentUpdate(_prevProps, prevState) { method componentDidMount (line 84) | public componentDidMount() { method render (line 88) | public render() { method shouldComponentUpdate (line 126) | public shouldComponentUpdate() { method componentDidMount (line 130) | public componentDidMount() { method render (line 135) | public render() { method shouldComponentUpdate (line 170) | public shouldComponentUpdate() { method componentDidMount (line 174) | public componentDidMount() { method render (line 179) | public render() { class Parent (line 155) | class Parent extends Component { method render (line 23) | public render() { method render (line 66) | public render() { method render (line 112) | public render() { method render (line 156) | public render() { class Child (line 165) | class Child extends Component { method componentDidMount (line 37) | public componentDidMount() { method componentDidUpdate (line 44) | public componentDidUpdate() { method render (line 48) | public render() { method shouldComponentUpdate (line 80) | public shouldComponentUpdate(_prevProps, prevState) { method componentDidMount (line 84) | public componentDidMount() { method render (line 88) | public render() { method shouldComponentUpdate (line 126) | public shouldComponentUpdate() { method componentDidMount (line 130) | public componentDidMount() { method render (line 135) | public render() { method shouldComponentUpdate (line 170) | public shouldComponentUpdate() { method componentDidMount (line 174) | public componentDidMount() { method render (line 179) | public render() { FILE: packages/inferno/__tests__/formelements.spec.tsx type TextBoxProps (line 18) | interface TextBoxProps { class TextBox (line 21) | class TextBox extends Component { method constructor (line 22) | constructor(props) { method render (line 26) | public render() { type ExampleProps (line 63) | interface ExampleProps { class Example (line 68) | class Example extends Component { method constructor (line 69) | constructor(props, context) { method _method (line 75) | public _method() { method render (line 79) | public render() { method constructor (line 112) | constructor(props, context) { method _method (line 118) | public _method() { method render (line 122) | public render() { method constructor (line 168) | constructor(props, context) { method test (line 178) | public test() { method _method (line 182) | public _method() { method render (line 191) | public render() { method constructor (line 225) | constructor(props, context) { method _method (line 229) | public static _method(me) { method render (line 233) | public render() { method constructor (line 273) | constructor(props, context) { method _method (line 277) | public static _method(me) { method render (line 281) | public render() { method constructor (line 317) | constructor(props, context) { method _method (line 323) | public _method() { method render (line 327) | public render() { type ExampleProps (line 106) | interface ExampleProps { class Example (line 111) | class Example extends Component { method constructor (line 69) | constructor(props, context) { method _method (line 75) | public _method() { method render (line 79) | public render() { method constructor (line 112) | constructor(props, context) { method _method (line 118) | public _method() { method render (line 122) | public render() { method constructor (line 168) | constructor(props, context) { method test (line 178) | public test() { method _method (line 182) | public _method() { method render (line 191) | public render() { method constructor (line 225) | constructor(props, context) { method _method (line 229) | public static _method(me) { method render (line 233) | public render() { method constructor (line 273) | constructor(props, context) { method _method (line 277) | public static _method(me) { method render (line 281) | public render() { method constructor (line 317) | constructor(props, context) { method _method (line 323) | public _method() { method render (line 327) | public render() { type ExampleProps (line 156) | interface ExampleProps { type ExampleState (line 161) | interface ExampleState { class Example (line 165) | class Example extends Component { method constructor (line 69) | constructor(props, context) { method _method (line 75) | public _method() { method render (line 79) | public render() { method constructor (line 112) | constructor(props, context) { method _method (line 118) | public _method() { method render (line 122) | public render() { method constructor (line 168) | constructor(props, context) { method test (line 178) | public test() { method _method (line 182) | public _method() { method render (line 191) | public render() { method constructor (line 225) | constructor(props, context) { method _method (line 229) | public static _method(me) { method render (line 233) | public render() { method constructor (line 273) | constructor(props, context) { method _method (line 277) | public static _method(me) { method render (line 281) | public render() { method constructor (line 317) | constructor(props, context) { method _method (line 323) | public _method() { method render (line 327) | public render() { type ExampleProps (line 219) | interface ExampleProps { class Example (line 224) | class Example extends Component { method constructor (line 69) | constructor(props, context) { method _method (line 75) | public _method() { method render (line 79) | public render() { method constructor (line 112) | constructor(props, context) { method _method (line 118) | public _method() { method render (line 122) | public render() { method constructor (line 168) | constructor(props, context) { method test (line 178) | public test() { method _method (line 182) | public _method() { method render (line 191) | public render() { method constructor (line 225) | constructor(props, context) { method _method (line 229) | public static _method(me) { method render (line 233) | public render() { method constructor (line 273) | constructor(props, context) { method _method (line 277) | public static _method(me) { method render (line 281) | public render() { method constructor (line 317) | constructor(props, context) { method _method (line 323) | public _method() { method render (line 327) | public render() { type ExampleProps (line 267) | interface ExampleProps { class Example (line 272) | class Example extends Component { method constructor (line 69) | constructor(props, context) { method _method (line 75) | public _method() { method render (line 79) | public render() { method constructor (line 112) | constructor(props, context) { method _method (line 118) | public _method() { method render (line 122) | public render() { method constructor (line 168) | constructor(props, context) { method test (line 178) | public test() { method _method (line 182) | public _method() { method render (line 191) | public render() { method constructor (line 225) | constructor(props, context) { method _method (line 229) | public static _method(me) { method render (line 233) | public render() { method constructor (line 273) | constructor(props, context) { method _method (line 277) | public static _method(me) { method render (line 281) | public render() { method constructor (line 317) | constructor(props, context) { method _method (line 323) | public _method() { method render (line 327) | public render() { type ExampleProps (line 311) | interface ExampleProps { class Example (line 316) | class Example extends Component { method constructor (line 69) | constructor(props, context) { method _method (line 75) | public _method() { method render (line 79) | public render() { method constructor (line 112) | constructor(props, context) { method _method (line 118) | public _method() { method render (line 122) | public render() { method constructor (line 168) | constructor(props, context) { method test (line 178) | public test() { method _method (line 182) | public _method() { method render (line 191) | public render() { method constructor (line 225) | constructor(props, context) { method _method (line 229) | public static _method(me) { method render (line 233) | public render() { method constructor (line 273) | constructor(props, context) { method _method (line 277) | public static _method(me) { method render (line 281) | public render() { method constructor (line 317) | constructor(props, context) { method _method (line 323) | public _method() { method render (line 327) | public render() { type CheckBoxProps (line 356) | interface CheckBoxProps { class CheckBox (line 360) | class CheckBox extends Component { method constructor (line 361) | constructor(props) { method render (line 365) | public render() { type SelectListProps (line 468) | interface SelectListProps { class SelectList (line 472) | class SelectList extends Component { method constructor (line 473) | constructor(props) { method render (line 477) | public render() { method constructor (line 523) | constructor(props) { method buildOptionsDynamically (line 535) | public buildOptionsDynamically() { method render (line 543) | public render() { type SelectListState (line 516) | interface SelectListState { class SelectList (line 520) | class SelectList extends Component { method constructor (line 473) | constructor(props) { method render (line 477) | public render() { method constructor (line 523) | constructor(props) { method buildOptionsDynamically (line 535) | public buildOptionsDynamically() { method render (line 543) | public render() { class TestInputRange (line 574) | class TestInputRange extends Component { method shouldComponentUpdate (line 575) | public shouldComponentUpdate() { method render (line 579) | public render() { method shouldComponentUpdate (line 600) | public shouldComponentUpdate() { method render (line 604) | public render() { class TestInputRange (line 599) | class TestInputRange extends Component { method shouldComponentUpdate (line 575) | public shouldComponentUpdate() { method render (line 579) | public render() { method shouldComponentUpdate (line 600) | public shouldComponentUpdate() { method render (line 604) | public render() { type CompAState (line 664) | interface CompAState { class CompA (line 667) | class CompA extends Component { method constructor (line 669) | constructor(props) { method handleClick (line 680) | public handleClick(that, { targetConf, targetIndex }) { method render (line 688) | public render() { type CompBProps (line 700) | interface CompBProps { type ComponentTestState (line 764) | interface ComponentTestState { class ComponentTest (line 767) | class ComponentTest extends Component { method constructor (line 770) | constructor(props) { method handleClick (line 775) | public handleClick() { method render (line 779) | public render() { method constructor (line 815) | constructor(props) { method handleClick (line 820) | public handleClick(event) { method render (line 826) | public render() { method constructor (line 869) | constructor(props) { method handleClick (line 874) | public handleClick(event) { method render (line 880) | public render() { type ComponentTestState (line 810) | interface ComponentTestState { class ComponentTest (line 813) | class ComponentTest extends Component { method constructor (line 770) | constructor(props) { method handleClick (line 775) | public handleClick() { method render (line 779) | public render() { method constructor (line 815) | constructor(props) { method handleClick (line 820) | public handleClick(event) { method render (line 826) | public render() { method constructor (line 869) | constructor(props) { method handleClick (line 874) | public handleClick(event) { method render (line 880) | public render() { type ComponentTestState (line 864) | interface ComponentTestState { class ComponentTest (line 867) | class ComponentTest extends Component { method constructor (line 770) | constructor(props) { method handleClick (line 775) | public handleClick() { method render (line 779) | public render() { method constructor (line 815) | constructor(props) { method handleClick (line 820) | public handleClick(event) { method render (line 826) | public render() { method constructor (line 869) | constructor(props) { method handleClick (line 874) | public handleClick(event) { method render (line 880) | public render() { FILE: packages/inferno/__tests__/forward-ref.spec.tsx class Hello (line 32) | class Hello extends Component { method constructor (line 35) | constructor(props) { method componentDidMount (line 42) | public componentDidMount() { method render (line 46) | public render() { method render (line 68) | public render() { method render (line 234) | public render() { class Hello (line 67) | class Hello extends Component { method constructor (line 35) | constructor(props) { method componentDidMount (line 42) | public componentDidMount() { method render (line 46) | public render() { method render (line 68) | public render() { method render (line 234) | public render() { class Foobar (line 148) | class Foobar extends Component {} function CoolStuff (line 211) | function CoolStuff(props, ref) { method onComponentWillMount (line 224) | onComponentWillMount() {} class Hello (line 233) | class Hello extends Component { method constructor (line 35) | constructor(props) { method componentDidMount (line 42) | public componentDidMount() { method render (line 46) | public render() { method render (line 68) | public render() { method render (line 234) | public render() { FILE: packages/inferno/__tests__/fragments.spec.tsx class Example (line 26) | class Example extends Component { method render (line 27) | public render() { method render (line 46) | public render() { method render (line 74) | public render() { class Example (line 45) | class Example extends Component { method render (line 27) | public render() { method render (line 46) | public render() { method render (line 74) | public render() { class Example (line 73) | class Example extends Component { method render (line 27) | public render() { method render (line 46) | public render() { method render (line 74) | public render() { function FunctionalComp (line 89) | function FunctionalComp() { function SFC (line 214) | function SFC() { function SFC (line 267) | function SFC() { function SFC (line 349) | function SFC() { type FragmenterProps (line 432) | interface FragmenterProps { function Fragmenter (line 439) | function Fragmenter({ first, mid, last, changeOrder }: FragmenterProps) { type FoobarComProps (line 481) | interface FoobarComProps { class FoobarCom (line 485) | class FoobarCom extends Component { method componentWillMount (line 486) | public componentWillMount() { method componentWillUnmount (line 490) | public componentWillUnmount() { method render (line 494) | public render(props) { function Fragmenter2 (line 556) | function Fragmenter2() { class TestRoot (line 586) | class TestRoot extends Component { method render (line 587) | public render() { method render (line 631) | public render() { class TestRoot (line 630) | class TestRoot extends Component { method render (line 587) | public render() { method render (line 631) | public render() { class TestLifecycle (line 675) | class TestLifecycle extends Component { method componentWillUnmount (line 676) | public componentWillUnmount() { method componentWillMount (line 680) | public componentWillMount() { method render (line 684) | public render() { function Foobar (line 852) | function Foobar() { method componentWillMount (line 983) | public componentWillMount() { method render (line 987) | public render() { method componentWillMount (line 1023) | public componentWillMount() { method render (line 1027) | public render() { method componentWillMount (line 1070) | public componentWillMount() { method render (line 1074) | public render() { method render (line 1129) | public render() { method render (line 1167) | public render() { function Foobar (line 875) | function Foobar() { method componentWillMount (line 983) | public componentWillMount() { method render (line 987) | public render() { method componentWillMount (line 1023) | public componentWillMount() { method render (line 1027) | public render() { method componentWillMount (line 1070) | public componentWillMount() { method render (line 1074) | public render() { method render (line 1129) | public render() { method render (line 1167) | public render() { function Foobar (line 908) | function Foobar() { method componentWillMount (line 983) | public componentWillMount() { method render (line 987) | public render() { method componentWillMount (line 1023) | public componentWillMount() { method render (line 1027) | public render() { method componentWillMount (line 1070) | public componentWillMount() { method render (line 1074) | public render() { method render (line 1129) | public render() { method render (line 1167) | public render() { function Foobar (line 942) | function Foobar() { method componentWillMount (line 983) | public componentWillMount() { method render (line 987) | public render() { method componentWillMount (line 1023) | public componentWillMount() { method render (line 1027) | public render() { method componentWillMount (line 1070) | public componentWillMount() { method render (line 1074) | public render() { method render (line 1129) | public render() { method render (line 1167) | public render() { class Foobar (line 982) | class Foobar extends Component { method componentWillMount (line 983) | public componentWillMount() { method render (line 987) | public render() { method componentWillMount (line 1023) | public componentWillMount() { method render (line 1027) | public render() { method componentWillMount (line 1070) | public componentWillMount() { method render (line 1074) | public render() { method render (line 1129) | public render() { method render (line 1167) | public render() { class Foobar (line 1022) | class Foobar extends Component { method componentWillMount (line 983) | public componentWillMount() { method render (line 987) | public render() { method componentWillMount (line 1023) | public componentWillMount() { method render (line 1027) | public render() { method componentWillMount (line 1070) | public componentWillMount() { method render (line 1074) | public render() { method render (line 1129) | public render() { method render (line 1167) | public render() { class Foobar (line 1069) | class Foobar extends Component { method componentWillMount (line 983) | public componentWillMount() { method render (line 987) | public render() { method componentWillMount (line 1023) | public componentWillMount() { method render (line 1027) | public render() { method componentWillMount (line 1070) | public componentWillMount() { method render (line 1074) | public render() { method render (line 1129) | public render() { method render (line 1167) | public render() { class Foobar (line 1128) | class Foobar extends Component { method componentWillMount (line 983) | public componentWillMount() { method render (line 987) | public render() { method componentWillMount (line 1023) | public componentWillMount() { method render (line 1027) | public render() { method componentWillMount (line 1070) | public componentWillMount() { method render (line 1074) | public render() { method render (line 1129) | public render() { method render (line 1167) | public render() { class Foobar (line 1166) | class Foobar extends Component { method componentWillMount (line 983) | public componentWillMount() { method render (line 987) | public render() { method componentWillMount (line 1023) | public componentWillMount() { method render (line 1027) | public render() { method componentWillMount (line 1070) | public componentWillMount() { method render (line 1074) | public render() { method render (line 1129) | public render() { method render (line 1167) | public render() { function Layout (line 1199) | function Layout(props) { class PageTemplate (line 1203) | class PageTemplate extends Component { method test (line 1204) | public test(sim) { method render (line 1212) | public render() { FILE: packages/inferno/__tests__/hooks.spec.tsx type AState (line 22) | interface AState { class A (line 26) | class A extends Component { method componentWillUnmount (line 29) | public componentWillUnmount() {} method constructor (line 31) | constructor(props) { method updateme (line 42) | public updateme() { method render (line 48) | public render() { method componentWillUnmount (line 133) | public componentWillUnmount() {} method constructor (line 135) | constructor(props) { method updateme (line 146) | public updateme() { method render (line 152) | public render() { method constructor (line 1363) | constructor(props) { method getChildContext (line 1371) | public getChildContext() { method componentWillMount (line 1377) | public componentWillMount() { method render (line 1383) | public render() { method render (line 1417) | public render() { class B (line 63) | class B extends Component { method componentWillUnmount (line 64) | public componentWillUnmount() {} method render (line 66) | public render() { method componentWillUnmount (line 168) | public componentWillUnmount() {} method render (line 170) | public render() { method componentWillUnmount (line 222) | public componentWillUnmount() {} method render (line 224) | public render() { method componentWillUnmount (line 276) | public componentWillUnmount() {} method render (line 278) | public render() { method componentWillMount (line 1430) | public componentWillMount() { method render (line 1436) | public render() { class C (line 75) | class C extends Component { method componentWillUnmount (line 76) | public componentWillUnmount() {} method render (line 78) | public render() { method componentWillUnmount (line 176) | public componentWillUnmount() {} method render (line 178) | public render() { method componentWillUnmount (line 230) | public componentWillUnmount() {} method render (line 232) | public render() { method constructor (line 305) | constructor(props) { method componentWillUnmount (line 315) | public componentWillUnmount() {} method updateMe (line 317) | public updateMe() { method render (line 323) | public render() { class D (line 87) | class D extends Component { method componentWillUnmount (line 88) | public componentWillUnmount() {} method render (line 90) | public render() { method componentWillUnmount (line 184) | public componentWillUnmount() {} method render (line 186) | public render() { method componentWillUnmount (line 238) | public componentWillUnmount() {} method render (line 240) | public render() { type AState (line 127) | interface AState { class A (line 131) | class A extends Component { method componentWillUnmount (line 29) | public componentWillUnmount() {} method constructor (line 31) | constructor(props) { method updateme (line 42) | public updateme() { method render (line 48) | public render() { method componentWillUnmount (line 133) | public componentWillUnmount() {} method constructor (line 135) | constructor(props) { method updateme (line 146) | public updateme() { method render (line 152) | public render() { method constructor (line 1363) | constructor(props) { method getChildContext (line 1371) | public getChildContext() { method componentWillMount (line 1377) | public componentWillMount() { method render (line 1383) | public render() { method render (line 1417) | public render() { class B (line 167) | class B extends Component { method componentWillUnmount (line 64) | public componentWillUnmount() {} method render (line 66) | public render() { method componentWillUnmount (line 168) | public componentWillUnmount() {} method render (line 170) | public render() { method componentWillUnmount (line 222) | public componentWillUnmount() {} method render (line 224) | public render() { method componentWillUnmount (line 276) | public componentWillUnmount() {} method render (line 278) | public render() { method componentWillMount (line 1430) | public componentWillMount() { method render (line 1436) | public render() { class C (line 175) | class C extends Component { method componentWillUnmount (line 76) | public componentWillUnmount() {} method render (line 78) | public render() { method componentWillUnmount (line 176) | public componentWillUnmount() {} method render (line 178) | public render() { method componentWillUnmount (line 230) | public componentWillUnmount() {} method render (line 232) | public render() { method constructor (line 305) | constructor(props) { method componentWillUnmount (line 315) | public componentWillUnmount() {} method updateMe (line 317) | public updateMe() { method render (line 323) | public render() { class D (line 183) | class D extends Component { method componentWillUnmount (line 88) | public componentWillUnmount() {} method render (line 90) | public render() { method componentWillUnmount (line 184) | public componentWillUnmount() {} method render (line 186) | public render() { method componentWillUnmount (line 238) | public componentWillUnmount() {} method render (line 240) | public render() { class B (line 221) | class B extends Component { method componentWillUnmount (line 64) | public componentWillUnmount() {} method render (line 66) | public render() { method componentWillUnmount (line 168) | public componentWillUnmount() {} method render (line 170) | public render() { method componentWillUnmount (line 222) | public componentWillUnmount() {} method render (line 224) | public render() { method componentWillUnmount (line 276) | public componentWillUnmount() {} method render (line 278) | public render() { method componentWillMount (line 1430) | public componentWillMount() { method render (line 1436) | public render() { class C (line 229) | class C extends Component { method componentWillUnmount (line 76) | public componentWillUnmount() {} method render (line 78) | public render() { method componentWillUnmount (line 176) | public componentWillUnmount() {} method render (line 178) | public render() { method componentWillUnmount (line 230) | public componentWillUnmount() {} method render (line 232) | public render() { method constructor (line 305) | constructor(props) { method componentWillUnmount (line 315) | public componentWillUnmount() {} method updateMe (line 317) | public updateMe() { method render (line 323) | public render() { class D (line 237) | class D extends Component { method componentWillUnmount (line 88) | public componentWillUnmount() {} method render (line 90) | public render() { method componentWillUnmount (line 184) | public componentWillUnmount() {} method render (line 186) | public render() { method componentWillUnmount (line 238) | public componentWillUnmount() {} method render (line 240) | public render() { class B (line 275) | class B extends Component { method componentWillUnmount (line 64) | public componentWillUnmount() {} method render (line 66) | public render() { method componentWillUnmount (line 168) | public componentWillUnmount() {} method render (line 170) | public render() { method componentWillUnmount (line 222) | public componentWillUnmount() {} method render (line 224) | public render() { method componentWillUnmount (line 276) | public componentWillUnmount() {} method render (line 278) | public render() { method componentWillMount (line 1430) | public componentWillMount() { method render (line 1436) | public render() { class B1 (line 288) | class B1 extends Component { method componentWillUnmount (line 289) | public componentWillUnmount() {} method render (line 291) | public render() { class B2 (line 296) | class B2 extends Component { method componentWillUnmount (line 297) | public componentWillUnmount() {} method render (line 299) | public render() { class C (line 304) | class C extends Component { method componentWillUnmount (line 76) | public componentWillUnmount() {} method render (line 78) | public render() { method componentWillUnmount (line 176) | public componentWillUnmount() {} method render (line 178) | public render() { method componentWillUnmount (line 230) | public componentWillUnmount() {} method render (line 232) | public render() { method constructor (line 305) | constructor(props) { method componentWillUnmount (line 315) | public componentWillUnmount() {} method updateMe (line 317) | public updateMe() { method render (line 323) | public render() { class C1 (line 333) | class C1 extends Component { method render (line 334) | public render() { class C2 (line 339) | class C2 extends Component { method render (line 340) | public render() { function StatelessComponent (line 375) | function StatelessComponent(_props: { a?: unknown }) { method previousSiblingCallback (line 546) | previousSiblingCallback() {} method innerCallback (line 547) | innerCallback() {} method innerSecondCallback (line 548) | innerSecondCallback() {} class Hello (line 727) | class Hello extends Component { method constructor (line 728) | constructor(props) { method componentDidMount (line 732) | public componentDidMount() { method ref (line 736) | public ref(n) { method render (line 743) | public render() { method previousSiblingCallback (line 754) | previousSiblingCallback() {} method innerCallback (line 755) | innerCallback() {} method innerSecondCallback (line 756) | innerSecondCallback() {} method previousSiblingCallback (line 916) | previousSiblingCallback() {} method innerCallback (line 917) | innerCallback() {} method innerSecondCallback (line 918) | innerSecondCallback() {} type RefTesterProps (line 921) | interface RefTesterProps { class RefTester (line 926) | class RefTester extends Component { method render (line 927) | public render() { method render (line 1114) | public render() { method previousSiblingCallback (line 1102) | previousSiblingCallback() {} method innerCallback (line 1103) | innerCallback() {} method innerSecondCallback (line 1104) | innerSecondCallback() {} type RefTesterProps (line 1107) | interface RefTesterProps { class RefTester (line 1113) | class RefTester extends Component { method render (line 927) | public render() { method render (line 1114) | public render() { class PlainDiv (line 1136) | class PlainDiv extends Component { method render (line 1137) | public render() { type RefParentProps (line 1142) | interface RefParentProps { class RefParent (line 1148) | class RefParent extends Component { method render (line 1149) | public render() { function A (line 1291) | function A() { method componentWillUnmount (line 29) | public componentWillUnmount() {} method constructor (line 31) | constructor(props) { method updateme (line 42) | public updateme() { method render (line 48) | public render() { method componentWillUnmount (line 133) | public componentWillUnmount() {} method constructor (line 135) | constructor(props) { method updateme (line 146) | public updateme() { method render (line 152) | public render() { method constructor (line 1363) | constructor(props) { method getChildContext (line 1371) | public getChildContext() { method componentWillMount (line 1377) | public componentWillMount() { method render (line 1383) | public render() { method render (line 1417) | public render() { function B (line 1299) | function B() { method componentWillUnmount (line 64) | public componentWillUnmount() {} method render (line 66) | public render() { method componentWillUnmount (line 168) | public componentWillUnmount() {} method render (line 170) | public render() { method componentWillUnmount (line 222) | public componentWillUnmount() {} method render (line 224) | public render() { method componentWillUnmount (line 276) | public componentWillUnmount() {} method render (line 278) | public render() { method componentWillMount (line 1430) | public componentWillMount() { method render (line 1436) | public render() { class Com (line 1307) | class Com extends Component { method componentWillUnmount (line 1308) | public componentWillUnmount() { method render (line 1312) | public render() { method componentWillUnmount (line 1337) | public componentWillUnmount() { method render (line 1341) | public render() { function A (line 1328) | function A() { method componentWillUnmount (line 29) | public componentWillUnmount() {} method constructor (line 31) | constructor(props) { method updateme (line 42) | public updateme() { method render (line 48) | public render() { method componentWillUnmount (line 133) | public componentWillUnmount() {} method constructor (line 135) | constructor(props) { method updateme (line 146) | public updateme() { method render (line 152) | public render() { method constructor (line 1363) | constructor(props) { method getChildContext (line 1371) | public getChildContext() { method componentWillMount (line 1377) | public componentWillMount() { method render (line 1383) | public render() { method render (line 1417) | public render() { class Com (line 1336) | class Com extends Component { method componentWillUnmount (line 1308) | public componentWillUnmount() { method render (line 1312) | public render() { method componentWillUnmount (line 1337) | public componentWillUnmount() { method render (line 1341) | public render() { type AState (line 1357) | interface AState { class A (line 1361) | class A extends Component { method componentWillUnmount (line 29) | public componentWillUnmount() {} method constructor (line 31) | constructor(props) { method updateme (line 42) | public updateme() { method render (line 48) | public render() { method componentWillUnmount (line 133) | public componentWillUnmount() {} method constructor (line 135) | constructor(props) { method updateme (line 146) | public updateme() { method render (line 152) | public render() { method constructor (line 1363) | constructor(props) { method getChildContext (line 1371) | public getChildContext() { method componentWillMount (line 1377) | public componentWillMount() { method render (line 1383) | public render() { method render (line 1417) | public render() { class Child (line 1392) | class Child extends Component { method constructor (line 1393) | constructor(props) { method render (line 1397) | public render() { method componentWillMount (line 1451) | public componentWillMount() { method render (line 1457) | public render() { class A (line 1416) | class A extends Component { method componentWillUnmount (line 29) | public componentWillUnmount() {} method constructor (line 31) | constructor(props) { method updateme (line 42) | public updateme() { method render (line 48) | public render() { method componentWillUnmount (line 133) | public componentWillUnmount() {} method constructor (line 135) | constructor(props) { method updateme (line 146) | public updateme() { method render (line 152) | public render() { method constructor (line 1363) | constructor(props) { method getChildContext (line 1371) | public getChildContext() { method componentWillMount (line 1377) | public componentWillMount() { method render (line 1383) | public render() { method render (line 1417) | public render() { class B (line 1429) | class B extends Component { method componentWillUnmount (line 64) | public componentWillUnmount() {} method render (line 66) | public render() { method componentWillUnmount (line 168) | public componentWillUnmount() {} method render (line 170) | public render() { method componentWillUnmount (line 222) | public componentWillUnmount() {} method render (line 224) | public render() { method componentWillUnmount (line 276) | public componentWillUnmount() {} method render (line 278) | public render() { method componentWillMount (line 1430) | public componentWillMount() { method render (line 1436) | public render() { class Child (line 1450) | class Child extends Component { method constructor (line 1393) | constructor(props) { method render (line 1397) | public render() { method componentWillMount (line 1451) | public componentWillMount() { method render (line 1457) | public render() { FILE: packages/inferno/__tests__/instancenull.spec.tsx function DropdownItem (line 24) | function DropdownItem({ className, children, attached }) { type IconProps (line 32) | interface IconProps { class Icon (line 36) | class Icon extends Component { method constructor (line 37) | constructor(props, context) { method componentWillMount (line 41) | public componentWillMount() {} method render (line 43) | public render() { type PopoverProps (line 63) | interface PopoverProps { type PopoverState (line 74) | interface PopoverState { class Popover (line 78) | class Popover extends Component { method constructor (line 89) | constructor(props) { method _popoverRef (line 120) | public _popoverRef(node) { method _refContainer (line 129) | public _refContainer(node) { method _refPopoverBody (line 133) | public _refPopoverBody(node) { method _refTarget (line 137) | public _refTarget(node) { method render (line 150) | public render() { type DropdownProps (line 195) | interface DropdownProps { type DropdownState (line 207) | interface DropdownState { class Dropdown (line 218) | class Dropdown extends Component { method constructor (line 230) | constructor(props) { method _closePopover (line 261) | public _closePopover(event) { method _onDropDownCreating (line 272) | public _onDropDownCreating(node) { method _onActiveItemAttached (line 276) | public _onActiveItemAttached(node) { method _refPopover (line 280) | public _refPopover(instance) { method _refBottomLoader (line 284) | public _refBottomLoader(node) { method _renderItems (line 288) | public _renderItems() { method _renderDropdown (line 301) | public _renderDropdown() { method _renderItem (line 319) | public _renderItem(dropdownItem, isActive) { method _makeEditable (line 332) | public _makeEditable() { method render (line 351) | public render() { FILE: packages/inferno/__tests__/issue-1369.spec.tsx class Form (line 20) | class Form extends Component { method getChildContext (line 27) | public getChildContext() { method render (line 31) | public render() { method getChildContext (line 97) | public getChildContext() { method render (line 101) | public render() { class Test (line 42) | class Test extends Component { method render (line 43) | public render() { method constructor (line 121) | constructor(props) { method render (line 131) | public render() { class App (line 50) | class App extends Component { method render (line 51) | public render() { method render (line 149) | public render() { class Form (line 90) | class Form extends Component { method getChildContext (line 27) | public getChildContext() { method render (line 31) | public render() { method getChildContext (line 97) | public getChildContext() { method render (line 101) | public render() { type TestState (line 114) | interface TestState { class Test (line 118) | class Test extends Component { method render (line 43) | public render() { method constructor (line 121) | constructor(props) { method render (line 131) | public render() { class App (line 148) | class App extends Component { method render (line 51) | public render() { method render (line 149) | public render() { FILE: packages/inferno/__tests__/lifecycle.spec.tsx class App (line 18) | class App extends Component { method componentDidUpdate (line 43) | public componentDidUpdate() { method render (line 56) | public render() { method componentDidMount (line 101) | public componentDidMount() { method componentWillUnmount (line 105) | public componentWillUnmount() { method render (line 109) | public render() { method componentDidMount (line 198) | public componentDidMount() { method componentWillUnmount (line 202) | public componentWillUnmount() { method render (line 206) | public render() { method render (line 349) | public render() { method constructor (line 486) | constructor(props) { method render (line 499) | public render() { class Mounter (line 86) | class Mounter extends Component { method componentDidMount (line 87) | public componentDidMount() { method componentWillUnmount (line 91) | public componentWillUnmount() { method componentDidMount (line 184) | public componentDidMount() { method componentWillUnmount (line 188) | public componentWillUnmount() { type AppProps (line 96) | interface AppProps { class App (line 100) | class App extends Component { method componentDidUpdate (line 43) | public componentDidUpdate() { method render (line 56) | public render() { method componentDidMount (line 101) | public componentDidMount() { method componentWillUnmount (line 105) | public componentWillUnmount() { method render (line 109) | public render() { method componentDidMount (line 198) | public componentDidMount() { method componentWillUnmount (line 202) | public componentWillUnmount() { method render (line 206) | public render() { method render (line 349) | public render() { method constructor (line 486) | constructor(props) { method render (line 499) | public render() { class Mounter (line 183) | class Mounter extends Component { method componentDidMount (line 87) | public componentDidMount() { method componentWillUnmount (line 91) | public componentWillUnmount() { method componentDidMount (line 184) | public componentDidMount() { method componentWillUnmount (line 188) | public componentWillUnmount() { type AppProps (line 193) | interface AppProps { class App (line 197) | class App extends Component { method componentDidUpdate (line 43) | public componentDidUpdate() { method render (line 56) | public render() { method componentDidMount (line 101) | public componentDidMount() { method componentWillUnmount (line 105) | public componentWillUnmount() { method render (line 109) | public render() { method componentDidMount (line 198) | public componentDidMount() { method componentWillUnmount (line 202) | public componentWillUnmount() { method render (line 206) | public render() { method render (line 349) | public render() { method constructor (line 486) | constructor(props) { method render (line 499) | public render() { class Another (line 267) | class Another extends Component { method constructor (line 268) | constructor(props, context) { method render (line 277) | public render() { method render (line 396) | public render() { class TesterOne (line 282) | class TesterOne extends Component { method constructor (line 283) | constructor(props) { method componentWillMount (line 291) | public componentWillMount() { method render (line 305) | public render() { method constructor (line 406) | constructor(props) { method componentWillMount (line 416) | public componentWillMount() { method render (line 430) | public render() { type OutsiderState (line 310) | interface OutsiderState { class Outsider (line 314) | class Outsider extends Component { method constructor (line 317) | constructor(props) { method _handleClick (line 327) | public _handleClick() { method render (line 339) | public render() { method constructor (line 445) | constructor(props) { method _handleClick (line 455) | public _handleClick() { method render (line 467) | public render() { class App (line 348) | class App extends Component { method componentDidUpdate (line 43) | public componentDidUpdate() { method render (line 56) | public render() { method componentDidMount (line 101) | public componentDidMount() { method componentWillUnmount (line 105) | public componentWillUnmount() { method render (line 109) | public render() { method componentDidMount (line 198) | public componentDidMount() { method componentWillUnmount (line 202) | public componentWillUnmount() { method render (line 206) | public render() { method render (line 349) | public render() { method constructor (line 486) | constructor(props) { method render (line 499) | public render() { type AnotherProps (line 391) | interface AnotherProps { class Another (line 395) | class Another extends Component { method constructor (line 268) | constructor(props, context) { method render (line 277) | public render() { method render (line 396) | public render() { type TesterOneProps (line 401) | interface TesterOneProps { class TesterOne (line 405) | class TesterOne extends Component { method constructor (line 283) | constructor(props) { method componentWillMount (line 291) | public componentWillMount() { method render (line 305) | public render() { method constructor (line 406) | constructor(props) { method componentWillMount (line 416) | public componentWillMount() { method render (line 430) | public render() { type OutsiderState (line 435) | interface OutsiderState { type OutsiderProps (line 439) | interface OutsiderProps { class Outsider (line 443) | class Outsider extends Component { method constructor (line 317) | constructor(props) { method _handleClick (line 327) | public _handleClick() { method render (line 339) | public render() { method constructor (line 445) | constructor(props) { method _handleClick (line 455) | public _handleClick() { method render (line 467) | public render() { type AppState (line 480) | interface AppState { class App (line 484) | class App extends Component { method componentDidUpdate (line 43) | public componentDidUpdate() { method render (line 56) | public render() { method componentDidMount (line 101) | public componentDidMount() { method componentWillUnmount (line 105) | public componentWillUnmount() { method render (line 109) | public render() { method componentDidMount (line 198) | public componentDidMount() { method componentWillUnmount (line 202) | public componentWillUnmount() { method render (line 206) | public render() { method render (line 349) | public render() { method constructor (line 486) | constructor(props) { method render (line 499) | public render() { FILE: packages/inferno/__tests__/linkEvent.spec.tsx function handleOnClick (line 20) | function handleOnClick(props): void { function FunctionalComponent (line 24) | function FunctionalComponent(props): InfernoNode { type StatefulComponentProps (line 28) | interface StatefulComponentProps { class StatefulComponent (line 32) | class StatefulComponent extends Component { method render (line 33) | public render(): InfernoNode { method render (line 81) | public render(): InfernoNode { method render (line 132) | public render() { method render (line 182) | public render() { function handleOnClick (line 72) | function handleOnClick(props): void { function FunctionalComponent (line 76) | function FunctionalComponent(props): InfernoNode { class StatefulComponent (line 80) | class StatefulComponent extends Component { method render (line 33) | public render(): InfernoNode { method render (line 81) | public render(): InfernoNode { method render (line 132) | public render() { method render (line 182) | public render() { function simulateInput (line 103) | function simulateInput(elm) { function handleOnInput (line 116) | function handleOnInput(props, e) { function FunctionalComponent (line 121) | function FunctionalComponent(props) { type StatelessComponentProps (line 127) | interface StatelessComponentProps { class StatefulComponent (line 131) | class StatefulComponent extends Component { method render (line 33) | public render(): InfernoNode { method render (line 81) | public render(): InfernoNode { method render (line 132) | public render() { method render (line 182) | public render() { function handleOnFocus (line 162) | function handleOnFocus(id) { function handleOnBlur (line 166) | function handleOnBlur(id) { function FunctionalComponent (line 170) | function FunctionalComponent() { class StatefulComponent (line 181) | class StatefulComponent extends Component { method render (line 33) | public render(): InfernoNode { method render (line 81) | public render(): InfernoNode { method render (line 132) | public render() { method render (line 182) | public render() { function simulateFocus (line 194) | function simulateFocus(elm) { function simulateBlur (line 205) | function simulateBlur(elm) { FILE: packages/inferno/__tests__/mixedFormElements.spec.tsx function change (line 99) | function change() {} FILE: packages/inferno/__tests__/newlifecycle.spec.tsx type OuterState (line 32) | interface OuterState { type OuterProps (line 36) | interface OuterProps { class Outer (line 41) | class Outer extends Component { method getDerivedStateFromProps (line 44) | public static getDerivedStateFromProps() { method constructor (line 49) | constructor() { method render (line 64) | public render() { method constructor (line 902) | constructor(p, c) { method componentDidMount (line 907) | public componentDidMount() { method render (line 913) | public render(props, { i }) { method componentDidUpdate (line 1008) | public componentDidUpdate() { method render (line 1012) | public render(props) { method constructor (line 1052) | constructor(p, c) { method componentDidMount (line 1057) | public componentDidMount() { method render (line 1063) | public render(props, { i }) { method constructor (line 1110) | constructor(p, c) { method componentDidMount (line 1115) | public componentDidMount() { method render (line 1121) | public render(props, { i }) { method constructor (line 1491) | constructor(p, c) { method render (line 1499) | public render(props, { show }) { method constructor (line 1942) | constructor() { method componentWillMount (line 1950) | public componentWillMount() { method componentDidMount (line 1954) | public componentDidMount() { method componentWillUnmount (line 1958) | public componentWillUnmount() { method render (line 1962) | public render(props, { show }) { type InnerProps (line 84) | interface InnerProps { type InnerState (line 89) | interface InnerState { class Inner (line 93) | class Inner extends Component { method getDerivedStateFromProps (line 96) | public static getDerivedStateFromProps() { method constructor (line 101) | constructor() { method render (line 116) | public render() { method componentWillUpdate (line 919) | public componentWillUpdate(nextProps, nextState) { method render (line 924) | public render() { method componentDidMount (line 994) | public componentDidMount() { method render (line 1002) | public render() { method componentWillMount (line 1073) | public componentWillMount() { method componentWillReceiveProps (line 1077) | public componentWillReceiveProps(nextProps) { method render (line 1081) | public render() { method componentDidUpdate (line 1127) | public componentDidUpdate() { method componentWillReceiveProps (line 1132) | public componentWillReceiveProps() { method componentWillUpdate (line 1137) | public componentWillUpdate() { method render (line 1142) | public render() { method render (line 1524) | public render() { method componentWillMount (line 1976) | public componentWillMount() { method componentDidMount (line 1980) | public componentDidMount() { method componentWillUnmount (line 1984) | public componentWillUnmount() { method render (line 1988) | public render() { type FooState (line 239) | interface FooState { class Foo (line 244) | class Foo extends Component<{ foo: string }, FooState> { method constructor (line 247) | constructor(props) { method getDerivedStateFromProps (line 256) | public static getDerivedStateFromProps(nextProps) { method render (line 263) | public render() { method constructor (line 280) | constructor(props, context) { method getDerivedStateFromProps (line 288) | public static getDerivedStateFromProps(_nextProps, prevState) { method render (line 294) | public render() { method constructor (line 314) | constructor(props, context) { method getDerivedStateFromProps (line 321) | public static getDerivedStateFromProps(nextProps) { method componentDidMount (line 331) | public componentDidMount() {} method componentDidUpdate (line 333) | public componentDidUpdate() {} method render (line 335) | public render() { method constructor (line 368) | constructor(props, context) { method getDerivedStateFromProps (line 375) | public static getDerivedStateFromProps(_nextProps, prevState) { method componentDidMount (line 386) | public componentDidMount() { method render (line 390) | public render() { method constructor (line 417) | constructor(props, context) { method getDerivedStateFromProps (line 425) | public static getDerivedStateFromProps() { method render (line 429) | public render() { method constructor (line 451) | constructor(props, context) { method getDerivedStateFromProps (line 459) | public static getDerivedStateFromProps() {} method render (line 461) | public render() { method getDerivedStateFromProps (line 475) | public static getDerivedStateFromProps() {} method componentWillMount (line 477) | public componentWillMount() {} method componentWillReceiveProps (line 479) | public componentWillReceiveProps() {} method render (line 481) | public render() { method constructor (line 563) | constructor(props) { method getDerivedStateFromProps (line 575) | public static getDerivedStateFromProps(props, state) { method render (line 588) | public render() { method constructor (line 787) | constructor(props) { method getDerivedStateFromProps (line 799) | public static getDerivedStateFromProps(_props, state) { method getSnapshotBeforeUpdate (line 807) | public getSnapshotBeforeUpdate(prevProps, prevState) { method render (line 817) | public render() { method constructor (line 1206) | constructor(props) { method getDerivedStateFromProps (line 1218) | public static getDerivedStateFromProps(_props, state) { method componentDidUpdate (line 1226) | public componentDidUpdate(prevProps, prevState) { method render (line 1236) | public render() { method constructor (line 1356) | constructor() { method updateState (line 1362) | public updateState() { method componentDidUpdate (line 1369) | public componentDidUpdate(_prevProps, prevState) { method render (line 1374) | public render() { method constructor (line 1398) | constructor() { method updateState (line 1404) | public updateState() { method componentDidUpdate (line 1411) | public componentDidUpdate(prevProps) { method render (line 1416) | public render() { method constructor (line 1789) | constructor(props) { method getDerivedStateFromProps (line 1801) | public static getDerivedStateFromProps(_props, state) { method shouldComponentUpdate (line 1809) | public shouldComponentUpdate(nextProps, nextState) { method render (line 1819) | public render() { type FooState (line 273) | interface FooState { class Foo (line 277) | class Foo extends Component { method constructor (line 247) | constructor(props) { method getDerivedStateFromProps (line 256) | public static getDerivedStateFromProps(nextProps) { method render (line 263) | public render() { method constructor (line 280) | constructor(props, context) { method getDerivedStateFromProps (line 288) | public static getDerivedStateFromProps(_nextProps, prevState) { method render (line 294) | public render() { method constructor (line 314) | constructor(props, context) { method getDerivedStateFromProps (line 321) | public static getDerivedStateFromProps(nextProps) { method componentDidMount (line 331) | public componentDidMount() {} method componentDidUpdate (line 333) | public componentDidUpdate() {} method render (line 335) | public render() { method constructor (line 368) | constructor(props, context) { method getDerivedStateFromProps (line 375) | public static getDerivedStateFromProps(_nextProps, prevState) { method componentDidMount (line 386) | public componentDidMount() { method render (line 390) | public render() { method constructor (line 417) | constructor(props, context) { method getDerivedStateFromProps (line 425) | public static getDerivedStateFromProps() { method render (line 429) | public render() { method constructor (line 451) | constructor(props, context) { method getDerivedStateFromProps (line 459) | public static getDerivedStateFromProps() {} method render (line 461) | public render() { method getDerivedStateFromProps (line 475) | public static getDerivedStateFromProps() {} method componentWillMount (line 477) | public componentWillMount() {} method componentWillReceiveProps (line 479) | public componentWillReceiveProps() {} method render (line 481) | public render() { method constructor (line 563) | constructor(props) { method getDerivedStateFromProps (line 575) | public static getDerivedStateFromProps(props, state) { method render (line 588) | public render() { method constructor (line 787) | constructor(props) { method getDerivedStateFromProps (line 799) | public static getDerivedStateFromProps(_props, state) { method getSnapshotBeforeUpdate (line 807) | public getSnapshotBeforeUpdate(prevProps, prevState) { method render (line 817) | public render() { method constructor (line 1206) | constructor(props) { method getDerivedStateFromProps (line 1218) | public static getDerivedStateFromProps(_props, state) { method componentDidUpdate (line 1226) | public componentDidUpdate(prevProps, prevState) { method render (line 1236) | public render() { method constructor (line 1356) | constructor() { method updateState (line 1362) | public updateState() { method componentDidUpdate (line 1369) | public componentDidUpdate(_prevProps, prevState) { method render (line 1374) | public render() { method constructor (line 1398) | constructor() { method updateState (line 1404) | public updateState() { method componentDidUpdate (line 1411) | public componentDidUpdate(prevProps) { method render (line 1416) | public render() { method constructor (line 1789) | constructor(props) { method getDerivedStateFromProps (line 1801) | public static getDerivedStateFromProps(_props, state) { method shouldComponentUpdate (line 1809) | public shouldComponentUpdate(nextProps, nextState) { method render (line 1819) | public render() { type FooState (line 304) | interface FooState { type FooProps (line 308) | interface FooProps { class Foo (line 312) | class Foo extends Component { method constructor (line 247) | constructor(props) { method getDerivedStateFromProps (line 256) | public static getDerivedStateFromProps(nextProps) { method render (line 263) | public render() { method constructor (line 280) | constructor(props, context) { method getDerivedStateFromProps (line 288) | public static getDerivedStateFromProps(_nextProps, prevState) { method render (line 294) | public render() { method constructor (line 314) | constructor(props, context) { method getDerivedStateFromProps (line 321) | public static getDerivedStateFromProps(nextProps) { method componentDidMount (line 331) | public componentDidMount() {} method componentDidUpdate (line 333) | public componentDidUpdate() {} method render (line 335) | public render() { method constructor (line 368) | constructor(props, context) { method getDerivedStateFromProps (line 375) | public static getDerivedStateFromProps(_nextProps, prevState) { method componentDidMount (line 386) | public componentDidMount() { method render (line 390) | public render() { method constructor (line 417) | constructor(props, context) { method getDerivedStateFromProps (line 425) | public static getDerivedStateFromProps() { method render (line 429) | public render() { method constructor (line 451) | constructor(props, context) { method getDerivedStateFromProps (line 459) | public static getDerivedStateFromProps() {} method render (line 461) | public render() { method getDerivedStateFromProps (line 475) | public static getDerivedStateFromProps() {} method componentWillMount (line 477) | public componentWillMount() {} method componentWillReceiveProps (line 479) | public componentWillReceiveProps() {} method render (line 481) | public render() { method constructor (line 563) | constructor(props) { method getDerivedStateFromProps (line 575) | public static getDerivedStateFromProps(props, state) { method render (line 588) | public render() { method constructor (line 787) | constructor(props) { method getDerivedStateFromProps (line 799) | public static getDerivedStateFromProps(_props, state) { method getSnapshotBeforeUpdate (line 807) | public getSnapshotBeforeUpdate(prevProps, prevState) { method render (line 817) | public render() { method constructor (line 1206) | constructor(props) { method getDerivedStateFromProps (line 1218) | public static getDerivedStateFromProps(_props, state) { method componentDidUpdate (line 1226) | public componentDidUpdate(prevProps, prevState) { method render (line 1236) | public render() { method constructor (line 1356) | constructor() { method updateState (line 1362) | public updateState() { method componentDidUpdate (line 1369) | public componentDidUpdate(_prevProps, prevState) { method render (line 1374) | public render() { method constructor (line 1398) | constructor() { method updateState (line 1404) | public updateState() { method componentDidUpdate (line 1411) | public componentDidUpdate(prevProps) { method render (line 1416) | public render() { method constructor (line 1789) | constructor(props) { method getDerivedStateFromProps (line 1801) | public static getDerivedStateFromProps(_props, state) { method shouldComponentUpdate (line 1809) | public shouldComponentUpdate(nextProps, nextState) { method render (line 1819) | public render() { type FooState (line 361) | interface FooState { class Foo (line 365) | class Foo extends Component { method constructor (line 247) | constructor(props) { method getDerivedStateFromProps (line 256) | public static getDerivedStateFromProps(nextProps) { method render (line 263) | public render() { method constructor (line 280) | constructor(props, context) { method getDerivedStateFromProps (line 288) | public static getDerivedStateFromProps(_nextProps, prevState) { method render (line 294) | public render() { method constructor (line 314) | constructor(props, context) { method getDerivedStateFromProps (line 321) | public static getDerivedStateFromProps(nextProps) { method componentDidMount (line 331) | public componentDidMount() {} method componentDidUpdate (line 333) | public componentDidUpdate() {} method render (line 335) | public render() { method constructor (line 368) | constructor(props, context) { method getDerivedStateFromProps (line 375) | public static getDerivedStateFromProps(_nextProps, prevState) { method componentDidMount (line 386) | public componentDidMount() { method render (line 390) | public render() { method constructor (line 417) | constructor(props, context) { method getDerivedStateFromProps (line 425) | public static getDerivedStateFromProps() { method render (line 429) | public render() { method constructor (line 451) | constructor(props, context) { method getDerivedStateFromProps (line 459) | public static getDerivedStateFromProps() {} method render (line 461) | public render() { method getDerivedStateFromProps (line 475) | public static getDerivedStateFromProps() {} method componentWillMount (line 477) | public componentWillMount() {} method componentWillReceiveProps (line 479) | public componentWillReceiveProps() {} method render (line 481) | public render() { method constructor (line 563) | constructor(props) { method getDerivedStateFromProps (line 575) | public static getDerivedStateFromProps(props, state) { method render (line 588) | public render() { method constructor (line 787) | constructor(props) { method getDerivedStateFromProps (line 799) | public static getDerivedStateFromProps(_props, state) { method getSnapshotBeforeUpdate (line 807) | public getSnapshotBeforeUpdate(prevProps, prevState) { method render (line 817) | public render() { method constructor (line 1206) | constructor(props) { method getDerivedStateFromProps (line 1218) | public static getDerivedStateFromProps(_props, state) { method componentDidUpdate (line 1226) | public componentDidUpdate(prevProps, prevState) { method render (line 1236) | public render() { method constructor (line 1356) | constructor() { method updateState (line 1362) | public updateState() { method componentDidUpdate (line 1369) | public componentDidUpdate(_prevProps, prevState) { method render (line 1374) | public render() { method constructor (line 1398) | constructor() { method updateState (line 1404) | public updateState() { method componentDidUpdate (line 1411) | public componentDidUpdate(prevProps) { method render (line 1416) | public render() { method constructor (line 1789) | constructor(props) { method getDerivedStateFromProps (line 1801) | public static getDerivedStateFromProps(_props, state) { method shouldComponentUpdate (line 1809) | public shouldComponentUpdate(nextProps, nextState) { method render (line 1819) | public render() { type FooState (line 410) | interface FooState { class Foo (line 415) | class Foo extends Component { method constructor (line 247) | constructor(props) { method getDerivedStateFromProps (line 256) | public static getDerivedStateFromProps(nextProps) { method render (line 263) | public render() { method constructor (line 280) | constructor(props, context) { method getDerivedStateFromProps (line 288) | public static getDerivedStateFromProps(_nextProps, prevState) { method render (line 294) | public render() { method constructor (line 314) | constructor(props, context) { method getDerivedStateFromProps (line 321) | public static getDerivedStateFromProps(nextProps) { method componentDidMount (line 331) | public componentDidMount() {} method componentDidUpdate (line 333) | public componentDidUpdate() {} method render (line 335) | public render() { method constructor (line 368) | constructor(props, context) { method getDerivedStateFromProps (line 375) | public static getDerivedStateFromProps(_nextProps, prevState) { method componentDidMount (line 386) | public componentDidMount() { method render (line 390) | public render() { method constructor (line 417) | constructor(props, context) { method getDerivedStateFromProps (line 425) | public static getDerivedStateFromProps() { method render (line 429) | public render() { method constructor (line 451) | constructor(props, context) { method getDerivedStateFromProps (line 459) | public static getDerivedStateFromProps() {} method render (line 461) | public render() { method getDerivedStateFromProps (line 475) | public static getDerivedStateFromProps() {} method componentWillMount (line 477) | public componentWillMount() {} method componentWillReceiveProps (line 479) | public componentWillReceiveProps() {} method render (line 481) | public render() { method constructor (line 563) | constructor(props) { method getDerivedStateFromProps (line 575) | public static getDerivedStateFromProps(props, state) { method render (line 588) | public render() { method constructor (line 787) | constructor(props) { method getDerivedStateFromProps (line 799) | public static getDerivedStateFromProps(_props, state) { method getSnapshotBeforeUpdate (line 807) | public getSnapshotBeforeUpdate(prevProps, prevState) { method render (line 817) | public render() { method constructor (line 1206) | constructor(props) { method getDerivedStateFromProps (line 1218) | public static getDerivedStateFromProps(_props, state) { method componentDidUpdate (line 1226) | public componentDidUpdate(prevProps, prevState) { method render (line 1236) | public render() { method constructor (line 1356) | constructor() { method updateState (line 1362) | public updateState() { method componentDidUpdate (line 1369) | public componentDidUpdate(_prevProps, prevState) { method render (line 1374) | public render() { method constructor (line 1398) | constructor() { method updateState (line 1404) | public updateState() { method componentDidUpdate (line 1411) | public componentDidUpdate(prevProps) { method render (line 1416) | public render() { method constructor (line 1789) | constructor(props) { method getDerivedStateFromProps (line 1801) | public static getDerivedStateFromProps(_props, state) { method shouldComponentUpdate (line 1809) | public shouldComponentUpdate(nextProps, nextState) { method render (line 1819) | public render() { type FooState (line 444) | interface FooState { class Foo (line 449) | class Foo extends Component { method constructor (line 247) | constructor(props) { method getDerivedStateFromProps (line 256) | public static getDerivedStateFromProps(nextProps) { method render (line 263) | public render() { method constructor (line 280) | constructor(props, context) { method getDerivedStateFromProps (line 288) | public static getDerivedStateFromProps(_nextProps, prevState) { method render (line 294) | public render() { method constructor (line 314) | constructor(props, context) { method getDerivedStateFromProps (line 321) | public static getDerivedStateFromProps(nextProps) { method componentDidMount (line 331) | public componentDidMount() {} method componentDidUpdate (line 333) | public componentDidUpdate() {} method render (line 335) | public render() { method constructor (line 368) | constructor(props, context) { method getDerivedStateFromProps (line 375) | public static getDerivedStateFromProps(_nextProps, prevState) { method componentDidMount (line 386) | public componentDidMount() { method render (line 390) | public render() { method constructor (line 417) | constructor(props, context) { method getDerivedStateFromProps (line 425) | public static getDerivedStateFromProps() { method render (line 429) | public render() { method constructor (line 451) | constructor(props, context) { method getDerivedStateFromProps (line 459) | public static getDerivedStateFromProps() {} method render (line 461) | public render() { method getDerivedStateFromProps (line 475) | public static getDerivedStateFromProps() {} method componentWillMount (line 477) | public componentWillMount() {} method componentWillReceiveProps (line 479) | public componentWillReceiveProps() {} method render (line 481) | public render() { method constructor (line 563) | constructor(props) { method getDerivedStateFromProps (line 575) | public static getDerivedStateFromProps(props, state) { method render (line 588) | public render() { method constructor (line 787) | constructor(props) { method getDerivedStateFromProps (line 799) | public static getDerivedStateFromProps(_props, state) { method getSnapshotBeforeUpdate (line 807) | public getSnapshotBeforeUpdate(prevProps, prevState) { method render (line 817) | public render() { method constructor (line 1206) | constructor(props) { method getDerivedStateFromProps (line 1218) | public static getDerivedStateFromProps(_props, state) { method componentDidUpdate (line 1226) | public componentDidUpdate(prevProps, prevState) { method render (line 1236) | public render() { method constructor (line 1356) | constructor() { method updateState (line 1362) | public updateState() { method componentDidUpdate (line 1369) | public componentDidUpdate(_prevProps, prevState) { method render (line 1374) | public render() { method constructor (line 1398) | constructor() { method updateState (line 1404) | public updateState() { method componentDidUpdate (line 1411) | public componentDidUpdate(prevProps) { method render (line 1416) | public render() { method constructor (line 1789) | constructor(props) { method getDerivedStateFromProps (line 1801) | public static getDerivedStateFromProps(_props, state) { method shouldComponentUpdate (line 1809) | public shouldComponentUpdate(nextProps, nextState) { method render (line 1819) | public render() { class Foo (line 474) | class Foo extends Component { method constructor (line 247) | constructor(props) { method getDerivedStateFromProps (line 256) | public static getDerivedStateFromProps(nextProps) { method render (line 263) | public render() { method constructor (line 280) | constructor(props, context) { method getDerivedStateFromProps (line 288) | public static getDerivedStateFromProps(_nextProps, prevState) { method render (line 294) | public render() { method constructor (line 314) | constructor(props, context) { method getDerivedStateFromProps (line 321) | public static getDerivedStateFromProps(nextProps) { method componentDidMount (line 331) | public componentDidMount() {} method componentDidUpdate (line 333) | public componentDidUpdate() {} method render (line 335) | public render() { method constructor (line 368) | constructor(props, context) { method getDerivedStateFromProps (line 375) | public static getDerivedStateFromProps(_nextProps, prevState) { method componentDidMount (line 386) | public componentDidMount() { method render (line 390) | public render() { method constructor (line 417) | constructor(props, context) { method getDerivedStateFromProps (line 425) | public static getDerivedStateFromProps() { method render (line 429) | public render() { method constructor (line 451) | constructor(props, context) { method getDerivedStateFromProps (line 459) | public static getDerivedStateFromProps() {} method render (line 461) | public render() { method getDerivedStateFromProps (line 475) | public static getDerivedStateFromProps() {} method componentWillMount (line 477) | public componentWillMount() {} method componentWillReceiveProps (line 479) | public componentWillReceiveProps() {} method render (line 481) | public render() { method constructor (line 563) | constructor(props) { method getDerivedStateFromProps (line 575) | public static getDerivedStateFromProps(props, state) { method render (line 588) | public render() { method constructor (line 787) | constructor(props) { method getDerivedStateFromProps (line 799) | public static getDerivedStateFromProps(_props, state) { method getSnapshotBeforeUpdate (line 807) | public getSnapshotBeforeUpdate(prevProps, prevState) { method render (line 817) | public render() { method constructor (line 1206) | constructor(props) { method getDerivedStateFromProps (line 1218) | public static getDerivedStateFromProps(_props, state) { method componentDidUpdate (line 1226) | public componentDidUpdate(prevProps, prevState) { method render (line 1236) | public render() { method constructor (line 1356) | constructor() { method updateState (line 1362) | public updateState() { method componentDidUpdate (line 1369) | public componentDidUpdate(_prevProps, prevState) { method render (line 1374) | public render() { method constructor (line 1398) | constructor() { method updateState (line 1404) | public updateState() { method componentDidUpdate (line 1411) | public componentDidUpdate(prevProps) { method render (line 1416) | public render() { method constructor (line 1789) | constructor(props) { method getDerivedStateFromProps (line 1801) | public static getDerivedStateFromProps(_props, state) { method shouldComponentUpdate (line 1809) | public shouldComponentUpdate(nextProps, nextState) { method render (line 1819) | public render() { type ParentState (line 500) | interface ParentState { class Parent (line 504) | class Parent extends Component { method constructor (line 506) | constructor(props) { method getDerivedStateFromProps (line 511) | public static getDerivedStateFromProps(_props, prevState) { method render (line 516) | public render() { type ChildProps (line 527) | interface ChildProps { class Child (line 531) | class Child extends Component { method render (line 532) | public render() { type FooState (line 557) | interface FooState { class Foo (line 561) | class Foo extends Component<{ foo: string }, FooState> { method constructor (line 247) | constructor(props) { method getDerivedStateFromProps (line 256) | public static getDerivedStateFromProps(nextProps) { method render (line 263) | public render() { method constructor (line 280) | constructor(props, context) { method getDerivedStateFromProps (line 288) | public static getDerivedStateFromProps(_nextProps, prevState) { method render (line 294) | public render() { method constructor (line 314) | constructor(props, context) { method getDerivedStateFromProps (line 321) | public static getDerivedStateFromProps(nextProps) { method componentDidMount (line 331) | public componentDidMount() {} method componentDidUpdate (line 333) | public componentDidUpdate() {} method render (line 335) | public render() { method constructor (line 368) | constructor(props, context) { method getDerivedStateFromProps (line 375) | public static getDerivedStateFromProps(_nextProps, prevState) { method componentDidMount (line 386) | public componentDidMount() { method render (line 390) | public render() { method constructor (line 417) | constructor(props, context) { method getDerivedStateFromProps (line 425) | public static getDerivedStateFromProps() { method render (line 429) | public render() { method constructor (line 451) | constructor(props, context) { method getDerivedStateFromProps (line 459) | public static getDerivedStateFromProps() {} method render (line 461) | public render() { method getDerivedStateFromProps (line 475) | public static getDerivedStateFromProps() {} method componentWillMount (line 477) | public componentWillMount() {} method componentWillReceiveProps (line 479) | public componentWillReceiveProps() {} method render (line 481) | public render() { method constructor (line 563) | constructor(props) { method getDerivedStateFromProps (line 575) | public static getDerivedStateFromProps(props, state) { method render (line 588) | public render() { method constructor (line 787) | constructor(props) { method getDerivedStateFromProps (line 799) | public static getDerivedStateFromProps(_props, state) { method getSnapshotBeforeUpdate (line 807) | public getSnapshotBeforeUpdate(prevProps, prevState) { method render (line 817) | public render() { method constructor (line 1206) | constructor(props) { method getDerivedStateFromProps (line 1218) | public static getDerivedStateFromProps(_props, state) { method componentDidUpdate (line 1226) | public componentDidUpdate(prevProps, prevState) { method render (line 1236) | public render() { method constructor (line 1356) | constructor() { method updateState (line 1362) | public updateState() { method componentDidUpdate (line 1369) | public componentDidUpdate(_prevProps, prevState) { method render (line 1374) | public render() { method constructor (line 1398) | constructor() { method updateState (line 1404) | public updateState() { method componentDidUpdate (line 1411) | public componentDidUpdate(prevProps) { method render (line 1416) | public render() { method constructor (line 1789) | constructor(props) { method getDerivedStateFromProps (line 1801) | public static getDerivedStateFromProps(_props, state) { method shouldComponentUpdate (line 1809) | public shouldComponentUpdate(nextProps, nextState) { method render (line 1819) | public render() { class Stateful (line 633) | class Stateful extends Component { method getDerivedStateFromProps (line 634) | public static getDerivedStateFromProps() { method constructor (line 638) | constructor() { method componentDidMount (line 643) | public componentDidMount() { method constructor (line 1882) | constructor() { method componentDidMount (line 1887) | public componentDidMount() { type MyComponentProps (line 659) | interface MyComponentProps { type MyComponentState (line 662) | interface MyComponentState { class MyComponent (line 666) | class MyComponent extends Component { method constructor (line 667) | constructor(props) { method getDerivedStateFromProps (line 674) | public static getDerivedStateFromProps(_nextProps, prevState) { method getSnapshotBeforeUpdate (line 680) | public getSnapshotBeforeUpdate(prevProps, prevState) { method componentDidUpdate (line 687) | public componentDidUpdate(prevProps, prevState, snapshot) { method render (line 693) | public render() { method getSnapshotBeforeUpdate (line 736) | public getSnapshotBeforeUpdate(prevProps) { method componentDidUpdate (line 742) | public componentDidUpdate(_prevProps, _prevState, snapshot) { method render (line 748) | public render() { type MyComponentProps (line 726) | interface MyComponentProps { type MyComponentState (line 729) | interface MyComponentState { class MyComponent (line 733) | class MyComponent extends Component { method constructor (line 667) | constructor(props) { method getDerivedStateFromProps (line 674) | public static getDerivedStateFromProps(_nextProps, prevState) { method getSnapshotBeforeUpdate (line 680) | public getSnapshotBeforeUpdate(prevProps, prevState) { method componentDidUpdate (line 687) | public componentDidUpdate(prevProps, prevState, snapshot) { method render (line 693) | public render() { method getSnapshotBeforeUpdate (line 736) | public getSnapshotBeforeUpdate(prevProps) { method componentDidUpdate (line 742) | public componentDidUpdate(_prevProps, _prevState, snapshot) { method render (line 748) | public render() { type FooState (line 777) | interface FooState { type FooProps (line 781) | interface FooProps { class Foo (line 785) | class Foo extends Component { method constructor (line 247) | constructor(props) { method getDerivedStateFromProps (line 256) | public static getDerivedStateFromProps(nextProps) { method render (line 263) | public render() { method constructor (line 280) | constructor(props, context) { method getDerivedStateFromProps (line 288) | public static getDerivedStateFromProps(_nextProps, prevState) { method render (line 294) | public render() { method constructor (line 314) | constructor(props, context) { method getDerivedStateFromProps (line 321) | public static getDerivedStateFromProps(nextProps) { method componentDidMount (line 331) | public componentDidMount() {} method componentDidUpdate (line 333) | public componentDidUpdate() {} method render (line 335) | public render() { method constructor (line 368) | constructor(props, context) { method getDerivedStateFromProps (line 375) | public static getDerivedStateFromProps(_nextProps, prevState) { method componentDidMount (line 386) | public componentDidMount() { method render (line 390) | public render() { method constructor (line 417) | constructor(props, context) { method getDerivedStateFromProps (line 425) | public static getDerivedStateFromProps() { method render (line 429) | public render() { method constructor (line 451) | constructor(props, context) { method getDerivedStateFromProps (line 459) | public static getDerivedStateFromProps() {} method render (line 461) | public render() { method getDerivedStateFromProps (line 475) | public static getDerivedStateFromProps() {} method componentWillMount (line 477) | public componentWillMount() {} method componentWillReceiveProps (line 479) | public componentWillReceiveProps() {} method render (line 481) | public render() { method constructor (line 563) | constructor(props) { method getDerivedStateFromProps (line 575) | public static getDerivedStateFromProps(props, state) { method render (line 588) | public render() { method constructor (line 787) | constructor(props) { method getDerivedStateFromProps (line 799) | public static getDerivedStateFromProps(_props, state) { method getSnapshotBeforeUpdate (line 807) | public getSnapshotBeforeUpdate(prevProps, prevState) { method render (line 817) | public render() { method constructor (line 1206) | constructor(props) { method getDerivedStateFromProps (line 1218) | public static getDerivedStateFromProps(_props, state) { method componentDidUpdate (line 1226) | public componentDidUpdate(prevProps, prevState) { method render (line 1236) | public render() { method constructor (line 1356) | constructor() { method updateState (line 1362) | public updateState() { method componentDidUpdate (line 1369) | public componentDidUpdate(_prevProps, prevState) { method render (line 1374) | public render() { method constructor (line 1398) | constructor() { method updateState (line 1404) | public updateState() { method componentDidUpdate (line 1411) | public componentDidUpdate(prevProps) { method render (line 1416) | public render() { method constructor (line 1789) | constructor(props) { method getDerivedStateFromProps (line 1801) | public static getDerivedStateFromProps(_props, state) { method shouldComponentUpdate (line 1809) | public shouldComponentUpdate(nextProps, nextState) { method render (line 1819) | public render() { class ReceivePropsComponent (line 876) | class ReceivePropsComponent extends Component { method componentWillUpdate (line 877) | public componentWillUpdate() {} method render (line 879) | public render() { method constructor (line 957) | constructor(props) { method componentWillUpdate (line 965) | public componentWillUpdate() {} method componentDidMount (line 967) | public componentDidMount() { method render (line 973) | public render() { method componentWillReceiveProps (line 1027) | public componentWillReceiveProps() {} method render (line 1029) | public render() { type OuterState (line 895) | interface OuterState { class Outer (line 899) | class Outer extends Component { method getDerivedStateFromProps (line 44) | public static getDerivedStateFromProps() { method constructor (line 49) | constructor() { method render (line 64) | public render() { method constructor (line 902) | constructor(p, c) { method componentDidMount (line 907) | public componentDidMount() { method render (line 913) | public render(props, { i }) { method componentDidUpdate (line 1008) | public componentDidUpdate() { method render (line 1012) | public render(props) { method constructor (line 1052) | constructor(p, c) { method componentDidMount (line 1057) | public componentDidMount() { method render (line 1063) | public render(props, { i }) { method constructor (line 1110) | constructor(p, c) { method componentDidMount (line 1115) | public componentDidMount() { method render (line 1121) | public render(props, { i }) { method constructor (line 1491) | constructor(p, c) { method render (line 1499) | public render(props, { show }) { method constructor (line 1942) | constructor() { method componentWillMount (line 1950) | public componentWillMount() { method componentDidMount (line 1954) | public componentDidMount() { method componentWillUnmount (line 1958) | public componentWillUnmount() { method render (line 1962) | public render(props, { show }) { class Inner (line 918) | class Inner extends Component { method getDerivedStateFromProps (line 96) | public static getDerivedStateFromProps() { method constructor (line 101) | constructor() { method render (line 116) | public render() { method componentWillUpdate (line 919) | public componentWillUpdate(nextProps, nextState) { method render (line 924) | public render() { method componentDidMount (line 994) | public componentDidMount() { method render (line 1002) | public render() { method componentWillMount (line 1073) | public componentWillMount() { method componentWillReceiveProps (line 1077) | public componentWillReceiveProps(nextProps) { method render (line 1081) | public render() { method componentDidUpdate (line 1127) | public componentDidUpdate() { method componentWillReceiveProps (line 1132) | public componentWillReceiveProps() { method componentWillUpdate (line 1137) | public componentWillUpdate() { method render (line 1142) | public render() { method render (line 1524) | public render() { method componentWillMount (line 1976) | public componentWillMount() { method componentDidMount (line 1980) | public componentDidMount() { method componentWillUnmount (line 1984) | public componentWillUnmount() { method render (line 1988) | public render() { type ReceivePropsComponentState (line 947) | interface ReceivePropsComponentState { class ReceivePropsComponent (line 951) | class ReceivePropsComponent extends Component< method componentWillUpdate (line 877) | public componentWillUpdate() {} method render (line 879) | public render() { method constructor (line 957) | constructor(props) { method componentWillUpdate (line 965) | public componentWillUpdate() {} method componentDidMount (line 967) | public componentDidMount() { method render (line 973) | public render() { method componentWillReceiveProps (line 1027) | public componentWillReceiveProps() {} method render (line 1029) | public render() { class Inner (line 993) | class Inner extends Component { method getDerivedStateFromProps (line 96) | public static getDerivedStateFromProps() { method constructor (line 101) | constructor() { method render (line 116) | public render() { method componentWillUpdate (line 919) | public componentWillUpdate(nextProps, nextState) { method render (line 924) | public render() { method componentDidMount (line 994) | public componentDidMount() { method render (line 1002) | public render() { method componentWillMount (line 1073) | public componentWillMount() { method componentWillReceiveProps (line 1077) | public componentWillReceiveProps(nextProps) { method render (line 1081) | public render() { method componentDidUpdate (line 1127) | public componentDidUpdate() { method componentWillReceiveProps (line 1132) | public componentWillReceiveProps() { method componentWillUpdate (line 1137) | public componentWillUpdate() { method render (line 1142) | public render() { method render (line 1524) | public render() { method componentWillMount (line 1976) | public componentWillMount() { method componentDidMount (line 1980) | public componentDidMount() { method componentWillUnmount (line 1984) | public componentWillUnmount() { method render (line 1988) | public render() { class Outer (line 1007) | class Outer extends Component<{ renderInner?: boolean }> { method getDerivedStateFromProps (line 44) | public static getDerivedStateFromProps() { method constructor (line 49) | constructor() { method render (line 64) | public render() { method constructor (line 902) | constructor(p, c) { method componentDidMount (line 907) | public componentDidMount() { method render (line 913) | public render(props, { i }) { method componentDidUpdate (line 1008) | public componentDidUpdate() { method render (line 1012) | public render(props) { method constructor (line 1052) | constructor(p, c) { method componentDidMount (line 1057) | public componentDidMount() { method render (line 1063) | public render(props, { i }) { method constructor (line 1110) | constructor(p, c) { method componentDidMount (line 1115) | public componentDidMount() { method render (line 1121) | public render(props, { i }) { method constructor (line 1491) | constructor(p, c) { method render (line 1499) | public render(props, { show }) { method constructor (line 1942) | constructor() { method componentWillMount (line 1950) | public componentWillMount() { method componentDidMount (line 1954) | public componentDidMount() { method componentWillUnmount (line 1958) | public componentWillUnmount() { method render (line 1962) | public render(props, { show }) { class ReceivePropsComponent (line 1026) | class ReceivePropsComponent extends Component { method componentWillUpdate (line 877) | public componentWillUpdate() {} method render (line 879) | public render() { method constructor (line 957) | constructor(props) { method componentWillUpdate (line 965) | public componentWillUpdate() {} method componentDidMount (line 967) | public componentDidMount() { method render (line 973) | public render() { method componentWillReceiveProps (line 1027) | public componentWillReceiveProps() {} method render (line 1029) | public render() { type OuterState (line 1045) | interface OuterState { class Outer (line 1049) | class Outer extends Component { method getDerivedStateFromProps (line 44) | public static getDerivedStateFromProps() { method constructor (line 49) | constructor() { method render (line 64) | public render() { method constructor (line 902) | constructor(p, c) { method componentDidMount (line 907) | public componentDidMount() { method render (line 913) | public render(props, { i }) { method componentDidUpdate (line 1008) | public componentDidUpdate() { method render (line 1012) | public render(props) { method constructor (line 1052) | constructor(p, c) { method componentDidMount (line 1057) | public componentDidMount() { method render (line 1063) | public render(props, { i }) { method constructor (line 1110) | constructor(p, c) { method componentDidMount (line 1115) | public componentDidMount() { method render (line 1121) | public render(props, { i }) { method constructor (line 1491) | constructor(p, c) { method render (line 1499) | public render(props, { show }) { method constructor (line 1942) | constructor() { method componentWillMount (line 1950) | public componentWillMount() { method componentDidMount (line 1954) | public componentDidMount() { method componentWillUnmount (line 1958) | public componentWillUnmount() { method render (line 1962) | public render(props, { show }) { type InnerProps (line 1068) | interface InnerProps { class Inner (line 1072) | class Inner extends Component { method getDerivedStateFromProps (line 96) | public static getDerivedStateFromProps() { method constructor (line 101) | constructor() { method render (line 116) | public render() { method componentWillUpdate (line 919) | public componentWillUpdate(nextProps, nextState) { method render (line 924) | public render() { method componentDidMount (line 994) | public componentDidMount() { method render (line 1002) | public render() { method componentWillMount (line 1073) | public componentWillMount() { method componentWillReceiveProps (line 1077) | public componentWillReceiveProps(nextProps) { method render (line 1081) | public render() { method componentDidUpdate (line 1127) | public componentDidUpdate() { method componentWillReceiveProps (line 1132) | public componentWillReceiveProps() { method componentWillUpdate (line 1137) | public componentWillUpdate() { method render (line 1142) | public render() { method render (line 1524) | public render() { method componentWillMount (line 1976) | public componentWillMount() { method componentDidMount (line 1980) | public componentDidMount() { method componentWillUnmount (line 1984) | public componentWillUnmount() { method render (line 1988) | public render() { type OuterState (line 1104) | interface OuterState { class Outer (line 1108) | class Outer extends Component { method getDerivedStateFromProps (line 44) | public static getDerivedStateFromProps() { method constructor (line 49) | constructor() { method render (line 64) | public render() { method constructor (line 902) | constructor(p, c) { method componentDidMount (line 907) | public componentDidMount() { method render (line 913) | public render(props, { i }) { method componentDidUpdate (line 1008) | public componentDidUpdate() { method render (line 1012) | public render(props) { method constructor (line 1052) | constructor(p, c) { method componentDidMount (line 1057) | public componentDidMount() { method render (line 1063) | public render(props, { i }) { method constructor (line 1110) | constructor(p, c) { method componentDidMount (line 1115) | public componentDidMount() { method render (line 1121) | public render(props, { i }) { method constructor (line 1491) | constructor(p, c) { method render (line 1499) | public render(props, { show }) { method constructor (line 1942) | constructor() { method componentWillMount (line 1950) | public componentWillMount() { method componentDidMount (line 1954) | public componentDidMount() { method componentWillUnmount (line 1958) | public componentWillUnmount() { method render (line 1962) | public render(props, { show }) { class Inner (line 1126) | class Inner extends Component { method getDerivedStateFromProps (line 96) | public static getDerivedStateFromProps() { method constructor (line 101) | constructor() { method render (line 116) | public render() { method componentWillUpdate (line 919) | public componentWillUpdate(nextProps, nextState) { method render (line 924) | public render() { method componentDidMount (line 994) | public componentDidMount() { method render (line 1002) | public render() { method componentWillMount (line 1073) | public componentWillMount() { method componentWillReceiveProps (line 1077) | public componentWillReceiveProps(nextProps) { method render (line 1081) | public render() { method componentDidUpdate (line 1127) | public componentDidUpdate() { method componentWillReceiveProps (line 1132) | public componentWillReceiveProps() { method componentWillUpdate (line 1137) | public componentWillUpdate() { method render (line 1142) | public render() { method render (line 1524) | public render() { method componentWillMount (line 1976) | public componentWillMount() { method componentDidMount (line 1980) | public componentDidMount() { method componentWillUnmount (line 1984) | public componentWillUnmount() { method render (line 1988) | public render() { type FooProps (line 1196) | interface FooProps { type FooState (line 1200) | interface FooState { class Foo (line 1204) | class Foo extends Component { method constructor (line 247) | constructor(props) { method getDerivedStateFromProps (line 256) | public static getDerivedStateFromProps(nextProps) { method render (line 263) | public render() { method constructor (line 280) | constructor(props, context) { method getDerivedStateFromProps (line 288) | public static getDerivedStateFromProps(_nextProps, prevState) { method render (line 294) | public render() { method constructor (line 314) | constructor(props, context) { method getDerivedStateFromProps (line 321) | public static getDerivedStateFromProps(nextProps) { method componentDidMount (line 331) | public componentDidMount() {} method componentDidUpdate (line 333) | public componentDidUpdate() {} method render (line 335) | public render() { method constructor (line 368) | constructor(props, context) { method getDerivedStateFromProps (line 375) | public static getDerivedStateFromProps(_nextProps, prevState) { method componentDidMount (line 386) | public componentDidMount() { method render (line 390) | public render() { method constructor (line 417) | constructor(props, context) { method getDerivedStateFromProps (line 425) | public static getDerivedStateFromProps() { method render (line 429) | public render() { method constructor (line 451) | constructor(props, context) { method getDerivedStateFromProps (line 459) | public static getDerivedStateFromProps() {} method render (line 461) | public render() { method getDerivedStateFromProps (line 475) | public static getDerivedStateFromProps() {} method componentWillMount (line 477) | public componentWillMount() {} method componentWillReceiveProps (line 479) | public componentWillReceiveProps() {} method render (line 481) | public render() { method constructor (line 563) | constructor(props) { method getDerivedStateFromProps (line 575) | public static getDerivedStateFromProps(props, state) { method render (line 588) | public render() { method constructor (line 787) | constructor(props) { method getDerivedStateFromProps (line 799) | public static getDerivedStateFromProps(_props, state) { method getSnapshotBeforeUpdate (line 807) | public getSnapshotBeforeUpdate(prevProps, prevState) { method render (line 817) | public render() { method constructor (line 1206) | constructor(props) { method getDerivedStateFromProps (line 1218) | public static getDerivedStateFromProps(_props, state) { method componentDidUpdate (line 1226) | public componentDidUpdate(prevProps, prevState) { method render (line 1236) | public render() { method constructor (line 1356) | constructor() { method updateState (line 1362) | public updateState() { method componentDidUpdate (line 1369) | public componentDidUpdate(_prevProps, prevState) { method render (line 1374) | public render() { method constructor (line 1398) | constructor() { method updateState (line 1404) | public updateState() { method componentDidUpdate (line 1411) | public componentDidUpdate(prevProps) { method render (line 1416) | public render() { method constructor (line 1789) | constructor(props) { method getDerivedStateFromProps (line 1801) | public static getDerivedStateFromProps(_props, state) { method shouldComponentUpdate (line 1809) | public shouldComponentUpdate(nextProps, nextState) { method render (line 1819) | public render() { type PropsProviderState (line 1297) | interface PropsProviderState { class PropsProvider (line 1301) | class PropsProvider extends Component { method constructor (line 1304) | constructor() { method changeReceiverProps (line 1310) | public changeReceiverProps() { method render (line 1317) | public render() { method constructor (line 1441) | constructor() { method changeReceiverProps (line 1447) | public changeReceiverProps() { method render (line 1454) | public render() { type PropsReceiverProps (line 1322) | interface PropsReceiverProps { class PropsReceiver (line 1326) | class PropsReceiver extends Component { method componentDidUpdate (line 1327) | public componentDidUpdate(_prevProps, prevState) { method render (line 1332) | public render({ value }) { method componentDidUpdate (line 1464) | public componentDidUpdate(prevProps) { method render (line 1469) | public render({ value }) { type FooState (line 1350) | interface FooState { class Foo (line 1354) | class Foo extends Component { method constructor (line 247) | constructor(props) { method getDerivedStateFromProps (line 256) | public static getDerivedStateFromProps(nextProps) { method render (line 263) | public render() { method constructor (line 280) | constructor(props, context) { method getDerivedStateFromProps (line 288) | public static getDerivedStateFromProps(_nextProps, prevState) { method render (line 294) | public render() { method constructor (line 314) | constructor(props, context) { method getDerivedStateFromProps (line 321) | public static getDerivedStateFromProps(nextProps) { method componentDidMount (line 331) | public componentDidMount() {} method componentDidUpdate (line 333) | public componentDidUpdate() {} method render (line 335) | public render() { method constructor (line 368) | constructor(props, context) { method getDerivedStateFromProps (line 375) | public static getDerivedStateFromProps(_nextProps, prevState) { method componentDidMount (line 386) | public componentDidMount() { method render (line 390) | public render() { method constructor (line 417) | constructor(props, context) { method getDerivedStateFromProps (line 425) | public static getDerivedStateFromProps() { method render (line 429) | public render() { method constructor (line 451) | constructor(props, context) { method getDerivedStateFromProps (line 459) | public static getDerivedStateFromProps() {} method render (line 461) | public render() { method getDerivedStateFromProps (line 475) | public static getDerivedStateFromProps() {} method componentWillMount (line 477) | public componentWillMount() {} method componentWillReceiveProps (line 479) | public componentWillReceiveProps() {} method render (line 481) | public render() { method constructor (line 563) | constructor(props) { method getDerivedStateFromProps (line 575) | public static getDerivedStateFromProps(props, state) { method render (line 588) | public render() { method constructor (line 787) | constructor(props) { method getDerivedStateFromProps (line 799) | public static getDerivedStateFromProps(_props, state) { method getSnapshotBeforeUpdate (line 807) | public getSnapshotBeforeUpdate(prevProps, prevState) { method render (line 817) | public render() { method constructor (line 1206) | constructor(props) { method getDerivedStateFromProps (line 1218) | public static getDerivedStateFromProps(_props, state) { method componentDidUpdate (line 1226) | public componentDidUpdate(prevProps, prevState) { method render (line 1236) | public render() { method constructor (line 1356) | constructor() { method updateState (line 1362) | public updateState() { method componentDidUpdate (line 1369) | public componentDidUpdate(_prevProps, prevState) { method render (line 1374) | public render() { method constructor (line 1398) | constructor() { method updateState (line 1404) | public updateState() { method componentDidUpdate (line 1411) | public componentDidUpdate(prevProps) { method render (line 1416) | public render() { method constructor (line 1789) | constructor(props) { method getDerivedStateFromProps (line 1801) | public static getDerivedStateFromProps(_props, state) { method shouldComponentUpdate (line 1809) | public shouldComponentUpdate(nextProps, nextState) { method render (line 1819) | public render() { type FooState (line 1392) | interface FooState { class Foo (line 1396) | class Foo extends Component { method constructor (line 247) | constructor(props) { method getDerivedStateFromProps (line 256) | public static getDerivedStateFromProps(nextProps) { method render (line 263) | public render() { method constructor (line 280) | constructor(props, context) { method getDerivedStateFromProps (line 288) | public static getDerivedStateFromProps(_nextProps, prevState) { method render (line 294) | public render() { method constructor (line 314) | constructor(props, context) { method getDerivedStateFromProps (line 321) | public static getDerivedStateFromProps(nextProps) { method componentDidMount (line 331) | public componentDidMount() {} method componentDidUpdate (line 333) | public componentDidUpdate() {} method render (line 335) | public render() { method constructor (line 368) | constructor(props, context) { method getDerivedStateFromProps (line 375) | public static getDerivedStateFromProps(_nextProps, prevState) { method componentDidMount (line 386) | public componentDidMount() { method render (line 390) | public render() { method constructor (line 417) | constructor(props, context) { method getDerivedStateFromProps (line 425) | public static getDerivedStateFromProps() { method render (line 429) | public render() { method constructor (line 451) | constructor(props, context) { method getDerivedStateFromProps (line 459) | public static getDerivedStateFromProps() {} method render (line 461) | public render() { method getDerivedStateFromProps (line 475) | public static getDerivedStateFromProps() {} method componentWillMount (line 477) | public componentWillMount() {} method componentWillReceiveProps (line 479) | public componentWillReceiveProps() {} method render (line 481) | public render() { method constructor (line 563) | constructor(props) { method getDerivedStateFromProps (line 575) | public static getDerivedStateFromProps(props, state) { method render (line 588) | public render() { method constructor (line 787) | constructor(props) { method getDerivedStateFromProps (line 799) | public static getDerivedStateFromProps(_props, state) { method getSnapshotBeforeUpdate (line 807) | public getSnapshotBeforeUpdate(prevProps, prevState) { method render (line 817) | public render() { method constructor (line 1206) | constructor(props) { method getDerivedStateFromProps (line 1218) | public static getDerivedStateFromProps(_props, state) { method componentDidUpdate (line 1226) | public componentDidUpdate(prevProps, prevState) { method render (line 1236) | public render() { method constructor (line 1356) | constructor() { method updateState (line 1362) | public updateState() { method componentDidUpdate (line 1369) | public componentDidUpdate(_prevProps, prevState) { method render (line 1374) | public render() { method constructor (line 1398) | constructor() { method updateState (line 1404) | public updateState() { method componentDidUpdate (line 1411) | public componentDidUpdate(prevProps) { method render (line 1416) | public render() { method constructor (line 1789) | constructor(props) { method getDerivedStateFromProps (line 1801) | public static getDerivedStateFromProps(_props, state) { method shouldComponentUpdate (line 1809) | public shouldComponentUpdate(nextProps, nextState) { method render (line 1819) | public render() { type PropsProviderState (line 1434) | interface PropsProviderState { class PropsProvider (line 1438) | class PropsProvider extends Component { method constructor (line 1304) | constructor() { method changeReceiverProps (line 1310) | public changeReceiverProps() { method render (line 1317) | public render() { method constructor (line 1441) | constructor() { method changeReceiverProps (line 1447) | public changeReceiverProps() { method render (line 1454) | public render() { type PropsReceiverProps (line 1459) | interface PropsReceiverProps { class PropsReceiver (line 1463) | class PropsReceiver extends Component { method componentDidUpdate (line 1327) | public componentDidUpdate(_prevProps, prevState) { method render (line 1332) | public render({ value }) { method componentDidUpdate (line 1464) | public componentDidUpdate(prevProps) { method render (line 1469) | public render({ value }) { type OuterState (line 1486) | interface OuterState { class Outer (line 1490) | class Outer extends Component { method getDerivedStateFromProps (line 44) | public static getDerivedStateFromProps() { method constructor (line 49) | constructor() { method render (line 64) | public render() { method constructor (line 902) | constructor(p, c) { method componentDidMount (line 907) | public componentDidMount() { method render (line 913) | public render(props, { i }) { method componentDidUpdate (line 1008) | public componentDidUpdate() { method render (line 1012) | public render(props) { method constructor (line 1052) | constructor(p, c) { method componentDidMount (line 1057) | public componentDidMount() { method render (line 1063) | public render(props, { i }) { method constructor (line 1110) | constructor(p, c) { method componentDidMount (line 1115) | public componentDidMount() { method render (line 1121) | public render(props, { i }) { method constructor (line 1491) | constructor(p, c) { method render (line 1499) | public render(props, { show }) { method constructor (line 1942) | constructor() { method componentWillMount (line 1950) | public componentWillMount() { method componentDidMount (line 1954) | public componentDidMount() { method componentWillUnmount (line 1958) | public componentWillUnmount() { method render (line 1962) | public render(props, { show }) { class LifecycleTestComponent (line 1504) | class LifecycleTestComponent extends Component { method constructor (line 1505) | constructor(p, c) { method _constructor (line 1510) | public _constructor() {} method componentWillMount (line 1512) | public componentWillMount() {} method componentDidMount (line 1514) | public componentDidMount() {} method componentWillUnmount (line 1516) | public componentWillUnmount() {} method render (line 1518) | public render() { class Inner (line 1523) | class Inner extends LifecycleTestComponent { method getDerivedStateFromProps (line 96) | public static getDerivedStateFromProps() { method constructor (line 101) | constructor() { method render (line 116) | public render() { method componentWillUpdate (line 919) | public componentWillUpdate(nextProps, nextState) { method render (line 924) | public render() { method componentDidMount (line 994) | public componentDidMount() { method render (line 1002) | public render() { method componentWillMount (line 1073) | public componentWillMount() { method componentWillReceiveProps (line 1077) | public componentWillReceiveProps(nextProps) { method render (line 1081) | public render() { method componentDidUpdate (line 1127) | public componentDidUpdate() { method componentWillReceiveProps (line 1132) | public componentWillReceiveProps() { method componentWillUpdate (line 1137) | public componentWillUpdate() { method render (line 1142) | public render() { method render (line 1524) | public render() { method componentWillMount (line 1976) | public componentWillMount() { method componentDidMount (line 1980) | public componentDidMount() { method componentWillUnmount (line 1984) | public componentWillUnmount() { method render (line 1988) | public render() { class InnerMost (line 1533) | class InnerMost extends LifecycleTestComponent { method render (line 1534) | public render() { type Outer1State (line 1640) | interface Outer1State { class Outer1 (line 1644) | class Outer1 extends Component { method constructor (line 1645) | constructor() { method render (line 1653) | public render(props, { show }) { class Inner1 (line 1666) | class Inner1 extends Component { method shouldComponentUpdate (line 1667) | public shouldComponentUpdate() { method componentWillMount (line 1671) | public componentWillMount() {} method componentDidMount (line 1673) | public componentDidMount() {} method componentWillUnmount (line 1675) | public componentWillUnmount() {} method render (line 1677) | public render() { type ShouldState (line 1726) | interface ShouldState { class Should (line 1734) | class Should extends Component { method constructor (line 1735) | constructor() { method render (line 1743) | public render(_props, { show }) { class ShouldNot (line 1748) | class ShouldNot extends Should { method shouldComponentUpdate (line 1749) | public shouldComponentUpdate() { type FooState (line 1783) | interface FooState { class Foo (line 1787) | class Foo extends Component<{ foo: string }, FooState> { method constructor (line 247) | constructor(props) { method getDerivedStateFromProps (line 256) | public static getDerivedStateFromProps(nextProps) { method render (line 263) | public render() { method constructor (line 280) | constructor(props, context) { method getDerivedStateFromProps (line 288) | public static getDerivedStateFromProps(_nextProps, prevState) { method render (line 294) | public render() { method constructor (line 314) | constructor(props, context) { method getDerivedStateFromProps (line 321) | public static getDerivedStateFromProps(nextProps) { method componentDidMount (line 331) | public componentDidMount() {} method componentDidUpdate (line 333) | public componentDidUpdate() {} method render (line 335) | public render() { method constructor (line 368) | constructor(props, context) { method getDerivedStateFromProps (line 375) | public static getDerivedStateFromProps(_nextProps, prevState) { method componentDidMount (line 386) | public componentDidMount() { method render (line 390) | public render() { method constructor (line 417) | constructor(props, context) { method getDerivedStateFromProps (line 425) | public static getDerivedStateFromProps() { method render (line 429) | public render() { method constructor (line 451) | constructor(props, context) { method getDerivedStateFromProps (line 459) | public static getDerivedStateFromProps() {} method render (line 461) | public render() { method getDerivedStateFromProps (line 475) | public static getDerivedStateFromProps() {} method componentWillMount (line 477) | public componentWillMount() {} method componentWillReceiveProps (line 479) | public componentWillReceiveProps() {} method render (line 481) | public render() { method constructor (line 563) | constructor(props) { method getDerivedStateFromProps (line 575) | public static getDerivedStateFromProps(props, state) { method render (line 588) | public render() { method constructor (line 787) | constructor(props) { method getDerivedStateFromProps (line 799) | public static getDerivedStateFromProps(_props, state) { method getSnapshotBeforeUpdate (line 807) | public getSnapshotBeforeUpdate(prevProps, prevState) { method render (line 817) | public render() { method constructor (line 1206) | constructor(props) { method getDerivedStateFromProps (line 1218) | public static getDerivedStateFromProps(_props, state) { method componentDidUpdate (line 1226) | public componentDidUpdate(prevProps, prevState) { method render (line 1236) | public render() { method constructor (line 1356) | constructor() { method updateState (line 1362) | public updateState() { method componentDidUpdate (line 1369) | public componentDidUpdate(_prevProps, prevState) { method render (line 1374) | public render() { method constructor (line 1398) | constructor() { method updateState (line 1404) | public updateState() { method componentDidUpdate (line 1411) | public componentDidUpdate(prevProps) { method render (line 1416) | public render() { method constructor (line 1789) | constructor(props) { method getDerivedStateFromProps (line 1801) | public static getDerivedStateFromProps(_props, state) { method shouldComponentUpdate (line 1809) | public shouldComponentUpdate(nextProps, nextState) { method render (line 1819) | public render() { class Stateful (line 1881) | class Stateful extends Component { method getDerivedStateFromProps (line 634) | public static getDerivedStateFromProps() { method constructor (line 638) | constructor() { method componentDidMount (line 643) | public componentDidMount() { method constructor (line 1882) | constructor() { method componentDidMount (line 1887) | public componentDidMount() { type CounterState (line 1910) | interface CounterState { class Counter (line 1914) | class Counter extends Component { method constructor (line 1915) | constructor() { method render (line 1920) | public render(_props, { count }) { type Outer1State (line 1937) | interface Outer1State { class Outer (line 1941) | class Outer extends Component { method getDerivedStateFromProps (line 44) | public static getDerivedStateFromProps() { method constructor (line 49) | constructor() { method render (line 64) | public render() { method constructor (line 902) | constructor(p, c) { method componentDidMount (line 907) | public componentDidMount() { method render (line 913) | public render(props, { i }) { method componentDidUpdate (line 1008) | public componentDidUpdate() { method render (line 1012) | public render(props) { method constructor (line 1052) | constructor(p, c) { method componentDidMount (line 1057) | public componentDidMount() { method render (line 1063) | public render(props, { i }) { method constructor (line 1110) | constructor(p, c) { method componentDidMount (line 1115) | public componentDidMount() { method render (line 1121) | public render(props, { i }) { method constructor (line 1491) | constructor(p, c) { method render (line 1499) | public render(props, { show }) { method constructor (line 1942) | constructor() { method componentWillMount (line 1950) | public componentWillMount() { method componentDidMount (line 1954) | public componentDidMount() { method componentWillUnmount (line 1958) | public componentWillUnmount() { method render (line 1962) | public render(props, { show }) { class Inner (line 1975) | class Inner extends Component { method getDerivedStateFromProps (line 96) | public static getDerivedStateFromProps() { method constructor (line 101) | constructor() { method render (line 116) | public render() { method componentWillUpdate (line 919) | public componentWillUpdate(nextProps, nextState) { method render (line 924) | public render() { method componentDidMount (line 994) | public componentDidMount() { method render (line 1002) | public render() { method componentWillMount (line 1073) | public componentWillMount() { method componentWillReceiveProps (line 1077) | public componentWillReceiveProps(nextProps) { method render (line 1081) | public render() { method componentDidUpdate (line 1127) | public componentDidUpdate() { method componentWillReceiveProps (line 1132) | public componentWillReceiveProps() { method componentWillUpdate (line 1137) | public componentWillUpdate() { method render (line 1142) | public render() { method render (line 1524) | public render() { method componentWillMount (line 1976) | public componentWillMount() { method componentDidMount (line 1980) | public componentDidMount() { method componentWillUnmount (line 1984) | public componentWillUnmount() { method render (line 1988) | public render() { FILE: packages/inferno/__tests__/patching-jsx.spec.tsx type Component1State (line 62) | interface Component1State { class Component1 (line 66) | class Component1 extends Component { method constructor (line 69) | constructor(p, c) { method add (line 79) | public add(e) { method render (line 87) | public render(props) { type ParentState (line 97) | interface ParentState { class Parent (line 101) | class Parent extends Component { method constructor (line 103) | constructor(p, c) { method add (line 113) | public add(e) { method render (line 121) | public render() { FILE: packages/inferno/__tests__/patching.spec.tsx class Collapsible (line 201) | class Collapsible extends Component { method render (line 202) | public render() { class Clock (line 219) | class Clock extends Component { method render (line 220) | public render() { function Comp (line 278) | function Comp() { method methodFn (line 316) | methodFn() {} method methodFn (line 345) | methodFn() {} method methodFn (line 375) | methodFn() {} method methodFn (line 405) | methodFn() {} method methodFn (line 435) | methodFn() {} method anotherFn (line 448) | anotherFn() {} method anotherFn (line 464) | anotherFn() {} method methodFn (line 478) | methodFn() {} method methodFn (line 495) | methodFn() {} method anotherFn (line 508) | anotherFn() {} method anotherFn (line 525) | anotherFn() {} method methodFn (line 541) | methodFn() {} method anotherFn (line 562) | anotherFn(_, ev) { method methodFn (line 594) | methodFn() {} method methodFn (line 623) | methodFn() {} method methodFn (line 653) | methodFn() {} method methodFn (line 683) | methodFn() {} method methodFn (line 713) | methodFn() {} method anotherFn (line 726) | anotherFn() {} method anotherFn (line 742) | anotherFn() {} method methodFn (line 756) | methodFn() {} method methodFn (line 773) | methodFn() {} method anotherFn (line 786) | anotherFn() {} method anotherFn (line 829) | anotherFn() {} method methodFn (line 845) | methodFn() {} method anotherFn (line 866) | anotherFn(_, ev) { FILE: packages/inferno/__tests__/portal.spec.tsx function render (line 12) | function render(input, $container, cb?) { type TesterProps (line 83) | interface TesterProps { class Tester (line 87) | class Tester extends Component { method componentWillUnmount (line 88) | public componentWillUnmount() { method componentWillMount (line 92) | public componentWillMount() { method render (line 96) | public render({ children }: TesterProps) { method componentWillUnmount (line 162) | public componentWillUnmount() { method componentWillMount (line 166) | public componentWillMount() { method render (line 170) | public render({ children }: TesterProps) { type TesterProps (line 157) | interface TesterProps { class Tester (line 161) | class Tester extends Component { method componentWillUnmount (line 88) | public componentWillUnmount() { method componentWillMount (line 92) | public componentWillMount() { method render (line 96) | public render({ children }: TesterProps) { method componentWillUnmount (line 162) | public componentWillUnmount() { method componentWillMount (line 166) | public componentWillMount() { method render (line 170) | public render({ children }: TesterProps) { type ChildProps (line 312) | interface ChildProps { class Child (line 316) | class Child extends Component { method componentDidMount (line 317) | public componentDidMount() { method componentDidUpdate (line 321) | public componentDidUpdate() { method componentWillUnmount (line 325) | public componentWillUnmount() { method render (line 329) | public render() { type ParentProps (line 334) | interface ParentProps { class Parent (line 338) | class Parent extends Component { method componentDidMount (line 339) | public componentDidMount() { method componentDidUpdate (line 343) | public componentDidUpdate() { method componentWillUnmount (line 347) | public componentWillUnmount() { method render (line 351) | public render() { method getChildContext (line 702) | public getChildContext() { method render (line 708) | public render() { method getChildContext (line 732) | public getChildContext() { method render (line 739) | public render() { method getChildContext (line 772) | public getChildContext() { method render (line 779) | public render() { method getChildContext (line 809) | public getChildContext() { method render (line 816) | public render() { function BrokenRender (line 677) | function BrokenRender() { class Comp (line 695) | class Comp extends Component { method render (line 696) | public render() { method render (line 722) | public render() { method render (line 762) | public render() { method render (line 902) | public render({ children }: CompProps) { method componentWillMount (line 1036) | public componentWillMount() { method componentWillUnmount (line 1040) | public componentWillUnmount() { method render (line 1044) | public render({ children }) { method componentWillMount (line 1103) | public componentWillMount() { method componentWillUnmount (line 1107) | public componentWillUnmount() { method render (line 1111) | public render({ children }) { method componentWillMount (line 1184) | public componentWillMount() { method componentWillUnmount (line 1188) | public componentWillUnmount() { method render (line 1192) | public render({ children }) { method componentWillMount (line 1261) | public componentWillMount() { method componentWillUnmount (line 1265) | public componentWillUnmount() { method render (line 1269) | public render({ children }) { method componentWillMount (line 1340) | public componentWillMount() { method componentWillUnmount (line 1344) | public componentWillUnmount() { method render (line 1348) | public render({ children }) { method componentWillMount (line 1427) | public componentWillMount() { method componentWillUnmount (line 1431) | public componentWillUnmount() { method render (line 1435) | public render({ children }) { method componentWillMount (line 1532) | public componentWillMount() { method componentWillUnmount (line 1536) | public componentWillUnmount() { method render (line 1540) | public render({ children }) { class Parent (line 701) | class Parent extends Component { method componentDidMount (line 339) | public componentDidMount() { method componentDidUpdate (line 343) | public componentDidUpdate() { method componentWillUnmount (line 347) | public componentWillUnmount() { method render (line 351) | public render() { method getChildContext (line 702) | public getChildContext() { method render (line 708) | public render() { method getChildContext (line 732) | public getChildContext() { method render (line 739) | public render() { method getChildContext (line 772) | public getChildContext() { method render (line 779) | public render() { method getChildContext (line 809) | public getChildContext() { method render (line 816) | public render() { class Comp (line 721) | class Comp extends Component { method render (line 696) | public render() { method render (line 722) | public render() { method render (line 762) | public render() { method render (line 902) | public render({ children }: CompProps) { method componentWillMount (line 1036) | public componentWillMount() { method componentWillUnmount (line 1040) | public componentWillUnmount() { method render (line 1044) | public render({ children }) { method componentWillMount (line 1103) | public componentWillMount() { method componentWillUnmount (line 1107) | public componentWillUnmount() { method render (line 1111) | public render({ children }) { method componentWillMount (line 1184) | public componentWillMount() { method componentWillUnmount (line 1188) | public componentWillUnmount() { method render (line 1192) | public render({ children }) { method componentWillMount (line 1261) | public componentWillMount() { method componentWillUnmount (line 1265) | public componentWillUnmount() { method render (line 1269) | public render({ children }) { method componentWillMount (line 1340) | public componentWillMount() { method componentWillUnmount (line 1344) | public componentWillUnmount() { method render (line 1348) | public render({ children }) { method componentWillMount (line 1427) | public componentWillMount() { method componentWillUnmount (line 1431) | public componentWillUnmount() { method render (line 1435) | public render({ children }) { method componentWillMount (line 1532) | public componentWillMount() { method componentWillUnmount (line 1536) | public componentWillUnmount() { method render (line 1540) | public render({ children }) { class Parent (line 727) | class Parent extends Component { method componentDidMount (line 339) | public componentDidMount() { method componentDidUpdate (line 343) | public componentDidUpdate() { method componentWillUnmount (line 347) | public componentWillUnmount() { method render (line 351) | public render() { method getChildContext (line 702) | public getChildContext() { method render (line 708) | public render() { method getChildContext (line 732) | public getChildContext() { method render (line 739) | public render() { method getChildContext (line 772) | public getChildContext() { method render (line 779) | public render() { method getChildContext (line 809) | public getChildContext() { method render (line 816) | public render() { class Comp (line 761) | class Comp extends Component { method render (line 696) | public render() { method render (line 722) | public render() { method render (line 762) | public render() { method render (line 902) | public render({ children }: CompProps) { method componentWillMount (line 1036) | public componentWillMount() { method componentWillUnmount (line 1040) | public componentWillUnmount() { method render (line 1044) | public render({ children }) { method componentWillMount (line 1103) | public componentWillMount() { method componentWillUnmount (line 1107) | public componentWillUnmount() { method render (line 1111) | public render({ children }) { method componentWillMount (line 1184) | public componentWillMount() { method componentWillUnmount (line 1188) | public componentWillUnmount() { method render (line 1192) | public render({ children }) { method componentWillMount (line 1261) | public componentWillMount() { method componentWillUnmount (line 1265) | public componentWillUnmount() { method render (line 1269) | public render({ children }) { method componentWillMount (line 1340) | public componentWillMount() { method componentWillUnmount (line 1344) | public componentWillUnmount() { method render (line 1348) | public render({ children }) { method componentWillMount (line 1427) | public componentWillMount() { method componentWillUnmount (line 1431) | public componentWillUnmount() { method render (line 1435) | public render({ children }) { method componentWillMount (line 1532) | public componentWillMount() { method componentWillUnmount (line 1536) | public componentWillUnmount() { method render (line 1540) | public render({ children }) { type ParentProps (line 767) | interface ParentProps { class Parent (line 771) | class Parent extends Component { method componentDidMount (line 339) | public componentDidMount() { method componentDidUpdate (line 343) | public componentDidUpdate() { method componentWillUnmount (line 347) | public componentWillUnmount() { method render (line 351) | public render() { method getChildContext (line 702) | public getChildContext() { method render (line 708) | public render() { method getChildContext (line 732) | public getChildContext() { method render (line 739) | public render() { method getChildContext (line 772) | public getChildContext() { method render (line 779) | public render() { method getChildContext (line 809) | public getChildContext() { method render (line 816) | public render() { function Comp (line 800) | function Comp(_, { foo, getFoo }) { method render (line 696) | public render() { method render (line 722) | public render() { method render (line 762) | public render() { method render (line 902) | public render({ children }: CompProps) { method componentWillMount (line 1036) | public componentWillMount() { method componentWillUnmount (line 1040) | public componentWillUnmount() { method render (line 1044) | public render({ children }) { method componentWillMount (line 1103) | public componentWillMount() { method componentWillUnmount (line 1107) | public componentWillUnmount() { method render (line 1111) | public render({ children }) { method componentWillMount (line 1184) | public componentWillMount() { method componentWillUnmount (line 1188) | public componentWillUnmount() { method render (line 1192) | public render({ children }) { method componentWillMount (line 1261) | public componentWillMount() { method componentWillUnmount (line 1265) | public componentWillUnmount() { method render (line 1269) | public render({ children }) { method componentWillMount (line 1340) | public componentWillMount() { method componentWillUnmount (line 1344) | public componentWillUnmount() { method render (line 1348) | public render({ children }) { method componentWillMount (line 1427) | public componentWillMount() { method componentWillUnmount (line 1431) | public componentWillUnmount() { method render (line 1435) | public render({ children }) { method componentWillMount (line 1532) | public componentWillMount() { method componentWillUnmount (line 1536) | public componentWillUnmount() { method render (line 1540) | public render({ children }) { type ParentProps (line 804) | interface ParentProps { class Parent (line 808) | class Parent extends Component { method componentDidMount (line 339) | public componentDidMount() { method componentDidUpdate (line 343) | public componentDidUpdate() { method componentWillUnmount (line 347) | public componentWillUnmount() { method render (line 351) | public render() { method getChildContext (line 702) | public getChildContext() { method render (line 708) | public render() { method getChildContext (line 732) | public getChildContext() { method render (line 739) | public render() { method getChildContext (line 772) | public getChildContext() { method render (line 779) | public render() { method getChildContext (line 809) | public getChildContext() { method render (line 816) | public render() { function Comp (line 837) | function Comp({ foo }) { method render (line 696) | public render() { method render (line 722) | public render() { method render (line 762) | public render() { method render (line 902) | public render({ children }: CompProps) { method componentWillMount (line 1036) | public componentWillMount() { method componentWillUnmount (line 1040) | public componentWillUnmount() { method render (line 1044) | public render({ children }) { method componentWillMount (line 1103) | public componentWillMount() { method componentWillUnmount (line 1107) | public componentWillUnmount() { method render (line 1111) | public render({ children }) { method componentWillMount (line 1184) | public componentWillMount() { method componentWillUnmount (line 1188) | public componentWillUnmount() { method render (line 1192) | public render({ children }) { method componentWillMount (line 1261) | public componentWillMount() { method componentWillUnmount (line 1265) | public componentWillUnmount() { method render (line 1269) | public render({ children }) { method componentWillMount (line 1340) | public componentWillMount() { method componentWillUnmount (line 1344) | public componentWillUnmount() { method render (line 1348) | public render({ children }) { method componentWillMount (line 1427) | public componentWillMount() { method componentWillUnmount (line 1431) | public componentWillUnmount() { method render (line 1435) | public render({ children }) { method componentWillMount (line 1532) | public componentWillMount() { method componentWillUnmount (line 1536) | public componentWillUnmount() { method render (line 1540) | public render({ children }) { function Parent (line 841) | function Parent({ bar }) { method componentDidMount (line 339) | public componentDidMount() { method componentDidUpdate (line 343) | public componentDidUpdate() { method componentWillUnmount (line 347) | public componentWillUnmount() { method render (line 351) | public render() { method getChildContext (line 702) | public getChildContext() { method render (line 708) | public render() { method getChildContext (line 732) | public getChildContext() { method render (line 739) | public render() { method getChildContext (line 772) | public getChildContext() { method render (line 779) | public render() { method getChildContext (line 809) | public getChildContext() { method render (line 816) | public render() { function Comp (line 862) | function Comp({ foo }) { method render (line 696) | public render() { method render (line 722) | public render() { method render (line 762) | public render() { method render (line 902) | public render({ children }: CompProps) { method componentWillMount (line 1036) | public componentWillMount() { method componentWillUnmount (line 1040) | public componentWillUnmount() { method render (line 1044) | public render({ children }) { method componentWillMount (line 1103) | public componentWillMount() { method componentWillUnmount (line 1107) | public componentWillUnmount() { method render (line 1111) | public render({ children }) { method componentWillMount (line 1184) | public componentWillMount() { method componentWillUnmount (line 1188) | public componentWillUnmount() { method render (line 1192) | public render({ children }) { method componentWillMount (line 1261) | public componentWillMount() { method componentWillUnmount (line 1265) | public componentWillUnmount() { method render (line 1269) | public render({ children }) { method componentWillMount (line 1340) | public componentWillMount() { method componentWillUnmount (line 1344) | public componentWillUnmount() { method render (line 1348) | public render({ children }) { method componentWillMount (line 1427) | public componentWillMount() { method componentWillUnmount (line 1431) | public componentWillUnmount() { method render (line 1435) | public render({ children }) { method componentWillMount (line 1532) | public componentWillMount() { method componentWillUnmount (line 1536) | public componentWillUnmount() { method render (line 1540) | public render({ children }) { function Parent (line 866) | function Parent({ bar, port }) { method componentDidMount (line 339) | public componentDidMount() { method componentDidUpdate (line 343) | public componentDidUpdate() { method componentWillUnmount (line 347) | public componentWillUnmount() { method render (line 351) | public render() { method getChildContext (line 702) | public getChildContext() { method render (line 708) | public render() { method getChildContext (line 732) | public getChildContext() { method render (line 739) | public render() { method getChildContext (line 772) | public getChildContext() { method render (line 779) | public render() { method getChildContext (line 809) | public getChildContext() { method render (line 816) | public render() { type CompProps (line 897) | interface CompProps { class Comp (line 901) | class Comp extends Component { method render (line 696) | public render() { method render (line 722) | public render() { method render (line 762) | public render() { method render (line 902) | public render({ children }: CompProps) { method componentWillMount (line 1036) | public componentWillMount() { method componentWillUnmount (line 1040) | public componentWillUnmount() { method render (line 1044) | public render({ children }) { method componentWillMount (line 1103) | public componentWillMount() { method componentWillUnmount (line 1107) | public componentWillUnmount() { method render (line 1111) | public render({ children }) { method componentWillMount (line 1184) | public componentWillMount() { method componentWillUnmount (line 1188) | public componentWillUnmount() { method render (line 1192) | public render({ children }) { method componentWillMount (line 1261) | public componentWillMount() { method componentWillUnmount (line 1265) | public componentWillUnmount() { method render (line 1269) | public render({ children }) { method componentWillMount (line 1340) | public componentWillMount() { method componentWillUnmount (line 1344) | public componentWillUnmount() { method render (line 1348) | public render({ children }) { method componentWillMount (line 1427) | public componentWillMount() { method componentWillUnmount (line 1431) | public componentWillUnmount() { method render (line 1435) | public render({ children }) { method componentWillMount (line 1532) | public componentWillMount() { method componentWillUnmount (line 1536) | public componentWillUnmount() { method render (line 1540) | public render({ children }) { function Parent (line 907) | function Parent({ bar, port }) { method componentDidMount (line 339) | public componentDidMount() { method componentDidUpdate (line 343) | public componentDidUpdate() { method componentWillUnmount (line 347) | public componentWillUnmount() { method render (line 351) | public render() { method getChildContext (line 702) | public getChildContext() { method render (line 708) | public render() { method getChildContext (line 732) | public getChildContext() { method render (line 739) | public render() { method getChildContext (line 772) | public getChildContext() { method render (line 779) | public render() { method getChildContext (line 809) | public getChildContext() { method render (line 816) | public render() { function Comp (line 947) | function Comp({ children }) { method render (line 696) | public render() { method render (line 722) | public render() { method render (line 762) | public render() { method render (line 902) | public render({ children }: CompProps) { method componentWillMount (line 1036) | public componentWillMount() { method componentWillUnmount (line 1040) | public componentWillUnmount() { method render (line 1044) | public render({ children }) { method componentWillMount (line 1103) | public componentWillMount() { method componentWillUnmount (line 1107) | public componentWillUnmount() { method render (line 1111) | public render({ children }) { method componentWillMount (line 1184) | public componentWillMount() { method componentWillUnmount (line 1188) | public componentWillUnmount() { method render (line 1192) | public render({ children }) { method componentWillMount (line 1261) | public componentWillMount() { method componentWillUnmount (line 1265) | public componentWillUnmount() { method render (line 1269) | public render({ children }) { method componentWillMount (line 1340) | public componentWillMount() { method componentWillUnmount (line 1344) | public componentWillUnmount() { method render (line 1348) | public render({ children }) { method componentWillMount (line 1427) | public componentWillMount() { method componentWillUnmount (line 1431) | public componentWillUnmount() { method render (line 1435) | public render({ children }) { method componentWillMount (line 1532) | public componentWillMount() { method componentWillUnmount (line 1536) | public componentWillUnmount() { method render (line 1540) | public render({ children }) { function Parent (line 951) | function Parent({ bar, port }) { method componentDidMount (line 339) | public componentDidMount() { method componentDidUpdate (line 343) | public componentDidUpdate() { method componentWillUnmount (line 347) | public componentWillUnmount() { method render (line 351) | public render() { method getChildContext (line 702) | public getChildContext() { method render (line 708) | public render() { method getChildContext (line 732) | public getChildContext() { method render (line 739) | public render() { method getChildContext (line 772) | public getChildContext() { method render (line 779) | public render() { method getChildContext (line 809) | public getChildContext() { method render (line 816) | public render() { function Comp (line 991) | function Comp({ children }) { method render (line 696) | public render() { method render (line 722) | public render() { method render (line 762) | public render() { method render (line 902) | public render({ children }: CompProps) { method componentWillMount (line 1036) | public componentWillMount() { method componentWillUnmount (line 1040) | public componentWillUnmount() { method render (line 1044) | public render({ children }) { method componentWillMount (line 1103) | public componentWillMount() { method componentWillUnmount (line 1107) | public componentWillUnmount() { method render (line 1111) | public render({ children }) { method componentWillMount (line 1184) | public componentWillMount() { method componentWillUnmount (line 1188) | public componentWillUnmount() { method render (line 1192) | public render({ children }) { method componentWillMount (line 1261) | public componentWillMount() { method componentWillUnmount (line 1265) | public componentWillUnmount() { method render (line 1269) | public render({ children }) { method componentWillMount (line 1340) | public componentWillMount() { method componentWillUnmount (line 1344) | public componentWillUnmount() { method render (line 1348) | public render({ children }) { method componentWillMount (line 1427) | public componentWillMount() { method componentWillUnmount (line 1431) | public componentWillUnmount() { method render (line 1435) | public render({ children }) { method componentWillMount (line 1532) | public componentWillMount() { method componentWillUnmount (line 1536) | public componentWillUnmount() { method render (line 1540) | public render({ children }) { function Parent (line 995) | function Parent({ bar, port }) { method componentDidMount (line 339) | public componentDidMount() { method componentDidUpdate (line 343) | public componentDidUpdate() { method componentWillUnmount (line 347) | public componentWillUnmount() { method render (line 351) | public render() { method getChildContext (line 702) | public getChildContext() { method render (line 708) | public render() { method getChildContext (line 732) | public getChildContext() { method render (line 739) | public render() { method getChildContext (line 772) | public getChildContext() { method render (line 779) | public render() { method getChildContext (line 809) | public getChildContext() { method render (line 816) | public render() { type CompProps (line 1031) | interface CompProps { class Comp (line 1035) | class Comp extends Component { method render (line 696) | public render() { method render (line 722) | public render() { method render (line 762) | public render() { method render (line 902) | public render({ children }: CompProps) { method componentWillMount (line 1036) | public componentWillMount() { method componentWillUnmount (line 1040) | public componentWillUnmount() { method render (line 1044) | public render({ children }) { method componentWillMount (line 1103) | public componentWillMount() { method componentWillUnmount (line 1107) | public componentWillUnmount() { method render (line 1111) | public render({ children }) { method componentWillMount (line 1184) | public componentWillMount() { method componentWillUnmount (line 1188) | public componentWillUnmount() { method render (line 1192) | public render({ children }) { method componentWillMount (line 1261) | public componentWillMount() { method componentWillUnmount (line 1265) | public componentWillUnmount() { method render (line 1269) | public render({ children }) { method componentWillMount (line 1340) | public componentWillMount() { method componentWillUnmount (line 1344) | public componentWillUnmount() { method render (line 1348) | public render({ children }) { method componentWillMount (line 1427) | public componentWillMount() { method componentWillUnmount (line 1431) | public componentWillUnmount() { method render (line 1435) | public render({ children }) { method componentWillMount (line 1532) | public componentWillMount() { method componentWillUnmount (line 1536) | public componentWillUnmount() { method render (line 1540) | public render({ children }) { function Parent (line 1049) | function Parent({ port }) { method componentDidMount (line 339) | public componentDidMount() { method componentDidUpdate (line 343) | public componentDidUpdate() { method componentWillUnmount (line 347) | public componentWillUnmount() { method render (line 351) | public render() { method getChildContext (line 702) | public getChildContext() { method render (line 708) | public render() { method getChildContext (line 732) | public getChildContext() { method render (line 739) | public render() { method getChildContext (line 772) | public getChildContext() { method render (line 779) | public render() { method getChildContext (line 809) | public getChildContext() { method render (line 816) | public render() { type CompProps (line 1098) | interface CompProps { class Comp (line 1102) | class Comp extends Component { method render (line 696) | public render() { method render (line 722) | public render() { method render (line 762) | public render() { method render (line 902) | public render({ children }: CompProps) { method componentWillMount (line 1036) | public componentWillMount() { method componentWillUnmount (line 1040) | public componentWillUnmount() { method render (line 1044) | public render({ children }) { method componentWillMount (line 1103) | public componentWillMount() { method componentWillUnmount (line 1107) | public componentWillUnmount() { method render (line 1111) | public render({ children }) { method componentWillMount (line 1184) | public componentWillMount() { method componentWillUnmount (line 1188) | public componentWillUnmount() { method render (line 1192) | public render({ children }) { method componentWillMount (line 1261) | public componentWillMount() { method componentWillUnmount (line 1265) | public componentWillUnmount() { method render (line 1269) | public render({ children }) { method componentWillMount (line 1340) | public componentWillMount() { method componentWillUnmount (line 1344) | public componentWillUnmount() { method render (line 1348) | public render({ children }) { method componentWillMount (line 1427) | public componentWillMount() { method componentWillUnmount (line 1431) | public componentWillUnmount() { method render (line 1435) | public render({ children }) { method componentWillMount (line 1532) | public componentWillMount() { method componentWillUnmount (line 1536) | public componentWillUnmount() { method render (line 1540) | public render({ children }) { function Parent (line 1116) | function Parent({ method componentDidMount (line 339) | public componentDidMount() { method componentDidUpdate (line 343) | public componentDidUpdate() { method componentWillUnmount (line 347) | public componentWillUnmount() { method render (line 351) | public render() { method getChildContext (line 702) | public getChildContext() { method render (line 708) | public render() { method getChildContext (line 732) | public getChildContext() { method render (line 739) | public render() { method getChildContext (line 772) | public getChildContext() { method render (line 779) | public render() { method getChildContext (line 809) | public getChildContext() { method render (line 816) | public render() { type CompProps (line 1179) | interface CompProps { class Comp (line 1183) | class Comp extends Component { method render (line 696) | public render() { method render (line 722) | public render() { method render (line 762) | public render() { method render (line 902) | public render({ children }: CompProps) { method componentWillMount (line 1036) | public componentWillMount() { method componentWillUnmount (line 1040) | public componentWillUnmount() { method render (line 1044) | public render({ children }) { method componentWillMount (line 1103) | public componentWillMount() { method componentWillUnmount (line 1107) | public componentWillUnmount() { method render (line 1111) | public render({ children }) { method componentWillMount (line 1184) | public componentWillMount() { method componentWillUnmount (line 1188) | public componentWillUnmount() { method render (line 1192) | public render({ children }) { method componentWillMount (line 1261) | public componentWillMount() { method componentWillUnmount (line 1265) | public componentWillUnmount() { method render (line 1269) | public render({ children }) { method componentWillMount (line 1340) | public componentWillMount() { method componentWillUnmount (line 1344) | public componentWillUnmount() { method render (line 1348) | public render({ children }) { method componentWillMount (line 1427) | public componentWillMount() { method componentWillUnmount (line 1431) | public componentWillUnmount() { method render (line 1435) | public render({ children }) { method componentWillMount (line 1532) | public componentWillMount() { method componentWillUnmount (line 1536) | public componentWillUnmount() { method render (line 1540) | public render({ children }) { function Parent (line 1197) | function Parent({ port }: { port?: boolean }) { method componentDidMount (line 339) | public componentDidMount() { method componentDidUpdate (line 343) | public componentDidUpdate() { method componentWillUnmount (line 347) | public componentWillUnmount() { method render (line 351) | public render() { method getChildContext (line 702) | public getChildContext() { method render (line 708) | public render() { method getChildContext (line 732) | public getChildContext() { method render (line 739) | public render() { method getChildContext (line 772) | public getChildContext() { method render (line 779) | public render() { method getChildContext (line 809) | public getChildContext() { method render (line 816) | public render() { type CompProps (line 1256) | interface CompProps { class Comp (line 1260) | class Comp extends Component { method render (line 696) | public render() { method render (line 722) | public render() { method render (line 762) | public render() { method render (line 902) | public render({ children }: CompProps) { method componentWillMount (line 1036) | public componentWillMount() { method componentWillUnmount (line 1040) | public componentWillUnmount() { method render (line 1044) | public render({ children }) { method componentWillMount (line 1103) | public componentWillMount() { method componentWillUnmount (line 1107) | public componentWillUnmount() { method render (line 1111) | public render({ children }) { method componentWillMount (line 1184) | public componentWillMount() { method componentWillUnmount (line 1188) | public componentWillUnmount() { method render (line 1192) | public render({ children }) { method componentWillMount (line 1261) | public componentWillMount() { method componentWillUnmount (line 1265) | public componentWillUnmount() { method render (line 1269) | public render({ children }) { method componentWillMount (line 1340) | public componentWillMount() { method componentWillUnmount (line 1344) | public componentWillUnmount() { method render (line 1348) | public render({ children }) { method componentWillMount (line 1427) | public componentWillMount() { method componentWillUnmount (line 1431) | public componentWillUnmount() { method render (line 1435) | public render({ children }) { method componentWillMount (line 1532) | public componentWillMount() { method componentWillUnmount (line 1536) | public componentWillUnmount() { method render (line 1540) | public render({ children }) { function Parent (line 1274) | function Parent({ port }: { port?: boolean }) { method componentDidMount (line 339) | public componentDidMount() { method componentDidUpdate (line 343) | public componentDidUpdate() { method componentWillUnmount (line 347) | public componentWillUnmount() { method render (line 351) | public render() { method getChildContext (line 702) | public getChildContext() { method render (line 708) | public render() { method getChildContext (line 732) | public getChildContext() { method render (line 739) | public render() { method getChildContext (line 772) | public getChildContext() { method render (line 779) | public render() { method getChildContext (line 809) | public getChildContext() { method render (line 816) | public render() { type CompProps (line 1329) | interface CompProps { class WrapPortal (line 1333) | class WrapPortal extends Component { method render (line 1334) | public render({ children }) { method render (line 1421) | public render({ children }) { method render (line 1526) | public render({ children }) { class Comp (line 1339) | class Comp extends Component { method render (line 696) | public render() { method render (line 722) | public render() { method render (line 762) | public render() { method render (line 902) | public render({ children }: CompProps) { method componentWillMount (line 1036) | public componentWillMount() { method componentWillUnmount (line 1040) | public componentWillUnmount() { method render (line 1044) | public render({ children }) { method componentWillMount (line 1103) | public componentWillMount() { method componentWillUnmount (line 1107) | public componentWillUnmount() { method render (line 1111) | public render({ children }) { method componentWillMount (line 1184) | public componentWillMount() { method componentWillUnmount (line 1188) | public componentWillUnmount() { method render (line 1192) | public render({ children }) { method componentWillMount (line 1261) | public componentWillMount() { method componentWillUnmount (line 1265) | public componentWillUnmount() { method render (line 1269) | public render({ children }) { method componentWillMount (line 1340) | public componentWillMount() { method componentWillUnmount (line 1344) | public componentWillUnmount() { method render (line 1348) | public render({ children }) { method componentWillMount (line 1427) | public componentWillMount() { method componentWillUnmount (line 1431) | public componentWillUnmount() { method render (line 1435) | public render({ children }) { method componentWillMount (line 1532) | public componentWillMount() { method componentWillUnmount (line 1536) | public componentWillUnmount() { method render (line 1540) | public render({ children }) { function Parent (line 1353) | function Parent({ port }) { method componentDidMount (line 339) | public componentDidMount() { method componentDidUpdate (line 343) | public componentDidUpdate() { method componentWillUnmount (line 347) | public componentWillUnmount() { method render (line 351) | public render() { method getChildContext (line 702) | public getChildContext() { method render (line 708) | public render() { method getChildContext (line 732) | public getChildContext() { method render (line 739) | public render() { method getChildContext (line 772) | public getChildContext() { method render (line 779) | public render() { method getChildContext (line 809) | public getChildContext() { method render (line 816) | public render() { type CompProps (line 1416) | interface CompProps { class WrapPortal (line 1420) | class WrapPortal extends Component { method render (line 1334) | public render({ children }) { method render (line 1421) | public render({ children }) { method render (line 1526) | public render({ children }) { class Comp (line 1426) | class Comp extends Component { method render (line 696) | public render() { method render (line 722) | public render() { method render (line 762) | public render() { method render (line 902) | public render({ children }: CompProps) { method componentWillMount (line 1036) | public componentWillMount() { method componentWillUnmount (line 1040) | public componentWillUnmount() { method render (line 1044) | public render({ children }) { method componentWillMount (line 1103) | public componentWillMount() { method componentWillUnmount (line 1107) | public componentWillUnmount() { method render (line 1111) | public render({ children }) { method componentWillMount (line 1184) | public componentWillMount() { method componentWillUnmount (line 1188) | public componentWillUnmount() { method render (line 1192) | public render({ children }) { method componentWillMount (line 1261) | public componentWillMount() { method componentWillUnmount (line 1265) | public componentWillUnmount() { method render (line 1269) | public render({ children }) { method componentWillMount (line 1340) | public componentWillMount() { method componentWillUnmount (line 1344) | public componentWillUnmount() { method render (line 1348) | public render({ children }) { method componentWillMount (line 1427) | public componentWillMount() { method componentWillUnmount (line 1431) | public componentWillUnmount() { method render (line 1435) | public render({ children }) { method componentWillMount (line 1532) | public componentWillMount() { method componentWillUnmount (line 1536) | public componentWillUnmount() { method render (line 1540) | public render({ children }) { function Parent (line 1440) | function Parent({ port }) { method componentDidMount (line 339) | public componentDidMount() { method componentDidUpdate (line 343) | public componentDidUpdate() { method componentWillUnmount (line 347) | public componentWillUnmount() { method render (line 351) | public render() { method getChildContext (line 702) | public getChildContext() { method render (line 708) | public render() { method getChildContext (line 732) | public getChildContext() { method render (line 739) | public render() { method getChildContext (line 772) | public getChildContext() { method render (line 779) | public render() { method getChildContext (line 809) | public getChildContext() { method render (line 816) | public render() { type CompProps (line 1521) | interface CompProps { class WrapPortal (line 1525) | class WrapPortal extends Component { method render (line 1334) | public render({ children }) { method render (line 1421) | public render({ children }) { method render (line 1526) | public render({ children }) { class Comp (line 1531) | class Comp extends Component { method render (line 696) | public render() { method render (line 722) | public render() { method render (line 762) | public render() { method render (line 902) | public render({ children }: CompProps) { method componentWillMount (line 1036) | public componentWillMount() { method componentWillUnmount (line 1040) | public componentWillUnmount() { method render (line 1044) | public render({ children }) { method componentWillMount (line 1103) | public componentWillMount() { method componentWillUnmount (line 1107) | public componentWillUnmount() { method render (line 1111) | public render({ children }) { method componentWillMount (line 1184) | public componentWillMount() { method componentWillUnmount (line 1188) | public componentWillUnmount() { method render (line 1192) | public render({ children }) { method componentWillMount (line 1261) | public componentWillMount() { method componentWillUnmount (line 1265) | public componentWillUnmount() { method render (line 1269) | public render({ children }) { method componentWillMount (line 1340) | public componentWillMount() { method componentWillUnmount (line 1344) | public componentWillUnmount() { method render (line 1348) | public render({ children }) { method componentWillMount (line 1427) | public componentWillMount() { method componentWillUnmount (line 1431) | public componentWillUnmount() { method render (line 1435) | public render({ children }) { method componentWillMount (line 1532) | public componentWillMount() { method componentWillUnmount (line 1536) | public componentWillUnmount() { method render (line 1540) | public render({ children }) { function Parent (line 1545) | function Parent({ port }) { method componentDidMount (line 339) | public componentDidMount() { method componentDidUpdate (line 343) | public componentDidUpdate() { method componentWillUnmount (line 347) | public componentWillUnmount() { method render (line 351) | public render() { method getChildContext (line 702) | public getChildContext() { method render (line 708) | public render() { method getChildContext (line 732) | public getChildContext() { method render (line 739) | public render() { method getChildContext (line 772) | public getChildContext() { method render (line 779) | public render() { method getChildContext (line 809) | public getChildContext() { method render (line 816) | public render() { FILE: packages/inferno/__tests__/rendering.spec.tsx class Foo (line 85) | class Foo extends Component { method render (line 86) | public render() { function Clock (line 146) | function Clock(props) { type HelloProps (line 224) | interface HelloProps { class Hello (line 228) | class Hello extends Component { method render (line 229) | public render(props) { method constructor (line 282) | constructor(props, context) { method render (line 300) | public render() { type HelloProps (line 271) | interface HelloProps { type HelloState (line 276) | interface HelloState { class Hello (line 280) | class Hello extends Component { method render (line 229) | public render(props) { method constructor (line 282) | constructor(props, context) { method render (line 300) | public render() { type HOCProps (line 309) | interface HOCProps { type HOCState (line 314) | interface HOCState { class HOC (line 318) | class HOC extends Component { method constructor (line 321) | constructor(props, context) { method renderAgain (line 329) | public renderAgain() { method render (line 333) | public render() { type ParentState (line 349) | interface ParentState { class Parent (line 353) | class Parent extends Component { method constructor (line 355) | constructor(props, context) { method render (line 363) | public render() { FILE: packages/inferno/__tests__/select2.spec.tsx type CustomOptionProps (line 530) | interface CustomOptionProps { type CustomOptionProps (line 583) | interface CustomOptionProps { class CustomOption (line 589) | class CustomOption extends Component { method render (line 590) | public render() { FILE: packages/inferno/__tests__/setState.spec.tsx class TestComponent (line 19) | class TestComponent extends Component { method constructor (line 20) | constructor(props, context) { method render (line 27) | public render() { method constructor (line 48) | constructor(props) { method checkSetState (line 53) | public checkSetState() { method componentWillReceiveProps (line 59) | public componentWillReceiveProps(nextProps) { method render (line 68) | public render() { method constructor (line 99) | constructor(props) { method componentWillReceiveProps (line 106) | public componentWillReceiveProps(nextProps) { method render (line 115) | public render() { method constructor (line 157) | constructor(props) { method checkSetState (line 161) | public checkSetState() { method componentWillReceiveProps (line 167) | public componentWillReceiveProps(nextProps) { method render (line 176) | public render() { class TestComponent (line 43) | class TestComponent extends Component { method constructor (line 20) | constructor(props, context) { method render (line 27) | public render() { method constructor (line 48) | constructor(props) { method checkSetState (line 53) | public checkSetState() { method componentWillReceiveProps (line 59) | public componentWillReceiveProps(nextProps) { method render (line 68) | public render() { method constructor (line 99) | constructor(props) { method componentWillReceiveProps (line 106) | public componentWillReceiveProps(nextProps) { method render (line 115) | public render() { method constructor (line 157) | constructor(props) { method checkSetState (line 161) | public checkSetState() { method componentWillReceiveProps (line 167) | public componentWillReceiveProps(nextProps) { method render (line 176) | public render() { class BaseComp (line 73) | class BaseComp extends Component { method componentDidMount (line 78) | public componentDidMount() { method render (line 84) | public render() { method componentDidMount (line 125) | public componentDidMount() { method render (line 131) | public render() { method componentDidMount (line 186) | public componentDidMount() { method render (line 192) | public render() { class TestComponent (line 98) | class TestComponent extends Component<{ value: string }, any> { method constructor (line 20) | constructor(props, context) { method render (line 27) | public render() { method constructor (line 48) | constructor(props) { method checkSetState (line 53) | public checkSetState() { method componentWillReceiveProps (line 59) | public componentWillReceiveProps(nextProps) { method render (line 68) | public render() { method constructor (line 99) | constructor(props) { method componentWillReceiveProps (line 106) | public componentWillReceiveProps(nextProps) { method render (line 115) | public render() { method constructor (line 157) | constructor(props) { method checkSetState (line 161) | public checkSetState() { method componentWillReceiveProps (line 167) | public componentWillReceiveProps(nextProps) { method render (line 176) | public render() { class BaseComp (line 120) | class BaseComp extends Component { method componentDidMount (line 78) | public componentDidMount() { method render (line 84) | public render() { method componentDidMount (line 125) | public componentDidMount() { method render (line 131) | public render() { method componentDidMount (line 186) | public componentDidMount() { method render (line 192) | public render() { function handleDrop (line 141) | function handleDrop(evt: DragEvent) { class TestComponent (line 152) | class TestComponent extends Component<{ value: string }, any> { method constructor (line 20) | constructor(props, context) { method render (line 27) | public render() { method constructor (line 48) | constructor(props) { method checkSetState (line 53) | public checkSetState() { method componentWillReceiveProps (line 59) | public componentWillReceiveProps(nextProps) { method render (line 68) | public render() { method constructor (line 99) | constructor(props) { method componentWillReceiveProps (line 106) | public componentWillReceiveProps(nextProps) { method render (line 115) | public render() { method constructor (line 157) | constructor(props) { method checkSetState (line 161) | public checkSetState() { method componentWillReceiveProps (line 167) | public componentWillReceiveProps(nextProps) { method render (line 176) | public render() { class BaseComp (line 181) | class BaseComp extends Component { method componentDidMount (line 78) | public componentDidMount() { method render (line 84) | public render() { method componentDidMount (line 125) | public componentDidMount() { method render (line 131) | public render() { method componentDidMount (line 186) | public componentDidMount() { method render (line 192) | public render() { class Parent (line 208) | class Parent extends Component { method constructor (line 214) | constructor(props, context) { method _setBar (line 221) | private _setBar() { method _setActive (line 227) | private _setActive() { method render (line 233) | public render() { method constructor (line 289) | constructor(props, context) { method _setBar (line 296) | public _setBar() { method _setActive (line 302) | public _setActive() { method render (line 308) | public render() { method constructor (line 366) | constructor(props, context) { method _setBar (line 373) | private _setBar() { method _setActive (line 379) | private _setActive() { method render (line 385) | public render() { method constructor (line 450) | constructor(props, context) { method changeFoo (line 456) | public changeFoo() { method render (line 462) | public render() { method constructor (line 519) | constructor(props, context) { method render (line 523) | public render() { method constructor (line 602) | constructor(props, context) { method _setBar (line 609) | private _setBar() { method _setActive (line 615) | private _setActive() { method render (line 621) | public render() { method constructor (line 677) | constructor(props, context) { method _setBar (line 684) | private _setBar() { method _setActive (line 690) | private _setActive() { method render (line 696) | public render() { method constructor (line 791) | constructor(props, context) { method _setBar (line 797) | private _setBar(p) { method render (line 803) | public render() { method constructor (line 1025) | constructor(props) { method callCallback (line 1032) | public callCallback(testValue) { method doSomething (line 1040) | public doSomething() { method render (line 1047) | public render() { class Child (line 247) | class Child extends Component<{ foo: string; callback: () => void }> { method constructor (line 248) | constructor(props, context) { method componentWillUpdate (line 252) | public componentWillUpdate(nextProps) { method render (line 258) | public render() { method constructor (line 321) | constructor(props, context) { method componentWillReceiveProps (line 325) | public componentWillReceiveProps(nextProps) { method render (line 335) | public render() { method constructor (line 404) | constructor(props, context) { method componentWillReceiveProps (line 408) | public componentWillReceiveProps(nextProps) { method render (line 418) | public render() { method constructor (line 476) | constructor(props, context) { method callback (line 480) | public callback() { method componentWillReceiveProps (line 484) | public componentWillReceiveProps(nextProps) { method render (line 495) | public render() { method constructor (line 538) | constructor(props, context) { method componentWillMount (line 542) | public componentWillMount() { method render (line 578) | public render() { method constructor (line 636) | constructor(props, context) { method componentWillUpdate (line 640) | public componentWillUpdate(nextProps) { method render (line 646) | public render() { method constructor (line 709) | constructor(props, context) { method componentWillReceiveProps (line 713) | public componentWillReceiveProps(nextProps) { method render (line 723) | public render() { method constructor (line 978) | constructor(props) { method callCallback (line 984) | public callCallback() { method render (line 991) | public render() { class Parent (line 283) | class Parent extends Component { method constructor (line 214) | constructor(props, context) { method _setBar (line 221) | private _setBar() { method _setActive (line 227) | private _setActive() { method render (line 233) | public render() { method constructor (line 289) | constructor(props, context) { method _setBar (line 296) | public _setBar() { method _setActive (line 302) | public _setActive() { method render (line 308) | public render() { method constructor (line 366) | constructor(props, context) { method _setBar (line 373) | private _setBar() { method _setActive (line 379) | private _setActive() { method render (line 385) | public render() { method constructor (line 450) | constructor(props, context) { method changeFoo (line 456) | public changeFoo() { method render (line 462) | public render() { method constructor (line 519) | constructor(props, context) { method render (line 523) | public render() { method constructor (line 602) | constructor(props, context) { method _setBar (line 609) | private _setBar() { method _setActive (line 615) | private _setActive() { method render (line 621) | public render() { method constructor (line 677) | constructor(props, context) { method _setBar (line 684) | private _setBar() { method _setActive (line 690) | private _setActive() { method render (line 696) | public render() { method constructor (line 791) | constructor(props, context) { method _setBar (line 797) | private _setBar(p) { method render (line 803) | public render() { method constructor (line 1025) | constructor(props) { method callCallback (line 1032) | public callCallback(testValue) { method doSomething (line 1040) | public doSomething() { method render (line 1047) | public render() { class Child (line 320) | class Child extends Component<{ foo: string; callback: () => void }> { method constructor (line 248) | constructor(props, context) { method componentWillUpdate (line 252) | public componentWillUpdate(nextProps) { method render (line 258) | public render() { method constructor (line 321) | constructor(props, context) { method componentWillReceiveProps (line 325) | public componentWillReceiveProps(nextProps) { method render (line 335) | public render() { method constructor (line 404) | constructor(props, context) { method componentWillReceiveProps (line 408) | public componentWillReceiveProps(nextProps) { method render (line 418) | public render() { method constructor (line 476) | constructor(props, context) { method callback (line 480) | public callback() { method componentWillReceiveProps (line 484) | public componentWillReceiveProps(nextProps) { method render (line 495) | public render() { method constructor (line 538) | constructor(props, context) { method componentWillMount (line 542) | public componentWillMount() { method render (line 578) | public render() { method constructor (line 636) | constructor(props, context) { method componentWillUpdate (line 640) | public componentWillUpdate(nextProps) { method render (line 646) | public render() { method constructor (line 709) | constructor(props, context) { method componentWillReceiveProps (line 713) | public componentWillReceiveProps(nextProps) { method render (line 723) | public render() { method constructor (line 978) | constructor(props) { method callCallback (line 984) | public callCallback() { method render (line 991) | public render() { class Parent (line 360) | class Parent extends Component { method constructor (line 214) | constructor(props, context) { method _setBar (line 221) | private _setBar() { method _setActive (line 227) | private _setActive() { method render (line 233) | public render() { method constructor (line 289) | constructor(props, context) { method _setBar (line 296) | public _setBar() { method _setActive (line 302) | public _setActive() { method render (line 308) | public render() { method constructor (line 366) | constructor(props, context) { method _setBar (line 373) | private _setBar() { method _setActive (line 379) | private _setActive() { method render (line 385) | public render() { method constructor (line 450) | constructor(props, context) { method changeFoo (line 456) | public changeFoo() { method render (line 462) | public render() { method constructor (line 519) | constructor(props, context) { method render (line 523) | public render() { method constructor (line 602) | constructor(props, context) { method _setBar (line 609) | private _setBar() { method _setActive (line 615) | private _setActive() { method render (line 621) | public render() { method constructor (line 677) | constructor(props, context) { method _setBar (line 684) | private _setBar() { method _setActive (line 690) | private _setActive() { method render (line 696) | public render() { method constructor (line 791) | constructor(props, context) { method _setBar (line 797) | private _setBar(p) { method render (line 803) | public render() { method constructor (line 1025) | constructor(props) { method callCallback (line 1032) | public callCallback(testValue) { method doSomething (line 1040) | public doSomething() { method render (line 1047) | public render() { function ChildBar (line 399) | function ChildBar({ foo }) { class Child (line 403) | class Child extends Component<{ foo: string; callback: () => void }> { method constructor (line 248) | constructor(props, context) { method componentWillUpdate (line 252) | public componentWillUpdate(nextProps) { method render (line 258) | public render() { method constructor (line 321) | constructor(props, context) { method componentWillReceiveProps (line 325) | public componentWillReceiveProps(nextProps) { method render (line 335) | public render() { method constructor (line 404) | constructor(props, context) { method componentWillReceiveProps (line 408) | public componentWillReceiveProps(nextProps) { method render (line 418) | public render() { method constructor (line 476) | constructor(props, context) { method callback (line 480) | public callback() { method componentWillReceiveProps (line 484) | public componentWillReceiveProps(nextProps) { method render (line 495) | public render() { method constructor (line 538) | constructor(props, context) { method componentWillMount (line 542) | public componentWillMount() { method render (line 578) | public render() { method constructor (line 636) | constructor(props, context) { method componentWillUpdate (line 640) | public componentWillUpdate(nextProps) { method render (line 646) | public render() { method constructor (line 709) | constructor(props, context) { method componentWillReceiveProps (line 713) | public componentWillReceiveProps(nextProps) { method render (line 723) | public render() { method constructor (line 978) | constructor(props) { method callCallback (line 984) | public callCallback() { method render (line 991) | public render() { class Parent (line 445) | class Parent extends Component { method constructor (line 214) | constructor(props, context) { method _setBar (line 221) | private _setBar() { method _setActive (line 227) | private _setActive() { method render (line 233) | public render() { method constructor (line 289) | constructor(props, context) { method _setBar (line 296) | public _setBar() { method _setActive (line 302) | public _setActive() { method render (line 308) | public render() { method constructor (line 366) | constructor(props, context) { method _setBar (line 373) | private _setBar() { method _setActive (line 379) | private _setActive() { method render (line 385) | public render() { method constructor (line 450) | constructor(props, context) { method changeFoo (line 456) | public changeFoo() { method render (line 462) | public render() { method constructor (line 519) | constructor(props, context) { method render (line 523) | public render() { method constructor (line 602) | constructor(props, context) { method _setBar (line 609) | private _setBar() { method _setActive (line 615) | private _setActive() { method render (line 621) | public render() { method constructor (line 677) | constructor(props, context) { method _setBar (line 684) | private _setBar() { method _setActive (line 690) | private _setActive() { method render (line 696) | public render() { method constructor (line 791) | constructor(props, context) { method _setBar (line 797) | private _setBar(p) { method render (line 803) | public render() { method constructor (line 1025) | constructor(props) { method callCallback (line 1032) | public callCallback(testValue) { method doSomething (line 1040) | public doSomething() { method render (line 1047) | public render() { class Child (line 471) | class Child extends Component<{ foo: string }, { foo: string }> { method constructor (line 248) | constructor(props, context) { method componentWillUpdate (line 252) | public componentWillUpdate(nextProps) { method render (line 258) | public render() { method constructor (line 321) | constructor(props, context) { method componentWillReceiveProps (line 325) | public componentWillReceiveProps(nextProps) { method render (line 335) | public render() { method constructor (line 404) | constructor(props, context) { method componentWillReceiveProps (line 408) | public componentWillReceiveProps(nextProps) { method render (line 418) | public render() { method constructor (line 476) | constructor(props, context) { method callback (line 480) | public callback() { method componentWillReceiveProps (line 484) | public componentWillReceiveProps(nextProps) { method render (line 495) | public render() { method constructor (line 538) | constructor(props, context) { method componentWillMount (line 542) | public componentWillMount() { method render (line 578) | public render() { method constructor (line 636) | constructor(props, context) { method componentWillUpdate (line 640) | public componentWillUpdate(nextProps) { method render (line 646) | public render() { method constructor (line 709) | constructor(props, context) { method componentWillReceiveProps (line 713) | public componentWillReceiveProps(nextProps) { method render (line 723) | public render() { method constructor (line 978) | constructor(props) { method callCallback (line 984) | public callCallback() { method render (line 991) | public render() { class Parent (line 514) | class Parent extends Component { method constructor (line 214) | constructor(props, context) { method _setBar (line 221) | private _setBar() { method _setActive (line 227) | private _setActive() { method render (line 233) | public render() { method constructor (line 289) | constructor(props, context) { method _setBar (line 296) | public _setBar() { method _setActive (line 302) | public _setActive() { method render (line 308) | public render() { method constructor (line 366) | constructor(props, context) { method _setBar (line 373) | private _setBar() { method _setActive (line 379) | private _setActive() { method render (line 385) | public render() { method constructor (line 450) | constructor(props, context) { method changeFoo (line 456) | public changeFoo() { method render (line 462) | public render() { method constructor (line 519) | constructor(props, context) { method render (line 523) | public render() { method constructor (line 602) | constructor(props, context) { method _setBar (line 609) | private _setBar() { method _setActive (line 615) | private _setActive() { method render (line 621) | public render() { method constructor (line 677) | constructor(props, context) { method _setBar (line 684) | private _setBar() { method _setActive (line 690) | private _setActive() { method render (line 696) | public render() { method constructor (line 791) | constructor(props, context) { method _setBar (line 797) | private _setBar(p) { method render (line 803) | public render() { method constructor (line 1025) | constructor(props) { method callCallback (line 1032) | public callCallback(testValue) { method doSomething (line 1040) | public doSomething() { method render (line 1047) | public render() { class Child (line 533) | class Child extends Component<{ foo: string }, { foo: string }> { method constructor (line 248) | constructor(props, context) { method componentWillUpdate (line 252) | public componentWillUpdate(nextProps) { method render (line 258) | public render() { method constructor (line 321) | constructor(props, context) { method componentWillReceiveProps (line 325) | public componentWillReceiveProps(nextProps) { method render (line 335) | public render() { method constructor (line 404) | constructor(props, context) { method componentWillReceiveProps (line 408) | public componentWillReceiveProps(nextProps) { method render (line 418) | public render() { method constructor (line 476) | constructor(props, context) { method callback (line 480) | public callback() { method componentWillReceiveProps (line 484) | public componentWillReceiveProps(nextProps) { method render (line 495) | public render() { method constructor (line 538) | constructor(props, context) { method componentWillMount (line 542) | public componentWillMount() { method render (line 578) | public render() { method constructor (line 636) | constructor(props, context) { method componentWillUpdate (line 640) | public componentWillUpdate(nextProps) { method render (line 646) | public render() { method constructor (line 709) | constructor(props, context) { method componentWillReceiveProps (line 713) | public componentWillReceiveProps(nextProps) { method render (line 723) | public render() { method constructor (line 978) | constructor(props) { method callCallback (line 984) | public callCallback() { method render (line 991) | public render() { class Parent (line 596) | class Parent extends Component { method constructor (line 214) | constructor(props, context) { method _setBar (line 221) | private _setBar() { method _setActive (line 227) | private _setActive() { method render (line 233) | public render() { method constructor (line 289) | constructor(props, context) { method _setBar (line 296) | public _setBar() { method _setActive (line 302) | public _setActive() { method render (line 308) | public render() { method constructor (line 366) | constructor(props, context) { method _setBar (line 373) | private _setBar() { method _setActive (line 379) | private _setActive() { method render (line 385) | public render() { method constructor (line 450) | constructor(props, context) { method changeFoo (line 456) | public changeFoo() { method render (line 462) | public render() { method constructor (line 519) | constructor(props, context) { method render (line 523) | public render() { method constructor (line 602) | constructor(props, context) { method _setBar (line 609) | private _setBar() { method _setActive (line 615) | private _setActive() { method render (line 621) | public render() { method constructor (line 677) | constructor(props, context) { method _setBar (line 684) | private _setBar() { method _setActive (line 690) | private _setActive() { method render (line 696) | public render() { method constructor (line 791) | constructor(props, context) { method _setBar (line 797) | private _setBar(p) { method render (line 803) | public render() { method constructor (line 1025) | constructor(props) { method callCallback (line 1032) | public callCallback(testValue) { method doSomething (line 1040) | public doSomething() { method render (line 1047) | public render() { class Child (line 635) | class Child extends Component<{ foo: string; callback: () => void }> { method constructor (line 248) | constructor(props, context) { method componentWillUpdate (line 252) | public componentWillUpdate(nextProps) { method render (line 258) | public render() { method constructor (line 321) | constructor(props, context) { method componentWillReceiveProps (line 325) | public componentWillReceiveProps(nextProps) { method render (line 335) | public render() { method constructor (line 404) | constructor(props, context) { method componentWillReceiveProps (line 408) | public componentWillReceiveProps(nextProps) { method render (line 418) | public render() { method constructor (line 476) | constructor(props, context) { method callback (line 480) | public callback() { method componentWillReceiveProps (line 484) | public componentWillReceiveProps(nextProps) { method render (line 495) | public render() { method constructor (line 538) | constructor(props, context) { method componentWillMount (line 542) | public componentWillMount() { method render (line 578) | public render() { method constructor (line 636) | constructor(props, context) { method componentWillUpdate (line 640) | public componentWillUpdate(nextProps) { method render (line 646) | public render() { method constructor (line 709) | constructor(props, context) { method componentWillReceiveProps (line 713) | public componentWillReceiveProps(nextProps) { method render (line 723) | public render() { method constructor (line 978) | constructor(props) { method callCallback (line 984) | public callCallback() { method render (line 991) | public render() { class Parent (line 671) | class Parent extends Component { method constructor (line 214) | constructor(props, context) { method _setBar (line 221) | private _setBar() { method _setActive (line 227) | private _setActive() { method render (line 233) | public render() { method constructor (line 289) | constructor(props, context) { method _setBar (line 296) | public _setBar() { method _setActive (line 302) | public _setActive() { method render (line 308) | public render() { method constructor (line 366) | constructor(props, context) { method _setBar (line 373) | private _setBar() { method _setActive (line 379) | private _setActive() { method render (line 385) | public render() { method constructor (line 450) | constructor(props, context) { method changeFoo (line 456) | public changeFoo() { method render (line 462) | public render() { method constructor (line 519) | constructor(props, context) { method render (line 523) | public render() { method constructor (line 602) | constructor(props, context) { method _setBar (line 609) | private _setBar() { method _setActive (line 615) | private _setActive() { method render (line 621) | public render() { method constructor (line 677) | constructor(props, context) { method _setBar (line 684) | private _setBar() { method _setActive (line 690) | private _setActive() { method render (line 696) | public render() { method constructor (line 791) | constructor(props, context) { method _setBar (line 797) | private _setBar(p) { method render (line 803) | public render() { method constructor (line 1025) | constructor(props) { method callCallback (line 1032) | public callCallback(testValue) { method doSomething (line 1040) | public doSomething() { method render (line 1047) | public render() { class Child (line 708) | class Child extends Component<{ foo: string; callback: () => void }> { method constructor (line 248) | constructor(props, context) { method componentWillUpdate (line 252) | public componentWillUpdate(nextProps) { method render (line 258) | public render() { method constructor (line 321) | constructor(props, context) { method componentWillReceiveProps (line 325) | public componentWillReceiveProps(nextProps) { method render (line 335) | public render() { method constructor (line 404) | constructor(props, context) { method componentWillReceiveProps (line 408) | public componentWillReceiveProps(nextProps) { method render (line 418) | public render() { method constructor (line 476) | constructor(props, context) { method callback (line 480) | public callback() { method componentWillReceiveProps (line 484) | public componentWillReceiveProps(nextProps) { method render (line 495) | public render() { method constructor (line 538) | constructor(props, context) { method componentWillMount (line 542) | public componentWillMount() { method render (line 578) | public render() { method constructor (line 636) | constructor(props, context) { method componentWillUpdate (line 640) | public componentWillUpdate(nextProps) { method render (line 646) | public render() { method constructor (line 709) | constructor(props, context) { method componentWillReceiveProps (line 713) | public componentWillReceiveProps(nextProps) { method render (line 723) | public render() { method constructor (line 978) | constructor(props) { method callCallback (line 984) | public callCallback() { method render (line 991) | public render() { type MyState (line 744) | interface MyState { class Hello (line 748) | class Hello extends Component { method constructor (line 749) | constructor(p, c) { method componentWillUpdate (line 757) | public componentWillUpdate() { method render (line 765) | public render() { class Parent (line 786) | class Parent extends Component { method constructor (line 214) | constructor(props, context) { method _setBar (line 221) | private _setBar() { method _setActive (line 227) | private _setActive() { method render (line 233) | public render() { method constructor (line 289) | constructor(props, context) { method _setBar (line 296) | public _setBar() { method _setActive (line 302) | public _setActive() { method render (line 308) | public render() { method constructor (line 366) | constructor(props, context) { method _setBar (line 373) | private _setBar() { method _setActive (line 379) | private _setActive() { method render (line 385) | public render() { method constructor (line 450) | constructor(props, context) { method changeFoo (line 456) | public changeFoo() { method render (line 462) | public render() { method constructor (line 519) | constructor(props, context) { method render (line 523) | public render() { method constructor (line 602) | constructor(props, context) { method _setBar (line 609) | private _setBar() { method _setActive (line 615) | private _setActive() { method render (line 621) | public render() { method constructor (line 677) | constructor(props, context) { method _setBar (line 684) | private _setBar() { method _setActive (line 690) | private _setActive() { method render (line 696) | public render() { method constructor (line 791) | constructor(props, context) { method _setBar (line 797) | private _setBar(p) { method render (line 803) | public render() { method constructor (line 1025) | constructor(props) { method callCallback (line 1032) | public callCallback(testValue) { method doSomething (line 1040) | public doSomething() { method render (line 1047) | public render() { class Com (line 824) | class Com extends Component { method doTest (line 825) | public doTest() { method componentWillMount (line 829) | public componentWillMount() { method componentDidMount (line 838) | public componentDidMount() { method render (line 847) | public render() { class FooBar (line 858) | class FooBar extends Component { method constructor (line 859) | constructor(props, context) { method render (line 865) | public render(_props, state) { function Child (line 884) | function Child(_props, context) { method constructor (line 248) | constructor(props, context) { method componentWillUpdate (line 252) | public componentWillUpdate(nextProps) { method render (line 258) | public render() { method constructor (line 321) | constructor(props, context) { method componentWillReceiveProps (line 325) | public componentWillReceiveProps(nextProps) { method render (line 335) | public render() { method constructor (line 404) | constructor(props, context) { method componentWillReceiveProps (line 408) | public componentWillReceiveProps(nextProps) { method render (line 418) | public render() { method constructor (line 476) | constructor(props, context) { method callback (line 480) | public callback() { method componentWillReceiveProps (line 484) | public componentWillReceiveProps(nextProps) { method render (line 495) | public render() { method constructor (line 538) | constructor(props, context) { method componentWillMount (line 542) | public componentWillMount() { method render (line 578) | public render() { method constructor (line 636) | constructor(props, context) { method componentWillUpdate (line 640) | public componentWillUpdate(nextProps) { method render (line 646) | public render() { method constructor (line 709) | constructor(props, context) { method componentWillReceiveProps (line 713) | public componentWillReceiveProps(nextProps) { method render (line 723) | public render() { method constructor (line 978) | constructor(props) { method callCallback (line 984) | public callCallback() { method render (line 991) | public render() { class Container (line 894) | class Container extends Component< method constructor (line 902) | constructor(props, context) { method getChildContext (line 906) | public getChildContext() { method componentWillReceiveProps (line 913) | public componentWillReceiveProps(nextProps) { method render (line 921) | public render() { class App (line 927) | class App extends Component { method constructor (line 932) | constructor(props, context) { method didClick (line 938) | public didClick() { method render (line 944) | public render() { class Child (line 977) | class Child extends Component { method constructor (line 248) | constructor(props, context) { method componentWillUpdate (line 252) | public componentWillUpdate(nextProps) { method render (line 258) | public render() { method constructor (line 321) | constructor(props, context) { method componentWillReceiveProps (line 325) | public componentWillReceiveProps(nextProps) { method render (line 335) | public render() { method constructor (line 404) | constructor(props, context) { method componentWillReceiveProps (line 408) | public componentWillReceiveProps(nextProps) { method render (line 418) | public render() { method constructor (line 476) | constructor(props, context) { method callback (line 480) | public callback() { method componentWillReceiveProps (line 484) | public componentWillReceiveProps(nextProps) { method render (line 495) | public render() { method constructor (line 538) | constructor(props, context) { method componentWillMount (line 542) | public componentWillMount() { method render (line 578) | public render() { method constructor (line 636) | constructor(props, context) { method componentWillUpdate (line 640) | public componentWillUpdate(nextProps) { method render (line 646) | public render() { method constructor (line 709) | constructor(props, context) { method componentWillReceiveProps (line 713) | public componentWillReceiveProps(nextProps) { method render (line 723) | public render() { method constructor (line 978) | constructor(props) { method callCallback (line 984) | public callCallback() { method render (line 991) | public render() { class MidChild (line 1001) | class MidChild extends Component { method constructor (line 1002) | constructor(props) { method callCallback (line 1008) | public callCallback() { method render (line 1016) | public render() { class Parent (line 1024) | class Parent extends Component { method constructor (line 214) | constructor(props, context) { method _setBar (line 221) | private _setBar() { method _setActive (line 227) | private _setActive() { method render (line 233) | public render() { method constructor (line 289) | constructor(props, context) { method _setBar (line 296) | public _setBar() { method _setActive (line 302) | public _setActive() { method render (line 308) | public render() { method constructor (line 366) | constructor(props, context) { method _setBar (line 373) | private _setBar() { method _setActive (line 379) | private _setActive() { method render (line 385) | public render() { method constructor (line 450) | constructor(props, context) { method changeFoo (line 456) | public changeFoo() { method render (line 462) | public render() { method constructor (line 519) | constructor(props, context) { method render (line 523) | public render() { method constructor (line 602) | constructor(props, context) { method _setBar (line 609) | private _setBar() { method _setActive (line 615) | private _setActive() { method render (line 621) | public render() { method constructor (line 677) | constructor(props, context) { method _setBar (line 684) | private _setBar() { method _setActive (line 690) | private _setActive() { method render (line 696) | public render() { method constructor (line 791) | constructor(props, context) { method _setBar (line 797) | private _setBar(p) { method render (line 803) | public render() { method constructor (line 1025) | constructor(props) { method callCallback (line 1032) | public callCallback(testValue) { method doSomething (line 1040) | public doSomething() { method render (line 1047) | public render() { class Wrapper (line 1059) | class Wrapper extends Component { method constructor (line 1060) | constructor(props) { method doSomething (line 1066) | public doSomething() { method render (line 1074) | public render() { type TextState (line 1105) | interface TextState { class BrokenComponent (line 1113) | class BrokenComponent extends Component { method constructor (line 1114) | constructor(props, context) { method componentDidMount (line 1125) | public componentDidMount() { method render (line 1156) | public render() { FILE: packages/inferno/__tests__/singlepatches.spec.tsx function rTemplate (line 25) | function rTemplate(content) { function tearDown (line 29) | function tearDown() { class ComA (line 34) | class ComA extends Component { method componentDidMount (line 35) | public componentDidMount() {} method componentWillMount (line 37) | public componentWillMount() {} method componentWillReceiveProps (line 39) | public componentWillReceiveProps(_nextProps, _nextContext) {} method shouldComponentUpdate (line 41) | public shouldComponentUpdate(_nextProps, _nextState, _nextContext) { method componentWillUpdate (line 45) | public componentWillUpdate(_nextProps, _nextState, _nextContext) {} method componentDidUpdate (line 47) | public componentDidUpdate(_prevProps, _prevState, _prevContext) {} method componentWillUnmount (line 49) | public componentWillUnmount() {} method render (line 51) | public render({ children }) { class ComC (line 214) | class ComC extends Component { method componentWillMount (line 215) | componentWillMount() { method render (line 219) | public render({ children }) { method onComponentShouldUpdate (line 311) | onComponentShouldUpdate() { function doRender (line 316) | function doRender() { type scuTestType (line 340) | interface scuTestType { method onComponentShouldUpdate (line 349) | onComponentShouldUpdate() { method onComponentWillMount (line 352) | onComponentWillMount() { function doRender (line 357) | function doRender() { method onComponentShouldUpdate (line 389) | onComponentShouldUpdate() { method onComponentWillMount (line 392) | onComponentWillMount() { function doRender (line 405) | function doRender() { class ComponentFooBar (line 505) | class ComponentFooBar extends Component { method componentWillMount (line 506) | public componentWillMount() { method componentWillUnmount (line 510) | public componentWillUnmount() { method render (line 514) | public render() { function Okay (line 634) | function Okay() { function Nested (line 640) | function Nested() { class Foobar (line 644) | class Foobar extends Component { method render (line 645) | public render() { method constructor (line 696) | constructor(props, context) { method render (line 700) | public render() { class Foobar (line 686) | class Foobar extends Component< method render (line 645) | public render() { method constructor (line 696) | constructor(props, context) { method render (line 700) | public render() { function Foobar2 (line 714) | function Foobar2(props) { class Example (line 844) | class Example extends Component<{ method constructor (line 847) | constructor(props, context) { method render (line 855) | public render() { method constructor (line 890) | constructor(props, context) { method render (line 898) | public render() { method constructor (line 941) | constructor(props, context) { method render (line 949) | public render() { class Example (line 887) | class Example extends Component<{ method constructor (line 847) | constructor(props, context) { method render (line 855) | public render() { method constructor (line 890) | constructor(props, context) { method render (line 898) | public render() { method constructor (line 941) | constructor(props, context) { method render (line 949) | public render() { function start (line 907) | function start(bool: boolean) { class Example (line 940) | class Example extends Component { method constructor (line 847) | constructor(props, context) { method render (line 855) | public render() { method constructor (line 890) | constructor(props, context) { method render (line 898) | public render() { method constructor (line 941) | constructor(props, context) { method render (line 949) | public render() { FILE: packages/inferno/__tests__/state.spec.tsx class TestCWRP (line 6) | class TestCWRP extends Component { method constructor (line 12) | constructor(props) { method componentWillReceiveProps (line 16) | public componentWillReceiveProps() { method render (line 22) | public render() { class Foo (line 51) | class Foo extends Component { method constructor (line 52) | constructor(p, c) { method render (line 58) | public render() { class Test (line 89) | class Test extends Component<{ scrollTop: number }, any> { method constructor (line 94) | constructor(props, context) { method componentWillReceiveProps (line 98) | public componentWillReceiveProps(nextProps) { method componentDidUpdate (line 104) | public componentDidUpdate(_prevProps, prevState) { method render (line 109) | public render() { class Example (line 114) | class Example extends Component< method constructor (line 122) | constructor(props, context) { method render (line 126) | public render() { method componentDidMount (line 130) | public componentDidMount() { FILE: packages/inferno/__tests__/styles.spec.tsx function styleNode (line 4) | function styleNode(style) { function isCSSvariablesSupported (line 8) | function isCSSvariablesSupported() { FILE: packages/inferno/__tests__/topcontext.spec.tsx function Child (line 19) | function Child(_props, context) { function Child (line 36) | function Child(_props, context) { class Parent (line 44) | class Parent extends Component { method getChildContext (line 45) | public getChildContext() { method render (line 51) | public render(_props, _state, context) { method render (line 74) | public render() { method getChildContext (line 97) | public getChildContext() { method render (line 103) | public render(_props, _state, context) { function Child (line 65) | function Child(_props, context) { class Parent (line 73) | class Parent extends Component { method getChildContext (line 45) | public getChildContext() { method render (line 51) | public render(_props, _state, context) { method render (line 74) | public render() { method getChildContext (line 97) | public getChildContext() { method render (line 103) | public render(_props, _state, context) { function Child (line 88) | function Child(_props, context) { class Parent (line 96) | class Parent extends Component { method getChildContext (line 45) | public getChildContext() { method render (line 51) | public render(_props, _state, context) { method render (line 74) | public render() { method getChildContext (line 97) | public getChildContext() { method render (line 103) | public render(_props, _state, context) { FILE: packages/inferno/__tests__/transition.spec.tsx function forceReflow (line 6) | function forceReflow() { FILE: packages/inferno/__tests__/types.children.spec.tsx type ParentComponentProps (line 5) | interface ParentComponentProps { class FooBarCom (line 9) | class FooBarCom extends Component { method constructor (line 10) | constructor(p, c) { method myMethod (line 14) | public myMethod() { method render (line 18) | public render({ children }) { method constructor (line 53) | constructor(p, c) { method myMethod (line 57) | public myMethod() { method render (line 61) | public render({ children }) { method constructor (line 106) | constructor(p, c) { method myMethod (line 110) | public myMethod() { method render (line 114) | public render({ children }) { method constructor (line 160) | constructor(p, c) { method myMethod (line 164) | public myMethod() { method render (line 168) | public render({ children }) { method constructor (line 220) | constructor(p, c) { method myMethod (line 224) | public myMethod() { method render (line 228) | public render({ children }) { method constructor (line 279) | constructor(p, c) { method myMethod (line 283) | public myMethod() { method render (line 287) | public render({ children }: any) { class ParentComponent (line 23) | class ParentComponent extends Component { method constructor (line 24) | constructor(p, c) { method render (line 28) | public render({ children }: ParentComponentProps) { method constructor (line 67) | constructor(p, c) { method render (line 71) | public render({ children }: ParentComponentProps) { method constructor (line 120) | constructor(p, c) { method render (line 124) | public render({ children }: ParentComponentProps) { method constructor (line 174) | constructor(p, c) { method render (line 178) | public render({ children }: ParentComponentProps) { method render (line 238) | public render({ children }: ParentComponentProps) { method render (line 297) | public render({ children }: Readonly) { type ParentComponentProps (line 48) | interface ParentComponentProps { class FooBarCom (line 52) | class FooBarCom extends Component { method constructor (line 10) | constructor(p, c) { method myMethod (line 14) | public myMethod() { method render (line 18) | public render({ children }) { method constructor (line 53) | constructor(p, c) { method myMethod (line 57) | public myMethod() { method render (line 61) | public render({ children }) { method constructor (line 106) | constructor(p, c) { method myMethod (line 110) | public myMethod() { method render (line 114) | public render({ children }) { method constructor (line 160) | constructor(p, c) { method myMethod (line 164) | public myMethod() { method render (line 168) | public render({ children }) { method constructor (line 220) | constructor(p, c) { method myMethod (line 224) | public myMethod() { method render (line 228) | public render({ children }) { method constructor (line 279) | constructor(p, c) { method myMethod (line 283) | public myMethod() { method render (line 287) | public render({ children }: any) { class ParentComponent (line 66) | class ParentComponent extends Component { method constructor (line 24) | constructor(p, c) { method render (line 28) | public render({ children }: ParentComponentProps) { method constructor (line 67) | constructor(p, c) { method render (line 71) | public render({ children }: ParentComponentProps) { method constructor (line 120) | constructor(p, c) { method render (line 124) | public render({ children }: ParentComponentProps) { method constructor (line 174) | constructor(p, c) { method render (line 178) | public render({ children }: ParentComponentProps) { method render (line 238) | public render({ children }: ParentComponentProps) { method render (line 297) | public render({ children }: Readonly) { type ParentComponentProps (line 101) | interface ParentComponentProps { class FooBarCom (line 105) | class FooBarCom extends Component { method constructor (line 10) | constructor(p, c) { method myMethod (line 14) | public myMethod() { method render (line 18) | public render({ children }) { method constructor (line 53) | constructor(p, c) { method myMethod (line 57) | public myMethod() { method render (line 61) | public render({ children }) { method constructor (line 106) | constructor(p, c) { method myMethod (line 110) | public myMethod() { method render (line 114) | public render({ children }) { method constructor (line 160) | constructor(p, c) { method myMethod (line 164) | public myMethod() { method render (line 168) | public render({ children }) { method constructor (line 220) | constructor(p, c) { method myMethod (line 224) | public myMethod() { method render (line 228) | public render({ children }) { method constructor (line 279) | constructor(p, c) { method myMethod (line 283) | public myMethod() { method render (line 287) | public render({ children }: any) { class ParentComponent (line 119) | class ParentComponent extends Component { method constructor (line 24) | constructor(p, c) { method render (line 28) | public render({ children }: ParentComponentProps) { method constructor (line 67) | constructor(p, c) { method render (line 71) | public render({ children }: ParentComponentProps) { method constructor (line 120) | constructor(p, c) { method render (line 124) | public render({ children }: ParentComponentProps) { method constructor (line 174) | constructor(p, c) { method render (line 178) | public render({ children }: ParentComponentProps) { method render (line 238) | public render({ children }: ParentComponentProps) { method render (line 297) | public render({ children }: Readonly) { type ParentComponentProps (line 155) | interface ParentComponentProps { class FooBarCom (line 159) | class FooBarCom extends Component { method constructor (line 10) | constructor(p, c) { method myMethod (line 14) | public myMethod() { method render (line 18) | public render({ children }) { method constructor (line 53) | constructor(p, c) { method myMethod (line 57) | public myMethod() { method render (line 61) | public render({ children }) { method constructor (line 106) | constructor(p, c) { method myMethod (line 110) | public myMethod() { method render (line 114) | public render({ children }) { method constructor (line 160) | constructor(p, c) { method myMethod (line 164) | public myMethod() { method render (line 168) | public render({ children }) { method constructor (line 220) | constructor(p, c) { method myMethod (line 224) | public myMethod() { method render (line 228) | public render({ children }) { method constructor (line 279) | constructor(p, c) { method myMethod (line 283) | public myMethod() { method render (line 287) | public render({ children }: any) { class ParentComponent (line 173) | class ParentComponent extends Component { method constructor (line 24) | constructor(p, c) { method render (line 28) | public render({ children }: ParentComponentProps) { method constructor (line 67) | constructor(p, c) { method render (line 71) | public render({ children }: ParentComponentProps) { method constructor (line 120) | constructor(p, c) { method render (line 124) | public render({ children }: ParentComponentProps) { method constructor (line 174) | constructor(p, c) { method render (line 178) | public render({ children }: ParentComponentProps) { method render (line 238) | public render({ children }: ParentComponentProps) { method render (line 297) | public render({ children }: Readonly) { class FooBarCom (line 219) | class FooBarCom extends Component { method constructor (line 10) | constructor(p, c) { method myMethod (line 14) | public myMethod() { method render (line 18) | public render({ children }) { method constructor (line 53) | constructor(p, c) { method myMethod (line 57) | public myMethod() { method render (line 61) | public render({ children }) { method constructor (line 106) | constructor(p, c) { method myMethod (line 110) | public myMethod() { method render (line 114) | public render({ children }) { method constructor (line 160) | constructor(p, c) { method myMethod (line 164) | public myMethod() { method render (line 168) | public render({ children }) { method constructor (line 220) | constructor(p, c) { method myMethod (line 224) | public myMethod() { method render (line 228) | public render({ children }) { method constructor (line 279) | constructor(p, c) { method myMethod (line 283) | public myMethod() { method render (line 287) | public render({ children }: any) { type ParentComponentProps (line 233) | interface ParentComponentProps { class ParentComponent (line 237) | class ParentComponent extends Component { method constructor (line 24) | constructor(p, c) { method render (line 28) | public render({ children }: ParentComponentProps) { method constructor (line 67) | constructor(p, c) { method render (line 71) | public render({ children }: ParentComponentProps) { method constructor (line 120) | constructor(p, c) { method render (line 124) | public render({ children }: ParentComponentProps) { method constructor (line 174) | constructor(p, c) { method render (line 178) | public render({ children }: ParentComponentProps) { method render (line 238) | public render({ children }: ParentComponentProps) { method render (line 297) | public render({ children }: Readonly) { class FooBarCom (line 278) | class FooBarCom extends Component { method constructor (line 10) | constructor(p, c) { method myMethod (line 14) | public myMethod() { method render (line 18) | public render({ children }) { method constructor (line 53) | constructor(p, c) { method myMethod (line 57) | public myMethod() { method render (line 61) | public render({ children }) { method constructor (line 106) | constructor(p, c) { method myMethod (line 110) | public myMethod() { method render (line 114) | public render({ children }) { method constructor (line 160) | constructor(p, c) { method myMethod (line 164) | public myMethod() { method render (line 168) | public render({ children }) { method constructor (line 220) | constructor(p, c) { method myMethod (line 224) | public myMethod() { method render (line 228) | public render({ children }) { method constructor (line 279) | constructor(p, c) { method myMethod (line 283) | public myMethod() { method render (line 287) | public render({ children }: any) { type ParentComponentProps (line 292) | interface ParentComponentProps { class ParentComponent (line 296) | class ParentComponent extends Component { method constructor (line 24) | constructor(p, c) { method render (line 28) | public render({ children }: ParentComponentProps) { method constructor (line 67) | constructor(p, c) { method render (line 71) | public render({ children }: ParentComponentProps) { method constructor (line 120) | constructor(p, c) { method render (line 124) | public render({ children }: ParentComponentProps) { method constructor (line 174) | constructor(p, c) { method render (line 178) | public render({ children }: ParentComponentProps) { method render (line 238) | public render({ children }: ParentComponentProps) { method render (line 297) | public render({ children }: Readonly) { FILE: packages/inferno/__tests__/types.spec.tsx class MyComponent (line 63) | class MyComponent extends Component { method render (line 64) | public render(props) { method render (line 106) | public render() { method render (line 126) | public render(props) { method render (line 136) | public render() { method render (line 146) | public render() { method render (line 156) | public render() { method render (line 166) | public render() { method render (line 182) | public render() { type TestCompProps (line 73) | interface TestCompProps { class TestComp (line 78) | class TestComp extends Component { method render (line 79) | public render(props) { function TestFuncComp (line 90) | function TestFuncComp(props: TestCompProps) { function createComponent (line 94) | function createComponent(val: number): ComponentType<{ class MyComponent (line 105) | class MyComponent extends Component<{ val: number }, any> { method render (line 64) | public render(props) { method render (line 106) | public render() { method render (line 126) | public render(props) { method render (line 136) | public render() { method render (line 146) | public render() { method render (line 156) | public render() { method render (line 166) | public render() { method render (line 182) | public render() { class MyComponent (line 125) | class MyComponent extends Component { method render (line 64) | public render(props) { method render (line 106) | public render() { method render (line 126) | public render(props) { method render (line 136) | public render() { method render (line 146) | public render() { method render (line 156) | public render() { method render (line 166) | public render() { method render (line 182) | public render() { class MyComponent (line 135) | class MyComponent extends Component { method render (line 64) | public render(props) { method render (line 106) | public render() { method render (line 126) | public render(props) { method render (line 136) | public render() { method render (line 146) | public render() { method render (line 156) | public render() { method render (line 166) | public render() { method render (line 182) | public render() { class MyComponent (line 145) | class MyComponent extends Component { method render (line 64) | public render(props) { method render (line 106) | public render() { method render (line 126) | public render(props) { method render (line 136) | public render() { method render (line 146) | public render() { method render (line 156) | public render() { method render (line 166) | public render() { method render (line 182) | public render() { class MyComponent (line 155) | class MyComponent extends Component { method render (line 64) | public render(props) { method render (line 106) | public render() { method render (line 126) | public render(props) { method render (line 136) | public render() { method render (line 146) | public render() { method render (line 156) | public render() { method render (line 166) | public render() { method render (line 182) | public render() { class MyComponent (line 165) | class MyComponent extends Component { method render (line 64) | public render(props) { method render (line 106) | public render() { method render (line 126) | public render(props) { method render (line 136) | public render() { method render (line 146) | public render() { method render (line 156) | public render() { method render (line 166) | public render() { method render (line 182) | public render() { class FooBar (line 175) | class FooBar extends Component { method render (line 176) | public render() { class MyComponent (line 181) | class MyComponent extends Component { method render (line 64) | public render(props) { method render (line 106) | public render() { method render (line 126) | public render(props) { method render (line 136) | public render() { method render (line 146) | public render() { method render (line 156) | public render() { method render (line 166) | public render() { method render (line 182) | public render() { function myFunction (line 210) | function myFunction(data, ev) { function myFunction (line 292) | function myFunction(data, ev) { FILE: packages/inferno/__tests__/validations.spec.tsx function constructInfernoError (line 7) | function constructInfernoError(message: string) { FILE: packages/inferno/src/DOM/events/attachEvent.ts function attachEvent (line 3) | function attachEvent(dom, eventName, handler): void { FILE: packages/inferno/src/DOM/events/delegation.ts type IEventData (line 9) | interface IEventData { type DelegateEventTypes (line 13) | interface DelegateEventTypes { function getDelegatedEventObject (line 29) | function getDelegatedEventObject(v: unknown): DelegateEventTypes { function updateOrAddSyntheticEvent (line 51) | function updateOrAddSyntheticEvent(name: string, dom): DelegateEventTypes { function unmountSyntheticEvent (line 66) | function unmountSyntheticEvent(name: string, dom): void { function handleSyntheticEvent (line 81) | function handleSyntheticEvent( function getTargetNode (line 100) | function getTargetNode(event): any { function dispatchEvents (line 106) | function dispatchEvents( function stopPropagation (line 143) | function stopPropagation(): void { function isDefaultPrevented (line 151) | function isDefaultPrevented(): boolean { function isPropagationStopped (line 155) | function isPropagationStopped(): boolean { function extendEventProperties (line 159) | function extendEventProperties(event): IEventData { function rootEvent (line 179) | function rootEvent(name: string): (event: SemiSyntheticEvent) => vo... function attachEventToDocument (line 186) | function attachEventToDocument( FILE: packages/inferno/src/DOM/events/linkEvent.ts function linkEvent (line 10) | function linkEvent( function isLinkEventObject (line 21) | function isLinkEventObject(o): o is LinkedEvent { FILE: packages/inferno/src/DOM/mounting.ts function mount (line 33) | function mount( function mountPortal (line 104) | function mountPortal( function mountFragment (line 129) | function mountFragment( function mountText (line 171) | function mountText( function mountElement (line 185) | function mountElement( function mountArrayChildren (line 268) | function mountArrayChildren( function mountClassComponent (line 287) | function mountClassComponent( function mountFunctionalComponent (line 323) | function mountFunctionalComponent( function createClassMountCallback (line 351) | function createClassMountCallback(instance) { function addAppearAnimationHookClass (line 357) | function addAppearAnimationHookClass( function addAppearAnimationHookFunctional (line 367) | function addAppearAnimationHookFunctional( function mountClassComponentCallbacks (line 378) | function mountClassComponentCallbacks( function createOnMountCallback (line 410) | function createOnMountCallback(ref, vNode) { function mountFunctionalComponentCallbacks (line 419) | function mountFunctionalComponentCallbacks( FILE: packages/inferno/src/DOM/patching.ts function replaceWithNewNode (line 43) | function replaceWithNewNode( function patch (line 72) | function patch( function patchSingleTextChild (line 153) | function patchSingleTextChild( function patchContentEditableChildren (line 167) | function patchContentEditableChildren(dom, nextChildren): void { function patchFragment (line 173) | function patchFragment( function patchPortal (line 235) | function patchPortal( function patchElement (line 270) | function patchElement( function replaceOneVNodeWithMultipleVNodes (line 391) | function replaceOneVNodeWithMultipleVNodes( function commonChildrenSwitch (line 415) | function commonChildrenSwitch( function patchChildren (line 487) | function patchChildren( function createDidUpdate (line 641) | function createDidUpdate( function updateClassComponent (line 653) | function updateClassComponent( function patchClassComponent (line 721) | function patchClassComponent( function patchFunctionalComponent (line 778) | function patchFunctionalComponent( function patchText (line 826) | function patchText(lastVNode: VNode, nextVNode: VNode): void { function patchNonKeyedChildren (line 835) | function patchNonKeyedChildren( function patchKeyedChildren (line 891) | function patchKeyedChildren( function patchKeyedChildrenComplex (line 1006) | function patchKeyedChildrenComplex( function lisAlgorithm (line 1217) | function lisAlgorithm(arr: Int32Array): Int32Array { FILE: packages/inferno/src/DOM/props.ts function wrapLinkEvent (line 21) | function wrapLinkEvent(nextValue): (e) => void { function patchEvent (line 30) | function patchEvent(name: string, lastValue, nextValue, dom): void { function patchStyle (line 42) | function patchStyle(lastAttrValue, nextAttrValue, dom): void { function patchDangerInnerHTML (line 77) | function patchDangerInnerHTML( function patchDomProp (line 103) | function patchDomProp(nextValue: unknown, dom: Element, prop: string): v... function patchProp (line 110) | function patchProp( function mountProps (line 199) | function mountProps( FILE: packages/inferno/src/DOM/rendering.ts function renderInternal (line 54) | function renderInternal( function render (line 127) | function render( function createRenderer (line 136) | function createRenderer(parentDOM?: ParentDOM) { FILE: packages/inferno/src/DOM/unmounting.ts function remove (line 15) | function remove( function unmount (line 24) | function unmount(vNode, animations: AnimationQueues): void { function unmountAllChildren (line 110) | function unmountAllChildren( function createClearAllCallback (line 119) | function createClearAllCallback(children, parentDOM) { function clearDOM (line 130) | function clearDOM( function removeAllChildren (line 148) | function removeAllChildren( function addDisappearAnimationHook (line 164) | function addDisappearAnimationHook( FILE: packages/inferno/src/DOM/utils/common.ts constant EMPTY_OBJ (line 13) | const EMPTY_OBJ = {}; type MoveQueueItem (line 19) | interface MoveQueueItem { class AnimationQueues (line 26) | class AnimationQueues { function normalizeEventName (line 36) | function normalizeEventName(name): keyof DocumentEventMap { function appendChild (line 40) | function appendChild(parentDOM, dom): void { function insertOrAppend (line 44) | function insertOrAppend(parentDOM: Element, newNode, nextNode): void { function documentCreateElement (line 52) | function documentCreateElement(tag, isSVG: boolean): Element { function replaceChild (line 60) | function replaceChild(parentDOM: Element, newDom, lastDom): void { function removeChild (line 64) | function removeChild(parentDOM: Element, childNode: Element): void { function callAll (line 68) | function callAll(arrayFn: Array<() => void>): void { function findChildVNode (line 74) | function findChildVNode( function findDOMFromVNode (line 94) | function findDOMFromVNode( function callAllAnimationHooks (line 114) | function callAllAnimationHooks( function callAllMoveAnimationHooks (line 131) | function callAllMoveAnimationHooks( function clearVNodeDOM (line 148) | function clearVNodeDOM( function createDeferComponentClassRemovalCallback (line 184) | function createDeferComponentClassRemovalCallback(vNode, parentDOM) { function removeVNodeDOM (line 191) | function removeVNodeDOM( function addMoveAnimationHook (line 207) | function addMoveAnimationHook( function moveVNodeDOM (line 231) | function moveVNodeDOM( function getComponentName (line 297) | function getComponentName(instance: any): string { function createDerivedState (line 307) | function createDerivedState( function setTextContent (line 333) | function setTextContent(dom: Element, children): void { function isLastValueSameLinkEvent (line 338) | function isLastValueSameLinkEvent(lastValue, nextValue): boolean { function mergeUnsetProperties (line 346) | function mergeUnsetProperties( function safeCall1 (line 362) | function safeCall1( FILE: packages/inferno/src/DOM/utils/componentUtil.ts function warnAboutOldLifecycles (line 8) | function warnAboutOldLifecycles(component: any): void { function renderNewInput (line 43) | function renderNewInput(instance, props, context): VNode { function createClassComponentInstance (line 57) | function createClassComponentInstance( function renderFunctionalComponent (line 123) | function renderFunctionalComponent( FILE: packages/inferno/src/DOM/utils/innerHTML.ts function isSameInnerHTML (line 1) | function isSameInnerHTML(dom: Element, innerHTML: string): boolean { FILE: packages/inferno/src/DOM/wrappers/InputWrapper.ts function isCheckedType (line 5) | function isCheckedType(type): boolean { function stopPropagationWrapper (line 16) | function stopPropagationWrapper(event) { function inputEvents (line 21) | function inputEvents(dom, nextPropsOrEmpty): void { function applyValueInput (line 30) | function applyValueInput(nextPropsOrEmpty, dom): void { FILE: packages/inferno/src/DOM/wrappers/SelectWrapper.ts function updateChildOptions (line 9) | function updateChildOptions(vNode: VNode, value): void { function updateChildOption (line 30) | function updateChildOption(vNode: VNode, value: unknown): void { function selectEvents (line 47) | function selectEvents(dom): void { function applyValueSelect (line 51) | function applyValueSelect( FILE: packages/inferno/src/DOM/wrappers/TextareaWrapper.ts function textAreaEvents (line 12) | function textAreaEvents(dom, nextPropsOrEmpty): void { function applyValueTextArea (line 19) | function applyValueTextArea( FILE: packages/inferno/src/DOM/wrappers/processElement.ts function processElement (line 8) | function processElement( function addFormElementEventHandlers (line 28) | function addFormElementEventHandlers( function isControlledFormElement (line 42) | function isControlledFormElement(nextPropsOrEmpty): boolean { FILE: packages/inferno/src/DOM/wrappers/wrapper.ts function triggerEventListener (line 5) | function triggerEventListener( function createWrappedFunction (line 27) | function createWrappedFunction( FILE: packages/inferno/src/core/component.ts constant COMPONENTS_QUEUE (line 13) | const COMPONENTS_QUEUE: Array> = []; function queueStateChanges (line 18) | function queueStateChanges( function callSetStateCallbacks (line 75) | function callSetStateCallbacks(component): void { function rerender (line 85) | function rerender(): void { function applyState (line 102) | function applyState(component: Component, force: boolean): v... type ComponentType (line 134) | type ComponentType

> = method constructor (line 163) | constructor(props?: P, context?: any) { method forceUpdate (line 169) | public forceUpdate(callback?: (() => void) | undefined): void { method setState (line 177) | public setState( method render (line 253) | public render(props: Readonly<{ children?: InfernoNode } & P>, state: Re... FILE: packages/inferno/src/core/implementation.ts function V (line 30) | function V( function createVNode (line 54) | function createVNode

( function mergeDefaultHooks (line 102) | function mergeDefaultHooks(flags, type, ref) { function mergeDefaultProps (line 121) | function mergeDefaultProps(flags, type, props) { function resolveComponentFlags (line 137) | function resolveComponentFlags(flags: VNodeFlags, type): VNodeFlags { function createComponentVNode (line 153) | function createComponentVNode

( function createTextVNode (line 192) | function createTextVNode( function createFragment (line 208) | function createFragment( function normalizeProps (line 240) | function normalizeProps(vNode: VNode): VNode { function cloneFragment (line 280) | function cloneFragment(vNodeToClone: VNode): VNode { function directClone (line 293) | function directClone(vNodeToClone: VNode): VNode { function createVoidVNode (line 322) | function createVoidVNode(): VNode { function createPortal (line 326) | function createPortal(children, container: ParentDOM): VNode { function _normalizeVNodes (line 341) | function _normalizeVNodes( function getFlagsForElementVnode (line 388) | function getFlagsForElementVnode(type: string): VNodeFlags { function normalizeChildren (line 406) | function normalizeChildren(vNode: VNode, children): VNode { function normalizeRoot (line 478) | function normalizeRoot(input): VNode { FILE: packages/inferno/src/core/nativetypes.ts type NativeClipboardEvent (line 2) | type NativeClipboardEvent = ClipboardEvent; type NativeCompositionEvent (line 3) | type NativeCompositionEvent = CompositionEvent; type NativeDragEvent (line 4) | type NativeDragEvent = DragEvent; type NativeFocusEvent (line 5) | type NativeFocusEvent = FocusEvent; FILE: packages/inferno/src/core/refs.ts function createRef (line 5) | function createRef(): RefObject { function forwardRef (line 12) | function forwardRef>( function unmountRef (line 35) | function unmountRef(ref): void { function mountRef (line 43) | function mountRef(ref, value, lifecycle: Array<() => void>): void { FILE: packages/inferno/src/core/types.ts type LinkedEvent (line 11) | interface LinkedEvent { type InfernoText (line 16) | type InfernoText = string | number; type InfernoChild (line 17) | type InfernoChild = Inferno.InfernoElement | InfernoText; type InfernoNodeArray (line 19) | interface InfernoNodeArray extends Array {} type InfernoFragment (line 21) | type InfernoFragment = {} | InfernoNodeArray; type InfernoSingleNode (line 22) | type InfernoSingleNode = InfernoChild | boolean | null | undefined; type InfernoNode (line 23) | type InfernoNode = InfernoSingleNode | InfernoFragment; type InfernoKeyedNode (line 24) | type InfernoKeyedNode = Inferno.InfernoElement & { key: string | number }; type NonEmptyProps (line 25) | type NonEmptyProps = Record; type ContextObject (line 26) | type ContextObject = Record; type ParentDOM (line 27) | type ParentDOM = type IComponent (line 37) | interface IComponent { type SemiSyntheticEvent (line 114) | interface SemiSyntheticEvent extends Event { type ClipboardEvent (line 123) | type ClipboardEvent = SemiSyntheticEvent & NativeClipboardEvent; type CompositionEvent (line 124) | type CompositionEvent = SemiSyntheticEvent & type DragEvent (line 126) | type DragEvent = InfernoMouseEvent & NativeDragEvent; type FocusEvent (line 127) | type FocusEvent = SemiSyntheticEvent & NativeFocusEvent; type FormEvent (line 128) | interface FormEvent extends SemiSyntheticEvent { type ChangeEvent (line 132) | interface ChangeEvent extends SemiSyntheticEvent { type InfernoKeyboardEvent (line 136) | type InfernoKeyboardEvent = SemiSyntheticEvent & KeyboardEvent; type InfernoMouseEvent (line 137) | type InfernoMouseEvent = SemiSyntheticEvent & type InfernoTouchEvent (line 141) | type InfernoTouchEvent = SemiSyntheticEvent & TouchEvent; type InfernoPointerEvent (line 142) | type InfernoPointerEvent = SemiSyntheticEvent & PointerEvent; type InfernoUIEvent (line 143) | type InfernoUIEvent = SemiSyntheticEvent & UIEvent; type InfernoWheelEvent (line 144) | type InfernoWheelEvent = InfernoMouseEvent & WheelEvent; type InfernoAnimationEvent (line 145) | type InfernoAnimationEvent = SemiSyntheticEvent & AnimationEvent; type InfernoTransitionEvent (line 146) | type InfernoTransitionEvent = SemiSyntheticEvent & TransitionEvent; type Booleanish (line 147) | type Booleanish = boolean | 'true' | 'false'; type EventHandler (line 153) | type EventHandler> = type InfernoEventHandler (line 158) | type InfernoEventHandler = EventHandler< type ClipboardEventHandler (line 162) | type ClipboardEventHandler = EventHandler< type CompositionEventHandler (line 165) | type CompositionEventHandler = EventHandler< type DragEventHandler (line 168) | type DragEventHandler = EventHandler>; type FocusEventHandler (line 169) | type FocusEventHandler = EventHandler>; type FormEventHandler (line 170) | type FormEventHandler = EventHandler>; type ChangeEventHandler (line 171) | type ChangeEventHandler = EventHandler>; type KeyboardEventHandler (line 172) | type KeyboardEventHandler = EventHandler< type MouseEventHandler (line 175) | type MouseEventHandler = EventHandler>; type TouchEventHandler (line 176) | type TouchEventHandler = EventHandler>; type PointerEventHandler (line 177) | type PointerEventHandler = EventHandler< type UIEventHandler (line 180) | type UIEventHandler = EventHandler>; type WheelEventHandler (line 181) | type WheelEventHandler = EventHandler>; type AnimationEventHandler (line 182) | type AnimationEventHandler = EventHandler< type TransitionEventHandler (line 185) | type TransitionEventHandler = EventHandler< type Key (line 189) | type Key = string | number | undefined | null; type CrossOrigin (line 191) | type CrossOrigin = 'anonymous' | 'use-credentials' | '' | null | undefined; type VNode (line 193) | interface VNode { type RefObject (line 206) | interface RefObject { type Ref (line 210) | type Ref = { type ForwardRef (line 214) | interface ForwardRef extends Inferno.StatelessComponent

{ type Refs (line 218) | interface Refs

{ type Props (line 265) | interface Props { type ComponentState (line 276) | type ComponentState = {}; type ExoticComponent (line 277) | type ExoticComponent

= (props: P) => InfernoElement; type Attributes (line 279) | interface Attributes { type ClassAttributes (line 289) | interface ClassAttributes extends Attributes { type InfernoElement (line 293) | interface InfernoElement

{ type SFCElement (line 299) | interface SFCElement

extends InfernoElement

{ type CElement (line 303) | type CElement> = ComponentEle... type ComponentElement (line 307) | interface ComponentElement> type DOMElement (line 314) | interface DOMElement< type InfernoHTMLElement (line 323) | interface InfernoHTMLElement type DetailedInfernoHTMLElement (line 326) | interface DetailedInfernoHTMLElement< type InfernoSVGElement (line 334) | interface InfernoSVGElement type Factory (line 343) | type Factory

= ( type SFCFactory (line 348) | type SFCFactory

= ( type ComponentFactory (line 353) | type ComponentFactory> = ( type CFactory (line 358) | type CFactory> = ComponentFac... type DOMFactory (line 363) | type DOMFactory

, T extends Element> = ( type HTMLFactory (line 368) | interface HTMLFactory type DetailedHTMLFactory (line 371) | interface DetailedHTMLFactory< type SVGFactory (line 381) | interface SVGFactory type ChildContextProvider (line 399) | interface ChildContextProvider { type SFC (line 407) | type SFC

= StatelessComponent

; type StatelessComponent (line 408) | interface StatelessComponent

{ type ComponentClass (line 420) | interface ComponentClass

{ type HTMLProps (line 434) | interface HTMLProps extends AllHTMLAttributes, ClassAttributes {} type DetailedHTMLProps (line 436) | type DetailedHTMLProps, T> = ClassAttributes... type SVGProps (line 439) | interface SVGProps extends SVGAttributes, ClassAttributes {} type DOMAttributes (line 441) | interface DOMAttributes { type AriaAttributes (line 672) | interface AriaAttributes { type AriaRole (line 944) | type AriaRole = type CssVariables (line 1016) | interface CssVariables { type HTMLAttributes (line 1020) | interface HTMLAttributes extends AriaAttributes, DOMAttributes { type AllHTMLAttributes (line 1124) | interface AllHTMLAttributes extends HTMLAttributes { type HTMLAttributeReferrerPolicy (line 1230) | type HTMLAttributeReferrerPolicy = type HTMLAttributeAnchorTarget (line 1241) | type HTMLAttributeAnchorTarget = type AnchorHTMLAttributes (line 1248) | interface AnchorHTMLAttributes extends HTMLAttributes { type AudioHTMLAttributes (line 1259) | interface AudioHTMLAttributes extends MediaHTMLAttributes {} type AreaHTMLAttributes (line 1261) | interface AreaHTMLAttributes extends HTMLAttributes { type BaseHTMLAttributes (line 1273) | interface BaseHTMLAttributes extends HTMLAttributes { type BlockquoteHTMLAttributes (line 1278) | interface BlockquoteHTMLAttributes extends HTMLAttributes { type ButtonHTMLAttributes (line 1282) | interface ButtonHTMLAttributes extends HTMLAttributes { type CanvasHTMLAttributes (line 1295) | interface CanvasHTMLAttributes extends HTMLAttributes { type ColHTMLAttributes (line 1300) | interface ColHTMLAttributes extends HTMLAttributes { type ColgroupHTMLAttributes (line 1305) | interface ColgroupHTMLAttributes extends HTMLAttributes { type DataHTMLAttributes (line 1309) | interface DataHTMLAttributes extends HTMLAttributes { type DetailsHTMLAttributes (line 1313) | interface DetailsHTMLAttributes extends HTMLAttributes { type DelHTMLAttributes (line 1319) | interface DelHTMLAttributes extends HTMLAttributes { type DialogHTMLAttributes (line 1324) | interface DialogHTMLAttributes extends HTMLAttributes { type EmbedHTMLAttributes (line 1330) | interface EmbedHTMLAttributes extends HTMLAttributes { type FieldsetHTMLAttributes (line 1337) | interface FieldsetHTMLAttributes extends HTMLAttributes { type FormHTMLAttributes (line 1343) | interface FormHTMLAttributes extends HTMLAttributes { type HtmlHTMLAttributes (line 1354) | interface HtmlHTMLAttributes extends HTMLAttributes { type IframeHTMLAttributes (line 1358) | interface IframeHTMLAttributes extends HTMLAttributes { type ImgHTMLAttributes (line 1381) | interface ImgHTMLAttributes extends HTMLAttributes { type InsHTMLAttributes (line 1396) | interface InsHTMLAttributes extends HTMLAttributes { type HTMLInputTypeAttribute (line 1401) | type HTMLInputTypeAttribute = type AutoFillAddressKind (line 1426) | type AutoFillAddressKind = 'billing' | 'shipping'; type AutoFillBase (line 1427) | type AutoFillBase = '' | 'off' | 'on'; type AutoFillContactField (line 1428) | type AutoFillContactField = type AutoFillContactKind (line 1438) | type AutoFillContactKind = 'home' | 'mobile' | 'work'; type AutoFillCredentialField (line 1439) | type AutoFillCredentialField = 'webauthn'; type AutoFillNormalField (line 1440) | type AutoFillNormalField = type OptionalPrefixToken (line 1477) | type OptionalPrefixToken = `${T} ` | ''; type OptionalPostfixToken (line 1478) | type OptionalPostfixToken = ` ${T}` | ''; type AutoFillField (line 1479) | type AutoFillField = type AutoFillSection (line 1482) | type AutoFillSection = `section-${string}`; type AutoFill (line 1483) | type AutoFill = type HTMLInputAutoCompleteAttribute (line 1486) | type HTMLInputAutoCompleteAttribute = AutoFill | (string & {}); type InputHTMLAttributes (line 1488) | interface InputHTMLAttributes extends HTMLAttributes { type KeygenHTMLAttributes (line 1522) | interface KeygenHTMLAttributes extends HTMLAttributes { type LabelHTMLAttributes (line 1531) | interface LabelHTMLAttributes extends HTMLAttributes { type LiHTMLAttributes (line 1537) | interface LiHTMLAttributes extends HTMLAttributes { type LinkHTMLAttributes (line 1541) | interface LinkHTMLAttributes extends HTMLAttributes { type MapHTMLAttributes (line 1557) | interface MapHTMLAttributes extends HTMLAttributes { type MenuHTMLAttributes (line 1561) | interface MenuHTMLAttributes extends HTMLAttributes { type MediaHTMLAttributes (line 1565) | interface MediaHTMLAttributes extends HTMLAttributes { type MetaHTMLAttributes (line 1578) | interface MetaHTMLAttributes extends HTMLAttributes { type MeterHTMLAttributes (line 1586) | interface MeterHTMLAttributes extends HTMLAttributes { type QuoteHTMLAttributes (line 1596) | interface QuoteHTMLAttributes extends HTMLAttributes { type ObjectHTMLAttributes (line 1600) | interface ObjectHTMLAttributes extends HTMLAttributes { type OlHTMLAttributes (line 1612) | interface OlHTMLAttributes extends HTMLAttributes { type OptgroupHTMLAttributes (line 1618) | interface OptgroupHTMLAttributes extends HTMLAttributes { type OptionHTMLAttributes (line 1623) | interface OptionHTMLAttributes extends HTMLAttributes { type OutputHTMLAttributes (line 1630) | interface OutputHTMLAttributes extends HTMLAttributes { type ParamHTMLAttributes (line 1636) | interface ParamHTMLAttributes extends HTMLAttributes { type ProgressHTMLAttributes (line 1641) | interface ProgressHTMLAttributes extends HTMLAttributes { type SlotHTMLAttributes (line 1646) | interface SlotHTMLAttributes extends HTMLAttributes { type ScriptHTMLAttributes (line 1650) | interface ScriptHTMLAttributes extends HTMLAttributes { type SelectHTMLAttributes (line 1663) | interface SelectHTMLAttributes extends HTMLAttributes { type SourceHTMLAttributes (line 1675) | interface SourceHTMLAttributes extends HTMLAttributes { type StyleHTMLAttributes (line 1685) | interface StyleHTMLAttributes extends HTMLAttributes { type TableHTMLAttributes (line 1691) | interface TableHTMLAttributes extends HTMLAttributes { type TextareaHTMLAttributes (line 1703) | interface TextareaHTMLAttributes extends HTMLAttributes { type TdHTMLAttributes (line 1721) | interface TdHTMLAttributes extends HTMLAttributes { type ThHTMLAttributes (line 1733) | interface ThHTMLAttributes extends HTMLAttributes { type TimeHTMLAttributes (line 1742) | interface TimeHTMLAttributes extends HTMLAttributes { type TrackHTMLAttributes (line 1746) | interface TrackHTMLAttributes extends HTMLAttributes { type VideoHTMLAttributes (line 1754) | interface VideoHTMLAttributes extends MediaHTMLAttributes { type SVGAttributes (line 1770) | interface SVGAttributes extends AriaAttributes, DOMAttributes { type WebViewHTMLAttributes (line 2189) | interface WebViewHTMLAttributes extends HTMLAttributes { type InfernoHTML (line 2213) | interface InfernoHTML { type InfernoSVG (line 2506) | interface InfernoSVG { type AbstractView (line 2569) | interface AbstractView { type Touch (line 2574) | interface Touch { type TouchList (line 2585) | interface TouchList { type Defaultize (line 2593) | type Defaultize = P extends any type InfernoManagedAttributes (line 2601) | type InfernoManagedAttributes = C extends { defaultProps: infer D } type ElementClass (line 2607) | interface ElementClass extends IComponent { type ElementAttributesProperty (line 2610) | interface ElementAttributesProperty { type ElementChildrenAttribute (line 2613) | interface ElementChildrenAttribute { type LibraryManagedAttributes (line 2617) | type LibraryManagedAttributes = InfernoManagedAttributes; type IntrinsicAttributes (line 2619) | interface IntrinsicAttributes extends Inferno.Attributes {} type IntrinsicAttributes (line 2620) | interface IntrinsicAttributes extends Inferno.Attributes, Refs {} type IntrinsicClassAttributes (line 2621) | interface IntrinsicClassAttributes extends Inferno.ClassAttributes {} type IntrinsicElements (line 2623) | interface IntrinsicElements { FILE: packages/inferno/src/core/validate.ts function getTagName (line 13) | function getTagName(input): string { function DEV_VALIDATE_KEYS (line 56) | function DEV_VALIDATE_KEYS(vNodeTree, childKeys): string | null { function validateVNodeElementChildren (line 154) | function validateVNodeElementChildren(vNode): void { function validateKeys (line 195) | function validateKeys(vNode): void { function getChildFlagsName (line 216) | function getChildFlagsName(childFlags: ChildFlags): string { function validateChildFlags (line 235) | function validateChildFlags(vNode: VNode): void { function throwIfObjectIsNotVNode (line 321) | function throwIfObjectIsNotVNode(input): void { FILE: scripts/bundle/bundle-size.js constant PACKAGES_DIR (line 10) | const PACKAGES_DIR = join(__dirname, '../../packages/'); constant INFERNO_VERSION (line 11) | const INFERNO_VERSION = JSON.parse(readFileSync(join(__dirname, '../../p... function getFileSize (line 13) | async function getFileSize(file) { function printFileSizes (line 21) | async function printFileSizes() { FILE: scripts/bundle/read-files-in-dir.js function readFilesInDir (line 4) | function readFilesInDir(startPath, callback) { FILE: scripts/fakedom/libs/uibench.js function HomeState (line 9) | function HomeState() { function TableItemState (line 17) | function TableItemState(id, active, props) { function TableState (line 32) | function TableState(items) { function AnimBoxState (line 60) | function AnimBoxState(id, time) { function AnimState (line 74) | function AnimState(items) { function TreeNodeState (line 90) | function TreeNodeState(id, container, children) { function TreeState (line 105) | function TreeState(root) { function _create (line 112) | function _create(depth) { function AppState (line 133) | function AppState(location, home, table, anim, tree) { function switchTo (line 146) | function switchTo(state, location) { function tableCreate (line 154) | function tableCreate(state, rows, cols) { function tableFilterBy (line 157) | function tableFilterBy(state, nth) { function tableSortBy (line 160) | function tableSortBy(state, i) { function tableActivateEach (line 165) | function tableActivateEach(state, nth) { function animAdvanceEach (line 170) | function animAdvanceEach(state, nth) { function treeCreate (line 173) | function treeCreate(state, hierarchy) { function treeTransform (line 176) | function treeTransform(state, transformers) { function reverse (line 191) | function reverse(children) { function snabbdomWorstCase (line 196) | function snabbdomWorstCase(children) { function insertFirst (line 203) | function insertFirst(n) { function insertLast (line 212) | function insertLast(n) { function removeFirst (line 221) | function removeFirst(n) { function removeLast (line 230) | function removeLast(n) { function moveFromEndToStart (line 239) | function moveFromEndToStart(n) { function moveFromStartToEnd (line 248) | function moveFromStartToEnd(n) { function tableTests (line 258) | function tableTests(onUpdate) { function animTests (line 301) | function animTests(onUpdate) { function treeTests (line 328) | function treeTests(onUpdate) { function specTest (line 352) | function specTest(onUpdate) { function scuTest (line 363) | function scuTest(onUpdate, onFinish) { function recyclingTest (line 390) | function recyclingTest(onUpdate, onFinish) { function preserveStateTest (line 407) | function preserveStateTest(onUpdate, onFinish) { function TestCase (line 433) | function TestCase(name, from, to) { function testCase (line 440) | function testCase(name, from, to) { function scuClone (line 461) | function scuClone(state) { function init (line 467) | function init(name, version, qs) { function initTests (line 502) | function initTests() { function Executor (line 746) | function Executor(iterations, groups, onUpdate, onFinish, onProgress) { function firstRenderTime (line 812) | function firstRenderTime(onUpdate, done) { function run (line 823) | function run(onUpdate, onFinish, filter, testCb) { FILE: scripts/fakedom/uibench-reactlike/app.js class TableCell (line 9) | class TableCell extends Component { method constructor (line 10) | constructor(props) { method shouldComponentUpdate (line 15) | shouldComponentUpdate(nextProps, nextState) { method onClick (line 19) | onClick(e) { method render (line 24) | render() { class TableRow (line 33) | class TableRow extends Component { method shouldComponentUpdate (line 34) | shouldComponentUpdate(nextProps, nextState) { method render (line 38) | render() { class Table (line 62) | class Table extends Component { method shouldComponentUpdate (line 63) | shouldComponentUpdate(nextProps, nextState) { method render (line 67) | render() { class AnimBox (line 84) | class AnimBox extends Component { method shouldComponentUpdate (line 85) | shouldComponentUpdate(nextProps, nextState) { method render (line 89) | render() { class Anim (line 101) | class Anim extends Component { method shouldComponentUpdate (line 102) | shouldComponentUpdate(nextProps, nextState) { method render (line 106) | render() { class TreeLeaf (line 119) | class TreeLeaf extends Component { method shouldComponentUpdate (line 120) | shouldComponentUpdate(nextProps, nextState) { method render (line 124) | render() { class TreeNode (line 129) | class TreeNode extends Component { method shouldComponentUpdate (line 130) | shouldComponentUpdate(nextProps, nextState) { method render (line 134) | render() { class Tree (line 151) | class Tree extends Component { method shouldComponentUpdate (line 152) | shouldComponentUpdate(nextProps, nextState) { method render (line 156) | render() { class Main (line 165) | class Main extends Component { method shouldComponentUpdate (line 166) | shouldComponentUpdate(nextProps, nextState) { method render (line 170) | render() { function runUIBench (line 187) | function runUIBench(container, onUpdate) { FILE: scripts/fakedom/viewer.js function buildChartData (line 8) | function buildChartData(stats, name) { FILE: scripts/rollup/build.js constant ROOT (line 19) | const ROOT = join(__dirname, '../../packages'); function exclusionFilter (line 56) | function exclusionFilter(name) { function startBuilding (line 109) | async function startBuilding(options) { FILE: scripts/rollup/plugins/alias.js constant ROOT (line 7) | const ROOT = join(__dirname, '../../../'); FILE: scripts/rollup/plugins/index.js function createPlugins (line 8) | function createPlugins(version, options) {