aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-resolver/src/resolvers
Commit message (Collapse)AuthorAgeFilesLines
* Add a comment for SpyResolverLeonid Logvinov2018-12-191-0/+4
|
* Mark the field as readonlyLeonid Logvinov2018-12-191-1/+1
|
* Remove unused variablesLeonid Logvinov2018-12-191-2/+0
|
* Add SpyResolverLeonid Logvinov2018-12-191-0/+23
|
* Add to type in sol-resolverLeonid Logvinov2018-12-195-25/+7
|
* Use lodash _.startsWithLeonid Logvinov2018-12-031-3/+5
|
* Update packages/sol-resolver/src/resolvers/npm_resolver.tsFabio B2018-12-031-1/+1
| | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
* Update packages/sol-resolver/src/resolvers/npm_resolver.tsFabio B2018-12-031-1/+1
| | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
* Add support for scoped packages resolving to NPMResolerLeonid Logvinov2018-12-031-2/+11
|
* fix(sol-compiler, sol-resolver): Bug where sol-resolver tried to read a ↵Alex Browne2018-08-141-1/+1
| | | | | | directory (#961) fix(sol-compiler, sol-resolver): Fix bug where sol-resolver tried to read a directory
* Fixed the relative resolver not checking if the file can be read in theOlaf Tomalka2018-07-251-1/+1
| | | | first place
* Fix tslint issuesLeonid Logvinov2018-07-174-4/+4
|
* Try enabling no-unused-variable...fragosti2018-06-051-2/+0
|
* Fix NameResolverLeonid Logvinov2018-05-241-4/+6
|
* Only look at *.sol files in NameResolverLeonid Logvinov2018-05-231-2/+5
|
* Fix a bug in FS resolver causing it to try reading directoriesLeonid Logvinov2018-05-231-1/+1
|
* Introduce a varLeonid Logvinov2018-05-071-2/+4
|
* Implement new artifacts formatLeonid Logvinov2018-05-072-5/+32
|
* Rename resolver to sol-resolverLeonid Logvinov2018-04-167-0/+182