GithubHelp home page GithubHelp logo

dumper.js's People

Contributors

adhocore avatar anurbol avatar dubiousdavid avatar ecrmnn avatar hua1995116 avatar m-basov avatar notmoni avatar odykyi avatar simonepri avatar ziishaned avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dumper.js's Issues

Remove colors

Hey,

Is there an option to remove the colors ?

I'd like to use it within the browser, in the Web Console. However the colors appear as the below:

�[1m�[30mobject�[39m�[22m (size=7) {
    'listname' => �[36mstring�[39m �[31m"Assets"�[39m (length=6)

Thanks

Availability for configure depth for objects

Like this

const obj = { a: { b: { c: { d: { f: 0 } } } } };
dump(obj, { depth: 2 });
// shows  { a: { b: { c: Object } } } <= where 'Object' is unexplored value, but type was specified

Its the little things in life..

I am guessing you are (were) a Laravel dev, I always recreate this function in my various JS apps. Now I will just let this project do the job.

Thanks :-)

Support For Webpack Source Maps

Unless perhaps there's a simpler solution elsewhere would be great to add source map support for increase transparency on logs, to avoid for

some-directory/.webpack/service/services/app-cron/handler.js:1:

where handler is the file that calls several additional functions from other files which are not listed.

How to use development vs production

Hi,
Thanks for making this handy module.

But something is unclear to me, how to use this in development vs production?

You advice to add this module to the dev dependencies.
But what happens in production where the dev modules are not available?
Wouldn't the code crash because the module cannot be found?

What would be the best way of handling this?

Cheers.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.