New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

broccoli-typify

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-typify

Deprecated please see broccoli-typescript-compiler.

  • 0.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

DEPRECATED

More recent versions of ember-typify use directly the broccoli-typescript-compiler.

Obsolete README

Process typescript files and resolves type defintions to @types.

[Travis build status:] (https://travis-ci.org/winding-lines/broccoli-typify) ![Travis build status] (https://travis-ci.org/winding-lines/broccoli-typify.svg?branch=master)

Credits

Broccoli typescript interfaces extracted from Angular:

https://github.com/angular/angular/blob/master/tools/broccoli/broccoli-typescript.ts

Tests and use cases extracted from:

https://github.com/tildeio/broccoli-typescript-compiler

Resolution

Most of the resolution needs can be handled with settings in the tsconfig.json file. https://github.com/Microsoft/TypeScript/issues/9834

Ember-cli integration

The type mappings are done through baseUrl and paths in the tsconfig.json. For integration with the IDE the baseUrl can be just '.' which translates to the current folder. However for broccoli plugins this does not work, an absolute path is needed. The plugin takes care of that transformation.

Also noEmit is set to true in the basic tsconfig.json file to reduce user errors where the user or IDE runs tsc and generates .js and .map files. The plugin removes noEmit when using the configuration file during actual brocoli pipeline.

Keywords

FAQs

Package last updated on 18 Dec 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc