Merge branch 'master' into plugins

This commit is contained in:
Stephen Chung
2020-08-04 16:51:22 +08:00
46 changed files with 2041 additions and 869 deletions

View File

@@ -4,6 +4,7 @@ on:
push:
branches:
- master
- closures
pull_request: {}
jobs:
@@ -28,6 +29,7 @@ jobs:
- "--features no_object"
- "--features no_function"
- "--features no_module"
- "--features no_closure"
- "--features unicode-xid-ident"
toolchain: [stable]
experimental: [false]