Skip to content

Commit

Permalink
refactor: start using rust
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn committed Nov 16, 2023
1 parent ff39483 commit fae870a
Show file tree
Hide file tree
Showing 211 changed files with 18,559 additions and 12,551 deletions.
12 changes: 0 additions & 12 deletions .bazelrc

This file was deleted.

2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[js/conformance/main.ts]
max_line_length=200
26 changes: 8 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
node_modules
compiled
ast*.json
*.txt
bazel-*
.devcontainer
.editorconfig

test/**/*.ts
!test/**/*.spec.ts

src/compiler/*
!src/compiler/BUILD.bazel
!src/compiler/index.ts
!src/compiler/*.js
src/compiler/index.js

.DS_Store
target/
outputs/
baseline/
tests/*/gen
js/conformance/protoc_gen_ts_conformance
.DS_Store
node_modules/
pprof-profile-*
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

4 changes: 0 additions & 4 deletions .npmignore

This file was deleted.

3 changes: 0 additions & 3 deletions .prettierrc

This file was deleted.

31 changes: 0 additions & 31 deletions .vscode/launch.json

This file was deleted.

17 changes: 0 additions & 17 deletions BUILD.bazel

This file was deleted.

Loading

0 comments on commit fae870a

Please sign in to comment.