babel-plugin-sitrep icon indicating copy to clipboard operation
babel-plugin-sitrep copied to clipboard

Log all assignments and the return value of a function with a simple comment

Results 5 babel-plugin-sitrep issues
Sort by recently updated
recently updated
newest added

Is this compatible with Babel v7? All of the plugins and presets are now namespaced in the `@babel/plugin-` format. (e.g. `@babel/plugin-proposal-object-rest-spread`)

Is there any way of persuading this to work with the transform-es2015-classes plugin (part of the es2015 babel preset) ? AFAICT sitrep works fine with regular functions and class-methods if...

Hi, i'm a beginner in terms of babel an ECMAScript 6 and i need help to use this plugin. i would like to use it but i can't get it...

Would be nice if `// sitrep foo` added `foo ` in front of all log messages…

Added the following test cases: 1. Ignoring returned values in an array. 2. Assigning the rest of an array to a variable. 3. Assigning the rest of an object to...