angular-ui/ui-grid

CSV is undefined when using requireJS

已关闭

#4,322 创建于 2015年9月4日

 (0 条评论) (0 个反应) (0 位负责人)JavaScript (2,496 个派生)batch import
good first issuegrid-exporter

仓库指标

星标
 (5,395 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

I'm not sure what the proper fix for this, but if you inserted this one line before line 484 of imported.js, it starts working:

var CSV = require('csv');

Again, not sure if this is a proper fix. Someone who knows a bit more about requireJS should comment.

贡献者指南