Giter Club home page Giter Club logo

iuliia-js's People

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

Watchers

 avatar  avatar  avatar

iuliia-js's Issues

Remove "browser" bundle

There are 3 bundles currently:

  • node (./dist/node/)
  • browser (./dist/browser/)
  • UMD (./dist/umd/)

The only differences between browser and node bundles are:

Feature Browser Node
Comments no yes
Source Maps yes no

But since browser bundle is never going to be used directly (it is the same CommonJS an node bundle, so users are importing it with client assets bundles like Webpack, Esbuild etc), it is safe to have comments there, because client bundles will strip them anyway. The same goes with the sourcemaps - they might be useful in Node.js environment for debugging, stack tracing etc.

Also it doesn't seem that files from ./dist/browser folder have been ever used by anyone, because there is no special hint in package.json for client asset bundlers:

"browser": "./dist/browser/index.js"

Instead there's only:

"main": "dist/node/index.js"

So I suggest to remove browser bundle.

Seeking new maintainer

I'm not really into the modern JS / TS. So I very much would like to transfer iuliia-js to someone both capable and willing to take good care of it.

To-do, as I see it:

  • Update the dependencies (they are kinda obsolete)
  • Fix the CI (move from the broken Travis to the GitHub Actions)
  • Maybe finish the Tree shaking feature

Migrate to GH Actions

  • Move from Travis to GH Actions
  • Create a workflow for publishing
  • Document publishing process

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.