Giter Site home page Giter Site logo

foxkit's Introduction

Mitsunee

Freelance Web Developer | Open Source Developer and Contributor | Sometimes Translation Volunteer

Mitsunee Mitsunee | Blog

Mastodon: @mitsunee@ieji.de Twitter: @Mitsunee npm: ~mitsunee Discord Server

foxkit's People

Contributors

mitsunee avatar

Watchers

 avatar

foxkit's Issues

Outdated/incomplete Documentations and missing npm keywords

node-util especially was never even done at all.

A lot of packages are also missing keywords in their package.json!

Also probably need to update dependencies at some point

EDIT: Will probably end up making a separate website, but docs should still be available in the repo. Maybe the site can clone from each packages repo?

Type declarations are not imported by TypeScript

Tried:

  • global d.ts file per project with module declare "@foxkit/pkg-name/foobar" statements
  • global d.ts file per project with module declare "@foxkit/pkg-name/foobar" statements that point to generated d.ts files
  • using tsc --declaraton --emitDeclarations and babel config instead of rollup-plugin-typescript2
  • putting "types" field at the top of every export

All of these solutions result in the same "cannot find module or declarations" error. The only thing I found that somewhat works, but isn't reliable is having per-export files in the root of the package and putting that as the "types" field. The file being in a directory breaks this.

EDIT: Going to use re-export files in package root dir as workaround for now.

Feature: foxkit/util/object and foxkit/util/timers

(checkmarks track progress in #8)

util/object

  • pickByKey, omitByKey (need these for picoapi)
  • List class (doubly linked list)

util/timers

  • Timeout class
  • Interval class
  • util for Text-based units => number
  • skipped: possibly react/preact hooks? (will do in separate package that will have util as dependency)

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.