(file *SourceFile)
| 1874 | } |
| 1875 | |
| 1876 | func IsJsonSourceFile(file *SourceFile) bool { |
| 1877 | return file.ScriptKind == core.ScriptKindJSON |
| 1878 | } |
| 1879 | |
| 1880 | func IsInJsonFile(node *Node) bool { |
| 1881 | return node.Flags&NodeFlagsJsonFile != 0 |
no outgoing calls
no test coverage detected