codeql/javascript/externs
Max Schaefer 79a6cfdf38 JavaScript: Add generic externs for BDD/TDD-style testing frameworks. 2018-11-13 08:30:35 +00:00
..
es QL code and tests for C#/C++/JavaScript. 2018-08-02 17:53:23 +01:00
lib JavaScript: Add generic externs for BDD/TDD-style testing frameworks. 2018-11-13 08:30:35 +00:00
nodejs QL code and tests for C#/C++/JavaScript. 2018-08-02 17:53:23 +01:00
vm QL code and tests for C#/C++/JavaScript. 2018-08-02 17:53:23 +01:00
web JavaScript: Add WebRTC externs. 2018-11-12 12:25:32 +00:00
DefinitelyTyped-LICENSE QL code and tests for C#/C++/JavaScript. 2018-08-02 17:53:23 +01:00
README.md JavaScript: Add WebRTC externs. 2018-11-12 12:25:32 +00:00

README.md

This directory contains externs definitions for improving the precision of some of the JavaScript analyses.

Externs are organized into five categories, corresponding to the subdirectories of this directory:

  • es: Externs definitions for the ECMAScript language standard; imported from the externs directory of the Google Closure Compiler source tree (https://github.com/google/closure-compiler).

  • web: Externs definitions for various web standards and browser-specific extensions; imported from the same source.

  • vm: Externs definitions for specific JavaScript VMs; also imported from the same source.

  • nodejs: Externs definitions for common Node.js modules; generated from the TypeScript type definitions for Node.js provided by DefinitelyTyped, revision 28d94377786d6da325b76614aa4c1849dc05703e, with a few custom extensions.

  • lib: Externs definitions for popular JavaScript libraries.

See the individual files for copyright and licensing information.