Skip to content

Commit c1cad8e

Browse files
committed
Merge remote-tracking branch 'refs/remotes/danleh/main' into kotlin
2 parents b914739 + e39273b commit c1cad8e

File tree

13 files changed

+31968
-274
lines changed

13 files changed

+31968
-274
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
env:
1717
GITHUB_ACTIONS_OUTPUT: ""
1818
strategy:
19+
fail-fast: false
1920
matrix:
2021
browser: [chrome, firefox, jsc, safari, spidermonkey, v8]
2122
steps:

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
.DS_Store
22
.directory
3-
/node_modules
3+
node_modules
44

55
# Ignore auto-generated files by VS & VSCode.
66
/.vs/
77
/.vscode/
8+
9+
# v8.log is generated by the d8-shell if profiling is enabled
10+
v8.log

0 commit comments

Comments
 (0)