Skip to content

Commit

Permalink
migrate N4JSScopeProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
mmews committed Feb 26, 2024
1 parent 9de6c81 commit fe1b414
Show file tree
Hide file tree
Showing 3 changed files with 1,122 additions and 978 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/**
* This class provides methods for calculating file extensions. The calculation takes into account Xpect file extension
* {@code .xt}. Custom file Xpect file extensions are not supported e.g. when your Xpect tests are configured to run
* with {@code .xxt} file extension. Deeply nested structures are also not supported e.g. using {@code file.n4js.xt.xt}.
* with {@code .xt} file extension. Deeply nested structures are also not supported e.g. using {@code file.n4js.xt.xt}.
*/
@Singleton
public class XpectAwareFileExtensionCalculator {
Expand Down
Loading

0 comments on commit fe1b414

Please sign in to comment.