/third_party/typescript/tests/baselines/reference/ |
D | jsxFragmentFactoryNoUnusedLocals.types | 3 import { Fragment, createElement } from "react" 4 >Fragment : import("react").ComponentType<{}> 5 …react").InputHTMLAttributes<HTMLInputElement> & import("react").ClassAttributes<HTMLInputElement>,…
|
D | tsxPreserveEmit1.symbols | 2 // Should emit 'react-router' in the AMD dependency list 3 import React = require('react'); 6 import ReactRouter = require('react-router'); 12 >Route : Symbol(ReactRouter.Route, Decl(react.d.ts, 6, 4)) 34 === tests/cases/conformance/jsx/react.d.ts === 35 declare module 'react' { 36 >'react' : Symbol("react", Decl(react.d.ts, 0, 0)) 39 >x : Symbol(x, Decl(react.d.ts, 1, 4)) 42 >x : Symbol(x, Decl(react.d.ts, 1, 4)) 46 >ReactRouter : Symbol(ReactRouter, Decl(react.d.ts, 3, 1)) [all …]
|
D | reactTransitiveImportHasValidDeclaration.types | 1 === tests/cases/compiler/node_modules/react/index.d.ts === 12 === tests/cases/compiler/node_modules/create-emotion-styled/types/react/index.d.ts === 13 /// <reference types="react" /> 14 declare module 'react' { // augment 15 >'react' : error 24 …t("tests/cases/compiler/node_modules/react/index").DetailedHTMLProps<import("tests/cases/compiler/… 31 export * from "./types/react"; 33 No type information for this code.=== tests/cases/compiler/node_modules/react-emotion/index.d.ts === 44 import styled from "react-emotion" 45 …t("tests/cases/compiler/node_modules/react/index").DetailedHTMLProps<import("tests/cases/compiler/… [all …]
|
D | reactImportDropped.symbols | 1 === tests/cases/compiler/react.d.ts === 3 >React : Symbol(React, Decl(react.d.ts, 1, 26)) 6 >React : Symbol(React, Decl(react.d.ts, 0, 15)) 9 >React : Symbol(React, Decl(react.d.ts, 1, 26)) 12 >createClass : Symbol(createClass, Decl(react.d.ts, 3, 25)) 13 >spec : Symbol(spec, Decl(react.d.ts, 5, 25)) 14 >ClassicComponentClass : Symbol(ClassicComponentClass, Decl(react.d.ts, 5, 59)) 17 >ClassicComponentClass : Symbol(ClassicComponentClass, Decl(react.d.ts, 5, 59)) 20 >props : Symbol(props, Decl(react.d.ts, 8, 13)) 21 >ClassicComponentClass : Symbol(ClassicComponentClass, Decl(react.d.ts, 5, 59)) [all …]
|
D | checkJsxChildrenProperty9.symbols | 2 import React = require('react'); 8 >div : Symbol(JSX.IntrinsicElements.div, Decl(react.d.ts, 2400, 45)) 9 >h2 : Symbol(JSX.IntrinsicElements.h2, Decl(react.d.ts, 2411, 48)) 10 >h2 : Symbol(JSX.IntrinsicElements.h2, Decl(react.d.ts, 2411, 48)) 11 >h1 : Symbol(JSX.IntrinsicElements.h1, Decl(react.d.ts, 2410, 47)) 12 >h1 : Symbol(JSX.IntrinsicElements.h1, Decl(react.d.ts, 2410, 47)) 13 >div : Symbol(JSX.IntrinsicElements.div, Decl(react.d.ts, 2400, 45)) 17 >div : Symbol(JSX.IntrinsicElements.div, Decl(react.d.ts, 2400, 45)) 18 >h2 : Symbol(JSX.IntrinsicElements.h2, Decl(react.d.ts, 2411, 48)) 19 >h2 : Symbol(JSX.IntrinsicElements.h2, Decl(react.d.ts, 2411, 48)) [all …]
|
D | tsxExternalModuleEmit1.symbols | 1 === tests/cases/conformance/jsx/react.d.ts === 2 declare module 'react' { 3 >'react' : Symbol("react", Decl(react.d.ts, 0, 0)) 6 >Component : Symbol(Component, Decl(react.d.ts, 0, 24)) 7 >T : Symbol(T, Decl(react.d.ts, 1, 17)) 8 >U : Symbol(U, Decl(react.d.ts, 1, 19)) 12 import * as React from 'react'; 21 >React.Component : Symbol(React.Component, Decl(react.d.ts, 0, 24)) 23 >Component : Symbol(React.Component, Decl(react.d.ts, 0, 24)) 35 import * as React from 'react'; [all …]
|
D | inlineJsxAndJsxFragPragmaOverridesCompilerOptions.symbols | 1 === tests/cases/conformance/jsx/inline/react.d.ts === 3 >global : Symbol(global, Decl(react.d.ts, 0, 0)) 6 >JSX : Symbol(JSX, Decl(react.d.ts, 0, 16)) 9 >IntrinsicElements : Symbol(IntrinsicElements, Decl(react.d.ts, 1, 19)) 12 >e : Symbol(e, Decl(react.d.ts, 3, 13)) 17 >createElement : Symbol(createElement, Decl(react.d.ts, 6, 1)) 20 >Fragment : Symbol(Fragment, Decl(react.d.ts, 7, 38)) 34 import {createElement, Fragment} from "./react"; 39 >span : Symbol(JSX.IntrinsicElements, Decl(react.d.ts, 1, 19)) 40 >span : Symbol(JSX.IntrinsicElements, Decl(react.d.ts, 1, 19)) [all …]
|
D | checkJsxChildrenProperty4.symbols | 2 import React = require('react'); 19 >JSX : Symbol(JSX, Decl(react.d.ts, 2353, 1)) 20 >Element : Symbol(JSX.Element, Decl(react.d.ts, 2356, 27)) 25 >React.Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 27 >Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 34 >this.state : Symbol(React.Component.state, Decl(react.d.ts, 174, 44)) 36 >state : Symbol(React.Component.state, Decl(react.d.ts, 174, 44)) 39 >this.props.children : Symbol(children, Decl(file.tsx, 6, 27), Decl(react.d.ts, 174, 20)) 40 >this.props : Symbol(React.Component.props, Decl(react.d.ts, 167, 37)) 42 >props : Symbol(React.Component.props, Decl(react.d.ts, 167, 37)) [all …]
|
D | duplicatePackage_globalMerge.errors.txt | 1 /node_modules/@types/react/index.d.ts(1,9): error TS2669: Augmentations for the global scope can on… 2 /src/index.ts(1,24): error TS2306: File '/node_modules/@types/react/index.d.ts' is not a module. 3 /tests/index.ts(1,24): error TS2306: File '/tests/node_modules/@types/react/index.d.ts' is not a mo… 11 import * as React from 'react'; 13 !!! error TS2306: File '/node_modules/@types/react/index.d.ts' is not a module. 16 import * as React from 'react'; 18 !!! error TS2306: File '/tests/node_modules/@types/react/index.d.ts' is not a module. 21 ==== /tests/node_modules/@types/react/package.json (0 errors) ==== 22 { "name": "@types/react", "version": "16.4.6" } 23 ==== /tests/node_modules/@types/react/index.d.ts (0 errors) ==== [all …]
|
D | checkJsxChildrenProperty3.symbols | 2 import React = require('react'); 19 >JSX : Symbol(JSX, Decl(react.d.ts, 2353, 1)) 20 >Element : Symbol(JSX.Element, Decl(react.d.ts, 2356, 27)) 25 >React.Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 27 >Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 34 >this.state : Symbol(React.Component.state, Decl(react.d.ts, 174, 44)) 36 >state : Symbol(React.Component.state, Decl(react.d.ts, 174, 44)) 39 >this.props.children : Symbol(children, Decl(file.tsx, 6, 27), Decl(react.d.ts, 174, 20)) 40 >this.props : Symbol(React.Component.props, Decl(react.d.ts, 167, 37)) 42 >props : Symbol(React.Component.props, Decl(react.d.ts, 167, 37)) [all …]
|
D | checkJsxChildrenProperty12.symbols | 2 import React = require('react'); 21 >React.Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 23 >Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 37 >this.props : Symbol(React.Component.props, Decl(react.d.ts, 167, 37)) 39 >props : Symbol(React.Component.props, Decl(react.d.ts, 167, 37)) 44 >this.props : Symbol(React.Component.props, Decl(react.d.ts, 167, 37)) 46 >props : Symbol(React.Component.props, Decl(react.d.ts, 167, 37)) 49 >div : Symbol(JSX.IntrinsicElements.div, Decl(react.d.ts, 2400, 45)) 50 >div : Symbol(JSX.IntrinsicElements.div, Decl(react.d.ts, 2400, 45)) 67 >React.Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) [all …]
|
D | tsxDynamicTagName7.symbols | 1 === tests/cases/conformance/jsx/react.d.ts === 2 declare module 'react' { 3 >'react' : Symbol("react", Decl(react.d.ts, 0, 0)) 6 >Component : Symbol(Component, Decl(react.d.ts, 0, 24)) 7 >T : Symbol(T, Decl(react.d.ts, 1, 17)) 8 >U : Symbol(U, Decl(react.d.ts, 1, 19)) 12 import * as React from 'react'; 17 >React.Component : Symbol(React.Component, Decl(react.d.ts, 0, 24)) 19 >Component : Symbol(React.Component, Decl(react.d.ts, 0, 24))
|
D | tsxUnionTypeComponent1.symbols | 2 import React = require('react'); 11 >StatelessComponent : Symbol(React.StatelessComponent, Decl(react.d.ts, 198, 40)) 13 >ComponentClass : Symbol(React.ComponentClass, Decl(react.d.ts, 205, 5)) 18 >React.Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 20 >Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 28 >this.props : Symbol(React.Component.props, Decl(react.d.ts, 167, 37)) 30 >props : Symbol(React.Component.props, Decl(react.d.ts, 167, 37)) 41 >button : Symbol(JSX.IntrinsicElements.button, Decl(react.d.ts, 2386, 43)) 42 >button : Symbol(JSX.IntrinsicElements.button, Decl(react.d.ts, 2386, 43)) 47 >React.Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) [all …]
|
D | tsxReactEmit6.symbols | 16 === tests/cases/conformance/jsx/react-consumer.tsx === 18 >M : Symbol(M, Decl(react-consumer.tsx, 0, 0), Decl(react-consumer.tsx, 2, 1)) 21 >React : Symbol(React, Decl(react-consumer.tsx, 1, 11)) 25 >M : Symbol(M, Decl(react-consumer.tsx, 0, 0), Decl(react-consumer.tsx, 2, 1)) 30 >foo : Symbol(foo, Decl(react-consumer.tsx, 7, 4)) 33 >spread1 : Symbol(spread1, Decl(react-consumer.tsx, 8, 4)) 35 >x : Symbol(x, Decl(react-consumer.tsx, 8, 19)) 36 >foo : Symbol(foo, Decl(react-consumer.tsx, 7, 4)) 37 >y : Symbol(y, Decl(react-consumer.tsx, 8, 33)) 41 >x : Symbol(x, Decl(react-consumer.tsx, 11, 4))
|
D | tsxDynamicTagName5.symbols | 1 === tests/cases/conformance/jsx/react.d.ts === 2 declare module 'react' { 3 >'react' : Symbol("react", Decl(react.d.ts, 0, 0)) 6 >Component : Symbol(Component, Decl(react.d.ts, 0, 24)) 7 >T : Symbol(T, Decl(react.d.ts, 1, 17)) 8 >U : Symbol(U, Decl(react.d.ts, 1, 19)) 12 import * as React from 'react'; 17 >React.Component : Symbol(React.Component, Decl(react.d.ts, 0, 24)) 19 >Component : Symbol(React.Component, Decl(react.d.ts, 0, 24))
|
D | checkJsxChildrenProperty13.symbols | 2 import React = require('react'); 21 >React.Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 23 >Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 32 >this.props : Symbol(React.Component.props, Decl(react.d.ts, 167, 37)) 34 >props : Symbol(React.Component.props, Decl(react.d.ts, 167, 37)) 38 >div : Symbol(JSX.IntrinsicElements.div, Decl(react.d.ts, 2400, 45)) 39 >div : Symbol(JSX.IntrinsicElements.div, Decl(react.d.ts, 2400, 45)) 55 >React.Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 57 >Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 64 >button : Symbol(JSX.IntrinsicElements.button, Decl(react.d.ts, 2386, 43)) [all …]
|
D | tsxGenericAttributesType3.symbols | 2 import React = require('react'); 10 >React.Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 12 >Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 19 >div : Symbol(JSX.IntrinsicElements.div, Decl(react.d.ts, 2400, 45)) 20 >div : Symbol(JSX.IntrinsicElements.div, Decl(react.d.ts, 2400, 45)) 26 >React.Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 28 >Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 36 >this.props : Symbol(React.Component.props, Decl(react.d.ts, 167, 37)) 38 >props : Symbol(React.Component.props, Decl(react.d.ts, 167, 37))
|
D | tsxGenericAttributesType4.symbols | 2 import React = require('react'); 9 >React.Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 11 >Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 18 >div : Symbol(JSX.IntrinsicElements.div, Decl(react.d.ts, 2400, 45)) 19 >div : Symbol(JSX.IntrinsicElements.div, Decl(react.d.ts, 2400, 45)) 25 >React.Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 27 >Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 35 >this.props : Symbol(React.Component.props, Decl(react.d.ts, 167, 37)) 37 >props : Symbol(React.Component.props, Decl(react.d.ts, 167, 37))
|
D | tsxDynamicTagName9.symbols | 1 === tests/cases/conformance/jsx/react.d.ts === 2 declare module 'react' { 3 >'react' : Symbol("react", Decl(react.d.ts, 0, 0)) 6 >Component : Symbol(Component, Decl(react.d.ts, 0, 24)) 7 >T : Symbol(T, Decl(react.d.ts, 1, 17)) 8 >U : Symbol(U, Decl(react.d.ts, 1, 19)) 12 import * as React from 'react'; 17 >React.Component : Symbol(React.Component, Decl(react.d.ts, 0, 24)) 19 >Component : Symbol(React.Component, Decl(react.d.ts, 0, 24))
|
D | tsxDynamicTagName8.symbols | 1 === tests/cases/conformance/jsx/react.d.ts === 2 declare module 'react' { 3 >'react' : Symbol("react", Decl(react.d.ts, 0, 0)) 6 >Component : Symbol(Component, Decl(react.d.ts, 0, 24)) 7 >T : Symbol(T, Decl(react.d.ts, 1, 17)) 8 >U : Symbol(U, Decl(react.d.ts, 1, 19)) 12 import * as React from 'react'; 17 >React.Component : Symbol(React.Component, Decl(react.d.ts, 0, 24)) 19 >Component : Symbol(React.Component, Decl(react.d.ts, 0, 24))
|
D | tsxUnionElementType4.symbols | 2 import React = require('react'); 7 >React.Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 9 >Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 21 >React.Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 23 >Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 37 >React.Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 39 >Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 50 >React.Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 52 >Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66))
|
D | tsxPreserveEmit1.types | 2 // Should emit 'react-router' in the AMD dependency list 3 import React = require('react'); 6 import ReactRouter = require('react-router'); 36 === tests/cases/conformance/jsx/react.d.ts === 37 declare module 'react' { 38 >'react' : typeof import("react") 55 declare module 'react-router' { 56 >'react-router' : typeof import("react-router")
|
D | tsxUnionElementType3.symbols | 2 import React = require('react'); 7 >React.Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 9 >Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 21 >React.Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 23 >Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 37 >React.Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 39 >Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 50 >React.Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66)) 52 >Component : Symbol(React.Component, Decl(react.d.ts, 158, 55), Decl(react.d.ts, 161, 66))
|
/third_party/typescript/tests/baselines/reference/docker/ |
D | office-ui-fabric.log | 4 @fluentui/cra-template: $ /office-ui-fabric-react/node_modules/.bin/just ts 7 @fluentui/eslint-plugin: $ /office-ui-fabric-react/node_modules/.bin/just ts 10 @fluentui/noop: $ /office-ui-fabric-react/node_modules/.bin/just ts 13 @fluentui/ie11-polyfills: $ /office-ui-fabric-react/node_modules/.bin/just ts 16 @fluentui/web-components: $ /office-ui-fabric-react/node_modules/.bin/just ts 19 @fluentui/ability-attributes: $ /office-ui-fabric-react/node_modules/.bin/just ts 22 @fluentui/digest: $ /office-ui-fabric-react/node_modules/.bin/just ts 23 …[XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui… 24 …node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --module esnext --outDir lib --p… 27 @fluentui/scripts: $ /office-ui-fabric-react/node_modules/.bin/just ts [all …]
|
/third_party/boost/libs/statechart/test/ |
D | CustomReactionTest.cpp | 113 sc::result react( const EvDiscardNever & ) in react() function 119 sc::result react( const EvDiscardInB & ) in react() function 125 sc::result react( const EvDiscardInD & ) in react() function 137 sc::result react( const EvDefer & ) in react() function 142 sc::result react( const EvTerminate & ) in react() function 147 sc::result react( const EvTransit & ) in react() function 152 sc::result react( const EvTransitWithAction & evt ) in react() function 167 sc::result react( const EvDiscardNever & ) in react() function 173 sc::result react( const EvDiscardInB & ) in react() function 179 sc::result react( const EvDiscardInD & ) in react() function [all …]
|