d3: Use our own require implementation

This commit is contained in:
Johannes Meyer 2025-03-03 16:33:51 +01:00
parent eae38fcabf
commit 4230555a1e
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
// https://d3js.org v7.9.0 Copyright 2010-2023 Mike Bostock
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
typeof define === 'function' && define.icinga ? define(['exports'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.d3 = global.d3 || {}));
})(this, (function (exports) { 'use strict';

File diff suppressed because one or more lines are too long