Skip to content

Commit

Permalink
BDI generators on web are fast now
Browse files Browse the repository at this point in the history
  • Loading branch information
karlprieb committed Sep 12, 2023
1 parent cf5c7e2 commit 0cb7d21
Show file tree
Hide file tree
Showing 41 changed files with 12,550 additions and 319 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
devShells.default = pkgs.mkShell {
packages = with pkgs; [
dart
nodejs_18
yarn-berry
];
};
});
Expand Down
10 changes: 10 additions & 0 deletions js/sha384/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.{js,json,yml}]
charset = utf-8
indent_style = space
indent_size = 2
4 changes: 4 additions & 0 deletions js/sha384/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/.yarn/** linguist-vendored
/.yarn/releases/* binary
/.yarn/plugins/**/* binary
/.pnp.* binary linguist-generated
11 changes: 11 additions & 0 deletions js/sha384/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Swap the comments on the following lines if you don't wish to use zero-installs
# Documentation here: https://yarnpkg.com/features/zero-installs
!.yarn/cache
#.pnp.*
Loading

0 comments on commit 0cb7d21

Please sign in to comment.