summaryrefslogtreecommitdiff
path: root/src/modules.rs
AgeCommit message (Collapse)Author
2019-03-18Integrate //core into existing code baseRyan Dahl
This disables a few tests which are broken still: - tests/error_004_missing_module.test - tests/error_005_missing_dynamic_import.test - tests/error_006_import_ext_failure.test - repl_test test_set_timeout - repl_test test_async_op - repl_test test_set_timeout_interlaced - all of permission_prompt_test
2019-02-18Rationalise compiler ops (#1740)Kitson Kelly
2019-02-15Module dep pretty printing in --infoGreg Altman
2019-02-08Add deps to --info output. (#1720)Ryan Dahl
Move module stuff into its own file.