add support for boolean flow literals - fixes #2127
This commit is contained in:
1
test/fixtures/flow/literal-types/boolean-false/actual.js
vendored
Normal file
1
test/fixtures/flow/literal-types/boolean-false/actual.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
var foo: true
|
||||
1
test/fixtures/flow/literal-types/boolean-true/actual.js
vendored
Normal file
1
test/fixtures/flow/literal-types/boolean-true/actual.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
var foo: false
|
||||
Reference in New Issue
Block a user