Skip to content

Commit 95257b6

Browse files
authored
ES6 updates for GraphicsDevice (playcanvas#3163)
* ES6 updates for GraphicsDevice * Add Template Literals as valid in the contributing guide
1 parent 2b5bf20 commit 95257b6

File tree

2 files changed

+223
-227
lines changed

2 files changed

+223
-227
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ For example, use "Initialize" instead of "Initialise", and "color" instead of "c
4242
* [Default parameters](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Default_parameters)
4343
* [Modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules)
4444
* [Optional chaining](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining)
45+
* [Template literals](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals)
4546

4647
### Opening braces should be on the same line as the statement
4748

0 commit comments

Comments
 (0)