Removed module-related tests and implemented corresponding alternatives support.

`module ModuleName { ... }` was removed from spec in favor of separate files.
`module LocalName from '...'` is being replaced with `import * as LocalName from '...'` as per http://jsmodules.io/ and https://twitter.com/domenic/status/492735387140243456 (c) @domenic.
This commit is contained in:
Ingvar Stepanyan
2014-07-25 22:37:25 +03:00
committed by Marijn Haverbeke
parent b38c15a94b
commit 26818e1f36
3 changed files with 210 additions and 1332 deletions

File diff suppressed because it is too large Load Diff