const JSC = @import("root").bun.JSC; pub const ScriptExecutionContext = extern struct { main_file_path: JSC.ZigString, is_macro: bool = false, js_global_object: bool = false, }; s://git.anshulg.com/ansg191/v2/atom/vendor/golang.org/x/net/lif?h=main' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/net/lif (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-29Enable debug mode for integration testsGravatar Frédéric Guillot 1-1/+1
2018-01-29Add the possiblity to enable debug mode with an environment variableGravatar Frédéric Guillot 2-1/+6
2018-01-29Keep code base tidyGravatar Frédéric Guillot 5-18/+16
2018-01-29Add flag to enable debug loggingGravatar Rogier Lommers 2-7/+64
2018-01-25Improve unread counter updatesGravatar Mahendra Kalkura 1-6/+35