如何在 ES6 中导入名称中包含特殊字符的文件?
我可以
import { tomorrow} from 'react-syntax-highlighter/dist/esm/styles/hljs';
但我不能:
import { tomorrow-night} from 'react-syntax-highlighter/dist/esm/styles/hljs';
如何在 ES6 中导入名称中包含特殊字符的文件?
我可以
import { tomorrow} from 'react-syntax-highlighter/dist/esm/styles/hljs';
但我不能:
import { tomorrow-night} from 'react-syntax-highlighter/dist/esm/styles/hljs';