javascript
Filename
Size
Last Commit Date
Commit Message
..
internal
identifiers.go
726
2024/09/06 20:12:25
reformatted
minify
deadcode.go
7917
2023/05/29 16:46:46
pull out AEs from field/method defs
minify.go
25963
2023/06/01 20:47:57
added minifier to combine expressions between lexical declarations in blocks
minify_test.go
191545
2023/06/01 20:48:18
added simple tests for minifyExpressionsBetweenLexicals in blocks
options.go
620
2023/05/26 21:45:42
added MergeLexical for merging adjacent consts/lets/vars
print.go
39838
2023/06/01 20:57:48
use new shared internal code
print_test.go
18385
2023/05/16 21:43:46
added extended class print test
rename.go
3113
2023/05/01 19:51:40
need to keep track of original name in order to get correct scoping information later on
rename_test.go
3205
2023/06/01 21:56:42
added test numbers
tokens.go
600
2023/06/01 20:57:48
use new shared internal code
tokens_test.go
1233
2023/05/23 20:48:18
renamed utils_test => tokens_test
utils.go
10609
2023/05/31 21:48:41
added simple implementation of isSimpleAE
utils_test.go
49701
2023/06/01 21:54:12
corrected test numbers
scope
README.md
1581
2024/09/07 20:40:38
regen'd README
scope.go
40826
2024/09/06 20:31:08
reformatted
scope_test.go
113661
2024/09/06 20:25:21
reformatted
walk
README.md
721
2024/09/07 20:40:42
regen'd README
walk.go
37231
2024/09/06 20:31:08
reformatted
LICENSE
767
2019/02/04 17:13:35
added LICENSE
README.md
61627
2024/11/24 18:57:22
regen'd README
ast.go
28342
2024/09/04 21:06:46
don't use embedding for fields
ast_class.go
12191
2024/08/01 21:59:19
reformatted
ast_class_test.go
85095
2024/09/05 21:47:38
reformatted
ast_conditional.go
20965
2024/11/23 22:11:33
removed errant hash
ast_conditional_test.go
66598
2024/11/08 08:11:22
corrected test numbers
ast_expression.go
46207
2024/08/01 22:04:30
reformatted
ast_expression_test.go
113586
2024/11/08 08:12:55
corrected test numbers
ast_function.go
11571
2024/09/01 21:40:07
added missing newline
ast_function_test.go
16336
2024/09/05 21:47:58
reformatted
ast_module.go
14282
2024/09/04 21:07:05
split fields onto separate lines
ast_module_test.go
38596
2024/11/08 08:16:40
corrected test numbers
ast_parser.go
4093
2024/09/01 21:40:38
added missing newlines
ast_parser_test.go
4298
2024/11/21 21:17:55
corrected deep checking of errors
ast_statement.go
33080
2024/08/01 22:18:28
reformatted
ast_statement_test.go
166085
2024/11/08 08:22:37
corrected test numbers
ast_test.go
103485
2024/11/23 22:08:31
added simple Error unwrap test
errors.go
5445
2023/06/03 20:30:47
corrected typos
format.go
9560
2024/11/22 19:33:46
corrected printing of tokens
format.sh
3077
2024/11/22 19:34:14
no need to make special case of Token pointer
format_format.go
19595
2024/09/04 21:15:03
gen'd format_format.go
format_print.go
48963
2024/09/04 21:12:58
add, now missing, space var to format_print
format_print_test.go
31035
2024/11/08 08:25:45
corrected test numbers
format_types.go
54913
2024/11/22 19:34:23
regen'd
go.mod
96
2024/07/26 21:34:00
updated to latest parser version
go.sum
354
2024/07/26 21:34:00
updated to latest parser version
tokeniser.go
13424
2024/07/31 22:13:47
use Next instead of Except("")
tokeniser_test.go
28598
2024/09/05 21:48:37
reformatted
types.go
3729
2024/09/04 21:15:37
gen'd types.go
typescript.go
34347
2024/09/02 18:37:40
reformatted
typescript_test.go
133514
2024/11/23 22:07:09
added typescript test for a non-type after a call expression
util.go
29399
2024/09/02 20:12:44
reformatted
util_test.go
6128
2024/09/06 20:11:59
reformatted
wrappable.go
1656
2023/05/30 22:09:54
OptionalExpression should also be wrappable