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 is a hack to just simplify variable namings, because they're ugly, for easier debugging | |
const HarmonyImportDependency = require('webpack/lib/dependencies/HarmonyImportDependency'); | |
const HarmonyImportSpecifierDependency = require('webpack/lib/dependencies/HarmonyImportSpecifierDependency'); | |
const HarmonyImportSpecifierDependencyTemplate = HarmonyImportSpecifierDependency.Template; | |
const path = require('path'); | |
const HIDproto = HarmonyImportDependency.prototype; | |
const HISDTproto = HarmonyImportSpecifierDependencyTemplate.prototype; | |
const originalGetImportVar = HIDproto.getImportVar; |
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
<h4 class="inline-block align-middle">A header here</h4> | |
<span class="left-sm inline-block align-middle code">{ .someCode }</span> | |
<span class="left-sm inline-block align-middle" style="padding: 20px; height: 100px; width: 100px; border: 1px solid black">And a little box</span> |
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
<span class="tag [active] [exclusive]">Tag title</span> | |
<span class="tag [active] [exclusive]">Tag with delete <span>×</span> </span> |
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
<span class="tag [active] [exclusive]">Tag title</span> | |
<span class="tag [active] [exclusive]">Tag with delete <span>×</span> </span> |