mholt/PapaParse

ES6 module for PapaParse

Open

#813 建立於 2020年6月30日

在 GitHub 查看
 (7 留言) (22 反應) (0 負責人)JavaScript (11,877 star) (1,157 fork)batch import
api changeenhancementhelp wanted

描述

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?

貢獻者指南