Code Monkey home page Code Monkey logo

aspen-decorations's People

Contributors

rstaib avatar zikaari avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

chillicream

aspen-decorations's Issues

Glob pattern driven decorations

Implementation Proposal

const deco1 = new GlobbyDecoration('cssClassname')

console.log(deco1 instanceof Decoration) // > true

deco1.addGlobRule('src/vendor/**/*.css')
deco1.addGlobRule('**node_modules**')

setTimeout(() => {
  deco1.removeGlobRule('**node_modules**')
}, 5000)

Behaviour

  • Should automanage everything as described by glob rule
  • At the low-level should keep everything efficient by adding/negating a minimum number of targets, and instead rely on inheritance.
  • When matching a path against a glob pattern, it should adjust pattern or path according to pathStyle specified by the host.
  • Actual targetting and negation should be deferred until absolutely necessary.

Notes

node-ignore is a great glob matcher with no external dependencies. (No interal deps eithers, like fs or path)

Can't call getDecorations on NewFilePromptHandle and friends

The TypeScript compiler is preventing me from calling decorationsManager.getDecorations(itemRendererProps.item) because it's an intersection that includes more than just FileEntry | Directory. Maybe you should expand the definition of getDecorations, if it supports those, or just document the fact that getDecorations doesn't support those (if it doesn't, of course).

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.