-
Notifications
You must be signed in to change notification settings - Fork 202
js emit is outdated #467
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
Comments
@fcoury Press |
I am also seeing the same warning message. Did try pressing Any more clue plz? |
Did the Also what is you tsconfig.json. Thanks 🌹 |
Hi Basaerat, thanks for ur reply. Yes..I did try all as u suggested. First of all when I am changing I also tried to delete However in all cases that Warning message 'Js emit is outdated' is appearing. Particularly noticed that as soon as when typing any new code that Warning appears. Btw, do you think that is any important issue? Because for that Warning, me not having or at least for now not seeing any other exceptions though. Lastly, here is my sample 'tsconfig.json': Thanks |
Basaerat, its me again....this morning I got two updates and one of them was from 'atom-typescript'. After installing update and restarting Atom, everything looks fine at my end. Dont know whether there is any relationship or not ;) |
|
tsc itself from cmd line also compiles cleanly. when i open the {
"buildOnSave": true,
"scripts": {
"postbuild": "echo after building"
},
"compilerOptions": {
"target": "es5",
"declaration": true,
"noImplicitAny": false,
"removeComments": false,
"module": "commonJS",
"noLib": false,
"sourceMap": true,
"newLine": "LF"
},
"filesGlob": [
"./src/**/*.ts",
"./src/*.ts",
"!./node_modules/**/*.ts"
],
"files": [
"./src/adapters/BaseAdapter.d.ts",
"./src/adapters/BaseAdapter.ts",
"./src/adapters/CurrentAdapter.d.ts",
... bunch of files
|
Digression: @dcsan Don't recommend using
It means the current file's |
Should have closed then. Closing now 🌹 @dcsan if your questions aren't answered, feel free to continue discussion here |
|
What does this warning means and how to fix it?
The text was updated successfully, but these errors were encountered: