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.1.tar.gz
md5=19e3eb1003161d8e7ed65c96c4f69d52
sha512=37834e1726a004272fbc153fc4cd0a6afdf02b7918acf27492acd60890c32591eb8f5b22fcfd99dd707d8507b8208bdb24c99de9fd940cc2ad0171f1d103743f
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)"
>