Giter VIP home page Giter VIP logo

Comments (7)

samdenty avatar samdenty commented on July 2, 2024

I believe the event properties are stored on prototype. We don't serialize prototypes currently as that can be quite expensive.

from console-feed.

KVPasupuleti avatar KVPasupuleti commented on July 2, 2024

So, what would be the solution?

Should I fork the repo and write my custom script for printing all the available key-value pairs in an object using a for loop?

Or is there an alternative?

Could you please help? 🙂

from console-feed.

samdenty avatar samdenty commented on July 2, 2024

you should fork - you could add a custom transform for Event (https://github.com/samdenty/console-feed/blob/master/src/Transform/index.ts), or change something here -

for (const key in obj) {
, probably remove the reflect.has check

from console-feed.

chaitanya71998 avatar chaitanya71998 commented on July 2, 2024

you should fork - you could add a custom transform for Event (https://github.com/samdenty/console-feed/blob/master/src/Transform/index.ts), or change something here -

for (const key in obj) {

, probably remove the reflect.has check

tried this and upon trying yarn build
got this,
yarn run v1.22.5 $ tsc -p ./tsconfig.build.json --declaration && for file in src/**/*.d.ts; do cp $file ${file/src/lib}; done /bin/sh: 1: Bad substitution error Command failed with exit code 2. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
can you help me how to solve this

from console-feed.

samdenty avatar samdenty commented on July 2, 2024

@chaitanya71998 hmm that's odd. You can try manually building with tsc -p ./tsconfig.build.json --declaration

from console-feed.

chaitanya71998 avatar chaitanya71998 commented on July 2, 2024

i tried removing && for file in src/**/*.d.ts; do cp $file line in package build line
and did yarn build,
Build got done and lib file is generated,
now with the lib file in the forked branch i replaced with my projects's console-feed lib file
but there is no change.
any other insights

from console-feed.

chaitanya71998 avatar chaitanya71998 commented on July 2, 2024

can you suggest
how to add custom transform for event

from console-feed.

Related Issues (20)

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.