@trebco/treb 30.2.14 → 30.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,32 +0,0 @@
1
- /*
2
- * This file is part of TREB.
3
- *
4
- * TREB is free software: you can redistribute it and/or modify it under the
5
- * terms of the GNU General Public License as published by the Free Software
6
- * Foundation, either version 3 of the License, or (at your option) any
7
- * later version.
8
- *
9
- * TREB is distributed in the hope that it will be useful, but WITHOUT ANY
10
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11
- * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
12
- * details.
13
- *
14
- * You should have received a copy of the GNU General Public License along
15
- * with TREB. If not, see <https://www.gnu.org/licenses/>.
16
- *
17
- * Copyright 2022-2024 trebco, llc.
18
- * info@treb.app
19
- *
20
- */
21
-
22
- import './export-worker';
23
-
24
- /**
25
- * default export so tsc will allow us to import it. we use a string
26
- * because when actually running (via the esbuild build) it will be
27
- * the code as text. HOWEVER, this will break if we actually try to
28
- * run it in a browser, so we need to clean it up in the compiler.
29
- */
30
- // export default '';
31
-
32
-