10 Matching Annotations
- Mar 2022
-
www.cs.cmu.edu www.cs.cmu.edu
-
● Processes #include, #define, #if, macros○ Combines main source file with headers (textually)○ Defines and expands macros (token-based shorthand)○ Conditionally removes parts of the code (e.g. specialize for Linux, Mac, ...)● Removes all comments
Pre-Processor 部分的流程是什么?
-
- Nov 2020
-
github.com github.com
-
To bundle this in your own code, use a Sass processor (not a Sass Svelte preprocessor, but a Sass processor)
-
-
-
github.com github.com
-
If you rely on any external dependencies (files required in a preprocessor for example) you might want to watch these files for changes and re-run svelte compile. Webpack allows loader dependencies to trigger a recompile. svelte-loader exposes this API via options.externalDependencies.
-
- Oct 2020
-
-
JSX has the advantage of being fast, but the disadvantage that it needs to be preprocessed before working. By using template string virtual-html, we can have it work out of the box, and optimize it by writing a browserify transform. Best of both!
See also: https://github.com/choojs/nanohtml#static-optimizations
(this person later recommends this library)
-
-
github.com github.com
-
mdsvex.com mdsvex.com
-
-
mdsvex is a Svelte preprocessor and is the preferred way to use this library.
Tags
Annotators
URL
-
- Sep 2020
-
github.com github.com
Tags
Annotators
URL
-
-
www.npmjs.com www.npmjs.com