embark-area-51/lib
Eric Mastro d4c04bbed7 Improve dapp imports to allow alternate syntax for importing contracts
* Now supports alternate import statements:
 * import {Token} from 'Embark/contracts';
 * import * as Contracts from 'Embark/contracts';
as well as the existing syntax:
 * import Token from 'Embark/contracts/Token';

* Contracts  js files moved from .embark to .embark/contracts
* .embark/contracts/index.js generated on the fly which requires all contracts in .embark/contract automatically and then creates a module.exports with each of them.
2018-05-21 21:43:36 +10:00
..
cmds pass isDev to engine so that it can show a warning 2018-05-14 14:32:19 -04:00
contracts early callback in compiler 2018-05-17 10:02:53 -04:00
core Merge pull request #418 from embark-framework/refactor_pipeline 2018-05-16 18:15:51 -04:00
dashboard initial work for i18n 2018-05-10 15:01:34 -04:00
i18n Improve dapp imports to allow alternate syntax for importing contracts 2018-05-21 21:43:36 +10:00
modules Early return if no sol files 2018-05-17 09:49:50 -04:00
pipeline Improve dapp imports to allow alternate syntax for importing contracts 2018-05-21 21:43:36 +10:00
process add tests for processLauncher 2018-05-16 16:41:25 -04:00
tests add missing semicol 2018-05-17 03:00:23 -03:00
utils improve url regexes 2018-04-20 12:04:27 -04:00
versions initial work for i18n 2018-05-10 15:01:34 -04:00
cmd.js Merge pull request #432 from embark-framework/addCompileOnlyFlag 2018-05-17 16:56:50 -05:00
constants.json add eventWrapper not tested 2018-05-16 16:40:17 -04:00
index.js Merge pull request #432 from embark-framework/addCompileOnlyFlag 2018-05-17 16:56:50 -05:00