-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TR-6197] Moving from AMD to ESM #190
base: develop
Are you sure you want to change the base?
Changes from 7 commits
3a178dd
9d91ea2
d536bd9
463c3ce
ea07a2c
9063c51
dcc0b32
05b7f16
14dbd03
713d634
8a251ab
26afa4f
ca0d676
bde96c0
3ae5088
2203e95
4d939dd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ import commonJS from 'rollup-plugin-commonjs'; | |
import babel from 'rollup-plugin-babel'; | ||
import istanbul from 'rollup-plugin-istanbul'; | ||
|
||
const { srcDir, outputDir } = require('./path'); | ||
import { srcDir, outputDir } from "./path.js"; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Use single quotes |
||
|
||
const isDev = process.env.NODE_ENV === 'development'; | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
* along with this program; if not, write to the Free Software | ||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
* | ||
* Copyright (c) 2016-2019 Open Assessment Technologies SA | ||
* Copyright (c) 2016-2024 Open Assessment Technologies SA | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. rollback |
||
*/ | ||
|
||
/** | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use single quotes