You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.154.0/containers/javascript-node/.devcontainer/base.Dockerfile
2
+
3
+
# [Choice] Node.js version: 14, 12, 10
4
+
ARG VARIANT="14-buster"
5
+
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/Bug_report.md
+49-20
Original file line number
Diff line number
Diff line change
@@ -4,41 +4,70 @@ about: Create a report to help us improve TypeScript
4
4
title: ''
5
5
labels: ''
6
6
assignees: ''
7
-
8
7
---
8
+
# Bug Report
9
9
10
-
<!-- 🚨 STOP 🚨 STOP 🚨 STOP 🚨
11
-
12
-
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
10
+
<!--
11
+
Please fill in each section completely. Thank you!
12
+
-->
13
13
14
-
Please help us by doing the following steps before logging an issue:
* Read the FAQ, especially the "Common Feature Requests" section: https://github.com/Microsoft/TypeScript/wiki/FAQ
17
-
10
+
<!--
11
+
Please fill in each section completely. Thank you!
18
12
-->
19
13
20
-
## Search Terms
14
+
## 🔍 Search Terms
21
15
22
-
<!-- List of keywords you searched for before creating this issue. Write them down here so that others can find this suggestion more easily -->
16
+
<!--
17
+
💡 Did you know? TypeScript has over 2,000 open suggestions!
18
+
🔎 Please search thoroughly before logging new feature requests as most common ideas already have a proposal in progress.
19
+
The "Common Feature Requests" section of the FAQ lists many popular requests: https://github.com/Microsoft/TypeScript/wiki/FAQ#common-feature-requests
23
20
24
-
## Suggestion
21
+
Replace the text below:
22
+
-->
25
23
26
-
<!-- A summary of what you'd like to see added or changed -->
24
+
List of keywords you searched for before creating this issue. Write them down here so that others can find this suggestion more easily and help provide feedback.
27
25
28
-
## Use Cases
26
+
## ✅ Viability Checklist
29
27
30
28
<!--
31
-
What do you want to use this for?
32
-
What shortcomings exist with current approaches?
29
+
Suggestions that don't meet all these criteria are very, very unlikely to be accepted.
30
+
We always recommend reviewing the TypeScript design goals before investing time writing
31
+
a proposal for ideas outside the scope of the project.
33
32
-->
34
-
35
-
## Examples
36
-
37
-
<!-- Show how this would be used and what the behavior would be -->
38
-
39
-
## Checklist
40
-
41
33
My suggestion meets these guidelines:
42
34
43
35
*[ ] This wouldn't be a breaking change in existing TypeScript/JavaScript code
44
36
*[ ] This wouldn't change the runtime behavior of existing JavaScript code
45
37
*[ ] This could be implemented without emitting different JS based on the types of the expressions
46
-
*[ ] This isn't a runtime feature (e.g. library functionality, non-ECMAScript syntax with JavaScript output, etc.)
38
+
*[ ] This isn't a runtime feature (e.g. library functionality, non-ECMAScript syntax with JavaScript output, new syntax sugar for JS, etc.)
47
39
*[ ] This feature would agree with the rest of [TypeScript's Design Goals](https://github.com/Microsoft/TypeScript/wiki/TypeScript-Design-Goals).
40
+
41
+
42
+
## ⭐ Suggestion
43
+
44
+
<!-- A summary of what you'd like to see added or changed -->
45
+
46
+
## 📃 Motivating Example
47
+
48
+
<!--
49
+
If you were announcing this feature in a blog post, what's a short explanation that shows
50
+
a developer why this feature improves the language?
sed -i -e 's/const version = `${versionMajorMinor}.0-.*`/const version = `${versionMajorMinor}.0-${{ github.event.client_payload.core_tag || 'dev' }}`/g' src/compiler/corePublic.ts
25
+
sed -i -e 's/const version\(: string\)\{0,1\} = `${versionMajorMinor}.0-.*`/const version = `${versionMajorMinor}.0-${{ github.event.client_payload.core_tag || 'dev' }}`/g' src/compiler/corePublic.ts
0 commit comments