Renommage fichier classe RemoteSource
This commit is contained in:
parent
4dc2753468
commit
1c61f715f8
@ -1,6 +1,6 @@
|
||||
const Papa=require("papaparse");
|
||||
const errors=require("./errors.js");
|
||||
import { RemoteSource } from "./freeDatas2HTMLRemoteSource";
|
||||
import { RemoteSource } from "./RemoteSource";
|
||||
|
||||
import { ParseErrors, ParseResults, Parsers, RemoteSources, RemoteSourceSettings } from "./interfaces";
|
||||
import { PublicPapaParseOptions, PrivatePapaParseOptions } from "./interfacesPapaParse";
|
||||
|
@ -1,6 +1,6 @@
|
||||
const errors=require("./errors.js");
|
||||
import { ParseErrors, ParseResults, Parsers, RemoteSources, RemoteSourceSettings } from "./interfaces";
|
||||
import { RemoteSource } from "./freeDatas2HTMLRemoteSource";
|
||||
import { RemoteSource } from "./RemoteSource";
|
||||
|
||||
export class ParserForHTML implements Parsers
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
const errors = require("./errors.js");
|
||||
import { RemoteSource } from "./freeDatas2HTMLRemoteSource";
|
||||
import { RemoteSource } from "./RemoteSource";
|
||||
|
||||
import { ParseErrors, ParseResults, Parsers, RemoteSources, RemoteSourceSettings } from "./interfaces";
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { RemoteSource } from "../src/freeDatas2HTMLRemoteSource";
|
||||
import { RemoteSource } from "../src/RemoteSource";
|
||||
const errors=require("../src/errors.js");
|
||||
|
||||
describe("Tests des urls distantes", () =>
|
||||
|
Loading…
Reference in New Issue
Block a user