Renommage fichier classe ParserForJSON
This commit is contained in:
parent
1c61f715f8
commit
c61b9ef402
@ -5,7 +5,7 @@ import { Counter, Datas, DatasRenders, DOMElement, Paginations, Parsers, ParseEr
|
||||
import { Pagination} from "./freeDatas2HTMLPagination";
|
||||
import { ParserForCSV} from "./ParserForCSV";
|
||||
import { ParserForHTML} from "./freeDatas2HTMLParserForHTML";
|
||||
import { ParserForJSON} from "./freeDatas2HTMLParserForJSON";
|
||||
import { ParserForJSON} from "./ParserForJSON";
|
||||
import { Render} from "./freeDatas2HTMLRender";
|
||||
import { Selector } from "./freeDatas2HTMLSelector";
|
||||
import { SortingField } from "./freeDatas2HTMLSortingField";
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { ParserForJSON as Parser } from "../src/freeDatas2HTMLParserForJSON";
|
||||
import { ParserForJSON as Parser } from "../src/ParserForJSON";
|
||||
const errors=require("../src/errors.js");
|
||||
|
||||
describe("Tests du parseur de JSON", () =>
|
||||
|
Loading…
Reference in New Issue
Block a user