js2ts: main(WIP)

- jquery-redirect 제거
- linkifyStr import
This commit is contained in:
2021-08-28 23:14:07 +09:00
parent 6affe95aea
commit f9d71a741f
5 changed files with 203 additions and 18 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import axios from 'axios';
import $ from 'jquery';
import { extend, isNumber } from 'lodash';
import { convColorValue, convertDictById, convertSet, stringFormat } from './common_legacy';
import { convColorValue, convertDictById, stringFormat } from './common_legacy';
import { InvalidResponse } from './defs';
import { unwrap } from "./util/unwrap";
import { convertFormData } from './util/convertFormData';