Commit updated Javascript packages

This commit is contained in:
Owncast
2020-10-20 05:15:30 +00:00
parent 3f50ce9bfc
commit 8425930eed
6368 changed files with 603959 additions and 0 deletions

5
build/javascript/node_modules/htm/preact/index.d.ts generated vendored Normal file
View File

@@ -0,0 +1,5 @@
import { h, VNode, Component } from 'preact';
export * from 'preact/hooks';
declare function render(tree: VNode, parent: HTMLElement): void;
declare const html: (strings: TemplateStringsArray, ...values: any[]) => VNode;
export { h, html, render, Component };

1
build/javascript/node_modules/htm/preact/index.js generated vendored Normal file
View File

@@ -0,0 +1 @@
var e,r=require("preact"),t=((e=require("htm"))&&"object"==typeof e&&"default"in e?e.default:e).bind(r.h);exports.h=r.h,exports.render=r.render,exports.Component=r.Component,exports.html=t;

1
build/javascript/node_modules/htm/preact/index.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
import{h as r,Component as o,render as t}from"preact";export{h,render,Component}from"preact";import e from"htm";var m=e.bind(r);export{m as html};

View File

@@ -0,0 +1 @@
import{h as r,Component as o,render as t}from"preact";export{h,render,Component}from"preact";import e from"htm";var m=e.bind(r);export{m as html};

View File

@@ -0,0 +1 @@
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("preact"),require("htm")):"function"==typeof define&&define.amd?define(["exports","preact","htm"],t):t(e.htmPreact={},e.preact,e.htm)}(this,function(e,t,n){var r=(n=n&&n.hasOwnProperty("default")?n.default:n).bind(t.h);e.h=t.h,e.render=t.render,e.Component=t.Component,e.html=r});

13
build/javascript/node_modules/htm/preact/package.json generated vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "htm_preact",
"module": "index.module.js",
"main": "index.js",
"umd:main": "index.umd.js",
"unpkg": "standalone.js",
"scripts": {
"build": "npm run -s build:main && npm run -s build:standalone && npm run -s build:static",
"build:main": "microbundle index.mjs -o ../../../preact/index.js --external preact,htm --no-sourcemap --target web",
"build:static": "cp index.d.ts package.json ../../../preact/",
"build:standalone": "microbundle standalone.mjs -o ../../../preact/standalone.js -f es,umd --no-sourcemap --target web"
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long