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