mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 15:30:03 +02:00
jison token-stack
This commit is contained in:
@@ -6,7 +6,7 @@ var filelog = require('gulp-filelog')
|
||||
gulp.task('jison', function () {
|
||||
return gulp.src('./src/**/*.jison')
|
||||
.pipe(filelog('Jison file:'))
|
||||
.pipe(jison({ moduleType: 'commonjs' }))
|
||||
.pipe(jison({ moduleType: 'commonjs', 'token-stack': true }))
|
||||
.pipe(gulp.dest('./src/'))
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user