Files
codeql/javascript/ql/test/tutorials/Validating RAML-based APIs/query1.ql
Anders Schack-Mulligen e58094c732 Javascript: Autoformat.
2019-01-11 11:02:42 +01:00

10 lines
192 B
Plaintext

import javascript
/** A RAML specification. */
class RAMLSpec extends YAMLDocument, YAMLMapping {
RAMLSpec() { getLocation().getFile().getExtension() = "raml" }
}
from RAMLSpec s
select s