File: rollup.patch

package info (click to toggle)
node-y-protocols 1.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 300 kB
  • sloc: javascript: 375; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 494 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: type export
Forwarded: not-needed
Last-Update: 2026-03-13
Author: Jérémy Lal <kapouer@melix.org>
--- node-y-protocols-1.0.7.orig/rollup.config.js
+++ node-y-protocols-1.0.7/rollup.config.js
@@ -1,8 +1,8 @@
 import resolve from '@rollup/plugin-node-resolve'
 import commonjs from '@rollup/plugin-commonjs'
-
 const files = ['awareness.js', 'auth.js', 'sync.js', 'test.js']
 
+/** @type {import('rollup').RollupOptions[]} */
 export default [{
   input: './test.js',
   output: {