mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Update generate-classes.ts
This commit is contained in:
@@ -1113,7 +1113,7 @@ function generateLazyClassStructureImpl(typeName, { klass = {}, proto = {} }) {
|
||||
|
||||
const GENERATED_CLASSES_HEADER = `
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
// Generated by src/bun.js/generate-classes.js
|
||||
// Generated by make codegen
|
||||
#pragma once
|
||||
|
||||
#include "root.h"
|
||||
@@ -1137,7 +1137,7 @@ const GENERATED_CLASSES_FOOTER = `
|
||||
|
||||
const GENERATED_CLASSES_IMPL_HEADER = `
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
// Generated by src/bun.js/generate-classes.js
|
||||
// Generated by make codegen
|
||||
#include "root.h"
|
||||
|
||||
#include "ZigGlobalObject.h"
|
||||
|
||||
Reference in New Issue
Block a user