-
Notifications
You must be signed in to change notification settings - Fork 275
build: include 2025.1 in prerelease automation #5330
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 10 commits
a4e8f84
e99ef9e
67060f4
481b08b
a9d6f93
becd314
0318528
46d028e
0b55e07
10ce15a
cb28861
dae15ec
335cbca
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| // Copyright 2025 Amazon.com, Inc. or its affiliates. All Rights Reserved. | ||
| // SPDX-License-Identifier: Apache-2.0 | ||
|
|
||
| package compat.com.intellij.lang.javascript | ||
|
|
||
| // probably not necessary, but inline to avoid loading this through core classpath | ||
| inline val JavascriptLanguage | ||
|
Check notice on line 7 in plugins/core/jetbrains-ultimate/src-241-243/compat/com/intellij/lang/javascript/JavascriptLanguage.kt
|
||
| get() = com.intellij.lang.javascript.JavascriptLanguage.INSTANCE | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why is this file deleted?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. unused |
This file was deleted.
Check notice
Code scanning / QDJVMC
Function or property has platform type Note