Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122001609
getAst.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Jul 15, 06:47
Size
326 B
Mime Type
text/x-java
Expires
Thu, Jul 17, 06:47 (2 d)
Engine
blob
Format
Raw Data
Handle
27422919
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
getAst.d.ts
View Options
import { Parser, Node as AcornNode, Options } from 'acorn';
export declare const ACORN_OPTIONS: Options;
/**
* Parse source code with Acorn and return AST, returns undefined in case of errors
*/
export default function getAst(code: string, plugins?: ((BaseParser: typeof Parser) => typeof Parser)[]): AcornNode | undefined;
Event Timeline
Log In to Comment