Tobias Koppers
|
85ff5507a5
|
fixes #6459
|
2018-02-09 18:01:31 +01:00 |
Tobias Koppers
|
5de82eb251
|
remove no extensions "feature" from mjs
|
2017-12-14 12:40:12 +01:00 |
Tobias Koppers
|
515a07adbf
|
fix non-harmony import() handling for `null`
|
2017-12-04 15:49:34 +01:00 |
Tobias Koppers
|
3803c8ad4e
|
handle non-esm correctly in import()
return namespace object in normal import() and context import()
add namespaceObject flag to ContextModule options
change tests for updated behavior
|
2017-12-04 12:58:32 +01:00 |
Tobias Koppers
|
21cdc84b71
|
process imports from mjs to non-esm correctly
give nice error messages when importing non-esm the wrong way
It also disallows using namespace object from non-esm modules
fixes #5686
|
2017-11-23 14:10:52 +01:00 |
Tobias Koppers
|
6dc350ddb7
|
mjs can't import modules without extension
|
2017-11-23 12:03:34 +01:00 |
Tobias Koppers
|
00f2b5ede7
|
advanced module type refactoring
added json type
.mjs default to javascript/esm type
adjusted parser plugins to react on module type
|
2017-11-11 19:27:19 +01:00 |