aboutsummaryrefslogtreecommitdiff
path: root/src/defines.zig
blob: 6021df57f587f9883856f303366f848523f099f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
const std = @import("std");
const js_ast = @import("./js_ast.zig");

const GlobalDefinesKey = @import("./defines-table.zig").GlobalDefinesKey;

pub const defaultIdentifierDefines = comptime {};

pub const IdentifierDefine = struct {};

pub const DotDefine = struct {};

pub const Defines = struct {};