We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a79bc4 commit bd7f8d9Copy full SHA for bd7f8d9
packages/globe_runtime_ts/dart_source_generator/src/dart-codegen.ts
@@ -36,6 +36,9 @@ export function generateDartClass({
36
const createArgs = createParams.length > 0 ? `{${createParams}}` : "";
37
38
const dartCode = `
39
+// GENERATED FILE — DO NOT MODIFY BY HAND
40
+// This file was generated from @globe/dart_source_generator
41
+
42
import 'dart:async';
43
import 'dart:convert';
44
import 'package:globe_runtime/globe_runtime.dart';
0 commit comments