Skip to content

Commit

Permalink
#2329 Adjusted components to point to new placement of antlr-lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhou-pro committed Dec 21, 2024
1 parent 4ab791b commit 3bef782
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { TgReflector } from '/app/tg-reflector.js';

import antlr4 from '/resources/lib/antlr-lib.js';
import antlr4 from '/resources/polymer/lib/antlr-lib.js';
import CompositeEntityFormatLexer from '/resources/template/CompositeEntityFormatLexer.js';
import CompositeEntityFormatParser from '/resources/template/CompositeEntityFormatParser.js';
import CompositeEntityFormatListener from '/resources/template/CompositeEntityFormatListener.js';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Generated from /home/lambda/fielden/git/tg/platform-web-ui/src/main/web/ua/com/fielden/platform/web/template/CompositeEntityFormat.g4 by ANTLR 4.13.2
// jshint ignore: start
import antlr4 from '/resources/lib/antlr-lib.js';
import antlr4 from '/resources/polymer/lib/antlr-lib.js';


const serializedATN = [4,0,7,29,6,-1,2,0,7,0,2,1,7,1,2,2,7,2,2,3,7,3,2,4,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Generated from /home/lambda/fielden/git/tg/platform-web-ui/src/main/web/ua/com/fielden/platform/web/template/CompositeEntityFormat.g4 by ANTLR 4.13.2
// jshint ignore: start
import antlr4 from '/resources/lib/antlr-lib.js';
import antlr4 from '/resources/polymer/lib/antlr-lib.js';

// This class defines a complete listener for a parse tree produced by CompositeEntityFormatParser.
export default class CompositeEntityFormatListener extends antlr4.tree.ParseTreeListener {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Generated from /home/lambda/fielden/git/tg/platform-web-ui/src/main/web/ua/com/fielden/platform/web/template/CompositeEntityFormat.g4 by ANTLR 4.13.2
// jshint ignore: start
import antlr4 from '/resources/lib/antlr-lib.js';
import antlr4 from '/resources/polymer/lib/antlr-lib.js';
import CompositeEntityFormatListener from './CompositeEntityFormatListener.js';
const serializedATN = [4,1,7,51,2,0,7,0,2,1,7,1,2,2,7,2,2,3,7,3,2,4,7,4,
2,5,7,5,1,0,1,0,1,0,3,0,16,8,0,1,0,1,0,1,1,4,1,21,8,1,11,1,12,1,22,1,2,1,
Expand Down

0 comments on commit 3bef782

Please sign in to comment.