Releases: flex-development/esast
Releases · flex-development/esast
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.4 (2024-03-13)
⚠ BREAKING CHANGES
- nodes: [
ImportSpecifier
]kind
📦 Build
- [
296765f
] deps-dev: Bump the commitlint group with 1 update (#15) - [
560d2dd
] deps-dev: Bump the typescript-eslint group with 2 updates (#14)
🤖 Continuous Integration
✨ Features
🐛 Fixes
- [
0c95017
] nodes: [ExportNamedDeclaration
] definechildren
as tuple union
🦾 Refactors
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.2 (2024-03-11)
✨ Features
1.0.0-alpha.1
1.0.0-alpha.1 (2024-03-09)
📦 Build
- [
45eda76
] deps-dev: Bump @arethetypeswrong/cli from 0.15.0 to 0.15.1 (#7) - [
c9af58a
] deps-dev: bump @types/node from 20.11.24 to 20.11.25 - [
bdfd445
] deps-dev: Bump eslint-plugin-jsdoc from 48.2.0 to 48.2.1 (#6) - [
20a9811
] deps-dev: Bump eslint-plugin-markdown from 3.0.1 to 4.0.1 (#5) - [
0259a94
] deps-dev: bump typescript from 5.3.3 to 5.4.2 - [
ea81415
] deps: Bump semver from 5.7.1 to 5.7.2 (#3)
🤖 Continuous Integration
- [
593e226
] deps: Bump actions/add-to-project from 0.5.0 to 0.6.0 (#2) - [
0464687
] deps: Bump actions/create-github-app-token from 1.8.1 to 1.9.0 (#1) - [
1c0a7d5
] workflows: [no-response
] use bot token
📝 Documentation
- [
7f4db46
] spec: [nodes] add wip note + source code reference - [
6883b68
] spec: git install - [
550da19
] spec: nodes (abstract) - [
a3a65a3
] spec: where this specification fits
✨ Features
- [
c818d50
] content: [expression] addMetaProperty
to map - [
f578b08
] content:Content
- [
310368d
] content:Declaration
,DeclarationMap
- [
a72c6aa
] content:ExportDeclaration
,ExportDeclarationMap
- [
d49b280
] content:Expression
,ExpressionMap
- [
1c53418
] content:Heritage
,HeritageMap
- [
70bae5f
] content:LiteralMap
,LiteralValue
- [
8f0c0be
] content:ModuleDeclaration
,ModuleDeclarationMap
- [
ce857ce
] content:Pattern
,PatternMap
- [
7b527dd
] content:PrimitiveMap
,Primitive
- [
f849aeb
] content:RootChild
,RootMap
- [
39f0a77
] content:Statement
,StatementMap
- [
6df03ab
] data:CommentData
- [
756b95b
] data:Data
- [
df9f699
] nodes:ArrayExpression
- [
ef37dc8
] nodes:ArrayPattern
- [
cd30760
] nodes:AssignmentExpression
,AssignmentPattern
- [
62d73f4
] nodes:AwaitExpression
- [
f404c67
] nodes:BigIntLiteral
- [
3bbd210
] nodes:BinaryExpression
- [
a0cf31c
] nodes:BlockComment
,LineComment
- [
ea01ab1
] nodes:BlockStatement
- [
73de415
] nodes:BooleanLiteral
- [
2672b3d
] nodes:BreakStatement
- [
7abbb11
] nodes:CallExpression
- [
a9b670b
] nodes:CatchClause
- [
59a5663
] nodes:ChainExpression
- [
87a1059
] nodes:ClassBody
- [
d03daf4
] nodes:ClassDeclaration
,ClassExpression
- [
9969358
] nodes:ClassHeritage
- [
8dbae2e
] nodes:Comment
- [
e3364d8
] nodes:ConditionalExpression
- [
3c00819
] nodes:ContinueStatement
- [
0050aad
] nodes:DebuggerStatement
- [
03f2d28
] nodes:DefaultIdentifier
- [
423d0bf
] nodes:Directive
- [
919c026
] nodes:DocblockComment
- [
6ac3a45
] nodes:DocblockComment
,HashbangComment
- [
f019e2a
] nodes:DoWhileStatement
- [
8072fbd
] nodes:EmptyStatement
- [
a7bd70e
] nodes:ExportAllDeclaration
- [
09336a1
] nodes:ExportDefaultDeclaration
- [
25bc14b
] nodes:ExportNamedDeclaration
- [
f40c600
] nodes:ExportSpecifier
,ExportSpecifiers
- [
b832ad1
] nodes:ExpressionStatement
- [
6025de8
] nodes:ForInStatement
,ForOfStatement
- [
c0bb616
] nodes:ForStatement
- [
a5f92b2
] nodes:FunctionDeclaration
- [
53190ff
] nodes:FunctionExpression
- [
8cb7e57
] nodes:Identifier
- [
17ab0b9
] nodes:IfStatement
- [
8aad7c1
] nodes:ImportDeclaration
- [
a425933
] nodes: `Import...