-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: imports should explicitly add the extension of the imported file
Signed-off-by: Jonathan MASSUCHETTI <jonathan.massuchetti@dappit.fr>
- Loading branch information
1 parent
bf00759
commit 40bb02c
Showing
52 changed files
with
165 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
export * from './ATN'; | ||
export * from './ATNConfig'; | ||
export * from './ATNConfigSet'; | ||
export * from './ATNDeserializer'; | ||
export * from './LexerATNSimulator'; | ||
export * from './ParserATNSimulator'; | ||
export * from './PredictionMode'; | ||
export * from './PredictionContextCache'; | ||
export * from './ATN.js'; | ||
export * from './ATNConfig.js'; | ||
export * from './ATNConfigSet.js'; | ||
export * from './ATNDeserializer.js'; | ||
export * from './LexerATNSimulator.js'; | ||
export * from './ParserATNSimulator.js'; | ||
export * from './PredictionMode.js'; | ||
export * from './PredictionContextCache.js'; | ||
|
10 changes: 5 additions & 5 deletions
10
runtime/JavaScript/src/antlr4/context/ParserRuleContext.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export * from './RuleContext'; | ||
export * from './ParserRuleContext'; | ||
export * from './RuleContext.js'; | ||
export * from './ParserRuleContext.js'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
export * from './DFA'; | ||
export * from './DFA.js'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
runtime/JavaScript/src/antlr4/error/DefaultErrorStrategy.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
runtime/JavaScript/src/antlr4/error/DiagnosticErrorListener.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
runtime/JavaScript/src/antlr4/error/FailedPredicateException.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
runtime/JavaScript/src/antlr4/error/InputMismatchException.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
runtime/JavaScript/src/antlr4/error/NoViableAltException.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
runtime/JavaScript/src/antlr4/error/RecognitionException.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
export * from './RecognitionException'; | ||
export * from './NoViableAltException'; | ||
export * from './FailedPredicateException'; | ||
export * from './InputMismatchException'; | ||
export * from './ErrorStrategy'; | ||
export * from './BailErrorStrategy'; | ||
export * from './DefaultErrorStrategy'; | ||
export * from './ErrorListener'; | ||
export * from './DiagnosticErrorListener'; | ||
export * from './RecognitionException.js'; | ||
export * from './NoViableAltException.js'; | ||
export * from './FailedPredicateException.js'; | ||
export * from './InputMismatchException.js'; | ||
export * from './ErrorStrategy.js'; | ||
export * from './BailErrorStrategy.js'; | ||
export * from './DefaultErrorStrategy.js'; | ||
export * from './ErrorListener.js'; | ||
export * from './DiagnosticErrorListener.js'; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
export * from "./InputStream.js"; | ||
export * from "./FileStream.js"; | ||
export * from "./CharStream.js"; | ||
export * from "./CharStreams.js"; | ||
export * from "./TokenStream.js"; | ||
export * from "./BufferedTokenStream.js"; | ||
export * from "./CommonToken.js"; | ||
export * from "./CommonTokenStream.js"; | ||
export * from "./Recognizer.js"; | ||
export * from "./Lexer.js"; | ||
export * from "./Parser.js"; | ||
export * from './Token.js'; | ||
export * from "./atn/index.js"; | ||
export * from "./dfa/index.js"; | ||
export * from "./context/index.js"; | ||
export * from './misc/index.js'; | ||
export * from './tree/index.js'; | ||
export * from './state/index.js'; | ||
export * from './error/index.js'; | ||
export * from './utils/index.js'; | ||
export * from './TokenStreamRewriter.js'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {Token} from "../Token"; | ||
import {Token} from '../Token.js'; | ||
|
||
export declare class Interval { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {Interval} from "./Interval"; | ||
import {Interval} from './Interval.js'; | ||
|
||
export declare class IntervalSet { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export * from './Interval' | ||
export * from './IntervalSet'; | ||
export * from './Interval.js'; | ||
export * from './IntervalSet.js'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import {ATN} from "../atn"; | ||
import {ATN} from '../atn/index.js'; | ||
|
||
export declare class ATNState { | ||
atn: ATN; | ||
|
Oops, something went wrong.