Skip to content

Commit

Permalink
feat(bake): css (#14622)
Browse files Browse the repository at this point in the history
  • Loading branch information
paperdave authored Oct 18, 2024
1 parent 253cc15 commit cee5f65
Show file tree
Hide file tree
Showing 21 changed files with 1,237 additions and 669 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ test/node.js/upstream
.zig-cache
scripts/env.local
*.generated.ts
src/bake/generated.ts

# Dependencies
/vendor
Expand Down
2 changes: 1 addition & 1 deletion src/allocators.zig
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ pub fn BSSMap(comptime ValueType: type, comptime count: anytype, comptime store_
}

// There's two parts to this.
// 1. Storing the underyling string.
// 1. Storing the underlying string.
// 2. Making the key accessible at the index.
pub fn putKey(self: *Self, key: anytype, result: *Result) !void {
self.map.mutex.lock();
Expand Down
Loading

0 comments on commit cee5f65

Please sign in to comment.