Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785c131 commit 80763d9Copy full SHA for 80763d9
tasks/schema.mjs
@@ -1,8 +1,8 @@
1
-var fs = require('fs');
2
-var path = require('path');
+import fs from 'fs';
+import path from 'path';
3
4
-var constants = require('./util/constants');
5
-var plotlyNode = require('./util/plotly_node');
+import constants from './util/constants.js';
+import plotlyNode from './util/plotly_node.js';
6
7
function caseInsensitive(a, b) {
8
return a.toLowerCase().localeCompare(b.toLowerCase());
0 commit comments