1.0.14 • Published 6 years ago

@0xproject/sol-resolver v1.0.14

Weekly downloads
10
License
Apache-2.0
Repository
github
Last release
6 years ago

@0xproject/sol-resolver

A Solidity import resolver used by sol-compiler.

Installation

yarn add @0xproject/sol-resolver

Import

import { Resolver } from '@0xproject/sol-resolver';

or

var Resolver = require('@0xproject/sol-resolver').Resolver;

Contributing

We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.

Please read our contribution guidelines before getting started.

Install dependencies

If you don't have yarn workspaces enabled (Yarn < v1.0) - enable them:

yarn config set workspaces-experimental true

Then install dependencies

yarn install

Build

To build this package and all other monorepo packages that it depends on, run the following from the monorepo root directory:

PKG=@0xproject/sol-resolver yarn build

Or continuously rebuild on change:

PKG=@0xproject/sol-resolver yarn watch

Clean

yarn clean

Lint

yarn lint
1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago