babel-plugin-console-source
Console logger
Adds file names and line numbers to console logs in JavaScript code
Add the file name and line numbers to all console logs.
37 stars
2 watching
5 forks
Language: JavaScript
last commit: about 4 years ago
Linked from 1 awesome list
babelbabel-pluginconsole-logline-numberslogging
Related projects:
Repository | Description | Stars |
---|---|---|
furstenheim/babel-plugin-meaningful-logs | A Babel plugin that enhances console logs by adding file and object information | 50 |
codemix/babel-plugin-trace | A Babel plugin that allows selective logging of JavaScript code at build time | 63 |
babel/grunt-babel | Enables transpilation of modern JavaScript code to older formats for compatibility with older environments. | 437 |
babel/broccoli-babel-transpiler | A plugin that transpiles JavaScript code to newer versions using Babel | 57 |
ember-cli/babel-plugin-feature-flags | Manages feature flags for enabling and disabling features in JavaScript code | 57 |
freeall/single-line-log | Keeps writing to the same line in the console, useful for progress bars and counters without line breaks. | 210 |
patik/console.log-wrapper | A utility to safely log data to the console across different browsers and environments. | 406 |
babel/babel-brunch | A Brunch plugin for transforming modern JavaScript code into vanilla ES5 for compatibility with older browsers. | 68 |
vslinko/babel-plugin-react-require | A Babel plugin that adds React import declaration to files containing JSX tags | 159 |
babel/gulp-babel | A Gulp plugin that enables Babel to transpile modern JavaScript code into compatible formats. | 1,321 |
olach/espresso-console | A plugin for a JavaScript code editor that simplifies logging and debugging of code by providing a console log feature | 1 |
babel/babelify | Transforms JavaScript code into compatible formats for use in web browsers | 1,681 |
hughsk/smokestack | Pipe JavaScript into a browser and capture console logs in Node | 245 |
hustcc/babel-plugin-version | Replaces version number placeholders in JavaScript code with actual package version. | 5 |
storybookjs/storybook-addon-console | A Storybook addon that redirects console output into an action logger panel | 200 |