CodeCreateSupport.ts 197 B

1234567891011
  1. /**
  2. * 扩展名类型映射
  3. */
  4. export const extensionLanguageMap: any = {
  5. 'text/x-java': 'java',
  6. xml: 'xml',
  7. javascript: 'js',
  8. html: 'html',
  9. 'text/x-vue': 'vue',
  10. typescript: 'ts',
  11. };