Skip to content

Commit 8b2725b

Browse files
authored
feat: introduce browser support (cloudevents#201)
This commit introduces a second `tsc` execution which generates JS in ES5 form. Then, webpack is used to generate a browser bundle. Fixes: cloudevents#94 Signed-off-by: Lance Ball <lball@redhat.com>
1 parent 0378f4c commit 8b2725b

File tree

5 files changed

+4025
-314
lines changed

5 files changed

+4025
-314
lines changed

Diff for: .gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ yarn-error.log*
99
*.d.ts
1010
index.js
1111
/lib
12+
/browser
13+
/bundles
1214

1315
# Runtime data
1416
pids

0 commit comments

Comments
 (0)