Skip to content

phenomnomnominal/console-log-fix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

console-log-fix

Code refactoring with TSQuery demo.

Looks inside class methods and replaces all console.log() calls with this.awesomeLoggingService.logInfo.

Slides from the TypeScript AST talk

Usage

yarn
yarn start <filename.ts>

Runing tests

yarn test

License

Copyright (C) 2018, Uri Shaked. Licensed under the terms of the MIT license.

About

Quick demo of Search-and-Replace with TSQuery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 85.8%
  • JavaScript 14.2%