Skip to content

Commit

Permalink
wip, refactoring proxy handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
burdiuz committed Sep 28, 2018
1 parent 4a66d93 commit aa4f927
Show file tree
Hide file tree
Showing 78 changed files with 916 additions and 970 deletions.
Empty file modified .eslintignore
100755 → 100644
Empty file.
Empty file modified .eslintrc
100755 → 100644
Empty file.
Empty file modified .flowconfig
100755 → 100644
Empty file.
Empty file modified .gitattributes
100755 → 100644
Empty file.
Empty file modified .gitignore
100755 → 100644
Empty file.
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always",
"parser": "flow",
"printWidth": 100
}
Empty file modified .travis.yml
100755 → 100644
Empty file.
Empty file modified LICENSE
100755 → 100644
Empty file.
2 changes: 2 additions & 0 deletions README.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ Library that reports assignments of values or function arguments, return values
13. +Move primitive type checker into separate repo
14. Add possibility to register ignored names which will be just skipped whatewer is placed in, probably could be added to ExtendedTypeChecker.
15. Add methods to convert info objects into primitives and back so they could be stored, would be good to have a system that permanently stores types info for consecutive runs.
16. Add persistent type storages that may be bound to class and once type checker gets its instance, storage is used
17. Add a function that will allow to wrap classes, like wrapClass(class, ...), just like create(). It should return instanciable Proxy which will create wrapped instances.
120 changes: 60 additions & 60 deletions dist/type-checkers.js
100755 → 100644

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/type-checkers.js.map
100755 → 100644

Large diffs are not rendered by default.

Loading

0 comments on commit aa4f927

Please sign in to comment.