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/Ast_js/index.html
Module Ast_js
type tok = Parse_info.infotype 'a wrap = 'a * toktype name = string wraptype special = | Null| Undefined| This| Super| Exports| Module| Define| Arguments| New| NewTarget| Eval| Seq| Void| Typeof| Instanceof| In| Delete| Spread| Yield| YieldStar| Await| Encaps of name option| Require| UseStrict| And| Or| Not| BitNot| BitAnd| BitOr| BitXor| Lsr| Asr| Lsl| Equal| PhysEqual| Lower| Greater| Plus| Minus| Mul| Div| Mod| Expo| IncrDecr of Ast_generic.incr_decr * Ast_generic.prefix_postfix
type label = string wraptype filename = string wrapand expr = | Bool of bool wrap| Num of string wrap| String of string wrap| Regexp of string wrap| Id of name * resolved_name ref| IdSpecial of special wrap| Nop| Assign of expr * expr| Obj of obj_| Class of class_ * name option| ObjAccess of expr * property_name| Arr of expr list| ArrAccess of expr * expr| Fun of fun_ * name option| Apply of expr * expr list| Conditional of expr * expr * expr
and stmt = | VarDecl of var| Block of stmt list| ExprStmt of expr| If of expr * stmt * stmt| Do of stmt * expr| While of expr * stmt| For of for_header * stmt| Switch of expr * case list| Continue of label option| Break of label option| Return of expr| Label of label * stmt| Throw of expr| Try of stmt * catch option * stmt option
and vars_or_expr = (var list, expr) Common.eitherand var_or_expr = (var, expr) Common.eitherand obj_ = property listtype program = toplevel list sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>