Skip to content

Wishing for some explanation for 'Symbol' in oxc_semantic #2078

Closed Answered by Boshen
Dangerise asked this question in Q&A
Discussion options

You must be logged in to vote

The crate mimics the binding phase from TypeScript https://github.com/microsoft/TypeScript/blob/main/src/compiler/binder.ts

It sets up and scopes and declarations. The playground has a scope and symbol tab on the top right corner. https://oxc-project.github.io/oxc/playground/

You may be more familiar with the term "symbol table". https://en.wikipedia.org/wiki/Symbol_table

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Dangerise
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants