Skip to content

Instantly share code, notes, and snippets.

View CharlesYiu's full-sized avatar
⚙️
Creating IconCast

Charles Yiu CharlesYiu

⚙️
Creating IconCast
View GitHub Profile
@CharlesYiu
CharlesYiu / estree.d.ts
Last active December 18, 2022 16:06
prototype of estree typings for acorn
// this is a modified version of https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/estree
// that should work with acorn, and other es parsers like esprima and espree
// feel free to use these typings elsewhere.
// Type definitions for non-npm package estree 1.0
// Project: https://github.com/estree/estree
// Definitions by: RReverser <https://github.com/RReverser>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// This definition file follows a somewhat unusual format. ESTree allows