Searched defs:pipelinePhase (Results 1 – 1 of 1) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | emitter.ts | 1231 const pipelinePhase = getPipelinePhase(PipelinePhase.Notification, emitHint, node); constant 1284 const pipelinePhase = getNextPipelinePhase(PipelinePhase.Notification, hint, node); constant 1739 const pipelinePhase = getNextPipelinePhase(PipelinePhase.Substitution, hint, node); constant 2605 … const pipelinePhase = getPipelinePhase(PipelinePhase.Notification, EmitHint.Expression, next); constant 5126 const pipelinePhase = getNextPipelinePhase(PipelinePhase.Comments, hint, node); constant 5422 const pipelinePhase = getNextPipelinePhase(PipelinePhase.SourceMaps, hint, node); constant
|