mholt/PapaParse

ES6 module for PapaParse

Offen

#813 geöffnet am 30.06.2020

 (7 Kommentare) (22 Reaktionen) (0 zugewiesene Personen)JavaScript (1.186 Forks)batch import
api changeenhancementhelp wanted

Repository-Metriken

Stars
 (13.552 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

While upgrading to Angular 10, using PapaParse gives following warning message - WARNING in C:\parser.component.ts depends on papaparse. CommonJS or AMD dependencies can cause optimization bailouts.

This seems to be because PapaParse is CommonJS module dependency.

I am importing papaparse as follows - import * as csvParser from 'papaparse';

and using it as - csvParser.parse(file, {});

Can you help me with an ES6 module that I could use instead?

Contributor Guide