Skip to content

Commit

Permalink
feat: support for raw "unsafe bindings" (#411)
Browse files Browse the repository at this point in the history
* feat: support for raw "unsafe bindings"

* Turn off automatic trim trailing whitespace for the workspace
  • Loading branch information
ObsidianMinor committed Feb 10, 2022
1 parent 13c5d67 commit a52f0e0
Show file tree
Hide file tree
Showing 8 changed files with 283 additions and 130 deletions.
10 changes: 10 additions & 0 deletions .changeset/healthy-cooks-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"wrangler": patch
---

feat: unsafe-bindings

Adds support for "unsafe bindings", that is, bindings that aren't supported by wrangler, but are
desired when uploading a Worker to Cloudflare. This allows you to use beta features before
official support is added to wrangler, while also letting you migrate to proper support for the
feature when desired. Note: these bindings may not work everywhere, and may break at any time.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
"xxhash"
],
"cSpell.ignoreWords": ["yxxx"],
"eslint.runtime": "node"
"eslint.runtime": "node",
"files.trimTrailingWhitespace": false
}
Loading

0 comments on commit a52f0e0

Please sign in to comment.