Explorar o código

grunt: use cache and line/col tracking for parser

Manfred Kroehnert %!s(int64=12) %!d(string=hai) anos
pai
achega
cf323a398a
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      grunt.js

+ 2 - 0
grunt.js

@@ -21,6 +21,8 @@ module.exports = function(grunt) {
       amber_parser: {
         src: 'js/parser.pegjs',
         dest: 'js/parser.js',
+        trackLineAndColumn: true,
+        cache: false,
         export_var: 'smalltalk.parser'
       }
     },