Searched refs:noEmitNotification (Results 1 – 4 of 4) sorted by relevance
/third_party/typescript/src/compiler/ |
D | transformer.ts | 141 …export function noEmitNotification(hint: EmitHint, node: Node, callback: (hint: EmitHint, node: No… function 172 let onEmitNode: TransformationContext["onEmitNode"] = noEmitNotification; 594 onEmitNode: noEmitNotification,
|
D | emitter.ts | 887 onEmitNode = noEmitNotification, 1278 …if (onEmitNode !== noEmitNotification && (!isEmitNotificationEnabled || isEmitNotificationEnabled(…
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 114314 function noEmitNotification(hint, node, callback) { function 114317 ts.noEmitNotification = noEmitNotification; 114345 var onEmitNode = noEmitNotification; 114725 onEmitNode: noEmitNotification, 115506 …balName, _a = handlers.onEmitNode, onEmitNode = _a === void 0 ? ts.noEmitNotification : _a, isEmit… 115842 …if (onEmitNode !== ts.noEmitNotification && (!isEmitNotificationEnabled || isEmitNotificationEnabl…
|
D | tsc.js | 94323 function noEmitNotification(hint, node, callback) { function 94326 ts.noEmitNotification = noEmitNotification; 94344 var onEmitNode = noEmitNotification; 94653 onEmitNode: noEmitNotification, 95353 …balName, _a = handlers.onEmitNode, onEmitNode = _a === void 0 ? ts.noEmitNotification : _a, isEmit… 95682 …if (onEmitNode !== ts.noEmitNotification && (!isEmitNotificationEnabled || isEmitNotificationEnabl…
|