1
0
Prechádzať zdrojové kódy

grunt: use cache and line/col tracking for parser

Manfred Kroehnert 12 rokov pred
rodič
commit
cf323a398a
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  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'
       }
     },