remix-project mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
remix-project/libs/remix-lib
aniket-engg ff235b5a2f type def and self removal 4 years ago
..
src type def and self removal 4 years ago
test remix-lib tests working fine 4 years ago
.eslintrc linting passed 4 years ago
.npmignore moved libs into libs dir 4 years ago
README.md moved libs into libs dir 4 years ago
package.json build for all libs working fine 4 years ago
tsconfig.json tsconfig and index file 4 years ago
tsconfig.lib.json astwalker test fix 4 years ago

README.md

remix-lib

Provides:

{
    EventManager: EventManager,
    helpers: {
        trace: traceHelper,
        ui: uiHelper
    },
    vm: {
        Web3Providers: Web3Providers,
        DummyProvider: DummyProvider,
        Web3VMProvider: Web3VMProvider
    },
    SourceMappingDecoder: SourceMappingDecoder,
    SourceLocationTracker: SourceLocationTracker,
    init: init,
    util: util,
    AstWalker: AstWalker,
    ui: {
        styleGuide: styleGuide
    }
}