GithubHelp home page GithubHelp logo

env-atom's People

Contributors

banacorn avatar david-driscoll avatar greenkeeper[bot] avatar unional avatar

Watchers

 avatar  avatar  avatar  avatar

env-atom's Issues

Better way to re-export in named export?

Since script/global cannot have import, I have to put all typings into atom.Typings.*.
In the atom and event-kit module, currently I have to do a dummy extend to re-export the classes.

Is there a better way?

https://github.com/typed-typings/env-atom/blob/master/lib/atom.d.ts

/// <reference path="atom-namespace.d.ts" />

declare module 'atom' {
  export class BufferedNodeProcess extends atom.Typings.BufferedNodeProcess {}
  export class BufferedProcess extends atom.Typings.BufferedProcess {}
  export class CompositeDisposable extends atom.Typings.CompositeDisposable {}
  export class Task extends atom.Typings.Task {}
}

Simplify AtomEnviornment

@blakeembrey

Currently I have to duplicate things in both AtomEnviornment and declare namespace atom. They are actually the same.

Any way to simplify this?

An in-range update of tslint is breaking the build 🚨

Version 5.3.0 of tslint just got published.

Branch Build failing 🚨
Dependency tslint
Current Version 5.2.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As tslint is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v5.3.0

This change may require a change to tslint.json

πŸŽ‰ Notable features & enhancements

Thanks to our contributors!

  • Andy Hanson
  • Klaus Meinhardt
  • Martin Probst
  • Filipe Silva
  • walkerburgin
  • RenΓ© Scheibe
Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of onchange is breaking the build 🚨

Version 3.3.0 of onchange was just published.

Branch Build failing 🚨
Dependency onchange
Current Version 3.2.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

onchange is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes New `--filter` option

Added

  • Pass --filter with a list of events to limit to
Commits

The new version differs by 4 commits.

  • 92d2d33 3.3.0
  • d4d090f Enable support for '--filter' (#55)
  • fc1c092 Update dependencies to enable Greenkeeper 🌴 (#53)
  • 6645eff fix: add .travis.yml

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Class constructors undefined

I can reference some types such as Point like this:

let p: atom.Typings.Point;

But not it's constructor:

let p = new atom.Typings.Point(1, 2);

The line above can be type checked, but will crash on runtime, because atom.Typings is undefined, am I using it the wrong way?

Need some direction

@blakeembrey , I try to work on this but need some guidance.

  1. I'm getting error on atom.d.ts: "Invalid module name in augmentation, module 'atom' cannot be found"
  2. Am I doing the right thing inside declare module 'atom' { ...}? I don't think I'm doing it right.

The use case should be (:

import atom = require('atom');

atom.commands  // AtomEnvironment
atom.Disposable

Here is their API doc:
https://atom.io/docs/api/v1.5.3/AtomEnvironment

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.