mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Update api_changes_list_2023.md (#1035)
Add info about change to `ccom.intellij.lang.javascript.JavascriptParserDefinition.createFile(FileViewProvider)`
This commit is contained in:
parent
6685be4629
commit
3eb8182af1
@ -147,6 +147,10 @@ Apache Batik library unbundled
|
||||
`com.intellij.database.datagrid.DataGrid.getStripeRowBackground()` abstract method added
|
||||
: Only recompilation needed for classes that implement `DataGrid` and delegate calls to an actual `DataGrid` implementation.
|
||||
|
||||
### JavaScript Plugin 2023.1
|
||||
|
||||
`ccom.intellij.lang.javascript.JavascriptParserDefinition.createFile(FileViewProvider)` method return type changed from `com.intellij.lang.javascript.psi.JSFile` to `com.intellij.psi.PsiFile`
|
||||
: this change was required to support Astro file format
|
||||
|
||||
### JavaScript Debugger Plugin 2023.1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user