mholt/PapaParse

ES6 module for PapaParse

オープン

#813 opened on 2020/06/30

 (7 件のコメント) (22 件のリアクション) (0 人の担当者)JavaScript (1,185 件のフォーク)batch import
api changeenhancementhelp wanted

Repository metrics

Stars
 (13,548 個のスター)
PR merge metrics
 (平均マージ 18h) (30d で 1 merged PR)

説明

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?

コントリビューターガイド