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.37.7.tar.gz
md5=d069f379342be72574b4cdc52f4ed9b4
sha512=68e9971364f5e016bad8f94bb72fd15252f19c7964424992309cdb4a9fc922dbe15d07619f500f4bcbc72f820c93d4da20f0759bb4276cd073a29a179bef9300
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)"
>