-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Precompile inlined functions (#2634)
* Remove reference to FCS in Replacements * Precompile inline functions * Fixt Fable.Library build * Make tests compilable * Unresolved member ref * Fix standalone
- Loading branch information
1 parent
bb8164c
commit f7871e4
Showing
16 changed files
with
660 additions
and
435 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"profiles": { | ||
"Fable.Cli": { | ||
"commandName": "Project", | ||
"commandLineArgs": "watch src/Quicktest --noCache --exclude Fable.Core", | ||
"workingDirectory": "C:\\Users\\alfon\\repos\\Fable" | ||
} | ||
} | ||
} |
Oops, something went wrong.