yangchenye
|
37ad6f3a15
|
feat(parser): support decorators in class expression (#190)
feat(parser): support decorator in class expression
|
2023-03-17 09:33:04 +08:00 |
|
Boshen
|
164c2831e1
|
feat(linter): report export errors in javascript
|
2023-03-15 18:12:34 -07:00 |
|
Boshen
|
326de5006b
|
chore: bump submodules
|
2023-03-15 12:46:21 +08:00 |
|
yangchenye
|
aaaefc8ba5
|
feat(linter): implement eslint(no-unsafe-negation) (#186)
|
2023-03-15 11:36:56 +08:00 |
|
yangchenye
|
74c731c415
|
feat(linter): Implement eslint(no-compare-neg-zero) (#185)
|
2023-03-15 10:44:11 +08:00 |
|
Xuan
|
e4d5202f52
|
fix(rulegen): convert the rule name to underscore case for filenames (#177)
|
2023-03-14 11:26:27 +08:00 |
|
Boshen
|
e262e18e5f
|
chore(coverage): remove tests for stage 3 proposal-json-modules
|
2023-03-14 11:02:00 +08:00 |
|
Boshen
|
ee31f5cc6f
|
feat(linter): check duplicated bound names in ImportDeclaration
|
2023-03-14 10:42:18 +08:00 |
|
Boshen
|
89f28e9f93
|
feat(linter): check module in javascript and skip in typescript
|
2023-03-14 08:53:16 +08:00 |
|
Boshen
|
7b1a7d47b6
|
feat(linter): check await in ClassStaticBlock in javascript
|
2023-03-14 08:08:24 +08:00 |
|
Boshen
|
297ce2743f
|
Revert "feat(linter): check await in class static block"
This reverts commit 7add71c9dd.
|
2023-03-14 07:56:04 +08:00 |
|
Boshen
|
7add71c9dd
|
feat(linter): check await in class static block
|
2023-03-14 07:46:11 +08:00 |
|
Boshen
|
78bd76e8d0
|
feat(parser): check function name for await and yield
|
2023-03-14 07:39:07 +08:00 |
|
Boshen
|
c706d1825d
|
feat(semantic): turn on strict mode in semantic builder
|
2023-03-14 00:30:22 +08:00 |
|
Boshen
|
76118e4901
|
feat(linter): check NewTarget in javascript
|
2023-03-14 00:05:37 +08:00 |
|
Boshen
|
39795dbb1b
|
feat(linter): check ArrayPattern in javascript
|
2023-03-13 23:52:36 +08:00 |
|
Boshen
|
76f7e58036
|
feat(linter): check FormalParameter in javascript
|
2023-03-13 23:43:31 +08:00 |
|
Boshen
|
f4c8cb2cde
|
feat(linter): check FunctionDeclaration in javascript
|
2023-03-13 23:35:42 +08:00 |
|
Boshen
|
5381fd0cf8
|
feat(linter): check Directive in javascript
|
2023-03-13 23:19:35 +08:00 |
|
Boshen
|
7269d32346
|
feat(linter): check FormalParameters in javascript
|
2023-03-13 23:12:42 +08:00 |
|
Boshen
|
040e41240b
|
feat(linter): check AwaitExpression and YieldExpression in javascript
|
2023-03-13 13:45:49 +08:00 |
|
Boshen
|
fce6e1ec73
|
feat(parser): check YieldExpression
|
2023-03-12 23:41:27 +08:00 |
|
Boshen
|
88fd0a05ec
|
feat(parser): check AwaitExpression
|
2023-03-12 23:37:21 +08:00 |
|
Boshen
|
d6e8c6fb2f
|
feat(parser): check ReturnStatement in return context
|
2023-03-12 23:30:32 +08:00 |
|
Boshen
|
84eaa0b7e3
|
feat(linter): check eval and arguments in JavaScript
|
2023-03-12 23:25:57 +08:00 |
|
Boshen
|
93b06e948a
|
feat(ast_parser): check await and yield identifier error
|
2023-03-12 23:22:10 +08:00 |
|
Boshen
|
577a86edce
|
chore(benchmark): increase benchmark measurement time, CI is too unstable
|
2023-03-12 22:05:21 +08:00 |
|
Boshen
|
d490ca7b31
|
chore(rust): bump deps
|
2023-03-11 23:26:45 +08:00 |
|
Boshen
|
b1e01d0774
|
feat(linter): check top level ModuleDeclaration
|
2023-03-11 21:09:03 +08:00 |
|
Boshen
|
5c2fea7702
|
feat(linter): check SwitchStatement in javascript
|
2023-03-11 20:26:50 +08:00 |
|
Boshen
|
021345173f
|
feat(linter): check expressions in javascript
|
2023-03-11 20:18:20 +08:00 |
|
Boshen
|
403682960f
|
feat(linter): check ForStatementLeft in javascript
|
2023-03-11 19:12:29 +08:00 |
|
Boshen
|
f22539e93f
|
feat(linter): check property
|
2023-03-11 19:12:28 +08:00 |
|
Boshen
|
82ef1f2944
|
feat(linter): check Super in javascript
|
2023-03-11 18:48:34 +08:00 |
|
Boshen
|
6c28948faf
|
feat(linter): check duplicate constructor in javascript
|
2023-03-11 18:34:05 +08:00 |
|
Boshen
|
d5075a95e9
|
fix(linter): diagnostics should not print quotes
|
2023-03-11 17:44:27 +08:00 |
|
Boshen
|
a5f00e8e1c
|
refactor(oxc_ast): remove unnecessary SourceTypeBuilder
|
2023-03-11 16:21:14 +08:00 |
|
Boshen
|
58e2741ec9
|
feat(semantic): bind Function name
|
2023-03-10 23:28:51 -08:00 |
|
Boshen
|
995e7c1767
|
feat(linter): bind CatchVariable
|
2023-03-10 23:28:51 -08:00 |
|
Boshen
|
34c0599db8
|
feat(semantic): bind FormalParameters
|
2023-03-10 23:28:51 -08:00 |
|
Boshen
|
323bb9a2b6
|
feat(semantic): bind VariableDeclarator
|
2023-03-10 23:28:51 -08:00 |
|
Boshen
|
b1e802cecc
|
feat(semantic): bind Class
|
2023-03-10 23:28:51 -08:00 |
|
Boshen
|
5c8670d1c8
|
feat(semantic): declare symbol and reference Identifier
|
2023-03-10 23:28:51 -08:00 |
|
Boshen
|
be6fa2e7a0
|
chore(coverage): bump submodules
|
2023-03-10 23:28:51 -08:00 |
|
Boshen
|
2ee0b40656
|
chore: fix clippy warnings
|
2023-03-10 11:09:44 -08:00 |
|
Boshen
|
5b8bdaabab
|
feat(linter): check IdentifierReference in javascript
|
2023-03-09 20:20:58 +08:00 |
|
Shannon Rothe
|
da8355f418
|
feat(rulegen): refactor to visitor pattern (#162)
* feat(rulegen): refactor to visitor pattern
* convert `parse_test_code` to visitor pattern
|
2023-03-09 17:33:30 +08:00 |
|
Boshen
|
185acc49bd
|
feat(linter): check BindingIdentifier in javascript
|
2023-03-09 01:27:14 -08:00 |
|
Boshen
|
4ea7ac373d
|
feat(linter): check Identifier in javascript
|
2023-03-09 01:27:14 -08:00 |
|
Boshen
|
4a582f0487
|
feat(linter): check WithStatement in javascript
|
2023-03-09 01:27:14 -08:00 |
|