Yoni Feigelson
|
9b5c170c19
|
refactor(linter) Generate rule name with declare_oxc_lint
|
2023-03-01 06:50:36 -08:00 |
|
Boshen
|
5fb425029a
|
chore: s/LICENSE-THIRD-PARTY/THIRD-PARTY_LICENSE
so it doesn't show up as "Unknown licenses found"
|
2023-03-01 21:11:20 +08:00 |
|
Boshen
|
a15b57a9cf
|
ci: remove permissions override, I changed it in the GitHub settings
|
2023-03-01 20:47:14 +08:00 |
|
Xuan
|
298e956d0d
|
feat(oxc_cli): support ignore-path
|
2023-03-01 04:39:18 -08:00 |
|
Shannon Rothe
|
0992a4930c
|
printer: support JSXElement/JSXFragment
|
2023-03-01 02:34:23 -08:00 |
|
Boshen
|
df64e2f8b1
|
ci: bump 0.0.0-alpha.4 and trigger release_ci.yaml
|
2023-03-01 14:12:19 +08:00 |
|
Boshen
|
abc368a203
|
ci: fix zip name
|
2023-03-01 13:58:52 +08:00 |
|
Boshen
|
e9764382c6
|
ci: bump 0.0.0-alpha.3 and trigger release_ci.yaml
|
2023-03-01 13:44:53 +08:00 |
|
Boshen
|
5e451ff2e4
|
ci: fix zip name
|
2023-03-01 13:44:14 +08:00 |
|
Boshen
|
0024fc10d9
|
ci: bump 0.0.0-alpha.2 and trigger release_ci.yaml
|
2023-03-01 11:33:30 +08:00 |
|
Boshen
|
10bd3d518c
|
ci: attempt to fix upload permissions
|
2023-03-01 11:32:41 +08:00 |
|
Yoni Feigelson
|
f859ee0e38
|
feat(linter): declare_oxc_lint proc_macro
|
2023-02-28 18:05:45 -08:00 |
|
Xuan
|
c2fb3613bd
|
feat(oxc_cli): support ignore-pattern
|
2023-02-28 08:38:33 -08:00 |
|
Boshen
|
a3ffee8b21
|
ci: trigger release_ci.yaml
|
2023-03-01 00:34:38 +08:00 |
|
Boshen
|
4f78d69e0e
|
chore(rust): remove symbols in release profile
|
2023-03-01 00:33:24 +08:00 |
|
Boshen
|
bd4730ccfc
|
ci: add back binary permissions after download in release_cli
|
2023-03-01 00:32:25 +08:00 |
|
Boshen
|
9852c2e49f
|
ci: trigger release_ci.yaml
|
2023-02-28 23:44:22 +08:00 |
|
Boshen
|
5f651df156
|
ci: add write permissions to release_cli.yaml
|
2023-02-28 23:34:18 +08:00 |
|
Boshen
|
825e27178c
|
ci: add release_cli.yaml with build binary and upload artifact steps
|
2023-02-28 07:21:03 -08:00 |
|
Boshen
|
b0c67c3a69
|
chore(README): credit @jfmengels and elm-review
|
2023-02-28 10:27:15 +08:00 |
|
Amit Dahan
|
3b53e0ba4e
|
feat(linter): no-array-constructor
|
2023-02-27 08:12:28 -08:00 |
|
Boshen
|
3b887dbeaf
|
feat(parser): print json in parser example
|
2023-02-28 00:05:54 +08:00 |
|
Boshen
|
665e8723c0
|
refactor(ast): remove acorn feature
This is a left over from where I tried to be compatible with estree,
but the implementation deviated from estree.
|
2023-02-27 23:44:13 +08:00 |
|
thepassle
|
33e5f8dd8d
|
feat(cli): support --quiet flag for lint command
|
2023-02-27 07:43:00 -08:00 |
|
Boshen
|
00cdf703f6
|
chore(README): credit author of the TypeScript parser
|
2023-02-27 14:04:55 +08:00 |
|
Boshen
|
91e10d5e16
|
chore(README.md): add discord channel
|
2023-02-27 13:04:28 +08:00 |
|
Boshen
|
ab0b764dfc
|
chore(README.md): include third party licenses
|
2023-02-27 12:46:07 +08:00 |
|
Boshen
|
9d4367c2cd
|
refactor(linter): s/from_json/from_configuration
|
2023-02-27 12:31:57 +08:00 |
|
Boshen
|
8b9ebcd6e5
|
feat(linter): read rule configuration from json
|
2023-02-27 12:31:57 +08:00 |
|
Boshen
|
b4a5f13fb6
|
feat(linter): make no-empty configure from json
|
2023-02-27 12:31:57 +08:00 |
|
Boshen
|
5c64b4874c
|
feat(linter): configure rules from json
|
2023-02-27 12:31:57 +08:00 |
|
Boshen
|
a342a01c4a
|
feat(linter): add rule name and make the Tester test via rule names
|
2023-02-27 12:31:57 +08:00 |
|
Boshen
|
73ea3d6361
|
feat(ast,lexer,linter): save and check comments
|
2023-02-27 12:31:57 +08:00 |
|
Boshen
|
f3ca02f596
|
feat(linter): access parent of ast nodes
|
2023-02-27 12:31:57 +08:00 |
|
Boshen
|
f72c96270e
|
feat(linter): no-empty
|
2023-02-27 12:31:57 +08:00 |
|
Ye Yangchen
|
0bf8f817f5
|
feat(oxc_parser): Port isStartOfDeclaration form tsc
|
2023-02-27 12:27:44 +08:00 |
|
Xuan
|
6b43cbbe71
|
fix(oxc_parser): support export type with star symbol
|
2023-02-27 12:26:23 +08:00 |
|
Xuan
|
b6d09643e5
|
fix(oxc_parser): check access correctly
|
2023-02-27 03:10:02 +08:00 |
|
Amit Dahan
|
e2207b9b15
|
feat(cli): support linting glob patterns
|
2023-02-26 22:25:16 +08:00 |
|
Amit Dahan
|
6bd6b12795
|
Git ignore benchmark/package-lock.json
|
2023-02-26 20:17:05 +08:00 |
|
Boshen
|
8dc4d82cc5
|
chore: igore .js(x), .ts(x) in root directory
|
2023-02-26 02:02:05 +08:00 |
|
Boshen
|
78de22a3af
|
refactor(cli): clean up and report total number of diagnostics
|
2023-02-26 02:02:05 +08:00 |
|
Boshen
|
915518b614
|
refactor(oxc_diagnostics): s/PError/Error
|
2023-02-26 02:02:05 +08:00 |
|
thepassle
|
eaeafa0a82
|
feat(cli): exit codes
chore: remove foo.js
chore: review comments
chore: shut clippy up
chore: ran cargo fmt
chore: unnecessary return
|
2023-02-26 01:32:17 +08:00 |
|
Boshen
|
4f36f7d2ef
|
ci: attempt to fix miri with "-Zmiri-disable-isolation"
|
2023-02-26 00:49:19 +08:00 |
|
Boshen
|
4c2e57224b
|
ci: ignore miri for insta
|
2023-02-26 00:00:04 +08:00 |
|
Boshen
|
28916f96af
|
feat(linter): setup tests
|
2023-02-25 23:45:03 +08:00 |
|
Boshen
|
9a53673bd5
|
Update README.md
|
2023-02-25 21:49:04 +08:00 |
|
Boshen
|
b2610387d3
|
chore(rust): comment on profile.release and set abort = "panic" for performance
|
2023-02-25 21:09:01 +08:00 |
|
Boshen
|
f17bd87f65
|
fix: try disable miri with custom allocators
|
2023-02-25 21:04:52 +08:00 |
|