1
0
Pārlūkot izejas kodu

grunt: use cache and line/col tracking for parser

Manfred Kroehnert 12 gadi atpakaļ
vecāks
revīzija
cf323a398a
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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'
       }
     },