-
-
Notifications
You must be signed in to change notification settings - Fork 796
docs(ast): improve AST node documentation #4051
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
25c529a
feat(oxc_ast): wrote document about Program
re-taro 9ccdfd2
feat(oxc_ast): wrote document about Expression
re-taro 9308269
feat(oxc_ast): wrote document about IdentifireName
re-taro 44a3d79
feat(oxc_ast): wrote doc about ArrayExpression
re-taro b00eb2e
refactor: fix first line simple
re-taro 20480ec
feat(oxc_ast): wrote document about ArrayExpression
re-taro 28eb91c
feat(oxc_ast): wrote document about ObjectExpression
re-taro 55e786f
feat(oxc_ast): wrote document about identifier
re-taro 12e0f04
refactor(oxc_ast): fix StaticIdentifier's code sample
re-taro 40f0586
refactor(oxc_ast): s/ast/AST
re-taro 4fb0f30
feat(oxc_ast): wrote document about template literal
re-taro 355bc1a
refactor(oxc_ast): fix PropertyKind code
re-taro e4d6dd3
refactor(oxc_ast): fix code example in PropertyKey
re-taro 2f85924
refactor(oxc_ast): rename code example vars
re-taro 233a0ca
feat(oxc_ast): wrote report about this expression
re-taro 7e6f356
feat(oxc_ast): wrote document about MemberExpression
re-taro b13c25d
feat(oxc_ast): wrote document about CallExpression
re-taro 5c76d46
feat(oxc_ast): wrote document about NewExpression
re-taro 25963d4
feat(oxc_ast): wrote document about MetaExpression
re-taro 1acb85c
feat(oxc_ast): wrote document about SpreadElement
re-taro c4e9d42
feat(oxc_ast): wrote document about UpdateExpression
re-taro 2482793
refactor(oxc_ast): fix document on MetaProperty
re-taro 31cedf9
refactor(oxc_ast): fix UpdateExpression's document
re-taro 36eca22
feat(oxc_ast): wrote document about UnaryExpression
re-taro 40b2cc4
feat(oxc_ast): wrote document about BinaryExpression
re-taro 00d7c2f
feat(oxc_ast): wrote document about LogicalExpression
re-taro f76ffea
feat(oxc_ast): wrote document about ConditionalExpression
re-taro 22c0909
feat(oxc_ast): wrote document about AssignmentExpression
re-taro bd77150
feat(oxc_ast): wrote document about PrivateInExpression
re-taro 38bce8f
refactor(oxc_ast): more vivid description.
re-taro 5d2e7d5
feat(oxc_ast): wrote document about ArrayAssignmentTarget
re-taro 8f38374
feat(oxc_ast): wrote document about AssignmentTargetRest
re-taro 4d4c301
feat(oxc_ast): wrote document about SequenceExpression
re-taro 1774f72
feat(oxc_ast): wrote document about Super
re-taro 0ee9a85
feat(oxc_ast): wrote document about ObjectAssignmentTarget
re-taro b04a765
feat(oxc_ast): wrote document about AwaitExpression
re-taro b4bbbb2
feat(oxc_ast): wrote document about ChainExpression
re-taro 5ae87c7
feat(oxc_ast): wrote document ParenthesizedExpression
re-taro a87aa65
feat(oxc_ast): wrote document about Directive
re-taro cb48a65
feat(oxc_ast): wrote document about hashbang
re-taro 80b7c24
feat(oxc_ast): wrote document about BlockStatement
re-taro 5fb665e
feat(oxc_ast): wrote document about VariableDeclaration
re-taro File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat(oxc_ast): wrote document about ArrayExpression
- Loading branch information
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.