package pfff
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Tools and APIs for program analysis, code visualization, refactoring
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.39.5.tar.gz
md5=e23dbd320a8681b74315162a02bf97a7
sha512=2998432bcd6d9a459331d733c4446d35459d42787fcf2fd332d3ec5131a4d358bb8f060b45d38696bcd584e1eaa8c1b21b82d7d3005e83c1ecefd22fec842ee7
doc/pfff-lang_js-analyze/Module_pre_es6/index.html
Module Module_pre_es6
type shape = | LiteralShape| ArrayShape| ObjectShape of (int * shape Common.smap * shape list) ref| FunctionShape of shape Common.smap ref * shape| RequireShape of module_| UnknownShape of string| ClassShape of shape * shape| NewShape of shape| MixinShape of shape| ClassWithMixinShape of shape * shape| PropertyShape of shape * string| ApplyShape of shape| ElementShape of shape
lexical shapes that describe the environment *
val rootclass : shapeconstant shape representing the empty class *
val new_object : shape Common.smap -> shapegenerates an object shape containing a given property map *
val new_class : unit -> shapegenerates a class object shape containing a new prototype object *
val string_of_shape : int -> shape -> stringExample: string_of_shape indent shape *
type parseinfo = Cst_js.program * Parser_js.token listparse info for JS files, containing an AST and a token list with comments *
type parseinfo_map = parseinfo Common.smapmap of file names to parse info cached after parsing *
type moduleinfo = {module_ : module_;local_requires : module_ list;local_bindings : shape Common.smap;
}local info computed per module, containing exports and local shapes *
type moduleinfo_map = moduleinfo Common.smapmap of module names to module info cached after analysis *
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>