Module sources should be parsed in strict mode (#2920)

Co-authored-by: Marko Fabo <mfabo@inf.u-szeged.hu>
JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai dbatyai@inf.u-szeged.hu
This commit is contained in:
Dániel Bátyai
2019-06-24 08:14:34 +02:00
committed by Robert Fancsik
parent 03202995a0
commit cbd41df5eb
4 changed files with 6 additions and 2 deletions
+3
View File
@@ -14,3 +14,6 @@
*/
import "tests/jerry/es2015/module-import-01.js"
import "tests/jerry/es2015/module-export-05.js"
import "tests/jerry/es2015/module-export-06.js"
import "tests/jerry/es2015/module-export-07.js"