This repository was archived by the owner on Jul 15, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +0
-88
lines changed
Expand file tree Collapse file tree 4 files changed +0
-88
lines changed Original file line number Diff line number Diff line change @@ -28103,28 +28103,6 @@ module.exports = (function() {
2810328103var lodash = require('lodash');
2810428104
2810528105module.exports = (function (_) {
28106- function log(event) {
28107- function repeat(string, n) {
28108- var result = "", i;
28109-
28110- for (i = 0; i < n; i++) {
28111- result += string;
28112- }
28113-
28114- return result;
28115- }
28116-
28117- function pad(string, length) {
28118- return string + repeat(" ", length - string.length);
28119- }
28120-
28121- console.log(
28122- event.location.start.line + ":" + event.location.start.column + "-"
28123- + event.location.end.line + ":" + event.location.end.column + " "
28124- + pad(event.type, 10) + " "
28125- + repeat(" ", event.indentation) + event.rule
28126- );
28127- }
2812828106 Tracer = function Tracer() {
2812928107 if (!(this instanceof Tracer)) {
2813028108 return new Tracer();
Original file line number Diff line number Diff line change @@ -28230,28 +28230,6 @@ module.exports = (function() {
2823028230var lodash = require('lodash');
2823128231
2823228232module.exports = (function (_) {
28233- function log(event) {
28234- function repeat(string, n) {
28235- var result = "", i;
28236-
28237- for (i = 0; i < n; i++) {
28238- result += string;
28239- }
28240-
28241- return result;
28242- }
28243-
28244- function pad(string, length) {
28245- return string + repeat(" ", length - string.length);
28246- }
28247-
28248- console.log(
28249- event.location.start.line + ":" + event.location.start.column + "-"
28250- + event.location.end.line + ":" + event.location.end.column + " "
28251- + pad(event.type, 10) + " "
28252- + repeat(" ", event.indentation) + event.rule
28253- );
28254- }
2825528233 Tracer = function Tracer() {
2825628234 if (!(this instanceof Tracer)) {
2825728235 return new Tracer();
Original file line number Diff line number Diff line change 66var lodash = require ( 'lodash' ) ;
77
88module . exports = ( function ( _ ) {
9- function log ( event ) {
10- function repeat ( string , n ) {
11- var result = "" , i ;
12-
13- for ( i = 0 ; i < n ; i ++ ) {
14- result += string ;
15- }
16-
17- return result ;
18- }
19-
20- function pad ( string , length ) {
21- return string + repeat ( " " , length - string . length ) ;
22- }
23-
24- console . log (
25- event . location . start . line + ":" + event . location . start . column + "-"
26- + event . location . end . line + ":" + event . location . end . column + " "
27- + pad ( event . type , 10 ) + " "
28- + repeat ( " " , event . indentation ) + event . rule
29- ) ;
30- }
319 Tracer = function Tracer ( ) {
3210 if ( ! ( this instanceof Tracer ) ) {
3311 return new Tracer ( ) ;
Original file line number Diff line number Diff line change 66var lodash = require ( 'lodash' ) ;
77
88module . exports = ( function ( _ ) {
9- function log ( event ) {
10- function repeat ( string , n ) {
11- var result = "" , i ;
12-
13- for ( i = 0 ; i < n ; i ++ ) {
14- result += string ;
15- }
16-
17- return result ;
18- }
19-
20- function pad ( string , length ) {
21- return string + repeat ( " " , length - string . length ) ;
22- }
23-
24- console . log (
25- event . location . start . line + ":" + event . location . start . column + "-"
26- + event . location . end . line + ":" + event . location . end . column + " "
27- + pad ( event . type , 10 ) + " "
28- + repeat ( " " , event . indentation ) + event . rule
29- ) ;
30- }
319 Tracer = function Tracer ( ) {
3210 if ( ! ( this instanceof Tracer ) ) {
3311 return new Tracer ( ) ;
You can’t perform that action at this time.
0 commit comments