File tree Expand file tree Collapse file tree 1 file changed +60
-0
lines changed
.github/PULL_REQUEST_TEMPLATE Expand file tree Collapse file tree 1 file changed +60
-0
lines changed Original file line number Diff line number Diff line change @@ -29,3 +29,63 @@ Describe the grammar changes or new functions.
29
29
30
30
Why problems is this JEP addressing?
31
31
Has alternatives been considered?
32
+
33
+ ## Implementation Survey
34
+
35
+ * Omit this section if not relevant*
36
+
37
+ Provide a minimal demonstration of how the proposed functionality would be implemented for each programming language.
38
+ Include links to any proposed dependencies. This is to ensure that each language can support the proposed functionality, allows for
39
+ the review of any additional dependencies that would need to be included with each implementation, provides reference for implementers,
40
+ and ensures that each proposed implementation in each language has consistent behaviour across all languages.
41
+
42
+
43
+ ### Javascript/Typescript
44
+
45
+ ``` typescript
46
+ ```
47
+
48
+ ### NodeJS
49
+
50
+ ``` nodejs
51
+ ```
52
+
53
+ ### Python
54
+
55
+ ``` python3
56
+ ```
57
+
58
+ ### C/C++
59
+
60
+ ``` c++
61
+ ```
62
+
63
+ ### C#
64
+
65
+ ``` c#
66
+ ```
67
+
68
+ ### PHP
69
+
70
+ ``` php
71
+ ```
72
+
73
+ ### Java
74
+
75
+ ``` java
76
+ ```
77
+
78
+ ### Rust
79
+
80
+ ``` rust
81
+ ```
82
+
83
+ ### Go
84
+
85
+ ``` go
86
+ ```
87
+
88
+ ### Lua
89
+
90
+ ``` lua
91
+ ```
You can’t perform that action at this time.
0 commit comments