Elad Bezalel
Elad Bezalel
### What is the problem this feature will solve? a way to link between npm packages using an `npm link` like api ### What is the feature you are proposing...
Looks like a really nice project! I think having a `useChaos` hook can be really useful and will also won't encapsulate the wrapped component
An optional type is really missing in the context of return types, When a function might a value or not you find yourself piping undefined ```ts type Maybe = T...
in order to make it easier to get started we should create a docker image for a server with `fs-storage` example of a working server like this can be seen...
**Describe the bug** Version: `17.0.1` I want to give my project a baseDir or cwd so all project apis will use it as a relative path For example, create a...
**Describe the bug** Version: 17.0.1 **To Reproduce** When using `fixUnusedIdentifiers` on source of a js file, this error occurs `Error: Could not find source file` To reproduce: ```ts import {...
And probably with any other .module api I use webpack and angular ```js import angular from 'angular'; const MY_CONTROLLER = 'myController'; angular.module('myApp').controller(MY_CONTROLLER, $scope => {}); export default MY_CONTROLLER; ```
- added `verbose` flag to print out TRAF progress - added warning for faulty `project.json` (missing `name` or `sourceRoot` properties) and fallback-ing to file path