Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

--erasableSyntaxOnly#61011

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Merged
Changes from1 commit
Commits
Show all changes
14 commits
Select commitHold shift + click to select a range
69f5ded
Implementation of erasableSyntaxOnly
RyanCavanaughJan 22, 2025
8ee35e5
Test + baseline
RyanCavanaughJan 22, 2025
ac1bb33
Other baseline changes
RyanCavanaughJan 22, 2025
6aee14c
Add noEmit to test
RyanCavanaughJan 22, 2025
52a5578
Add declaration file version of this test
RyanCavanaughJan 22, 2025
173c785
Also ban `import =`
RyanCavanaughJan 22, 2025
213d91b
Update test
RyanCavanaughJan 22, 2025
c0cdb9a
Update other test
RyanCavanaughJan 23, 2025
5042fc1
Update tests/cases/compiler/erasableSyntaxOnly.ts
RyanCavanaughJan 23, 2025
7d031d9
Merge branch 'main' of https://github.com/microsoft/TypeScript into e…
RyanCavanaughJan 23, 2025
313beee
Update tests/cases/compiler/erasableSyntaxOnly.ts
RyanCavanaughJan 23, 2025
af6ab8d
Merge branch 'erasableSyntaxOnly' of https://github.com/RyanCavanaugh…
RyanCavanaughJan 23, 2025
be992fa
Update tests
RyanCavanaughJan 23, 2025
0d6a34e
tabs lol
RyanCavanaughJan 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Update tests/cases/compiler/erasableSyntaxOnly.ts
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
  • Loading branch information
@RyanCavanaugh@jakebailey
RyanCavanaugh andjakebailey authoredJan 23, 2025
commit5042fc10123ca74ff4153e17621d02f31f424d59
6 changes: 6 additions & 0 deletionstests/cases/compiler/erasableSyntaxOnly.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -16,6 +16,12 @@ namespace AlsoIllegalBecauseInstantiated {
}
}

namespace IllegalBecauseNestedInstantiated {
namespace Nested {
export const m = 1;
}
}

enum NotLegalEnum {
B = 1
}
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp