mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-08-04 19:45:08 -04:00
Play with flow type checker
This commit is contained in:
@@ -55,6 +55,11 @@ export default (gulp, config) => {
|
||||
file.eslint.results[0].filePath =
|
||||
path.relative(process.cwd(), file.path)
|
||||
|
||||
// const contents = `/* @flow */\n\n${file.contents.toString()}`
|
||||
// const flowJsdoc = require("flow-jsdoc")
|
||||
// const annotatedContents = flowJsdoc(contents)
|
||||
// console.log(annotatedContents)
|
||||
|
||||
/* Push file to next stage */
|
||||
this.push(file)
|
||||
done()
|
||||
|
||||
Reference in New Issue
Block a user