Searched refs:emitRaw (Results 1 – 4 of 4) sorted by relevance
188 rewriter.emitRaw('<wrap>');190 rewriter.emitRaw('</wrap>');211 rewriter.emitRaw(raw + '42');
30 this.emitRaw(this._getRawHtml(token.location));87 emitRaw(html) { method in RewritingStream
37 rewriter.emitRaw(`<i>${raw}</i>`);60 * [emitRaw](#emit_raw)151 ### emitRaw subsection153 ▸ **emitRaw**(html: *String*): `void`164 argument, which later can be emitted with the [emitRaw](#emit_raw) method. Thus, token will not be
6363 * @param {Function} emitRaw emits raw event data6366 function createFsWatchInstance(path, options, listener, errHandler, emitRaw) { argument6369 emitRaw(rawEvent, evPath, {watchedPath: path});