github-pages-deploy-action/node_modules/es-abstract/test/es2015.js

10 lines
267 B
JavaScript
Raw Normal View History

2020-01-28 12:58:23 +08:00
'use strict';
var ES = require('../').ES2015;
var ops = require('../operations/2015');
var expectedMissing = ['Construct', 'CreateArrayFromList', 'CreateListIterator', 'NormalCompletion', 'RegExpBuiltinExec'];
require('./tests').es2015(ES, ops, expectedMissing);