You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
[ignore]
|
|
|
|
.*/node_modules/.*
|
|
|
|
.*/test/.*
|
|
|
|
.*/scripts/.*
|
|
|
|
.*/examples/.*
|
|
|
|
.*/benchmarks/.*
|
|
|
|
|
|
|
|
[include]
|
|
|
|
|
|
|
|
[libs]
|
|
|
|
flow
|
|
|
|
|
|
|
|
[options]
|
|
|
|
unsafe.enable_getters_and_setters=true
|
|
|
|
module.name_mapper='^compiler/\(.*\)$' -> '<PROJECT_ROOT>/src/compiler/\1'
|
|
|
|
module.name_mapper='^core/\(.*\)$' -> '<PROJECT_ROOT>/src/core/\1'
|
|
|
|
module.name_mapper='^shared/\(.*\)$' -> '<PROJECT_ROOT>/src/shared/\1'
|
|
|
|
module.name_mapper='^web/\(.*\)$' -> '<PROJECT_ROOT>/src/platforms/web/\1'
|
|
|
|
module.name_mapper='^weex/\(.*\)$' -> '<PROJECT_ROOT>/src/platforms/weex/\1'
|
|
|
|
module.name_mapper='^server/\(.*\)$' -> '<PROJECT_ROOT>/src/server/\1'
|
|
|
|
module.name_mapper='^entries/\(.*\)$' -> '<PROJECT_ROOT>/src/entries/\1'
|
|
|
|
module.name_mapper='^sfc/\(.*\)$' -> '<PROJECT_ROOT>/src/sfc/\1'
|
|
|
|
suppress_comment= \\(.\\|\n\\)*\\$flow-disable-line
|