cannot use this module on Typescript #23

Open
opened 2020-04-08 07:58:39 +00:00 by karikera · 0 comments
karikera commented 2020-04-08 07:58:39 +00:00 (Migrated from github.com)

export defualt X is exports['default'] = X
export defualt X is not module.exports = X
import X from 'x' is const X = require('x')['default']
import X from 'x' is not const X = require('x')

https://github.com/SheetJS/js-codepage/pull/19

`export defualt X` is `exports['default'] = X` `export defualt X` is not `module.exports = X` `import X from 'x'` is `const X = require('x')['default']` `import X from 'x'` is not `const X = require('x')` https://github.com/SheetJS/js-codepage/pull/19
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sheetjs/js-codepage#23
No description provided.