Merge pull request #1315 from Turbo87/es6-parser

parser: Change suffix to use ES6 default module export
This commit is contained in:
Nils Knappmeier
2017-02-24 08:36:30 +01:00
committed by GitHub
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
instrumentation:
excludes: ['**/spec/**']
excludes: ['**/spec/**', '**/handlebars/compiler/parser.js']
+1 -1
View File
@@ -1 +1 @@
/* istanbul ignore next */
// File ignored in coverage tests via setting in .istanbul.yml
+1 -2
View File
@@ -1,2 +1 @@
exports.__esModule = true;
exports['default'] = handlebars;
export default handlebars;